Trace number 3312550

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.42 1207.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.11/0.11	41:54 INFO : Reading from input HOME/instance-3312550-1304120514.cnf
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.96/0.58	41:54 INFO : 90 variables remaining out of 90
0.96/0.59	41:54 INFO : 64080 literals remaining out of 64080

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-3312550-1304120514/watcher-3312550-1304120514 -o /tmp/evaluation-result-3312550-1304120514/solver-3312550-1304120514 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312550-1304120514.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: 8.01 7.95 6.61 2/178 22841
/proc/meminfo: memFree=30326664/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 523651753 26714112 885 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 6522 885 678 9 0 381 0
[pid=22841/tid=22850] ppid=22839 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 523651754 27824128 894 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253635935879 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.029609 s]
/proc/loadavg: 8.01 7.95 6.61 2/178 22841
/proc/meminfo: memFree=30326664/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 3593 0 1 0 2 0 0 0 25 0 13 0 523651753 15978749952 3032 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3901062 3033 1670 9 0 3891810 0
[pid=22841/tid=22850] ppid=22839 vsize=15604248 CPUtime=0.01 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) R 22839 22841 22152 0 -1 4202560 2203 0 1 0 1 0 0 0 25 0 13 0 523651754 15978749952 3033 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481138098181 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.100599 s]
/proc/loadavg: 8.01 7.95 6.61 2/178 22841
/proc/meminfo: memFree=30326664/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15676972 CPUtime=0.11 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 5635 0 1 0 10 1 0 0 25 0 18 0 523651753 16053219328 5049 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3919243 5051 2118 9 0 3909962 0
[pid=22841/tid=22850] ppid=22839 vsize=15676972 CPUtime=0.08 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) R 22839 22841 22152 0 -1 4202560 3487 0 1 0 8 0 0 0 22 0 18 0 523651754 16053219328 5052 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481140500499 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676972

[startup+0.300544 s]
/proc/loadavg: 8.01 7.95 6.61 2/178 22841
/proc/meminfo: memFree=30326664/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15680700 CPUtime=0.52 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 14802 0 1 0 49 3 0 0 25 0 18 0 523651753 16057036800 13163 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3920175 13170 2208 9 0 3910894 0
[pid=22841/tid=22850] ppid=22839 vsize=15680700 CPUtime=0.28 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) R 22839 22841 22152 0 -1 4202560 9757 0 1 0 26 2 0 0 18 0 18 0 523651754 16057036800 13174 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505640147 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) 15680700

[startup+0.769609 s]
/proc/loadavg: 8.01 7.95 6.61 2/178 22841
/proc/meminfo: memFree=30326664/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15705556 CPUtime=1.81 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 35737 0 1 0 175 6 0 0 25 0 22 0 523651753 16082489344 29411 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3926389 29411 2259 9 0 3917108 0
[pid=22841/tid=22850] ppid=22839 vsize=15705556 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16082489344 29411 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 15705556

[startup+1.50126 s]
/proc/loadavg: 8.01 7.95 6.61 16/220 22883
/proc/meminfo: memFree=29962260/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=4.65 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 63361 0 1 0 456 9 0 0 25 0 22 0 523651753 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 53116 2276 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 931 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 978 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 2176 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 22 0 523651754 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22863] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22863/stat : 22863 (java) S 22839 22841 22152 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 22 0 523651755 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 0 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22864] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22864/stat : 22864 (java) S 22839 22841 22152 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22865] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22865/stat : 22865 (java) S 22839 22841 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22871] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22871/stat : 22871 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523651758 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652683185 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22872] ppid=22839 vsize=15702928 CPUtime=1.01 cores=0,2,4,6
/proc/22841/task/22872/stat : 22872 (java) R 22839 22841 22152 0 -1 4202560 11642 0 0 0 100 1 0 0 16 0 22 0 523651758 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481137443345 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22873] ppid=22839 vsize=15702928 CPUtime=0.68 cores=0,2,4,6
/proc/22841/task/22873/stat : 22873 (java) R 22839 22841 22152 0 -1 4202560 8845 0 0 0 67 1 0 0 17 0 22 0 523651758 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253640441715 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22874] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22874/stat : 22874 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523651758 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22875] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22875/stat : 22875 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523651758 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22880] ppid=22839 vsize=15702928 CPUtime=0.66 cores=0,2,4,6
/proc/22841/task/22880/stat : 22880 (java) R 22839 22841 22152 0 -1 4202560 6317 0 0 0 66 0 0 0 16 0 22 0 523651787 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481141921890 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 3853 0 0 0 57 0 0 0 16 0 22 0 523651787 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505884416 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=0.45 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 5107 0 0 0 45 0 0 0 16 0 22 0 523651788 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505822295 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=0.63 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 3998 0 0 0 63 0 0 0 16 0 22 0 523651788 16079798272 53116 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505565808 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 15702928

