Trace number 3313063

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.36 1219.75

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

Solver Data

0.10/0.12	53:04 INFO : Reading from input HOME/instance-3313063-1304185984.cnf
1.01/0.82	Executor set job limit to 1000000
1.01/0.82	Executor set job limit to 1000000
1.01/0.82	Executor set job limit to 1000000
1.01/0.82	Executor set job limit to 1000000
1.01/0.82	Starting Executor!
1.01/0.83	Starting Executor!
1.01/0.83	Starting Executor!
1.01/0.83	Starting Executor!
3.00/2.10	53:06 INFO : 150 variables remaining out of 150
3.00/2.10	53:06 INFO : 641638 literals remaining out of 641638
23.90/7.73	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
23.90/7.73	log4j:WARN Please initialize the log4j system properly.
23.90/7.73	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-3313063-1304185984/watcher-3313063-1304185984 -o /tmp/evaluation-result-3313063-1304185984/solver-3313063-1304185984 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313063-1304185984.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.14 8.13 8.09 5/202 534
/proc/meminfo: memFree=25342660/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=252 CPUtime=0 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4194304 354 0 0 0 0 0 0 0 25 0 1 0 530196547 258048 31 33554432000 1073741824 1073778376 140735781587744 18446744073709551615 232330968711 0 2147483391 4096 0 18446744071699453118 0 0 17 1 0 0 0
/proc/534/statm: 63 31 24 9 0 22 0

[startup+0.088866 s]
/proc/loadavg: 8.14 8.13 8.09 5/202 534
/proc/meminfo: memFree=25342660/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15676744 CPUtime=0.09 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 5405 0 1 0 8 1 0 0 25 0 18 0 530196547 16052985856 4802 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3919186 4802 2116 9 0 3909905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676744

[startup+0.100609 s]
/proc/loadavg: 8.14 8.13 8.09 5/202 534
/proc/meminfo: memFree=25342660/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15676744 CPUtime=0.1 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 5590 0 1 0 9 1 0 0 25 0 18 0 530196547 16052985856 4987 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3919186 4987 2117 9 0 3909905 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676744

[startup+0.300538 s]
/proc/loadavg: 8.14 8.13 8.09 5/202 534
/proc/meminfo: memFree=25342660/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15681912 CPUtime=0.5 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 15123 0 1 0 48 2 0 0 25 0 18 0 530196547 16058277888 13287 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3920478 13294 2207 9 0 3911197 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681912

[startup+0.700517 s]
/proc/loadavg: 8.14 8.13 8.09 5/202 534
/proc/meminfo: memFree=25342660/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15681912 CPUtime=0.91 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 41818 0 1 0 85 6 0 0 25 0 18 0 530196547 16058277888 39980 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3920478 39980 2223 9 0 3911197 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15681912

[startup+1.50133 s]
/proc/loadavg: 7.88 8.08 8.08 7/224 556
/proc/meminfo: memFree=25186368/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15702192 CPUtime=2.37 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 49875 0 1 0 230 7 0 0 25 0 22 0 530196547 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3925548 45225 2260 9 0 3916267 0
[pid=534/tid=536] ppid=532 vsize=15702192 CPUtime=1.47 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) R 532 534 32679 0 -1 4202560 35648 0 1 0 142 5 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505187568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 41 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=538] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=539] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=540] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=541] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=542] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 340 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=543] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) S 532 534 32679 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=544] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 59 0 0 0 0 0 0 0 18 0 22 0 530196548 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=545] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530196549 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=546] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530196550 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530196550 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15702192 CPUtime=0.65 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) R 532 534 32679 0 -1 4202560 9046 0 0 0 64 1 0 0 16 0 22 0 530196552 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 47118704556566 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=534/tid=550] ppid=532 vsize=15702192 CPUtime=0.22 cores=1,3,5,7
/proc/534/task/550/stat : 550 (java) R 532 534 32679 0 -1 4202560 2300 0 0 0 22 0 0 0 15 0 22 0 530196552 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 47118704446304 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=551] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/551/stat : 551 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=552] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/552/stat : 552 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530196552 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=553] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/553/stat : 553 (java) S 532 534 32679 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 530196630 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=554] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) S 532 534 32679 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530196630 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=555] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) S 532 534 32679 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530196630 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=556] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) S 532 534 32679 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530196630 16079044608 45225 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 15702192

