Trace number 3311775

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.18 1207.33

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
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.11/0.11	23:29 INFO : Reading from input HOME/instance-3311775-1304184209.cnf
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.50/0.34	23:29 INFO : 225 variables remaining out of 225
0.50/0.34	23:29 INFO : 13050 literals remaining out of 8325

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

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: 4.58 6.83 7.51 8/198 15944
/proc/meminfo: memFree=20660308/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 1490 0 0 0 0 0 0 0 25 0 2 0 530020624 31260672 953 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 7632 953 733 9 0 383 0
[pid=15944/tid=15945] ppid=15942 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 15033 0 -1 4202560 134 0 0 0 0 0 0 0 25 0 2 0 530020625 31268864 954 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290711236 0 0 4096 2048 0 0 0 -1 2 0 0 0

[startup+0.0635 s]
/proc/loadavg: 4.58 6.83 7.51 8/198 15944
/proc/meminfo: memFree=20660308/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 4348 0 1 0 5 0 0 0 25 0 18 0 530020624 15984414720 3788 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3902445 3788 1778 9 0 3893164 0
[pid=15944/tid=15945] ppid=15942 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 15033 0 -1 4202560 2931 0 1 0 5 0 0 0 25 0 18 0 530020625 15984414720 3788 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237278572240 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.104493 s]
/proc/loadavg: 4.58 6.83 7.51 8/198 15944
/proc/meminfo: memFree=20660308/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15676728 CPUtime=0.11 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 5682 0 1 0 10 1 0 0 25 0 18 0 530020624 16052969472 5122 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3919182 5123 2119 9 0 3909901 0
[pid=15944/tid=15945] ppid=15942 vsize=15676728 CPUtime=0.08 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 15033 0 -1 4202560 3577 0 1 0 8 0 0 0 25 0 18 0 530020625 16052969472 5123 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505219208 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) 15676728

[startup+0.300456 s]
/proc/loadavg: 4.58 6.83 7.51 8/198 15944
/proc/meminfo: memFree=20660308/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15686488 CPUtime=0.5 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 10528 0 1 0 49 1 0 0 25 0 22 0 530020624 16062963712 9316 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3921622 9316 2207 9 0 3912341 0
[pid=15944/tid=15945] ppid=15942 vsize=15686488 CPUtime=0.27 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 15033 0 -1 4202560 5920 0 1 0 27 0 0 0 25 0 22 0 530020625 16062963712 9316 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505215757 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15686488

[startup+0.700387 s]
/proc/loadavg: 4.58 6.83 7.51 8/198 15944
/proc/meminfo: memFree=20660308/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=1.89 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 32335 0 1 0 184 5 0 0 25 0 22 0 530020624 16073113600 28161 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 28162 2253 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 28163 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 15696400

[startup+1.50124 s]
/proc/loadavg: 4.58 6.83 7.51 11/220 15966
/proc/meminfo: memFree=20102648/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=5.05 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 53194 0 1 0 498 7 0 0 25 0 22 0 530020624 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 46337 2276 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 970 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 460 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 291 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 786 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 15033 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 530020626 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 0 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290703281 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=15696400 CPUtime=0.59 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 15033 0 -1 4202560 5680 0 0 0 59 0 0 0 21 0 22 0 530020629 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=15696400 CPUtime=0.75 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 15033 0 -1 4202560 7597 0 0 0 75 0 0 0 23 0 22 0 530020629 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530020629 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15963] ppid=15942 vsize=15696400 CPUtime=0.77 cores=0,2,4,6
/proc/15944/task/15963/stat : 15963 (java) R 15942 15944 15033 0 -1 4202560 5390 0 0 0 77 0 0 0 25 0 22 0 530020649 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505663671 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=0.86 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 9351 0 0 0 85 1 0 0 25 0 22 0 530020649 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=0.84 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 11353 0 0 0 82 2 0 0 25 0 22 0 530020649 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505764617 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=0.83 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 3598 0 0 0 83 0 0 0 25 0 22 0 530020649 16073113600 46337 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505663578 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 15696400

[startup+3.10096 s]
/proc/loadavg: 4.58 6.83 7.51 10/220 15966
/proc/meminfo: memFree=19535100/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=11.44 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 91629 0 1 0 1131 13 0 0 25 0 22 0 530020624 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 83581 2283 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 413 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 1236 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 584 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 229 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 810 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 118 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 969 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 15033 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 530020626 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 0 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290703281 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=15696400 CPUtime=0.67 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 15033 0 -1 4202560 5691 0 0 0 67 0 0 0 16 0 22 0 530020629 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=15696400 CPUtime=0.82 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 15033 0 -1 4202560 7707 0 0 0 82 0 0 0 15 0 22 0 530020629 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530020629 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15963] ppid=15942 vsize=15696400 CPUtime=2.36 cores=0,2,4,6
/proc/15944/task/15963/stat : 15963 (java) R 15942 15944 15033 0 -1 4202560 14430 0 0 0 234 2 0 0 25 0 22 0 530020649 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505703247 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=2.45 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 18027 0 0 0 243 2 0 0 25 0 22 0 530020649 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505669845 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=2.36 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 20817 0 0 0 233 3 0 0 25 0 22 0 530020649 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505703470 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=2.34 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 12733 0 0 0 233 1 0 0 25 0 22 0 530020649 16073113600 83581 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15696400

