Trace number 3311761

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.44 1206.17

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
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 variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	06:26 INFO : Reading from input HOME/instance-3311761-1304183186.cnf
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
2.73/1.58	06:28 INFO : 1176 variables remaining out of 1176
2.73/1.58	06:28 INFO : 394254 literals remaining out of 388962

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-3311761-1304183186/watcher-3311761-1304183186 -o /tmp/evaluation-result-3311761-1304183186/solver-3311761-1304183186 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311761-1304183186.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: 3.72 4.33 5.85 2/187 17391
/proc/meminfo: memFree=30827708/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 1418 0 0 0 0 0 0 0 21 0 2 0 529918244 27824128 887 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 6793 894 684 9 0 381 0
[pid=17391/tid=17392] ppid=17389 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 66 0 0 0 0 0 0 0 24 0 2 0 529918245 29065216 894 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210642223207 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0551451 s]
/proc/loadavg: 3.72 4.33 5.85 2/187 17391
/proc/meminfo: memFree=30827708/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 4176 0 1 0 4 0 0 0 21 0 18 0 529918244 15984414720 3614 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3902445 3615 1755 9 0 3893164 0
[pid=17391/tid=17392] ppid=17389 vsize=15609780 CPUtime=0.03 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 2758 0 1 0 3 0 0 0 22 0 18 0 529918245 15984414720 3615 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210646807237 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.101226 s]
/proc/loadavg: 3.72 4.33 5.85 2/187 17391
/proc/meminfo: memFree=30827708/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15742044 CPUtime=0.1 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 5550 0 1 0 9 1 0 0 21 0 18 0 529918244 16119853056 4988 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3935511 4988 2116 9 0 3926230 0
[pid=17391/tid=17392] ppid=17389 vsize=15742044 CPUtime=0.08 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 3451 0 1 0 7 1 0 0 22 0 18 0 529918245 16119853056 4988 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658975711 0 2147483391 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742044

[startup+0.301096 s]
/proc/loadavg: 3.72 4.33 5.85 2/187 17391
/proc/meminfo: memFree=30827708/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15745052 CPUtime=0.51 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 15417 0 1 0 48 3 0 0 21 0 18 0 529918244 16122933248 13904 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3936263 13911 2206 9 0 3926982 0
[pid=17391/tid=17392] ppid=17389 vsize=15745052 CPUtime=0.28 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 10351 0 1 0 26 2 0 0 22 0 18 0 529918245 16122933248 13914 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505585484 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15745052

[startup+0.701026 s]
/proc/loadavg: 3.72 4.33 5.85 2/187 17391
/proc/meminfo: memFree=30827708/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15749164 CPUtime=0.97 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 41955 0 1 0 91 6 0 0 21 0 22 0 529918244 16127143936 40439 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3937291 40439 2233 9 0 3928010 0
[pid=17391/tid=17392] ppid=17389 vsize=15749164 CPUtime=0.67 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 35672 0 1 0 63 4 0 0 25 0 22 0 529918245 16127143936 40439 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505658491 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 15749164

[startup+1.50086 s]
/proc/loadavg: 3.72 4.33 5.85 10/218 17422
/proc/meminfo: memFree=30535760/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15763708 CPUtime=2.73 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 52786 0 1 0 265 8 0 0 21 0 22 0 529918244 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3940927 46408 2259 9 0 3931646 0
[pid=17391/tid=17392] ppid=17389 vsize=15763708 CPUtime=1.46 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) R 17389 17391 16794 0 -1 4202560 35721 0 1 0 142 4 0 0 25 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505166880 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 967 0 0 0 0 0 0 0 16 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 529918245 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17407] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17407/stat : 17407 (java) S 17389 17391 16794 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 529918246 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 0 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17408] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17408/stat : 17408 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529918247 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17409] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17409/stat : 17409 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529918247 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17410] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17410/stat : 17410 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529918249 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658970033 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17411] ppid=17389 vsize=15763708 CPUtime=0.59 cores=0,2,4,6
/proc/17391/task/17411/stat : 17411 (java) S 17389 17391 16794 0 -1 4202560 7838 0 0 0 58 1 0 0 16 0 22 0 529918249 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17412] ppid=17389 vsize=15763708 CPUtime=0.63 cores=0,2,4,6
/proc/17391/task/17412/stat : 17412 (java) R 17389 17391 16794 0 -1 4202560 6675 0 0 0 62 1 0 0 15 0 22 0 529918249 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 47281074103349 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17413] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17413/stat : 17413 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529918249 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17414] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17414/stat : 17414 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529918249 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17419] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17419/stat : 17419 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 529918308 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17420] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) S 17389 17391 16794 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 529918308 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) S 17389 17391 16794 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 529918308 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15763708 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 529918308 16142036992 46408 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 15763708