[startup+3.10104 s]
/proc/loadavg: 7.88 8.08 8.08 8/224 556
/proc/meminfo: memFree=25168724/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15702192 CPUtime=5.53 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 69537 0 1 0 542 11 0 0 25 0 22 0 530196547 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3925548 62243 2274 9 0 3916267 0
[pid=534/tid=536] ppid=532 vsize=15702192 CPUtime=2.07 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) S 532 534 32679 0 -1 4202560 35676 0 1 0 202 5 0 0 18 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 2106 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=538] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 1158 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=539] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 3090 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=540] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=541] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 2526 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=542] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 1535 0 0 0 0 0 0 0 15 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=543] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) R 532 534 32679 0 -1 4202560 5284 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=534/tid=544] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 2772 0 0 0 0 0 0 0 16 0 22 0 530196548 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=545] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 530196549 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=546] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530196550 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530196550 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15702192 CPUtime=0.84 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) R 532 534 32679 0 -1 4202560 9086 0 0 0 83 1 0 0 15 0 22 0 530196552 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=550] ppid=532 vsize=15702192 CPUtime=0.53 cores=1,3,5,7
/proc/534/task/550/stat : 550 (java) S 532 534 32679 0 -1 4202560 4820 0 0 0 53 0 0 0 15 0 22 0 530196552 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=551] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/551/stat : 551 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=552] ppid=532 vsize=15702192 CPUtime=0 cores=1,3,5,7
/proc/534/task/552/stat : 552 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530196552 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=553] ppid=532 vsize=15702192 CPUtime=0.22 cores=1,3,5,7
/proc/534/task/553/stat : 553 (java) R 532 534 32679 0 -1 4202560 15 0 0 0 22 0 0 0 16 0 22 0 530196630 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505948200 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=534/tid=554] ppid=532 vsize=15702192 CPUtime=0.71 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) R 532 534 32679 0 -1 4202560 16 0 0 0 71 0 0 0 15 0 22 0 530196630 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505948200 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=534/tid=555] ppid=532 vsize=15702192 CPUtime=0.84 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) R 532 534 32679 0 -1 4202560 19 0 0 0 84 0 0 0 16 0 22 0 530196630 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505948143 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=534/tid=556] ppid=532 vsize=15702192 CPUtime=0.17 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) R 532 534 32679 0 -1 4202560 10 0 0 0 17 0 0 0 15 0 22 0 530196630 16079044608 62243 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505948184 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 15702192

[startup+6.30148 s]
/proc/loadavg: 7.88 8.08 8.08 10/224 556
/proc/meminfo: memFree=24936752/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15696120 CPUtime=18.29 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 117429 0 1 0 1810 19 0 0 25 0 22 0 530196547 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3924030 108304 2274 9 0 3914749 0
[pid=534/tid=536] ppid=532 vsize=15696120 CPUtime=2.07 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) S 532 534 32679 0 -1 4202560 35676 0 1 0 202 5 0 0 18 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15696120 CPUtime=0.01 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 6804 0 0 0 0 1 0 0 15 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=538] ppid=532 vsize=15696120 CPUtime=0.01 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 3774 0 0 0 1 0 0 0 16 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=539] ppid=532 vsize=15696120 CPUtime=0.02 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 3464 0 0 0 2 0 0 0 15 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=540] ppid=532 vsize=15696120 CPUtime=0.04 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 7692 0 0 0 3 1 0 0 16 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=541] ppid=532 vsize=15696120 CPUtime=0.03 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 10661 0 0 0 1 2 0 0 15 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=542] ppid=532 vsize=15696120 CPUtime=0.05 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 13376 0 0 0 4 1 0 0 16 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=543] ppid=532 vsize=15696120 CPUtime=0.03 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) S 532 534 32679 0 -1 4202560 12347 0 0 0 2 1 0 0 16 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=544] ppid=532 vsize=15696120 CPUtime=0.03 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 7973 0 0 0 2 1 0 0 15 0 22 0 530196548 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=545] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 22 0 530196549 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=546] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15696120 CPUtime=0.92 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) S 532 534 32679 0 -1 4202560 9087 0 0 0 91 1 0 0 15 0 22 0 530196552 16072826880 108304 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0

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