[startup+6.30139 s]
/proc/loadavg: 4.85 6.84 7.51 10/220 15966
/proc/meminfo: memFree=19477252/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=24.19 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 92512 0 1 0 2406 13 0 0 25 0 22 0 530020624 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 74661 2290 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 485 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=0.01 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 1393 0 0 0 1 0 0 0 15 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 637 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=0.01 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 376 0 0 0 1 0 0 0 15 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 888 0 0 0 0 0 0 0 16 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 1024 0 0 0 0 0 0 0 15 0 22 0 530020625 16073113600 74661 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0

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

[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=1108.77 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 149652 0 0 0 110848 29 0 0 25 0 22 0 530020649 16073113600 79533 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505784796 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=1108.39 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 152408 0 0 0 110809 30 0 0 25 0 22 0 530020649 16073113600 79533 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505663615 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=1108.4 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 143767 0 0 0 110809 31 0 0 25 0 22 0 530020649 16073113600 79533 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 47326695115578 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4462.23
Current children cumulated vsize (KiB) 15696400

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 7.90 9/220 16096
/proc/meminfo: memFree=20004196/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=4700.73 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 1138896 0 1 0 469760 313 0 0 25 0 22 0 530020624 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 106695 2298 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=3.27 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 59529 0 0 0 312 15 0 0 16 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=3.32 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 60405 0 0 0 316 16 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=3.2 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 61023 0 0 0 303 17 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=3.19 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 59977 0 0 0 303 16 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=3.23 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 61057 0 0 0 308 15 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=3.22 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 60943 0 0 0 306 16 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=3.32 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 60620 0 0 0 317 15 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=3.27 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 60711 0 0 0 313 14 0 0 15 0 22 0 530020625 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=15696400 CPUtime=2.19 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 15033 0 -1 4202560 2721 0 0 0 166 53 0 0 16 0 22 0 530020626 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 0 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290703281 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=15696400 CPUtime=0.72 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 15033 0 -1 4202560 5706 0 0 0 72 0 0 0 15 0 22 0 530020629 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=15696400 CPUtime=0.88 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 15033 0 -1 4202560 7933 0 0 0 88 0 0 0 16 0 22 0 530020629 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 15033 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530020629 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15963] ppid=15942 vsize=15696400 CPUtime=1166.95 cores=0,2,4,6
/proc/15944/task/15963/stat : 15963 (java) R 15942 15944 15033 0 -1 4202560 156803 0 0 0 116664 31 0 0 25 0 22 0 530020649 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505663615 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=1168.11 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 159284 0 0 0 116780 31 0 0 25 0 22 0 530020649 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505632555 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=1167.65 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 161846 0 0 0 116733 32 0 0 25 0 22 0 530020649 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505892052 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=1167.7 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 152805 0 0 0 116738 32 0 0 25 0 22 0 530020649 16073113600 106695 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912506078292 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.73
Current children cumulated vsize (KiB) 15696400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.05 8.04 7.90 9/220 16097
/proc/meminfo: memFree=20083296/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=4800.13 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 1143931 0 1 0 479695 318 0 0 25 0 22 0 530020624 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 85706 2298 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=3.35 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 59790 0 0 0 319 16 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=3.39 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 60564 0 0 0 322 17 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=3.26 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 61209 0 0 0 309 17 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=3.25 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 60005 0 0 0 309 16 0 0 16 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=3.3 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 61312 0 0 0 315 15 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=3.29 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 61264 0 0 0 313 16 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=3.39 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 60753 0 0 0 324 15 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=3.33 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 60789 0 0 0 319 14 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=15696400 CPUtime=2.24 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 15033 0 -1 4202560 2741 0 0 0 169 55 0 0 15 0 22 0 530020626 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 0 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290703281 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=15696400 CPUtime=0.72 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 15033 0 -1 4202560 5706 0 0 0 72 0 0 0 15 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=15696400 CPUtime=0.88 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 15033 0 -1 4202560 7933 0 0 0 88 0 0 0 16 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 15033 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15963] ppid=15942 vsize=15696400 CPUtime=1191.68 cores=0,2,4,6
/proc/15944/task/15963/stat : 15963 (java) R 15942 15944 15033 0 -1 4202560 157631 0 0 0 119137 31 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912506044015 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=1192.85 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 160232 0 0 0 119254 31 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505632271 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=1192.26 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 162726 0 0 0 119194 32 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505608000 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=1192.43 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 153741 0 0 0 119210 33 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505632486 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15696400

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

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