[startup+3.10159 s]
/proc/loadavg: 3.72 4.33 5.85 10/218 17422
/proc/meminfo: memFree=30391940/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15765736 CPUtime=7.77 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 71889 0 1 0 764 13 0 0 21 0 22 0 529918244 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3941434 65254 2274 9 0 3932153 0
[pid=17391/tid=17392] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) S 17389 17391 16794 0 -1 4202560 35743 0 1 0 151 4 0 0 25 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15765736 CPUtime=0.02 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 3925 0 0 0 1 1 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 2263 0 0 0 0 0 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) S 17389 17391 16794 0 -1 4202560 780 0 0 0 0 0 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 3383 0 0 0 0 0 0 0 15 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15765736 CPUtime=0.01 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 5804 0 0 0 0 1 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 3232 0 0 0 0 0 0 0 16 0 22 0 529918245 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17407] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17407/stat : 17407 (java) S 17389 17391 16794 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 22 0 529918246 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 0 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17408] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17408/stat : 17408 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17409] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17409/stat : 17409 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17410] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17410/stat : 17410 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529918249 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658970033 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17411] ppid=17389 vsize=15765736 CPUtime=0.81 cores=0,2,4,6
/proc/17391/task/17411/stat : 17411 (java) S 17389 17391 16794 0 -1 4202560 7997 0 0 0 80 1 0 0 15 0 22 0 529918249 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17412] ppid=17389 vsize=15765736 CPUtime=0.94 cores=0,2,4,6
/proc/17391/task/17412/stat : 17412 (java) S 17389 17391 16794 0 -1 4202560 7185 0 0 0 93 1 0 0 15 0 22 0 529918249 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17413] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17413/stat : 17413 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529918249 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17414] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17414/stat : 17414 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529918249 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17419] ppid=17389 vsize=15765736 CPUtime=0.92 cores=0,2,4,6
/proc/17391/task/17419/stat : 17419 (java) R 17389 17391 16794 0 -1 4202560 17 0 0 0 92 0 0 0 16 0 22 0 529918308 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505164270 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17420] ppid=17389 vsize=15765736 CPUtime=1.18 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) R 17389 17391 16794 0 -1 4202560 11 0 0 0 118 0 0 0 16 0 22 0 529918308 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506222760 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15765736 CPUtime=1.17 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) R 17389 17391 16794 0 -1 4202560 22 0 0 0 117 0 0 0 16 0 22 0 529918308 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506195905 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15765736 CPUtime=1.05 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) R 17389 17391 16794 0 -1 4202560 10 0 0 0 105 0 0 0 16 0 22 0 529918308 16144113664 65254 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505965819 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 15765736

[startup+6.30307 s]
/proc/loadavg: 3.99 4.38 5.85 11/218 17471
/proc/meminfo: memFree=30050896/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15765736 CPUtime=19.57 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 198437 0 1 0 1908 49 0 0 21 0 22 0 529918244 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3941434 191534 2274 9 0 3932153 0
[pid=17391/tid=17392] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) S 17389 17391 16794 0 -1 4202560 35743 0 1 0 151 4 0 0 25 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15765736 CPUtime=0.16 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 4817 0 0 0 15 1 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15765736 CPUtime=0.25 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 19344 0 0 0 21 4 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15765736 CPUtime=0.16 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 2329 0 0 0 15 1 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15765736 CPUtime=0.2 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) R 17389 17391 16794 0 -1 4202560 12594 0 0 0 15 5 0 0 16 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658963398 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15765736 CPUtime=0.22 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 21622 0 0 0 18 4 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15765736 CPUtime=0.17 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 16418 0 0 0 15 2 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15765736 CPUtime=0.21 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 18766 0 0 0 17 4 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15765736 CPUtime=0.18 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 5815 0 0 0 17 1 0 0 15 0 22 0 529918245 16144113664 191534 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0

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

[pid=17391/tid=17420] ppid=17389 vsize=15765736 CPUtime=1107.35 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) R 17389 17391 16794 0 -1 4202560 361287 0 0 0 110669 66 0 0 25 0 22 0 529918308 16144113664 325299 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505965559 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15765736 CPUtime=1107.83 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) R 17389 17391 16794 0 -1 4202560 377167 0 0 0 110723 60 0 0 25 0 22 0 529918308 16144113664 325299 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506190449 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15765736 CPUtime=1109.07 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) R 17389 17391 16794 0 -1 4202560 343392 0 0 0 110844 63 0 0 25 0 22 0 529918308 16144113664 325299 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4466.42
Current children cumulated vsize (KiB) 15765736