[startup+3.10097 s]
/proc/loadavg: 8.17 7.99 6.63 10/220 22883
/proc/meminfo: memFree=29655608/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=11.02 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 129150 0 1 0 1086 16 0 0 25 0 22 0 523651753 16079798272 118899 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 118901 2286 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 118902 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 1348 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 118904 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 1044 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 118905 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 2147 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 118906 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 1848 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 118909 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 2303 0 0 0 0 0 0 0 16 0 22 0 523651754 16079798272 118911 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 978 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 118911 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 4273 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 118912 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=0.01 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 4576 0 0 0 1 0 0 0 16 0 22 0 523651754 16079798272 118913 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22863] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22863/stat : 22863 (java) S 22839 22841 22152 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 523651755 16079798272 118913 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 0 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22864] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22864/stat : 22864 (java) S 22839 22841 22152 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 118913 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22865] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22865/stat : 22865 (java) S 22839 22841 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 118914 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22871] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22871/stat : 22871 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523651758 16079798272 118914 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652683185 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22872] ppid=22839 vsize=15702928 CPUtime=1.27 cores=0,2,4,6
/proc/22841/task/22872/stat : 22872 (java) S 22839 22841 22152 0 -1 4202560 11682 0 0 0 126 1 0 0 15 0 22 0 523651758 16079798272 118915 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22873] ppid=22839 vsize=15702928 CPUtime=0.77 cores=0,2,4,6
/proc/22841/task/22873/stat : 22873 (java) S 22839 22841 22152 0 -1 4202560 8854 0 0 0 76 1 0 0 15 0 22 0 523651758 16079798272 118915 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22874] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22874/stat : 22874 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523651758 16079798272 118916 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22875] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22875/stat : 22875 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523651758 16079798272 118917 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22880] ppid=22839 vsize=15702928 CPUtime=2.06 cores=0,2,4,6
/proc/22841/task/22880/stat : 22880 (java) R 22839 22841 22152 0 -1 4202560 19409 0 0 0 205 1 0 0 17 0 22 0 523651787 16079798272 118917 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505781367 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=2.05 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 17379 0 0 0 204 1 0 0 18 0 22 0 523651787 16079798272 118918 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505747533 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=1.95 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 17802 0 0 0 194 1 0 0 17 0 22 0 523651788 16079798272 118920 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505822996 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=2.2 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 17607 0 0 0 219 1 0 0 17 0 22 0 523651788 16079798272 118920 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505953137 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 15702928

[startup+6.30138 s]
/proc/loadavg: 8.17 7.99 6.63 9/220 22883
/proc/meminfo: memFree=29133388/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=23.79 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 163376 0 1 0 2359 20 0 0 25 0 22 0 523651753 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 152376 2286 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 1486 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 2531 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 1848 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 3432 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 1917 0 0 0 0 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=0.01 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 5175 0 0 0 1 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=0.01 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 5908 0 0 0 1 0 0 0 15 0 22 0 523651754 16079798272 152376 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0

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

