Trace number 3312186

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.5 1212.76

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.10/0.12	03:06 INFO : Reading from input HOME/instance-3312186-1304074985.cnf
1.37/0.99	Executor set job limit to 1000000
1.37/0.99	Executor set job limit to 1000000
1.37/0.99	Executor set job limit to 1000000
1.37/0.99	Executor set job limit to 1000000
1.37/0.99	Starting Executor!
1.37/0.99	Starting Executor!
1.37/0.99	Starting Executor!
1.37/0.99	Starting Executor!
4.31/2.32	03:08 INFO : Found 16275 xor gates
11.65/8.51	03:14 INFO : 28341 variables remaining out of 37432
11.65/8.51	03:14 INFO : 2317261 literals remaining out of 353712
92.77/33.45	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
92.77/33.45	log4j:WARN Please initialize the log4j system properly.
92.77/33.45	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-3312186-1304074985/watcher-3312186-1304074985 -o /tmp/evaluation-result-3312186-1304074985/solver-3312186-1304074985 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312186-1304074985.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: 6.31 7.71 7.88 3/174 11324
/proc/meminfo: memFree=19538868/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/11324/stat : 11324 (java) R 11322 11324 11292 0 -1 4202496 1192 0 0 0 0 0 0 0 23 0 1 0 499914680 23580672 677 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255101806056 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11324/statm: 5757 677 504 9 0 124 0

[startup+0.065295 s]
/proc/loadavg: 6.31 7.71 7.88 3/174 11324
/proc/meminfo: memFree=19538868/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15675652 CPUtime=0.05 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 4305 0 1 0 4 1 0 0 23 0 18 0 499914680 16051867648 3743 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3918913 3743 1778 9 0 3909632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675652

[startup+0.100284 s]
/proc/loadavg: 6.31 7.71 7.88 3/174 11324
/proc/meminfo: memFree=19538868/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15677700 CPUtime=0.1 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 5528 0 1 0 9 1 0 0 23 0 18 0 499914680 16053964800 4964 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3919425 4964 2117 9 0 3910144 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677700

[startup+0.300261 s]
/proc/loadavg: 6.31 7.71 7.88 3/174 11324
/proc/meminfo: memFree=19538868/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15681796 CPUtime=0.5 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 17550 0 1 0 47 3 0 0 23 0 18 0 499914680 16058159104 16821 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3920449 16827 2207 9 0 3911168 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681796

[startup+0.700208 s]
/proc/loadavg: 6.31 7.71 7.88 3/174 11324
/proc/meminfo: memFree=19538868/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15683844 CPUtime=1.16 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 40917 0 1 0 110 6 0 0 23 0 18 0 499914680 16060256256 39934 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3920961 39934 2237 9 0 3911680 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 15683844

[startup+1.50106 s]
/proc/loadavg: 6.04 7.63 7.86 6/220 11373
/proc/meminfo: memFree=19226580/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15690696 CPUtime=2.5 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 51970 0 1 0 241 9 0 0 23 0 22 0 499914680 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3922674 48287 2272 9 0 3913393 0
[pid=11324/tid=11326] ppid=11322 vsize=15690696 CPUtime=1.46 cores=0,2,4,6
/proc/11324/task/11326/stat : 11326 (java) R 11322 11324 11292 0 -1 4202560 35644 0 1 0 141 5 0 0 20 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912505185757 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11324/tid=11327] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11327/stat : 11327 (java) S 11322 11324 11292 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11328] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11328/stat : 11328 (java) S 11322 11324 11292 0 -1 4202560 304 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11329] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 688 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 378 0 0 0 0 0 0 0 15 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 499914681 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 499914682 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 499914683 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 499914683 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15690696 CPUtime=0.3 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 1574 0 0 0 30 0 0 0 19 0 22 0 499914685 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11356] ppid=11322 vsize=15690696 CPUtime=0.69 cores=0,2,4,6
/proc/11324/task/11356/stat : 11356 (java) R 11322 11324 11292 0 -1 4202560 11794 0 0 0 67 2 0 0 16 0 22 0 499914685 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 47863409227104 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11324/tid=11357] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11357/stat : 11357 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11358] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11358/stat : 11358 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499914685 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11370] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11370/stat : 11370 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 499914779 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11371] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11371/stat : 11371 (java) S 11322 11324 11292 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 499914779 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11372] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11372/stat : 11372 (java) S 11322 11324 11292 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 499914779 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=15690696 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) S 11322 11324 11292 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 499914779 16067272704 48287 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 15690696