[pid=534/tid=554] ppid=532 vsize=15696120 CPUtime=1096.15 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) S 532 534 32679 0 -1 4202560 84652 0 0 0 108308 1307 0 0 18 0 22 0 530196630 16072826880 150802 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=555] ppid=532 vsize=15696120 CPUtime=1096.1 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) R 532 534 32679 0 -1 4202560 96529 0 0 0 108223 1387 0 0 18 0 22 0 530196630 16072826880 150802 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 18446744073699066034 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=534/tid=556] ppid=532 vsize=15696120 CPUtime=1095.76 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) S 532 534 32679 0 -1 4202560 88577 0 0 0 108248 1328 0 0 18 0 22 0 530196630 16072826880 150802 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4416.4
Current children cumulated vsize (KiB) 15696120

[startup+1182.3 s]
/proc/loadavg: 7.36 7.50 7.82 9/224 661
/proc/meminfo: memFree=17372368/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15696120 CPUtime=4652.89 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 661303 0 1 0 459436 5853 0 0 25 0 22 0 530196547 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3924030 164830 2300 9 0 3914749 0
[pid=534/tid=536] ppid=532 vsize=15696120 CPUtime=2.07 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) S 532 534 32679 0 -1 4202560 35676 0 1 0 202 5 0 0 18 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15696120 CPUtime=3.45 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 23796 0 0 0 334 11 0 0 15 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=538] ppid=532 vsize=15696120 CPUtime=3.45 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 22371 0 0 0 336 9 0 0 15 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=539] ppid=532 vsize=15696120 CPUtime=3.45 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 23020 0 0 0 334 11 0 0 15 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=540] ppid=532 vsize=15696120 CPUtime=3.44 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 28415 0 0 0 332 12 0 0 16 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=541] ppid=532 vsize=15696120 CPUtime=3.47 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 25363 0 0 0 335 12 0 0 15 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=542] ppid=532 vsize=15696120 CPUtime=3.48 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 29874 0 0 0 338 10 0 0 15 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=543] ppid=532 vsize=15696120 CPUtime=3.46 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) S 532 534 32679 0 -1 4202560 30555 0 0 0 332 14 0 0 16 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=544] ppid=532 vsize=15696120 CPUtime=3.5 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 29160 0 0 0 339 11 0 0 16 0 22 0 530196548 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=545] ppid=532 vsize=15696120 CPUtime=1.73 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 1567 0 0 0 129 44 0 0 15 0 22 0 530196549 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=546] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15696120 CPUtime=1.55 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) S 532 534 32679 0 -1 4202560 9177 0 0 0 154 1 0 0 16 0 22 0 530196552 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=550] ppid=532 vsize=15696120 CPUtime=1.07 cores=1,3,5,7
/proc/534/task/550/stat : 550 (java) S 532 534 32679 0 -1 4202560 7377 0 0 0 107 0 0 0 15 0 22 0 530196552 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=551] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/551/stat : 551 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=552] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/552/stat : 552 (java) S 532 534 32679 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530196552 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=553] ppid=532 vsize=15696120 CPUtime=1154.33 cores=1,3,5,7
/proc/534/task/553/stat : 553 (java) R 532 534 32679 0 -1 4202560 101074 0 0 0 113972 1461 0 0 18 0 22 0 530196630 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912506325496 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=554] ppid=532 vsize=15696120 CPUtime=1154.83 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) R 532 534 32679 0 -1 4202560 91807 0 0 0 114104 1379 0 0 18 0 22 0 530196630 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912506070870 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=534/tid=555] ppid=532 vsize=15696120 CPUtime=1154.82 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) R 532 534 32679 0 -1 4202560 104845 0 0 0 114018 1464 0 0 18 0 22 0 530196630 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=534/tid=556] ppid=532 vsize=15696120 CPUtime=1154.62 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) R 532 534 32679 0 -1 4202560 95775 0 0 0 114062 1400 0 0 18 0 22 0 530196630 16072826880 164830 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4652.89
Current children cumulated vsize (KiB) 15696120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1219.7 s]
/proc/loadavg: 7.64 7.55 7.82 6/224 662
/proc/meminfo: memFree=17089172/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15696120 CPUtime=4800.28 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 667801 0 1 0 473983 6045 0 0 25 0 22 0 530196547 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3924030 161141 2300 9 0 3914749 0
[pid=534/tid=536] ppid=532 vsize=15696120 CPUtime=2.07 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) S 532 534 32679 0 -1 4202560 35676 0 1 0 202 5 0 0 18 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15696120 CPUtime=3.57 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 24393 0 0 0 345 12 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=538] ppid=532 vsize=15696120 CPUtime=3.56 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 23075 0 0 0 347 9 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=539] ppid=532 vsize=15696120 CPUtime=3.56 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 23959 0 0 0 345 11 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=540] ppid=532 vsize=15696120 CPUtime=3.55 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 29195 0 0 0 343 12 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=541] ppid=532 vsize=15696120 CPUtime=3.6 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 26422 0 0 0 347 13 0 0 16 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=542] ppid=532 vsize=15696120 CPUtime=3.58 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 30458 0 0 0 348 10 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=543] ppid=532 vsize=15696120 CPUtime=3.57 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) S 532 534 32679 0 -1 4202560 31274 0 0 0 343 14 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=544] ppid=532 vsize=15696120 CPUtime=3.61 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 29935 0 0 0 350 11 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=545] ppid=532 vsize=15696120 CPUtime=1.78 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 1605 0 0 0 133 45 0 0 15 0 22 0 530196549 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=546] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15696120 CPUtime=1.55 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) S 532 534 32679 0 -1 4202560 9177 0 0 0 154 1 0 0 16 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=550] ppid=532 vsize=15696120 CPUtime=1.07 cores=1,3,5,7
/proc/534/task/550/stat : 550 (java) S 532 534 32679 0 -1 4202560 7377 0 0 0 107 0 0 0 15 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=551] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/551/stat : 551 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=552] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/552/stat : 552 (java) S 532 534 32679 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=553] ppid=532 vsize=15696120 CPUtime=1190.92 cores=1,3,5,7
/proc/534/task/553/stat : 553 (java) R 532 534 32679 0 -1 4202560 101155 0 0 0 117585 1507 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347709382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=534/tid=554] ppid=532 vsize=15696120 CPUtime=1191.49 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) R 532 534 32679 0 -1 4202560 91884 0 0 0 117723 1426 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505628336 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=555] ppid=532 vsize=15696120 CPUtime=1191.4 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) R 532 534 32679 0 -1 4202560 104924 0 0 0 117626 1514 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=556] ppid=532 vsize=15696120 CPUtime=1191.25 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) R 532 534 32679 0 -1 4202560 95839 0 0 0 117679 1446 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 15696120

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

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