[startup+1182.3 s]
/proc/loadavg: 8.21 8.05 7.46 9/218 17600
/proc/meminfo: memFree=26067024/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15765736 CPUtime=4705.55 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 2720125 0 1 0 469980 575 0 0 21 0 22 0 529918244 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3941434 317529 2297 9 0 3932153 0
[pid=17391/tid=17392] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) S 17389 17391 16794 0 -1 4202560 35743 0 1 0 151 4 0 0 25 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15765736 CPUtime=3.96 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 139466 0 0 0 370 26 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15765736 CPUtime=3.97 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 140471 0 0 0 372 25 0 0 16 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15765736 CPUtime=3.79 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 133973 0 0 0 355 24 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15765736 CPUtime=3.89 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) S 17389 17391 16794 0 -1 4202560 142207 0 0 0 357 32 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15765736 CPUtime=3.92 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 147843 0 0 0 365 27 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15765736 CPUtime=4.06 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 165424 0 0 0 375 31 0 0 16 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15765736 CPUtime=3.72 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 136474 0 0 0 348 24 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15765736 CPUtime=3.93 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 146394 0 0 0 362 31 0 0 15 0 22 0 529918245 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17407] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17407/stat : 17407 (java) S 17389 17391 16794 0 -1 4202560 26880 0 0 0 97 58 0 0 15 0 22 0 529918246 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 0 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17408] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17408/stat : 17408 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17409] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17409/stat : 17409 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17410] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17410/stat : 17410 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529918249 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658970033 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17411] ppid=17389 vsize=15765736 CPUtime=1.15 cores=0,2,4,6
/proc/17391/task/17411/stat : 17411 (java) S 17389 17391 16794 0 -1 4202560 8123 0 0 0 114 1 0 0 15 0 22 0 529918249 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17412] ppid=17389 vsize=15765736 CPUtime=1.08 cores=0,2,4,6
/proc/17391/task/17412/stat : 17412 (java) S 17389 17391 16794 0 -1 4202560 7187 0 0 0 107 1 0 0 16 0 22 0 529918249 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17413] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17413/stat : 17413 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529918249 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17414] ppid=17389 vsize=15765736 CPUtime=0.02 cores=0,2,4,6
/proc/17391/task/17414/stat : 17414 (java) S 17389 17391 16794 0 -1 4202560 69 0 0 0 0 2 0 0 15 0 22 0 529918249 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17419] ppid=17389 vsize=15765736 CPUtime=1166.77 cores=0,2,4,6
/proc/17391/task/17419/stat : 17419 (java) R 17389 17391 16794 0 -1 4202560 377147 0 0 0 116592 85 0 0 25 0 22 0 529918308 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505366018 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17391/tid=17420] ppid=17389 vsize=15765736 CPUtime=1166.48 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) R 17389 17391 16794 0 -1 4202560 372069 0 0 0 116580 68 0 0 25 0 22 0 529918308 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506223143 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15765736 CPUtime=1167.17 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) R 17389 17391 16794 0 -1 4202560 387160 0 0 0 116653 64 0 0 25 0 22 0 529918308 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506245630 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15765736 CPUtime=1168.38 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) R 17389 17391 16794 0 -1 4202560 352109 0 0 0 116775 63 0 0 25 0 22 0 529918308 16144113664 317529 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505965552 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4705.55
Current children cumulated vsize (KiB) 15765736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.1 s]
/proc/loadavg: 8.14 8.05 7.47 9/218 17601
/proc/meminfo: memFree=26301240/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15765736 CPUtime=4800.35 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 2752957 0 1 0 479451 584 0 0 21 0 22 0 529918244 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3941434 295728 2297 9 0 3932153 0
[pid=17391/tid=17392] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) S 17389 17391 16794 0 -1 4202560 35743 0 1 0 151 4 0 0 25 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15765736 CPUtime=4.05 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 141220 0 0 0 379 26 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15765736 CPUtime=4.07 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 142938 0 0 0 381 26 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15765736 CPUtime=3.88 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 135640 0 0 0 364 24 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15765736 CPUtime=3.97 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) S 17389 17391 16794 0 -1 4202560 144327 0 0 0 364 33 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15765736 CPUtime=4 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 149437 0 0 0 373 27 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15765736 CPUtime=4.17 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 166759 0 0 0 385 32 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15765736 CPUtime=3.81 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 138849 0 0 0 356 25 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15765736 CPUtime=4.04 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 150454 0 0 0 373 31 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17407] ppid=17389 vsize=15765736 CPUtime=1.59 cores=0,2,4,6
/proc/17391/task/17407/stat : 17407 (java) S 17389 17391 16794 0 -1 4202560 26993 0 0 0 100 59 0 0 15 0 22 0 529918246 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 0 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17408] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17408/stat : 17408 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17409] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17409/stat : 17409 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17410] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17410/stat : 17410 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658970033 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17411] ppid=17389 vsize=15765736 CPUtime=1.15 cores=0,2,4,6
/proc/17391/task/17411/stat : 17411 (java) S 17389 17391 16794 0 -1 4202560 8123 0 0 0 114 1 0 0 15 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17412] ppid=17389 vsize=15765736 CPUtime=1.08 cores=0,2,4,6
/proc/17391/task/17412/stat : 17412 (java) S 17389 17391 16794 0 -1 4202560 7187 0 0 0 107 1 0 0 16 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17413] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17413/stat : 17413 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17414] ppid=17389 vsize=15765736 CPUtime=0.02 cores=0,2,4,6
/proc/17391/task/17414/stat : 17414 (java) R 17389 17391 16794 0 -1 4202560 71 0 0 0 0 2 0 0 15 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17419] ppid=17389 vsize=15765736 CPUtime=1190.31 cores=0,2,4,6
/proc/17391/task/17419/stat : 17419 (java) R 17389 17391 16794 0 -1 4202560 382089 0 0 0 118946 85 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505946529 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17420] ppid=17389 vsize=15765736 CPUtime=1189.99 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) R 17389 17391 16794 0 -1 4202560 375676 0 0 0 118929 70 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505786083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15765736 CPUtime=1190.66 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) R 17389 17391 16794 0 -1 4202560 390689 0 0 0 119001 65 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506264464 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15765736 CPUtime=1191.85 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) R 17389 17391 16794 0 -1 4202560 355376 0 0 0 119121 64 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506222760 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15765736

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

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