[startup+3.10078 s]
/proc/loadavg: 6.04 7.63 7.86 7/220 11373
/proc/meminfo: memFree=19160488/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15695324 CPUtime=5.61 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 67036 0 1 0 548 13 0 0 23 0 22 0 499914680 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3923831 56727 2275 9 0 3914550 0
[pid=11324/tid=11326] ppid=11322 vsize=15695324 CPUtime=3.05 cores=0,2,4,6
/proc/11324/task/11326/stat : 11326 (java) R 11322 11324 11292 0 -1 4202560 35671 0 1 0 300 5 0 0 18 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912505679590 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11324/tid=11327] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11327/stat : 11327 (java) S 11322 11324 11292 0 -1 4202560 1498 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11328] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11328/stat : 11328 (java) S 11322 11324 11292 0 -1 4202560 304 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11329] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 1958 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 688 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 1646 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15695324 CPUtime=0.01 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 1573 0 0 0 1 0 0 0 16 0 22 0 499914681 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 499914682 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15695324 CPUtime=0.82 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 3579 0 0 0 82 0 0 0 15 0 22 0 499914685 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11356] ppid=11322 vsize=15695324 CPUtime=1.64 cores=0,2,4,6
/proc/11324/task/11356/stat : 11356 (java) S 11322 11324 11292 0 -1 4202560 18625 0 0 0 160 4 0 0 15 0 22 0 499914685 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11357] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11357/stat : 11357 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11358] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11358/stat : 11358 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499914685 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11370] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11370/stat : 11370 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 499914779 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11371] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11371/stat : 11371 (java) S 11322 11324 11292 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 499914779 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11372] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11372/stat : 11372 (java) S 11322 11324 11292 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 499914779 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) S 11322 11324 11292 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 499914779 16072011776 56727 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 15695324

[startup+6.30122 s]
/proc/loadavg: 6.04 7.63 7.86 3/220 11373
/proc/meminfo: memFree=19132512/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15695324 CPUtime=8.86 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 67048 0 1 0 873 13 0 0 23 0 22 0 499914680 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3923831 56024 2278 9 0 3914550 0
[pid=11324/tid=11326] ppid=11322 vsize=15695324 CPUtime=6.26 cores=0,2,4,6
/proc/11324/task/11326/stat : 11326 (java) R 11322 11324 11292 0 -1 4202560 35671 0 1 0 620 6 0 0 19 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506318172 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11324/tid=11327] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11327/stat : 11327 (java) S 11322 11324 11292 0 -1 4202560 1498 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11328] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11328/stat : 11328 (java) S 11322 11324 11292 0 -1 4202560 304 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11329] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 1958 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 688 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 1646 0 0 0 0 0 0 0 16 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15695324 CPUtime=0.01 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 1573 0 0 0 1 0 0 0 16 0 22 0 499914681 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 499914682 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15695324 CPUtime=0.84 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 3582 0 0 0 84 0 0 0 15 0 22 0 499914685 16072011776 56024 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0

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