[startup+1207.3 s]
/proc/loadavg: 8.05 8.04 7.90 9/220 16097
/proc/meminfo: memFree=20083296/32950904 swapFree=67082284/67111528
[pid=15944] ppid=15942 vsize=15696400 CPUtime=4800.13 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 15033 0 -1 4202496 1143931 0 1 0 479695 318 0 0 25 0 22 0 530020624 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15944/statm: 3924100 85706 2298 9 0 3914819 0
[pid=15944/tid=15945] ppid=15942 vsize=15696400 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 15033 0 -1 4202560 6086 0 1 0 32 1 0 0 25 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=15696400 CPUtime=3.35 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 15033 0 -1 4202560 59790 0 0 0 319 16 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=15696400 CPUtime=3.39 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 15033 0 -1 4202560 60564 0 0 0 322 17 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 2 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=15696400 CPUtime=3.26 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 15033 0 -1 4202560 61209 0 0 0 309 17 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=15696400 CPUtime=3.25 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 15033 0 -1 4202560 60005 0 0 0 309 16 0 0 16 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=15696400 CPUtime=3.3 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 15033 0 -1 4202560 61312 0 0 0 315 15 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=15696400 CPUtime=3.29 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 15033 0 -1 4202560 61264 0 0 0 313 16 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=15696400 CPUtime=3.39 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 15033 0 -1 4202560 60753 0 0 0 324 15 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=15696400 CPUtime=3.33 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 15033 0 -1 4202560 60789 0 0 0 319 14 0 0 15 0 22 0 530020625 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=15696400 CPUtime=2.24 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 15033 0 -1 4202560 2741 0 0 0 169 55 0 0 15 0 22 0 530020626 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 0 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530020627 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290703281 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=15696400 CPUtime=0.72 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 15033 0 -1 4202560 5706 0 0 0 72 0 0 0 15 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=15696400 CPUtime=0.88 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 15033 0 -1 4202560 7933 0 0 0 88 0 0 0 16 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 4 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290695577 0 4 0 16800975 18446604453929038208 0 0 -1 6 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=15696400 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 15033 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530020629 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 237290696192 0 4 0 16800975 18446604453929038208 0 0 -1 0 0 0 0
[pid=15944/tid=15963] ppid=15942 vsize=15696400 CPUtime=1191.68 cores=0,2,4,6
/proc/15944/task/15963/stat : 15963 (java) R 15942 15944 15033 0 -1 4202560 157631 0 0 0 119137 31 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912506044015 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15944/tid=15964] ppid=15942 vsize=15696400 CPUtime=1192.85 cores=0,2,4,6
/proc/15944/task/15964/stat : 15964 (java) R 15942 15944 15033 0 -1 4202560 160232 0 0 0 119254 31 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505632271 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=15696400 CPUtime=1192.26 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) R 15942 15944 15033 0 -1 4202560 162726 0 0 0 119194 32 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505608000 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15944/tid=15966] ppid=15942 vsize=15696400 CPUtime=1192.43 cores=0,2,4,6
/proc/15944/task/15966/stat : 15966 (java) R 15942 15944 15033 0 -1 4202560 153741 0 0 0 119210 33 0 0 25 0 22 0 530020649 16073113600 85706 33554432000 1073741824 1073778376 140736961685056 18446744073709551615 46912505632486 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15696400

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.18
CPU user time (s): 4796.98
CPU system time (s): 3.20051
CPU usage (%): 397.586
Max. virtual memory (cumulated for all children) (KiB): 15697524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.98
system time used= 3.20051
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1143956
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= 340438
involuntary context switches= 182659

runsolver used 1.9747 second user time and 4.64429 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 19:23:29
IDJOB=3311775
IDBENCH=83230
IDSOLVER=1698
FILE ID=node121/3311775-1304184209
RUNJOBID= node121-1304184208-15854
PBS_JOBID= 13172442
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=1384121937

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20660456 kB
Buffers:       2188928 kB
Cached:        9378740 kB
SwapCached:       2776 kB
Active:        8777064 kB
Inactive:      3002004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20660456 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3664 kB
Writeback:          28 kB
AnonPages:      209064 kB
Mapped:          22296 kB
Slab:           446532 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   925148 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= 73560 MiB
End job on node121 at 2011-04-30 19:43:38