Trace number 3311847

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.26 1207.34

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

0.10/0.11	24:08 INFO : Reading from input HOME/instance-3311847-1304184248.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.83/0.42	24:08 INFO : 435 variables remaining out of 435
0.83/0.42	24:08 INFO : 25020 literals remaining out of 15885

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

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

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


[startup+0 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 1422 0 0 0 0 0 0 0 25 0 2 0 262616061 27824128 893 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 7096 895 685 9 0 381 0
[pid=12848/tid=12849] ppid=12846 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) R 12846 12848 11524 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 262616062 29065216 897 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268655738503 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0998491 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15676260 CPUtime=0.1 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 5638 0 1 0 10 0 0 0 25 0 18 0 262616061 16052490240 5046 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3919065 5047 2118 9 0 3909784 0
[pid=12848/tid=12849] ppid=12846 vsize=15676260 CPUtime=0.08 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) R 12846 12848 11524 0 -1 4202560 3492 0 1 0 8 0 0 0 18 0 18 0 262616062 16052490240 5048 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 47689756180455 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676260

[startup+0.100848 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15676260 CPUtime=0.1 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 5652 0 1 0 10 0 0 0 25 0 18 0 262616061 16052490240 5060 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3919065 5060 2118 9 0 3909784 0
[pid=12848/tid=12849] ppid=12846 vsize=15676260 CPUtime=0.08 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) R 12846 12848 11524 0 -1 4202560 3505 0 1 0 8 0 0 0 18 0 18 0 262616062 16052490240 5061 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 47689756213155 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676260

[startup+0.304245 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15685644 CPUtime=0.55 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 12523 0 1 0 53 2 0 0 25 0 22 0 262616061 16062099456 10725 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3921411 10726 2220 9 0 3912130 0
[pid=12848/tid=12849] ppid=12846 vsize=15685644 CPUtime=0.29 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) R 12846 12848 11524 0 -1 4202560 7219 0 1 0 28 1 0 0 19 0 22 0 262616062 16062099456 10726 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505219224 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15685644

[startup+1.20962 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15696644 CPUtime=3.85 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 58553 0 1 0 376 9 0 0 25 0 22 0 262616061 16073363456 53327 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924161 53327 2273 9 0 3914880 0
[pid=12848/tid=12849] ppid=12846 vsize=15696644 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16073363456 53327 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 15696644

[startup+1.55317 s]
/proc/loadavg: 7.22 5.64 6.03 5/198 12848
/proc/meminfo: memFree=29978108/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15697736 CPUtime=5.21 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 62614 0 1 0 512 9 0 0 25 0 22 0 262616061 16074481664 57377 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924434 57377 2283 9 0 3915153 0
[pid=12848/tid=12849] ppid=12846 vsize=15697736 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074481664 57377 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 15697736

[startup+3.10129 s]
/proc/loadavg: 7.44 5.71 6.05 10/220 12870
/proc/meminfo: memFree=29376288/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=11.34 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 159991 0 1 0 1114 20 0 0 25 0 22 0 262616061 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 154682 2286 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 2268 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 972 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12853/stat : 12853 (java) S 12846 12848 11524 0 -1 4202560 3181 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12854] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12854/stat : 12854 (java) S 12846 12848 11524 0 -1 4202560 1955 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12855] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12855/stat : 12855 (java) S 12846 12848 11524 0 -1 4202560 1946 0 0 0 0 0 0 0 16 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12856] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12856/stat : 12856 (java) S 12846 12848 11524 0 -1 4202560 3475 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12857] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12857/stat : 12857 (java) S 12846 12848 11524 0 -1 4202560 2167 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12858] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12858/stat : 12858 (java) S 12846 12848 11524 0 -1 4202560 1380 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12859] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12859/stat : 12859 (java) S 12846 12848 11524 0 -1 4202560 446 0 0 0 0 0 0 0 15 0 22 0 262616063 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 0 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12860] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12860/stat : 12860 (java) S 12846 12848 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12861] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12861/stat : 12861 (java) S 12846 12848 11524 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12862] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12862/stat : 12862 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672485809 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12863] ppid=12846 vsize=15698080 CPUtime=1.34 cores=1,3,5,7
/proc/12848/task/12863/stat : 12863 (java) S 12846 12848 11524 0 -1 4202560 14852 0 0 0 132 2 0 0 15 0 22 0 262616066 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12864] ppid=12846 vsize=15698080 CPUtime=0.67 cores=1,3,5,7
/proc/12848/task/12864/stat : 12864 (java) S 12846 12848 11524 0 -1 4202560 5681 0 0 0 67 0 0 0 21 0 22 0 262616066 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12865] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12865/stat : 12865 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12866] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12866/stat : 12866 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262616066 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12867] ppid=12846 vsize=15698080 CPUtime=2.33 cores=1,3,5,7
/proc/12848/task/12867/stat : 12867 (java) R 12846 12848 11524 0 -1 4202560 30141 0 0 0 230 3 0 0 17 0 22 0 262616088 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505699188 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=1.88 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 22685 0 0 0 186 2 0 0 18 0 22 0 262616088 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=2.37 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 30001 0 0 0 234 3 0 0 19 0 22 0 262616088 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505697827 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=2.2 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 29877 0 0 0 217 3 0 0 20 0 22 0 262616089 16074833920 154682 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912506159751 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15698080