/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 120621 0 0 0 167 20 0 0 16 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15695324 CPUtime=1.97 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 110253 0 0 0 178 19 0 0 16 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15695324 CPUtime=1.79 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 108865 0 0 0 160 19 0 0 15 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15695324 CPUtime=1.9 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 130846 0 0 0 167 23 0 0 15 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15695324 CPUtime=1.59 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 76151 0 0 0 148 11 0 0 15 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15695324 CPUtime=1.81 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 100863 0 0 0 163 18 0 0 16 0 22 0 499914681 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15695324 CPUtime=0.73 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 11539 0 0 0 65 8 0 0 15 0 22 0 499914682 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15695324 CPUtime=1.74 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 3665 0 0 0 173 1 0 0 15 0 22 0 499914685 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11356] ppid=11322 vsize=15695324 CPUtime=2.72 cores=0,2,4,6
/proc/11324/task/11356/stat : 11356 (java) S 11322 11324 11292 0 -1 4202560 18706 0 0 0 268 4 0 0 16 0 22 0 499914685 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11357] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11357/stat : 11357 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11358] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11358/stat : 11358 (java) S 11322 11324 11292 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 499914685 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11370] ppid=11322 vsize=15695324 CPUtime=1105.79 cores=0,2,4,6
/proc/11324/task/11370/stat : 11370 (java) R 11322 11324 11292 0 -1 4202560 250546 0 0 0 110554 25 0 0 25 0 22 0 499914779 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506582157 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11324/tid=11371] ppid=11322 vsize=15695324 CPUtime=1100.75 cores=0,2,4,6
/proc/11324/task/11371/stat : 11371 (java) R 11322 11324 11292 0 -1 4202560 275474 0 0 0 110044 31 0 0 25 0 22 0 499914779 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506628757 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11324/tid=11372] ppid=11322 vsize=15695324 CPUtime=1102.97 cores=0,2,4,6
/proc/11324/task/11372/stat : 11372 (java) R 11322 11324 11292 0 -1 4202560 261622 0 0 0 110269 28 0 0 25 0 22 0 499914779 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506628482 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=15695324 CPUtime=1102.24 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) R 11322 11324 11292 0 -1 4202560 275502 0 0 0 110188 36 0 0 25 0 22 0 499914779 16072011776 1591855 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506677040 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4439.96
Current children cumulated vsize (KiB) 15695324

