Trace number 3313024

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.29 1207.63

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

Solver Data

0.10/0.12	13:41 INFO : Reading from input HOME/instance-3313024-1304187221.cnf
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.78/0.43	13:41 INFO : 349 variables remaining out of 349
0.78/0.43	13:41 INFO : 12976 literals remaining out of 12976
3.72/1.25	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
3.72/1.25	log4j:WARN Please initialize the log4j system properly.
3.72/1.25	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.03 8.00 5/198 3524
/proc/meminfo: memFree=29410376/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/3524/stat : 3524 (java) R 3522 3524 3098 0 -1 4202496 739 0 0 0 0 0 0 0 25 0 1 0 530319144 23580672 226 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239471732480 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3524/statm: 5757 238 191 9 0 124 0

[startup+0.0260521 s]
/proc/loadavg: 8.00 8.03 8.00 5/198 3524
/proc/meminfo: memFree=29410376/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 3344 0 1 0 1 0 0 0 25 0 11 0 530319144 15976509440 2787 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3900515 2794 1618 9 0 3891263 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100976 s]
/proc/loadavg: 8.00 8.03 8.00 5/198 3524
/proc/meminfo: memFree=29410376/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15741136 CPUtime=0.1 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 5511 0 1 0 9 1 0 0 25 0 18 0 530319144 16118923264 4951 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3935284 4951 2116 9 0 3926003 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741136

[startup+0.300936 s]
/proc/loadavg: 8.00 8.03 8.00 5/198 3524
/proc/meminfo: memFree=29410376/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15745936 CPUtime=0.51 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 11612 0 1 0 49 2 0 0 25 0 22 0 530319144 16123838464 10020 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936484 10020 2215 9 0 3927203 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15745936

[startup+0.700862 s]
/proc/loadavg: 8.00 8.03 8.00 5/198 3524
/proc/meminfo: memFree=29410376/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746360 CPUtime=1.72 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 28728 0 1 0 167 5 0 0 25 0 22 0 530319144 16124272640 21857 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936590 21857 2254 9 0 3927309 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 15746360

[startup+1.50071 s]
/proc/loadavg: 7.84 7.99 7.99 11/220 3546
/proc/meminfo: memFree=29222136/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=4.9 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 61076 0 1 0 480 10 0 0 25 0 22 0 530319144 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 51918 2268 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 511 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 855 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 509 0 0 0 0 0 0 0 16 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 958 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 830 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 530319146 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=0.64 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) R 3522 3524 3098 0 -1 4202560 8421 0 0 0 63 1 0 0 25 0 22 0 530319149 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239476388845 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3540] ppid=3522 vsize=15746784 CPUtime=0.7 cores=1,3,5,7
/proc/3524/task/3540/stat : 3540 (java) R 3522 3524 3098 0 -1 4202560 11815 0 0 0 69 1 0 0 25 0 22 0 530319149 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 47410257192972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3524/tid=3541] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3541/stat : 3541 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3542] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3542/stat : 3542 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530319149 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3543] ppid=3522 vsize=15746784 CPUtime=0.94 cores=1,3,5,7
/proc/3524/task/3543/stat : 3543 (java) R 3522 3524 3098 0 -1 4202560 11432 0 0 0 93 1 0 0 19 0 22 0 530319171 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505213278 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=0.78 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 8879 0 0 0 77 1 0 0 17 0 22 0 530319171 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 47410254297789 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=0.65 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 1120 0 0 0 65 0 0 0 18 0 22 0 530319171 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505739835 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=0.71 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 7023 0 0 0 70 1 0 0 16 0 22 0 530319171 16124706816 51918 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 15746784