[startup+1219.7 s]
/proc/loadavg: 7.64 7.55 7.82 6/224 662
/proc/meminfo: memFree=17089172/32951124 swapFree=67111412/67111528
[pid=534] ppid=532 vsize=15696120 CPUtime=4800.28 cores=1,3,5,7
/proc/534/stat : 534 (java) S 532 534 32679 0 -1 4202496 667801 0 1 0 473983 6045 0 0 25 0 22 0 530196547 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/534/statm: 3924030 161141 2300 9 0 3914749 0
[pid=534/tid=536] ppid=532 vsize=15696120 CPUtime=2.07 cores=1,3,5,7
/proc/534/task/536/stat : 536 (java) S 532 534 32679 0 -1 4202560 35676 0 1 0 202 5 0 0 18 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=537] ppid=532 vsize=15696120 CPUtime=3.57 cores=1,3,5,7
/proc/534/task/537/stat : 537 (java) S 532 534 32679 0 -1 4202560 24393 0 0 0 345 12 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=538] ppid=532 vsize=15696120 CPUtime=3.56 cores=1,3,5,7
/proc/534/task/538/stat : 538 (java) S 532 534 32679 0 -1 4202560 23075 0 0 0 347 9 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=539] ppid=532 vsize=15696120 CPUtime=3.56 cores=1,3,5,7
/proc/534/task/539/stat : 539 (java) S 532 534 32679 0 -1 4202560 23959 0 0 0 345 11 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=540] ppid=532 vsize=15696120 CPUtime=3.55 cores=1,3,5,7
/proc/534/task/540/stat : 540 (java) S 532 534 32679 0 -1 4202560 29195 0 0 0 343 12 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=541] ppid=532 vsize=15696120 CPUtime=3.6 cores=1,3,5,7
/proc/534/task/541/stat : 541 (java) S 532 534 32679 0 -1 4202560 26422 0 0 0 347 13 0 0 16 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=542] ppid=532 vsize=15696120 CPUtime=3.58 cores=1,3,5,7
/proc/534/task/542/stat : 542 (java) S 532 534 32679 0 -1 4202560 30458 0 0 0 348 10 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=543] ppid=532 vsize=15696120 CPUtime=3.57 cores=1,3,5,7
/proc/534/task/543/stat : 543 (java) S 532 534 32679 0 -1 4202560 31274 0 0 0 343 14 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=544] ppid=532 vsize=15696120 CPUtime=3.61 cores=1,3,5,7
/proc/534/task/544/stat : 544 (java) S 532 534 32679 0 -1 4202560 29935 0 0 0 350 11 0 0 15 0 22 0 530196548 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=545] ppid=532 vsize=15696120 CPUtime=1.78 cores=1,3,5,7
/proc/534/task/545/stat : 545 (java) S 532 534 32679 0 -1 4202560 1605 0 0 0 133 45 0 0 15 0 22 0 530196549 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 0 0 16800975 18446604471147511872 0 0 -1 1 0 0 0
[pid=534/tid=546] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/546/stat : 546 (java) S 532 534 32679 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 7 0 0 0
[pid=534/tid=547] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/547/stat : 547 (java) S 532 534 32679 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530196550 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=548] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/548/stat : 548 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347716017 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=549] ppid=532 vsize=15696120 CPUtime=1.55 cores=1,3,5,7
/proc/534/task/549/stat : 549 (java) S 532 534 32679 0 -1 4202560 9177 0 0 0 154 1 0 0 16 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=550] ppid=532 vsize=15696120 CPUtime=1.07 cores=1,3,5,7
/proc/534/task/550/stat : 550 (java) S 532 534 32679 0 -1 4202560 7377 0 0 0 107 0 0 0 15 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 5 0 0 0
[pid=534/tid=551] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/551/stat : 551 (java) S 532 534 32679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=552] ppid=532 vsize=15696120 CPUtime=0 cores=1,3,5,7
/proc/534/task/552/stat : 552 (java) S 532 534 32679 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530196552 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708928 0 4 0 16800975 18446604471147511872 0 0 -1 3 0 0 0
[pid=534/tid=553] ppid=532 vsize=15696120 CPUtime=1190.92 cores=1,3,5,7
/proc/534/task/553/stat : 553 (java) R 532 534 32679 0 -1 4202560 101155 0 0 0 117585 1507 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347709382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=534/tid=554] ppid=532 vsize=15696120 CPUtime=1191.49 cores=1,3,5,7
/proc/534/task/554/stat : 554 (java) R 532 534 32679 0 -1 4202560 91884 0 0 0 117723 1426 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 46912505628336 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=555] ppid=532 vsize=15696120 CPUtime=1191.4 cores=1,3,5,7
/proc/534/task/555/stat : 555 (java) R 532 534 32679 0 -1 4202560 104924 0 0 0 117626 1514 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=534/tid=556] ppid=532 vsize=15696120 CPUtime=1191.25 cores=1,3,5,7
/proc/534/task/556/stat : 556 (java) R 532 534 32679 0 -1 4202560 95839 0 0 0 117679 1446 0 0 18 0 22 0 530196630 16072826880 161141 33554432000 1073741824 1073778376 140737009808704 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 15696120

Child status: 143
Real time (s): 1219.75
CPU time (s): 4800.36
CPU user time (s): 4739.88
CPU system time (s): 60.4848
CPU usage (%): 393.554
Max. virtual memory (cumulated for all children) (KiB): 15702192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4739.88
system time used= 60.4848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 667827
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= 11296140
involuntary context switches= 142918

runsolver used 1.9477 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 19:53:04
IDJOB=3313063
IDBENCH=84004
IDSOLVER=1699
FILE ID=node132/3313063-1304185984
RUNJOBID= node132-1304184273-32698
PBS_JOBID= 13172467
Free space on /tmp= 72168 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313063-1304185984/watcher-3313063-1304185984 -o /tmp/evaluation-result-3313063-1304185984/solver-3313063-1304185984 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313063-1304185984.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=35296406

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25342932 kB
Buffers:        701380 kB
Cached:        5891072 kB
SwapCached:        112 kB
Active:        1995492 kB
Inactive:      5129100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25342932 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            3944 kB
Writeback:           0 kB
AnonPages:      532028 kB
Mapped:          23508 kB
Slab:           418036 kB
PageTables:       7724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   748612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72092 MiB
End job on node132 at 2011-04-30 20:13:26