[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=1108.68 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 159582 0 0 0 110837 31 0 0 25 0 22 0 523651787 16079798272 85755 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505825041 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=1107.73 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 161598 0 0 0 110746 27 0 0 25 0 22 0 523651788 16079798272 85755 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505823982 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=1108.32 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 162542 0 0 0 110803 29 0 0 25 0 22 0 523651788 16079798272 85755 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505823957 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.78
Current children cumulated vsize (KiB) 15702928

[startup+1182.3 s]
/proc/loadavg: 7.97 8.02 7.63 9/220 22923
/proc/meminfo: memFree=29631716/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=4701.33 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 1356043 0 1 0 469802 331 0 0 25 0 22 0 523651753 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 84768 2299 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=3.34 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 80123 0 0 0 315 19 0 0 16 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=3.35 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 78616 0 0 0 321 14 0 0 15 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=3.27 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 76815 0 0 0 310 17 0 0 16 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=3.24 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 76724 0 0 0 309 15 0 0 16 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=3.25 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 80758 0 0 0 307 18 0 0 15 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=3.34 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 77777 0 0 0 319 15 0 0 16 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=3.38 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 82381 0 0 0 320 18 0 0 15 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=3.32 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 82922 0 0 0 315 17 0 0 15 0 22 0 523651754 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22863] ppid=22839 vsize=15702928 CPUtime=2.03 cores=0,2,4,6
/proc/22841/task/22863/stat : 22863 (java) S 22839 22841 22152 0 -1 4202560 3254 0 0 0 142 61 0 0 16 0 22 0 523651755 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 0 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22864] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22864/stat : 22864 (java) S 22839 22841 22152 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22865] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22865/stat : 22865 (java) S 22839 22841 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22871] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22871/stat : 22871 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523651758 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652683185 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22872] ppid=22839 vsize=15702928 CPUtime=1.37 cores=0,2,4,6
/proc/22841/task/22872/stat : 22872 (java) S 22839 22841 22152 0 -1 4202560 11700 0 0 0 136 1 0 0 15 0 22 0 523651758 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22873] ppid=22839 vsize=15702928 CPUtime=0.86 cores=0,2,4,6
/proc/22841/task/22873/stat : 22873 (java) S 22839 22841 22152 0 -1 4202560 8871 0 0 0 85 1 0 0 15 0 22 0 523651758 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22874] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22874/stat : 22874 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523651758 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22875] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22875/stat : 22875 (java) S 22839 22841 22152 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 523651758 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22880] ppid=22839 vsize=15702928 CPUtime=1167.25 cores=0,2,4,6
/proc/22841/task/22880/stat : 22880 (java) R 22839 22841 22152 0 -1 4202560 169857 0 0 0 116693 32 0 0 25 0 22 0 523651787 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505981169 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=1168.02 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 167595 0 0 0 116770 32 0 0 25 0 22 0 523651787 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=1167.08 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 170108 0 0 0 116679 29 0 0 25 0 22 0 523651788 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505825354 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=1167.5 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 170764 0 0 0 116720 30 0 0 25 0 22 0 523651788 16079798272 84768 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505825334 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4701.33
Current children cumulated vsize (KiB) 15702928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.04 8.03 7.65 9/220 22924
/proc/meminfo: memFree=29661600/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=4800.36 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 1370314 0 1 0 479699 337 0 0 25 0 22 0 523651753 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 70326 2299 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=3.41 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 81332 0 0 0 322 19 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=3.42 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 80142 0 0 0 327 15 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=3.34 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 78053 0 0 0 316 18 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=3.31 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 77693 0 0 0 315 16 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=3.32 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 82013 0 0 0 314 18 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=3.41 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 79376 0 0 0 326 15 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=3.44 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 83811 0 0 0 326 18 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=3.38 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 83854 0 0 0 321 17 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22863] ppid=22839 vsize=15702928 CPUtime=2.09 cores=0,2,4,6
/proc/22841/task/22863/stat : 22863 (java) S 22839 22841 22152 0 -1 4202560 3296 0 0 0 146 63 0 0 16 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 0 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22864] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22864/stat : 22864 (java) S 22839 22841 22152 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22865] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22865/stat : 22865 (java) S 22839 22841 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22871] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22871/stat : 22871 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652683185 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22872] ppid=22839 vsize=15702928 CPUtime=1.37 cores=0,2,4,6
/proc/22841/task/22872/stat : 22872 (java) S 22839 22841 22152 0 -1 4202560 11700 0 0 0 136 1 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22873] ppid=22839 vsize=15702928 CPUtime=0.86 cores=0,2,4,6
/proc/22841/task/22873/stat : 22873 (java) S 22839 22841 22152 0 -1 4202560 8871 0 0 0 85 1 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22874] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22874/stat : 22874 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22875] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22875/stat : 22875 (java) S 22839 22841 22152 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22880] ppid=22839 vsize=15702928 CPUtime=1191.82 cores=0,2,4,6
/proc/22841/task/22880/stat : 22880 (java) R 22839 22841 22152 0 -1 4202560 170852 0 0 0 119150 32 0 0 25 0 22 0 523651787 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505781896 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=1192.68 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 168583 0 0 0 119235 33 0 0 25 0 22 0 523651787 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912506089581 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=1191.72 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 171155 0 0 0 119143 29 0 0 25 0 22 0 523651788 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505747825 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=1192.08 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 171803 0 0 0 119177 31 0 0 25 0 22 0 523651788 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481141920892 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15702928

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

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