[startup+3.1014 s]
/proc/loadavg: 7.84 7.99 7.99 11/220 3546
/proc/meminfo: memFree=29208248/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=11.27 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 82459 0 1 0 1114 13 0 0 25 0 22 0 530319144 16124706816 70384 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 70392 2282 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 70395 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 2022 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70399 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 2075 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70402 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 1106 0 0 0 0 0 0 0 16 0 22 0 530319145 16124706816 70406 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70409 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 950 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70412 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70425 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 1789 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 70435 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 1107 0 0 0 0 0 0 0 16 0 22 0 530319145 16124706816 70446 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 22 0 530319146 16124706816 70454 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 70464 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 70474 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 70485 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=1.1 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) S 3522 3524 3098 0 -1 4202560 9043 0 0 0 109 1 0 0 24 0 22 0 530319149 16124706816 70491 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3540] ppid=3522 vsize=15746784 CPUtime=1.02 cores=1,3,5,7
/proc/3524/task/3540/stat : 3540 (java) S 3522 3524 3098 0 -1 4202560 11908 0 0 0 100 2 0 0 25 0 22 0 530319149 16124706816 70494 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3541] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3541/stat : 3541 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 70498 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3542] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3542/stat : 3542 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530319149 16124706816 70501 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3543] ppid=3522 vsize=15746784 CPUtime=2 cores=1,3,5,7
/proc/3524/task/3543/stat : 3543 (java) R 3522 3524 3098 0 -1 4202560 15195 0 0 0 198 2 0 0 20 0 22 0 530319171 16124706816 70504 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505808642 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=2.31 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 12687 0 0 0 230 1 0 0 19 0 22 0 530319171 16124706816 70508 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505741263 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=2.02 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 4777 0 0 0 202 0 0 0 20 0 22 0 530319171 16124706816 70512 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505741218 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=2.28 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 10549 0 0 0 227 1 0 0 18 0 22 0 530319171 16124706816 70514 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912506279600 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 15746784

[startup+6.30079 s]
/proc/loadavg: 7.85 7.99 7.99 9/220 3546
/proc/meminfo: memFree=29094788/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=24 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 101084 0 1 0 2384 16 0 0 25 0 22 0 530319144 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 84085 2285 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=0.01 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 2647 0 0 0 1 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=0.01 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 2889 0 0 0 1 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=0.01 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 1994 0 0 0 1 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=0.01 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 1377 0 0 0 1 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 1735 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 510 0 0 0 0 0 0 0 16 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=0.01 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 2799 0 0 0 1 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 1997 0 0 0 0 0 0 0 15 0 22 0 530319145 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 22 0 530319146 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=1.21 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) S 3522 3524 3098 0 -1 4202560 9050 0 0 0 120 1 0 0 15 0 22 0 530319149 16124706816 84085 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0

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

[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=1108.19 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 215927 0 0 0 110781 38 0 0 25 0 22 0 530319171 16124706816 94260 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505739609 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=1107.47 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 202125 0 0 0 110712 35 0 0 25 0 22 0 530319171 16124706816 94260 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505741026 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=1108.03 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 207671 0 0 0 110766 37 0 0 25 0 22 0 530319171 16124706816 94260 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505926143 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4461.07
Current children cumulated vsize (KiB) 15746784

[startup+1182.3 s]
/proc/loadavg: 4.24 6.43 7.40 5/193 3600
/proc/meminfo: memFree=29709748/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=4699.57 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 1543082 0 1 0 469563 394 0 0 25 0 22 0 530319144 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 92654 2297 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=3.24 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 78950 0 0 0 303 21 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=3.19 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 78023 0 0 0 302 17 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=3.19 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 78595 0 0 0 299 20 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=3.27 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 81685 0 0 0 308 19 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=3.24 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 78904 0 0 0 304 20 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=3.13 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 77394 0 0 0 295 18 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=3.19 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 80249 0 0 0 301 18 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=3.19 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 76650 0 0 0 300 19 0 0 15 0 22 0 530319145 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=2.37 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 4087 0 0 0 166 71 0 0 15 0 22 0 530319146 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=1.25 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) S 3522 3524 3098 0 -1 4202560 9059 0 0 0 124 1 0 0 16 0 22 0 530319149 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3540] ppid=3522 vsize=15746784 CPUtime=1.18 cores=1,3,5,7
/proc/3524/task/3540/stat : 3540 (java) S 3522 3524 3098 0 -1 4202560 11937 0 0 0 116 2 0 0 15 0 22 0 530319149 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3541] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3541/stat : 3541 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3542] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3542/stat : 3542 (java) S 3522 3524 3098 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530319149 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3543] ppid=3522 vsize=15746784 CPUtime=1166.97 cores=1,3,5,7
/proc/3524/task/3543/stat : 3543 (java) R 3522 3524 3098 0 -1 4202560 223694 0 0 0 116656 41 0 0 25 0 22 0 530319171 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505799040 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=1167.49 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 225903 0 0 0 116710 39 0 0 20 0 22 0 530319171 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505713571 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=1166.72 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 211832 0 0 0 116635 37 0 0 25 0 22 0 530319171 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=1167.37 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 217576 0 0 0 116697 40 0 0 25 0 22 0 530319171 16124706816 92654 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912506277801 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4699.57
Current children cumulated vsize (KiB) 15746784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 4.15 6.23 7.31 5/193 3601
/proc/meminfo: memFree=29575936/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=4800.23 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 1598104 0 1 0 479618 405 0 0 25 0 22 0 530319144 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 124401 2297 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=3.3 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 79726 0 0 0 309 21 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=3.27 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 78910 0 0 0 309 18 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 79488 0 0 0 305 21 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=3.34 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 82310 0 0 0 315 19 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=3.29 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 79473 0 0 0 309 20 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=3.18 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 77929 0 0 0 299 19 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 81169 0 0 0 307 19 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 77179 0 0 0 306 20 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=2.42 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 4202 0 0 0 170 72 0 0 15 0 22 0 530319146 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=1.25 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) S 3522 3524 3098 0 -1 4202560 9059 0 0 0 124 1 0 0 16 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3540] ppid=3522 vsize=15746784 CPUtime=1.18 cores=1,3,5,7
/proc/3524/task/3540/stat : 3540 (java) S 3522 3524 3098 0 -1 4202560 11937 0 0 0 116 2 0 0 15 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3541] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3541/stat : 3541 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3542] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3542/stat : 3542 (java) S 3522 3524 3098 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3543] ppid=3522 vsize=15746784 CPUtime=1191.97 cores=1,3,5,7
/proc/3524/task/3543/stat : 3543 (java) R 3522 3524 3098 0 -1 4202560 235850 0 0 0 119154 43 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505523244 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=1192.55 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 238130 0 0 0 119214 41 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505713712 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=1191.71 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 224285 0 0 0 119133 38 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505713615 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=1192.42 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 229913 0 0 0 119200 42 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 47410255585311 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15746784

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

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