[startup+1206.1 s]
/proc/loadavg: 8.14 8.05 7.47 9/218 17601
/proc/meminfo: memFree=26301240/32951132 swapFree=67080200/67111528
[pid=17391] ppid=17389 vsize=15765736 CPUtime=4800.35 cores=0,2,4,6
/proc/17391/stat : 17391 (java) S 17389 17391 16794 0 -1 4202496 2752957 0 1 0 479451 584 0 0 21 0 22 0 529918244 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17391/statm: 3941434 295728 2297 9 0 3932153 0
[pid=17391/tid=17392] ppid=17389 vsize=15765736 CPUtime=1.55 cores=0,2,4,6
/proc/17391/task/17392/stat : 17392 (java) S 17389 17391 16794 0 -1 4202560 35743 0 1 0 151 4 0 0 25 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17394] ppid=17389 vsize=15765736 CPUtime=4.05 cores=0,2,4,6
/proc/17391/task/17394/stat : 17394 (java) S 17389 17391 16794 0 -1 4202560 141220 0 0 0 379 26 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17395] ppid=17389 vsize=15765736 CPUtime=4.07 cores=0,2,4,6
/proc/17391/task/17395/stat : 17395 (java) S 17389 17391 16794 0 -1 4202560 142938 0 0 0 381 26 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17396] ppid=17389 vsize=15765736 CPUtime=3.88 cores=0,2,4,6
/proc/17391/task/17396/stat : 17396 (java) S 17389 17391 16794 0 -1 4202560 135640 0 0 0 364 24 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17397] ppid=17389 vsize=15765736 CPUtime=3.97 cores=0,2,4,6
/proc/17391/task/17397/stat : 17397 (java) S 17389 17391 16794 0 -1 4202560 144327 0 0 0 364 33 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17398] ppid=17389 vsize=15765736 CPUtime=4 cores=0,2,4,6
/proc/17391/task/17398/stat : 17398 (java) S 17389 17391 16794 0 -1 4202560 149437 0 0 0 373 27 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17399] ppid=17389 vsize=15765736 CPUtime=4.17 cores=0,2,4,6
/proc/17391/task/17399/stat : 17399 (java) S 17389 17391 16794 0 -1 4202560 166759 0 0 0 385 32 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17400] ppid=17389 vsize=15765736 CPUtime=3.81 cores=0,2,4,6
/proc/17391/task/17400/stat : 17400 (java) S 17389 17391 16794 0 -1 4202560 138849 0 0 0 356 25 0 0 15 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17401] ppid=17389 vsize=15765736 CPUtime=4.04 cores=0,2,4,6
/proc/17391/task/17401/stat : 17401 (java) S 17389 17391 16794 0 -1 4202560 150454 0 0 0 373 31 0 0 16 0 22 0 529918245 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 4 0 0 0
[pid=17391/tid=17407] ppid=17389 vsize=15765736 CPUtime=1.59 cores=0,2,4,6
/proc/17391/task/17407/stat : 17407 (java) S 17389 17391 16794 0 -1 4202560 26993 0 0 0 100 59 0 0 15 0 22 0 529918246 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 0 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17408] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17408/stat : 17408 (java) S 17389 17391 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17409] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17409/stat : 17409 (java) S 17389 17391 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529918247 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17410] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17410/stat : 17410 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658970033 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17411] ppid=17389 vsize=15765736 CPUtime=1.15 cores=0,2,4,6
/proc/17391/task/17411/stat : 17411 (java) S 17389 17391 16794 0 -1 4202560 8123 0 0 0 114 1 0 0 15 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 0 0 0 0
[pid=17391/tid=17412] ppid=17389 vsize=15765736 CPUtime=1.08 cores=0,2,4,6
/proc/17391/task/17412/stat : 17412 (java) S 17389 17391 16794 0 -1 4202560 7187 0 0 0 107 1 0 0 16 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 2 0 0 0
[pid=17391/tid=17413] ppid=17389 vsize=15765736 CPUtime=0 cores=0,2,4,6
/proc/17391/task/17413/stat : 17413 (java) S 17389 17391 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962329 0 4 0 16800975 18446604446000825472 0 0 -1 6 0 0 0
[pid=17391/tid=17414] ppid=17389 vsize=15765736 CPUtime=0.02 cores=0,2,4,6
/proc/17391/task/17414/stat : 17414 (java) R 17389 17391 16794 0 -1 4202560 71 0 0 0 0 2 0 0 15 0 22 0 529918249 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 210658962944 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17419] ppid=17389 vsize=15765736 CPUtime=1190.31 cores=0,2,4,6
/proc/17391/task/17419/stat : 17419 (java) R 17389 17391 16794 0 -1 4202560 382089 0 0 0 118946 85 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505946529 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17391/tid=17420] ppid=17389 vsize=15765736 CPUtime=1189.99 cores=0,2,4,6
/proc/17391/task/17420/stat : 17420 (java) R 17389 17391 16794 0 -1 4202560 375676 0 0 0 118929 70 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912505786083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17391/tid=17421] ppid=17389 vsize=15765736 CPUtime=1190.66 cores=0,2,4,6
/proc/17391/task/17421/stat : 17421 (java) R 17389 17391 16794 0 -1 4202560 390689 0 0 0 119001 65 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506264464 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17391/tid=17422] ppid=17389 vsize=15765736 CPUtime=1191.85 cores=0,2,4,6
/proc/17391/task/17422/stat : 17422 (java) R 17389 17391 16794 0 -1 4202560 355376 0 0 0 119121 64 0 0 25 0 22 0 529918308 16144113664 295728 33554432000 1073741824 1073778376 140734750494208 18446744073709551615 46912506222760 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15765736

Child status: 143
Real time (s): 1206.17
CPU time (s): 4800.44
CPU user time (s): 4794.55
CPU system time (s): 5.8971
CPU usage (%): 397.991
Max. virtual memory (cumulated for all children) (KiB): 15765736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.55
system time used= 5.8971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2752983
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= 76339
involuntary context switches= 77212

runsolver used 1.9577 second user time and 4.67429 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 19:06:26
IDJOB=3311761
IDBENCH=83167
IDSOLVER=1698
FILE ID=node129/3311761-1304183186
RUNJOBID= node129-1304183186-17359
PBS_JOBID= 13172450
Free space on /tmp= 67248 MiB

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

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=1084459278

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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:     32951132 kB
MemFree:      30828112 kB
Buffers:        288872 kB
Cached:        1451712 kB
SwapCached:       5056 kB
Active:         146436 kB
Inactive:      1637884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30828112 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:            5064 kB
Writeback:           0 kB
AnonPages:       40452 kB
Mapped:          18424 kB
Slab:           276088 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   776024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67240 MiB
End job on node129 at 2011-04-30 19:26:34