[startup+6.30073 s]
/proc/loadavg: 7.44 5.71 6.05 9/220 12870
/proc/meminfo: memFree=28901424/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=24.11 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 284383 0 1 0 2375 36 0 0 25 0 22 0 262616061 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 273543 2290 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 2302 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 1048 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12853/stat : 12853 (java) S 12846 12848 11524 0 -1 4202560 3186 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12854] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12854/stat : 12854 (java) S 12846 12848 11524 0 -1 4202560 1981 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12855] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12855/stat : 12855 (java) S 12846 12848 11524 0 -1 4202560 2031 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12856] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12856/stat : 12856 (java) S 12846 12848 11524 0 -1 4202560 3582 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12857] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12857/stat : 12857 (java) S 12846 12848 11524 0 -1 4202560 2257 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12858] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12858/stat : 12858 (java) S 12846 12848 11524 0 -1 4202560 1422 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12859] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12859/stat : 12859 (java) S 12846 12848 11524 0 -1 4202560 446 0 0 0 0 0 0 0 15 0 22 0 262616063 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 0 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12860] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12860/stat : 12860 (java) S 12846 12848 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12861] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12861/stat : 12861 (java) S 12846 12848 11524 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12862] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12862/stat : 12862 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672485809 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12863] ppid=12846 vsize=15698080 CPUtime=1.36 cores=1,3,5,7
/proc/12848/task/12863/stat : 12863 (java) S 12846 12848 11524 0 -1 4202560 14854 0 0 0 134 2 0 0 15 0 22 0 262616066 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12864] ppid=12846 vsize=15698080 CPUtime=0.69 cores=1,3,5,7
/proc/12848/task/12864/stat : 12864 (java) S 12846 12848 11524 0 -1 4202560 5687 0 0 0 69 0 0 0 15 0 22 0 262616066 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12865] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12865/stat : 12865 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12866] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12866/stat : 12866 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262616066 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12867] ppid=12846 vsize=15698080 CPUtime=5.52 cores=1,3,5,7
/proc/12848/task/12867/stat : 12867 (java) R 12846 12848 11524 0 -1 4202560 62847 0 0 0 546 6 0 0 25 0 22 0 262616088 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505690277 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=5.05 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 51842 0 0 0 499 6 0 0 25 0 22 0 262616088 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505768569 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=5.54 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 62739 0 0 0 547 7 0 0 25 0 22 0 262616088 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505781840 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=5.39 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 59195 0 0 0 532 7 0 0 25 0 22 0 262616089 16074833920 273543 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 15698080

[startup+12.7076 s]
/proc/loadavg: 7.53 5.79 6.07 9/220 12871
/proc/meminfo: memFree=28978560/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=49.67 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 284760 0 1 0 4930 37 0 0 25 0 22 0 262616061 16074833920 250367 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 250367 2290 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 250367 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 2316 0 0 0 0 0 0 0 15 0 22 0 262616062 16074833920 250367 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 1120 0 0 0 0 0 0 0 16 0 22 0 262616062 16074833920 250367 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=0.01 cores=1,3,5,7

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