[startup+1207.6 s]
/proc/loadavg: 4.15 6.23 7.31 5/193 3601
/proc/meminfo: memFree=29575936/32950928 swapFree=67086612/67111528
[pid=3524] ppid=3522 vsize=15746784 CPUtime=4800.23 cores=1,3,5,7
/proc/3524/stat : 3524 (java) S 3522 3524 3098 0 -1 4202496 1598104 0 1 0 479618 405 0 0 25 0 22 0 530319144 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3524/statm: 3936696 124401 2297 9 0 3927415 0
[pid=3524/tid=3526] ppid=3522 vsize=15746784 CPUtime=0.41 cores=1,3,5,7
/proc/3524/task/3526/stat : 3526 (java) S 3522 3524 3098 0 -1 4202560 7097 0 1 0 40 1 0 0 18 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3527] ppid=3522 vsize=15746784 CPUtime=3.3 cores=1,3,5,7
/proc/3524/task/3527/stat : 3527 (java) S 3522 3524 3098 0 -1 4202560 79726 0 0 0 309 21 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3528] ppid=3522 vsize=15746784 CPUtime=3.27 cores=1,3,5,7
/proc/3524/task/3528/stat : 3528 (java) S 3522 3524 3098 0 -1 4202560 78910 0 0 0 309 18 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3529] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3529/stat : 3529 (java) S 3522 3524 3098 0 -1 4202560 79488 0 0 0 305 21 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3530] ppid=3522 vsize=15746784 CPUtime=3.34 cores=1,3,5,7
/proc/3524/task/3530/stat : 3530 (java) S 3522 3524 3098 0 -1 4202560 82310 0 0 0 315 19 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3531] ppid=3522 vsize=15746784 CPUtime=3.29 cores=1,3,5,7
/proc/3524/task/3531/stat : 3531 (java) S 3522 3524 3098 0 -1 4202560 79473 0 0 0 309 20 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3532] ppid=3522 vsize=15746784 CPUtime=3.18 cores=1,3,5,7
/proc/3524/task/3532/stat : 3532 (java) S 3522 3524 3098 0 -1 4202560 77929 0 0 0 299 19 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3533] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3533/stat : 3533 (java) S 3522 3524 3098 0 -1 4202560 81169 0 0 0 307 19 0 0 16 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 3 0 0 0
[pid=3524/tid=3534] ppid=3522 vsize=15746784 CPUtime=3.26 cores=1,3,5,7
/proc/3524/task/3534/stat : 3534 (java) S 3522 3524 3098 0 -1 4202560 77179 0 0 0 306 20 0 0 15 0 22 0 530319145 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 1 0 0 0
[pid=3524/tid=3535] ppid=3522 vsize=15746784 CPUtime=2.42 cores=1,3,5,7
/proc/3524/task/3535/stat : 3535 (java) S 3522 3524 3098 0 -1 4202560 4202 0 0 0 170 72 0 0 15 0 22 0 530319146 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 0 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3536] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3536/stat : 3536 (java) S 3522 3524 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3537] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3537/stat : 3537 (java) S 3522 3524 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530319147 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3538] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3538/stat : 3538 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488518577 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3539] ppid=3522 vsize=15746784 CPUtime=1.25 cores=1,3,5,7
/proc/3524/task/3539/stat : 3539 (java) S 3522 3524 3098 0 -1 4202560 9059 0 0 0 124 1 0 0 16 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 7 0 0 0
[pid=3524/tid=3540] ppid=3522 vsize=15746784 CPUtime=1.18 cores=1,3,5,7
/proc/3524/task/3540/stat : 3540 (java) S 3522 3524 3098 0 -1 4202560 11937 0 0 0 116 2 0 0 15 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3541] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3541/stat : 3541 (java) S 3522 3524 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488510873 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3542] ppid=3522 vsize=15746784 CPUtime=0 cores=1,3,5,7
/proc/3524/task/3542/stat : 3542 (java) S 3522 3524 3098 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530319149 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 239488511488 0 4 0 16800975 18446604455821644928 0 0 -1 5 0 0 0
[pid=3524/tid=3543] ppid=3522 vsize=15746784 CPUtime=1191.97 cores=1,3,5,7
/proc/3524/task/3543/stat : 3543 (java) R 3522 3524 3098 0 -1 4202560 235850 0 0 0 119154 43 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505523244 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3524/tid=3544] ppid=3522 vsize=15746784 CPUtime=1192.55 cores=1,3,5,7
/proc/3524/task/3544/stat : 3544 (java) R 3522 3524 3098 0 -1 4202560 238130 0 0 0 119214 41 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505713712 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3524/tid=3545] ppid=3522 vsize=15746784 CPUtime=1191.71 cores=1,3,5,7
/proc/3524/task/3545/stat : 3545 (java) R 3522 3524 3098 0 -1 4202560 224285 0 0 0 119133 38 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 46912505713615 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3524/tid=3546] ppid=3522 vsize=15746784 CPUtime=1192.42 cores=1,3,5,7
/proc/3524/task/3546/stat : 3546 (java) R 3522 3524 3098 0 -1 4202560 229913 0 0 0 119200 42 0 0 25 0 22 0 530319171 16124706816 124401 33554432000 1073741824 1073778376 140733935896000 18446744073709551615 47410255585311 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15746784

Child status: 143
Real time (s): 1207.63
CPU time (s): 4800.29
CPU user time (s): 4796.21
CPU system time (s): 4.08038
CPU usage (%): 397.496
Max. virtual memory (cumulated for all children) (KiB): 15749300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.21
system time used= 4.08038
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1598130
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= 313165
involuntary context switches= 167272

runsolver used 1.9437 second user time and 4.70628 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 20:13:41
IDJOB=3313024
IDBENCH=85368
IDSOLVER=1699
FILE ID=node148/3313024-1304187221
RUNJOBID= node148-1304184609-3120
PBS_JOBID= 13172471
Free space on /tmp= 72960 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313024-1304187221/watcher-3313024-1304187221 -o /tmp/evaluation-result-3313024-1304187221/solver-3313024-1304187221 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313024-1304187221.cnf

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=1645853813

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29410656 kB
Buffers:        781188 kB
Cached:        1690024 kB
SwapCached:       3704 kB
Active:         831132 kB
Inactive:      2338052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29410656 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            1668 kB
Writeback:           0 kB
AnonPages:      696464 kB
Mapped:          22436 kB
Slab:           305016 kB
PageTables:       5932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   983140 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= 72960 MiB
End job on node148 at 2011-04-30 20:33:50