[startup+1182.3 s]
/proc/loadavg: 8.06 8.07 7.98 9/220 11405
/proc/meminfo: memFree=6838076/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15695324 CPUtime=4679.6 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 1931102 0 1 0 467678 282 0 0 23 0 22 0 499914680 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3923831 1591783 2301 9 0 3914550 0
[pid=11324/tid=11326] ppid=11322 vsize=15695324 CPUtime=8.47 cores=0,2,4,6
/proc/11324/task/11326/stat : 11326 (java) S 11322 11324 11292 0 -1 4202560 35712 0 1 0 841 6 0 0 25 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11327] ppid=11322 vsize=15695324 CPUtime=1.68 cores=0,2,4,6
/proc/11324/task/11327/stat : 11327 (java) S 11322 11324 11292 0 -1 4202560 59537 0 0 0 158 10 0 0 16 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11328] ppid=11322 vsize=15695324 CPUtime=1.82 cores=0,2,4,6
/proc/11324/task/11328/stat : 11328 (java) S 11322 11324 11292 0 -1 4202560 89707 0 0 0 167 15 0 0 15 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11329] ppid=11322 vsize=15695324 CPUtime=1.89 cores=0,2,4,6
/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 120625 0 0 0 169 20 0 0 16 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15695324 CPUtime=2.03 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 110254 0 0 0 184 19 0 0 16 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15695324 CPUtime=1.82 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 108872 0 0 0 163 19 0 0 15 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15695324 CPUtime=1.93 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 130847 0 0 0 170 23 0 0 15 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15695324 CPUtime=1.62 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 76151 0 0 0 151 11 0 0 15 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15695324 CPUtime=1.84 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 100871 0 0 0 166 18 0 0 16 0 22 0 499914681 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15695324 CPUtime=0.74 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 11541 0 0 0 66 8 0 0 15 0 22 0 499914682 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15695324 CPUtime=1.74 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 3665 0 0 0 173 1 0 0 15 0 22 0 499914685 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11356] ppid=11322 vsize=15695324 CPUtime=2.72 cores=0,2,4,6
/proc/11324/task/11356/stat : 11356 (java) S 11322 11324 11292 0 -1 4202560 18706 0 0 0 268 4 0 0 16 0 22 0 499914685 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11357] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11357/stat : 11357 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11358] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11358/stat : 11358 (java) S 11322 11324 11292 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 499914685 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11370] ppid=11322 vsize=15695324 CPUtime=1165.71 cores=0,2,4,6
/proc/11324/task/11370/stat : 11370 (java) R 11322 11324 11292 0 -1 4202560 250551 0 0 0 116546 25 0 0 25 0 22 0 499914779 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506318108 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11324/tid=11371] ppid=11322 vsize=15695324 CPUtime=1160.68 cores=0,2,4,6
/proc/11324/task/11371/stat : 11371 (java) R 11322 11324 11292 0 -1 4202560 275478 0 0 0 116037 31 0 0 25 0 22 0 499914779 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506105704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11324/tid=11372] ppid=11322 vsize=15695324 CPUtime=1162.57 cores=0,2,4,6
/proc/11324/task/11372/stat : 11372 (java) R 11322 11324 11292 0 -1 4202560 261626 0 0 0 116229 28 0 0 25 0 22 0 499914779 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506318175 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=15695324 CPUtime=1162.17 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) R 11322 11324 11292 0 -1 4202560 275504 0 0 0 116181 36 0 0 25 0 22 0 499914779 16072011776 1591783 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506317957 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4679.6
Current children cumulated vsize (KiB) 15695324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1212.5 s]
/proc/loadavg: 7.82 8.03 7.97 5/194 11426
/proc/meminfo: memFree=13175020/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=15695324 CPUtime=4800.22 cores=0,2,4,6
/proc/11324/stat : 11324 (java) S 11322 11324 11292 0 -1 4202496 1931115 0 1 0 479739 283 0 0 23 0 22 0 499914680 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 3923831 1591785 2301 9 0 3914550 0
[pid=11324/tid=11326] ppid=11322 vsize=15695324 CPUtime=8.47 cores=0,2,4,6
/proc/11324/task/11326/stat : 11326 (java) S 11322 11324 11292 0 -1 4202560 35712 0 1 0 841 6 0 0 25 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11327] ppid=11322 vsize=15695324 CPUtime=1.7 cores=0,2,4,6
/proc/11324/task/11327/stat : 11327 (java) S 11322 11324 11292 0 -1 4202560 59537 0 0 0 160 10 0 0 15 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11328] ppid=11322 vsize=15695324 CPUtime=1.83 cores=0,2,4,6
/proc/11324/task/11328/stat : 11328 (java) S 11322 11324 11292 0 -1 4202560 89707 0 0 0 168 15 0 0 16 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11329] ppid=11322 vsize=15695324 CPUtime=1.92 cores=0,2,4,6
/proc/11324/task/11329/stat : 11329 (java) S 11322 11324 11292 0 -1 4202560 120625 0 0 0 172 20 0 0 16 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11330] ppid=11322 vsize=15695324 CPUtime=2.05 cores=0,2,4,6
/proc/11324/task/11330/stat : 11330 (java) S 11322 11324 11292 0 -1 4202560 110256 0 0 0 186 19 0 0 16 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11331] ppid=11322 vsize=15695324 CPUtime=1.83 cores=0,2,4,6
/proc/11324/task/11331/stat : 11331 (java) S 11322 11324 11292 0 -1 4202560 108872 0 0 0 164 19 0 0 15 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11332] ppid=11322 vsize=15695324 CPUtime=1.94 cores=0,2,4,6
/proc/11324/task/11332/stat : 11332 (java) S 11322 11324 11292 0 -1 4202560 130847 0 0 0 171 23 0 0 15 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11333] ppid=11322 vsize=15695324 CPUtime=1.64 cores=0,2,4,6
/proc/11324/task/11333/stat : 11333 (java) S 11322 11324 11292 0 -1 4202560 76151 0 0 0 153 11 0 0 16 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11334] ppid=11322 vsize=15695324 CPUtime=1.87 cores=0,2,4,6
/proc/11324/task/11334/stat : 11334 (java) S 11322 11324 11292 0 -1 4202560 100871 0 0 0 169 18 0 0 15 0 22 0 499914681 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11336] ppid=11322 vsize=15695324 CPUtime=0.74 cores=0,2,4,6
/proc/11324/task/11336/stat : 11336 (java) S 11322 11324 11292 0 -1 4202560 11543 0 0 0 66 8 0 0 15 0 22 0 499914682 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 0 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11338] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11338/stat : 11338 (java) S 11322 11324 11292 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11339] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11339/stat : 11339 (java) S 11322 11324 11292 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499914683 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 0 0 0 0
[pid=11324/tid=11354] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11354/stat : 11354 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118592433 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11355] ppid=11322 vsize=15695324 CPUtime=1.74 cores=0,2,4,6
/proc/11324/task/11355/stat : 11355 (java) S 11322 11324 11292 0 -1 4202560 3665 0 0 0 173 1 0 0 15 0 22 0 499914685 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 4 0 0 0
[pid=11324/tid=11356] ppid=11322 vsize=15695324 CPUtime=2.72 cores=0,2,4,6
/proc/11324/task/11356/stat : 11356 (java) S 11322 11324 11292 0 -1 4202560 18706 0 0 0 268 4 0 0 16 0 22 0 499914685 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11357] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11357/stat : 11357 (java) S 11322 11324 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499914685 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118584729 0 4 0 16800975 18446604453947204864 0 0 -1 2 0 0 0
[pid=11324/tid=11358] ppid=11322 vsize=15695324 CPUtime=0 cores=0,2,4,6
/proc/11324/task/11358/stat : 11358 (java) S 11322 11324 11292 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 499914685 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 255118585344 0 4 0 16800975 18446604453947204864 0 0 -1 6 0 0 0
[pid=11324/tid=11370] ppid=11322 vsize=15695324 CPUtime=1195.88 cores=0,2,4,6
/proc/11324/task/11370/stat : 11370 (java) R 11322 11324 11292 0 -1 4202560 250553 0 0 0 119563 25 0 0 25 0 22 0 499914779 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506629479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11324/tid=11371] ppid=11322 vsize=15695324 CPUtime=1190.84 cores=0,2,4,6
/proc/11324/task/11371/stat : 11371 (java) R 11322 11324 11292 0 -1 4202560 275478 0 0 0 119053 31 0 0 25 0 22 0 499914779 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506629094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11324/tid=11372] ppid=11322 vsize=15695324 CPUtime=1192.55 cores=0,2,4,6
/proc/11324/task/11372/stat : 11372 (java) R 11322 11324 11292 0 -1 4202560 261629 0 0 0 119227 28 0 0 25 0 22 0 499914779 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506318149 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=15695324 CPUtime=1192.33 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) R 11322 11324 11292 0 -1 4202560 275506 0 0 0 119197 36 0 0 25 0 22 0 499914779 16072011776 1591785 33554432000 1073741824 1073778376 140737276349248 18446744073709551615 46912506789513 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15695324

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

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