[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=1107.93 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 122965 0 0 0 110763 30 0 0 25 0 22 0 262616088 16074833920 126491 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505851311 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=1108.46 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 135011 0 0 0 110813 33 0 0 25 0 22 0 262616088 16074833920 126491 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=1108.21 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 132398 0 0 0 110791 30 0 0 25 0 22 0 262616089 16074833920 126491 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505690307 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.16
Current children cumulated vsize (KiB) 15698080

[startup+1182.3 s]
/proc/loadavg: 5.59 7.31 7.24 5/193 12922
/proc/meminfo: memFree=29969828/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=4700.71 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 885774 0 1 0 469773 298 0 0 25 0 22 0 262616061 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 103571 2298 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=3.28 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 40715 0 0 0 314 14 0 0 16 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=3.22 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 37200 0 0 0 311 11 0 0 15 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=3.18 cores=1,3,5,7
/proc/12848/task/12853/stat : 12853 (java) S 12846 12848 11524 0 -1 4202560 39799 0 0 0 305 13 0 0 16 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12854] ppid=12846 vsize=15698080 CPUtime=3.2 cores=1,3,5,7
/proc/12848/task/12854/stat : 12854 (java) S 12846 12848 11524 0 -1 4202560 38318 0 0 0 306 14 0 0 16 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12855] ppid=12846 vsize=15698080 CPUtime=3.29 cores=1,3,5,7
/proc/12848/task/12855/stat : 12855 (java) S 12846 12848 11524 0 -1 4202560 40011 0 0 0 316 13 0 0 16 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12856] ppid=12846 vsize=15698080 CPUtime=3.22 cores=1,3,5,7
/proc/12848/task/12856/stat : 12856 (java) S 12846 12848 11524 0 -1 4202560 41135 0 0 0 310 12 0 0 15 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12857] ppid=12846 vsize=15698080 CPUtime=3.11 cores=1,3,5,7
/proc/12848/task/12857/stat : 12857 (java) S 12846 12848 11524 0 -1 4202560 39426 0 0 0 297 14 0 0 15 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12858] ppid=12846 vsize=15698080 CPUtime=3.15 cores=1,3,5,7
/proc/12848/task/12858/stat : 12858 (java) S 12846 12848 11524 0 -1 4202560 37985 0 0 0 302 13 0 0 15 0 22 0 262616062 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12859] ppid=12846 vsize=15698080 CPUtime=2.09 cores=1,3,5,7
/proc/12848/task/12859/stat : 12859 (java) S 12846 12848 11524 0 -1 4202560 2101 0 0 0 156 53 0 0 16 0 22 0 262616063 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 0 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12860] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12860/stat : 12860 (java) S 12846 12848 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12861] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12861/stat : 12861 (java) S 12846 12848 11524 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12862] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12862/stat : 12862 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672485809 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12863] ppid=12846 vsize=15698080 CPUtime=1.57 cores=1,3,5,7
/proc/12848/task/12863/stat : 12863 (java) S 12846 12848 11524 0 -1 4202560 14882 0 0 0 155 2 0 0 15 0 22 0 262616066 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12864] ppid=12846 vsize=15698080 CPUtime=0.76 cores=1,3,5,7
/proc/12848/task/12864/stat : 12864 (java) S 12846 12848 11524 0 -1 4202560 5695 0 0 0 76 0 0 0 15 0 22 0 262616066 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12865] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12865/stat : 12865 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12866] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12866/stat : 12866 (java) S 12846 12848 11524 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 262616066 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12867] ppid=12846 vsize=15698080 CPUtime=1167.54 cores=1,3,5,7
/proc/12848/task/12867/stat : 12867 (java) R 12846 12848 11524 0 -1 4202560 139825 0 0 0 116723 31 0 0 25 0 22 0 262616088 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=1167.23 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 126093 0 0 0 116691 32 0 0 25 0 22 0 262616088 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505769512 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=1167.75 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 138041 0 0 0 116741 34 0 0 25 0 22 0 262616088 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=1167.54 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 135522 0 0 0 116722 32 0 0 25 0 22 0 262616089 16074833920 103571 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505683508 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4700.71
Current children cumulated vsize (KiB) 15698080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.31 s]
/proc/loadavg: 5.05 7.04 7.15 5/193 12922
/proc/meminfo: memFree=29944748/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=4800.21 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 906696 0 1 0 479715 306 0 0 25 0 22 0 262616061 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 109338 2298 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=3.36 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 40814 0 0 0 322 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=3.29 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 37332 0 0 0 317 12 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=3.25 cores=1,3,5,7
/proc/12848/task/12853/stat : 12853 (java) S 12846 12848 11524 0 -1 4202560 39903 0 0 0 312 13 0 0 16 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12854] ppid=12846 vsize=15698080 CPUtime=3.25 cores=1,3,5,7
/proc/12848/task/12854/stat : 12854 (java) S 12846 12848 11524 0 -1 4202560 38588 0 0 0 311 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12855] ppid=12846 vsize=15698080 CPUtime=3.35 cores=1,3,5,7
/proc/12848/task/12855/stat : 12855 (java) S 12846 12848 11524 0 -1 4202560 40153 0 0 0 322 13 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12856] ppid=12846 vsize=15698080 CPUtime=3.29 cores=1,3,5,7
/proc/12848/task/12856/stat : 12856 (java) S 12846 12848 11524 0 -1 4202560 41445 0 0 0 316 13 0 0 16 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12857] ppid=12846 vsize=15698080 CPUtime=3.19 cores=1,3,5,7
/proc/12848/task/12857/stat : 12857 (java) S 12846 12848 11524 0 -1 4202560 39530 0 0 0 304 15 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12858] ppid=12846 vsize=15698080 CPUtime=3.23 cores=1,3,5,7
/proc/12848/task/12858/stat : 12858 (java) S 12846 12848 11524 0 -1 4202560 38186 0 0 0 309 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12859] ppid=12846 vsize=15698080 CPUtime=2.12 cores=1,3,5,7
/proc/12848/task/12859/stat : 12859 (java) S 12846 12848 11524 0 -1 4202560 2160 0 0 0 158 54 0 0 15 0 22 0 262616063 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 0 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12860] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12860/stat : 12860 (java) S 12846 12848 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12861] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12861/stat : 12861 (java) S 12846 12848 11524 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12862] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12862/stat : 12862 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672485809 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12863] ppid=12846 vsize=15698080 CPUtime=1.57 cores=1,3,5,7
/proc/12848/task/12863/stat : 12863 (java) S 12846 12848 11524 0 -1 4202560 14882 0 0 0 155 2 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12864] ppid=12846 vsize=15698080 CPUtime=0.76 cores=1,3,5,7
/proc/12848/task/12864/stat : 12864 (java) S 12846 12848 11524 0 -1 4202560 5695 0 0 0 76 0 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12865] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12865/stat : 12865 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12866] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12866/stat : 12866 (java) S 12846 12848 11524 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12867] ppid=12846 vsize=15698080 CPUtime=1192.31 cores=1,3,5,7
/proc/12848/task/12867/stat : 12867 (java) R 12846 12848 11524 0 -1 4202560 144919 0 0 0 119199 32 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505781866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=1191.9 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 130759 0 0 0 119157 33 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505781849 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=1192.51 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 142977 0 0 0 119216 35 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505728928 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=1192.27 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 140325 0 0 0 119194 33 0 0 19 0 22 0 262616089 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505697910 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15698080

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

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