[startup+1207.2 s]
/proc/loadavg: 8.04 8.03 7.65 9/220 22924
/proc/meminfo: memFree=29661600/32951124 swapFree=67111364/67111528
[pid=22841] ppid=22839 vsize=15702928 CPUtime=4800.36 cores=0,2,4,6
/proc/22841/stat : 22841 (java) S 22839 22841 22152 0 -1 4202496 1370314 0 1 0 479699 337 0 0 25 0 22 0 523651753 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22841/statm: 3925732 70326 2299 9 0 3916451 0
[pid=22841/tid=22850] ppid=22839 vsize=15702928 CPUtime=0.57 cores=0,2,4,6
/proc/22841/task/22850/stat : 22850 (java) S 22839 22841 22152 0 -1 4202560 16335 0 1 0 54 3 0 0 18 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22852] ppid=22839 vsize=15702928 CPUtime=3.41 cores=0,2,4,6
/proc/22841/task/22852/stat : 22852 (java) S 22839 22841 22152 0 -1 4202560 81332 0 0 0 322 19 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22853] ppid=22839 vsize=15702928 CPUtime=3.42 cores=0,2,4,6
/proc/22841/task/22853/stat : 22853 (java) S 22839 22841 22152 0 -1 4202560 80142 0 0 0 327 15 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22854] ppid=22839 vsize=15702928 CPUtime=3.34 cores=0,2,4,6
/proc/22841/task/22854/stat : 22854 (java) S 22839 22841 22152 0 -1 4202560 78053 0 0 0 316 18 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22855] ppid=22839 vsize=15702928 CPUtime=3.31 cores=0,2,4,6
/proc/22841/task/22855/stat : 22855 (java) S 22839 22841 22152 0 -1 4202560 77693 0 0 0 315 16 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22856] ppid=22839 vsize=15702928 CPUtime=3.32 cores=0,2,4,6
/proc/22841/task/22856/stat : 22856 (java) S 22839 22841 22152 0 -1 4202560 82013 0 0 0 314 18 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 0 0 0 0
[pid=22841/tid=22857] ppid=22839 vsize=15702928 CPUtime=3.41 cores=0,2,4,6
/proc/22841/task/22857/stat : 22857 (java) S 22839 22841 22152 0 -1 4202560 79376 0 0 0 326 15 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22858] ppid=22839 vsize=15702928 CPUtime=3.44 cores=0,2,4,6
/proc/22841/task/22858/stat : 22858 (java) S 22839 22841 22152 0 -1 4202560 83811 0 0 0 326 18 0 0 16 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22859] ppid=22839 vsize=15702928 CPUtime=3.38 cores=0,2,4,6
/proc/22841/task/22859/stat : 22859 (java) S 22839 22841 22152 0 -1 4202560 83854 0 0 0 321 17 0 0 15 0 22 0 523651754 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22863] ppid=22839 vsize=15702928 CPUtime=2.09 cores=0,2,4,6
/proc/22841/task/22863/stat : 22863 (java) S 22839 22841 22152 0 -1 4202560 3296 0 0 0 146 63 0 0 16 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 0 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22864] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22864/stat : 22864 (java) S 22839 22841 22152 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22865] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22865/stat : 22865 (java) S 22839 22841 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523651755 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22871] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22871/stat : 22871 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652683185 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22872] ppid=22839 vsize=15702928 CPUtime=1.37 cores=0,2,4,6
/proc/22841/task/22872/stat : 22872 (java) S 22839 22841 22152 0 -1 4202560 11700 0 0 0 136 1 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22873] ppid=22839 vsize=15702928 CPUtime=0.86 cores=0,2,4,6
/proc/22841/task/22873/stat : 22873 (java) S 22839 22841 22152 0 -1 4202560 8871 0 0 0 85 1 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 2 0 0 0
[pid=22841/tid=22874] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22874/stat : 22874 (java) S 22839 22841 22152 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652675481 0 4 0 16800975 18446604453938113536 0 0 -1 4 0 0 0
[pid=22841/tid=22875] ppid=22839 vsize=15702928 CPUtime=0 cores=0,2,4,6
/proc/22841/task/22875/stat : 22875 (java) S 22839 22841 22152 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 523651758 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 253652676096 0 4 0 16800975 18446604453938113536 0 0 -1 6 0 0 0
[pid=22841/tid=22880] ppid=22839 vsize=15702928 CPUtime=1191.82 cores=0,2,4,6
/proc/22841/task/22880/stat : 22880 (java) R 22839 22841 22152 0 -1 4202560 170852 0 0 0 119150 32 0 0 25 0 22 0 523651787 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505781896 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22841/tid=22881] ppid=22839 vsize=15702928 CPUtime=1192.68 cores=0,2,4,6
/proc/22841/task/22881/stat : 22881 (java) R 22839 22841 22152 0 -1 4202560 168583 0 0 0 119235 33 0 0 25 0 22 0 523651787 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912506089581 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22841/tid=22882] ppid=22839 vsize=15702928 CPUtime=1191.72 cores=0,2,4,6
/proc/22841/task/22882/stat : 22882 (java) R 22839 22841 22152 0 -1 4202560 171155 0 0 0 119143 29 0 0 25 0 22 0 523651788 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 46912505747825 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22841/tid=22883] ppid=22839 vsize=15702928 CPUtime=1192.08 cores=0,2,4,6
/proc/22841/task/22883/stat : 22883 (java) R 22839 22841 22152 0 -1 4202560 171803 0 0 0 119177 31 0 0 25 0 22 0 523651788 16079798272 70326 33554432000 1073741824 1073778376 140736671142416 18446744073709551615 47481141920892 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15702928

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.42
CPU user time (s): 4797.03
CPU system time (s): 3.38948
CPU usage (%): 397.64
Max. virtual memory (cumulated for all children) (KiB): 15705568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.03
system time used= 3.38948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1370340
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= 291834
involuntary context switches= 152700

runsolver used 2.11968 second user time and 4.52131 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 01:41:54
IDJOB=3312550
IDBENCH=82735
IDSOLVER=1699
FILE ID=node106/3312550-1304120514
RUNJOBID= node106-1304119304-22686
PBS_JOBID= 13170704
Free space on /tmp= 72156 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312550-1304120514/watcher-3312550-1304120514 -o /tmp/evaluation-result-3312550-1304120514/solver-3312550-1304120514 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312550-1304120514.cnf

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=1865664630

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30327076 kB
Buffers:        264028 kB
Cached:        2083820 kB
SwapCached:         88 kB
Active:         805136 kB
Inactive:      1607792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30327076 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3564 kB
Writeback:           0 kB
AnonPages:       65000 kB
Mapped:          17008 kB
Slab:           146804 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212328 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= 72156 MiB
End job on node106 at 2011-04-30 02:02:03