[startup+1212.61 s]
/proc/loadavg: 7.82 8.03 7.97 5/194 11426
/proc/meminfo: memFree=13175020/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=0 CPUtime=4800.35 cores=0,2,4,6
/proc/11324/stat : 11324 (java) Z 11322 11324 11292 0 -1 4203548 1931142 0 1 0 479742 293 0 0 17 0 2 0 499914680 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 0 0 0 0 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=0 CPUtime=1192.43 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) R 11322 11324 11292 0 -1 4203588 275506 0 0 0 119197 46 0 0 25 0 2 0 499914779 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 0

[startup+1212.7 s]
/proc/loadavg: 7.82 8.03 7.97 5/194 11426
/proc/meminfo: memFree=13175020/32951124 swapFree=67111524/67111528
[pid=11324] ppid=11322 vsize=0 CPUtime=4800.44 cores=0,2,4,6
/proc/11324/stat : 11324 (java) Z 11322 11324 11292 0 -1 4203548 1931142 0 1 0 479742 302 0 0 17 0 2 0 499914680 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11324/statm: 0 0 0 0 0 0 0
[pid=11324/tid=11373] ppid=11322 vsize=0 CPUtime=1192.52 cores=0,2,4,6
/proc/11324/task/11373/stat : 11373 (java) R 11322 11324 11292 0 -1 4203588 275506 0 0 0 119197 55 0 0 25 0 2 0 499914779 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1212.76
CPU time (s): 4800.5
CPU user time (s): 4797.42
CPU system time (s): 3.07553
CPU usage (%): 395.834
Max. virtual memory (cumulated for all children) (KiB): 15695324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.42
system time used= 3.07553
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1931142
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= 41443
involuntary context switches= 54856

runsolver used 1.85772 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 13:03:06
IDJOB=3312186
IDBENCH=20523
IDSOLVER=1698
FILE ID=node144/3312186-1304074985
RUNJOBID= node144-1304074985-11310
PBS_JOBID= 13170498
Free space on /tmp= 72404 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312186-1304074985/watcher-3312186-1304074985 -o /tmp/evaluation-result-3312186-1304074985/solver-3312186-1304074985 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312186-1304074985.cnf -hbr 2

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=2064090236

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19539272 kB
Buffers:       2208528 kB
Cached:       10570480 kB
SwapCached:          4 kB
Active:        4819368 kB
Inactive:      8026880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19539272 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8228 kB
Writeback:           0 kB
AnonPages:       67296 kB
Mapped:          14740 kB
Slab:           500176 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185096 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= 72404 MiB
End job on node144 at 2011-04-29 13:23:20