[startup+1207.31 s]
/proc/loadavg: 5.05 7.04 7.15 5/193 12922
/proc/meminfo: memFree=29944748/32951124 swapFree=67111524/67111528
[pid=12848] ppid=12846 vsize=15698080 CPUtime=4800.21 cores=1,3,5,7
/proc/12848/stat : 12848 (java) S 12846 12848 11524 0 -1 4202496 906696 0 1 0 479715 306 0 0 25 0 22 0 262616061 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12848/statm: 3924520 109338 2298 9 0 3915239 0
[pid=12848/tid=12849] ppid=12846 vsize=15698080 CPUtime=0.41 cores=1,3,5,7
/proc/12848/task/12849/stat : 12849 (java) S 12846 12848 11524 0 -1 4202560 7580 0 1 0 40 1 0 0 20 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12851] ppid=12846 vsize=15698080 CPUtime=3.36 cores=1,3,5,7
/proc/12848/task/12851/stat : 12851 (java) S 12846 12848 11524 0 -1 4202560 40814 0 0 0 322 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12852] ppid=12846 vsize=15698080 CPUtime=3.29 cores=1,3,5,7
/proc/12848/task/12852/stat : 12852 (java) S 12846 12848 11524 0 -1 4202560 37332 0 0 0 317 12 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12853] ppid=12846 vsize=15698080 CPUtime=3.25 cores=1,3,5,7
/proc/12848/task/12853/stat : 12853 (java) S 12846 12848 11524 0 -1 4202560 39903 0 0 0 312 13 0 0 16 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12854] ppid=12846 vsize=15698080 CPUtime=3.25 cores=1,3,5,7
/proc/12848/task/12854/stat : 12854 (java) S 12846 12848 11524 0 -1 4202560 38588 0 0 0 311 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12855] ppid=12846 vsize=15698080 CPUtime=3.35 cores=1,3,5,7
/proc/12848/task/12855/stat : 12855 (java) S 12846 12848 11524 0 -1 4202560 40153 0 0 0 322 13 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12856] ppid=12846 vsize=15698080 CPUtime=3.29 cores=1,3,5,7
/proc/12848/task/12856/stat : 12856 (java) S 12846 12848 11524 0 -1 4202560 41445 0 0 0 316 13 0 0 16 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 5 0 0 0
[pid=12848/tid=12857] ppid=12846 vsize=15698080 CPUtime=3.19 cores=1,3,5,7
/proc/12848/task/12857/stat : 12857 (java) S 12846 12848 11524 0 -1 4202560 39530 0 0 0 304 15 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12858] ppid=12846 vsize=15698080 CPUtime=3.23 cores=1,3,5,7
/proc/12848/task/12858/stat : 12858 (java) S 12846 12848 11524 0 -1 4202560 38186 0 0 0 309 14 0 0 15 0 22 0 262616062 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12859] ppid=12846 vsize=15698080 CPUtime=2.12 cores=1,3,5,7
/proc/12848/task/12859/stat : 12859 (java) S 12846 12848 11524 0 -1 4202560 2160 0 0 0 158 54 0 0 15 0 22 0 262616063 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 0 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12860] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12860/stat : 12860 (java) S 12846 12848 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12861] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12861/stat : 12861 (java) S 12846 12848 11524 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262616064 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12862] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12862/stat : 12862 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672485809 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12863] ppid=12846 vsize=15698080 CPUtime=1.57 cores=1,3,5,7
/proc/12848/task/12863/stat : 12863 (java) S 12846 12848 11524 0 -1 4202560 14882 0 0 0 155 2 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12864] ppid=12846 vsize=15698080 CPUtime=0.76 cores=1,3,5,7
/proc/12848/task/12864/stat : 12864 (java) S 12846 12848 11524 0 -1 4202560 5695 0 0 0 76 0 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 7 0 0 0
[pid=12848/tid=12865] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12865/stat : 12865 (java) S 12846 12848 11524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478105 0 4 0 16800975 18446604469068075264 0 0 -1 3 0 0 0
[pid=12848/tid=12866] ppid=12846 vsize=15698080 CPUtime=0 cores=1,3,5,7
/proc/12848/task/12866/stat : 12866 (java) S 12846 12848 11524 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 262616066 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 268672478720 0 4 0 16800975 18446604469068075264 0 0 -1 1 0 0 0
[pid=12848/tid=12867] ppid=12846 vsize=15698080 CPUtime=1192.31 cores=1,3,5,7
/proc/12848/task/12867/stat : 12867 (java) R 12846 12848 11524 0 -1 4202560 144919 0 0 0 119199 32 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505781866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12848/tid=12868] ppid=12846 vsize=15698080 CPUtime=1191.9 cores=1,3,5,7
/proc/12848/task/12868/stat : 12868 (java) R 12846 12848 11524 0 -1 4202560 130759 0 0 0 119157 33 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505781849 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12848/tid=12869] ppid=12846 vsize=15698080 CPUtime=1192.51 cores=1,3,5,7
/proc/12848/task/12869/stat : 12869 (java) R 12846 12848 11524 0 -1 4202560 142977 0 0 0 119216 35 0 0 25 0 22 0 262616088 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505728928 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12848/tid=12870] ppid=12846 vsize=15698080 CPUtime=1192.27 cores=1,3,5,7
/proc/12848/task/12870/stat : 12870 (java) R 12846 12848 11524 0 -1 4202560 140325 0 0 0 119194 33 0 0 19 0 22 0 262616089 16074833920 109338 33554432000 1073741824 1073778376 140733513925008 18446744073709551615 46912505697910 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15698080

Child status: 143
Real time (s): 1207.34
CPU time (s): 4800.26
CPU user time (s): 4797.18
CPU system time (s): 3.08053
CPU usage (%): 397.59
Max. virtual memory (cumulated for all children) (KiB): 15698080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 3.08053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906722
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= 338259
involuntary context switches= 176059

runsolver used 1.86272 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 19:24:08
IDJOB=3311847
IDBENCH=83238
IDSOLVER=1698
FILE ID=node107/3311847-1304184248
RUNJOBID= node107-1304184163-12610
PBS_JOBID= 13172425
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311847-1304184248/watcher-3311847-1304184248 -o /tmp/evaluation-result-3311847-1304184248/solver-3311847-1304184248 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311847-1304184248.cnf -hbr 2

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

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=1032013069

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29978264 kB
Buffers:        400872 kB
Cached:        1760156 kB
SwapCached:          4 kB
Active:         547756 kB
Inactive:      2073936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29978264 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1860 kB
Writeback:           0 kB
AnonPages:      460580 kB
Mapped:          23600 kB
Slab:           286616 kB
PageTables:       6080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   917408 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= 72624 MiB
End job on node107 at 2011-04-30 19:44:17