Trace number 3311763

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.19 1205.98

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	06:36 INFO : Reading from input HOME/instance-3311763-1304183196.cnf
1.35/1.12	Executor set job limit to 1000000
1.35/1.12	Executor set job limit to 1000000
1.35/1.12	Executor set job limit to 1000000
1.35/1.12	Executor set job limit to 1000000
1.35/1.12	Starting Executor!
1.35/1.12	Starting Executor!
1.35/1.12	Starting Executor!
1.35/1.12	Starting Executor!
4.68/3.08	06:39 INFO : 1836 variables remaining out of 1836
4.68/3.08	06:39 INFO : 973539 literals remaining out of 965277

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

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: 4.71 4.52 5.89 5/196 17547
/proc/meminfo: memFree=29697480/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 1384 0 0 0 0 0 0 0 25 0 2 0 529919212 24580096 862 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 6014 863 661 9 0 381 0
[pid=17547/tid=17548] ppid=17545 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 2 0 529919213 26714112 881 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732399417136 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0320551 s]
/proc/loadavg: 4.71 4.52 5.89 5/196 17547
/proc/meminfo: memFree=29697480/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 3629 0 1 0 2 0 0 0 25 0 13 0 529919212 15978749952 3067 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3901062 3069 1673 9 0 3891810 0
[pid=17547/tid=17548] ppid=17545 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 2240 0 1 0 2 0 0 0 25 0 13 0 529919213 15978749952 3069 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732398540819 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.101056 s]
/proc/loadavg: 4.71 4.52 5.89 5/196 17547
/proc/meminfo: memFree=29697480/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15676408 CPUtime=0.1 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 5627 0 1 0 9 1 0 0 25 0 18 0 529919212 16052641792 5024 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3919102 5026 2118 9 0 3909821 0
[pid=17547/tid=17548] ppid=17545 vsize=15676408 CPUtime=0.08 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 3449 0 1 0 8 0 0 0 18 0 18 0 529919213 16052641792 5026 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658973131 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676408

[startup+0.301015 s]
/proc/loadavg: 4.71 4.52 5.89 5/196 17547
/proc/meminfo: memFree=29697480/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15681592 CPUtime=0.52 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 15765 0 1 0 50 2 0 0 25 0 18 0 529919212 16057950208 13970 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3920398 13976 2213 9 0 3911117 0
[pid=17547/tid=17548] ppid=17545 vsize=15681592 CPUtime=0.28 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 10606 0 1 0 27 1 0 0 18 0 18 0 529919213 16057950208 13980 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505645331 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681592

[startup+0.700947 s]
/proc/loadavg: 4.71 4.52 5.89 5/196 17547
/proc/meminfo: memFree=29697480/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15681592 CPUtime=0.92 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 41792 0 1 0 87 5 0 0 25 0 18 0 529919212 16057950208 39994 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3920398 39994 2229 9 0 3911117 0
[pid=17547/tid=17548] ppid=17545 vsize=15681592 CPUtime=0.68 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 35504 0 1 0 64 4 0 0 18 0 18 0 529919213 16057950208 39994 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505645018 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681592

[startup+1.5008 s]
/proc/loadavg: 4.71 4.52 5.89 6/214 17565
/proc/meminfo: memFree=29541544/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15705040 CPUtime=2.05 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 50183 0 1 0 198 7 0 0 25 0 22 0 529919212 16081960960 46363 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3926260 46364 2258 9 0 3916979 0
[pid=17547/tid=17548] ppid=17545 vsize=15705040 CPUtime=1.47 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17545 17547 16794 0 -1 4202560 35609 0 1 0 143 4 0 0 21 0 22 0 529919213 16081960960 46366 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732396159895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 529919213 16081960960 46366 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 529919213 16081960960 46366 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 589 0 0 0 0 0 0 0 15 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 893 0 0 0 0 0 0 0 16 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 743 0 0 0 0 0 0 0 16 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 529919213 16081960960 46367 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 529919214 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529919215 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529919215 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=15705040 CPUtime=0.38 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) R 17545 17547 16794 0 -1 4202560 8558 0 0 0 37 1 0 0 16 0 22 0 529919217 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732399851080 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=15705040 CPUtime=0.14 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16794 0 -1 4202560 1812 0 0 0 14 0 0 0 15 0 22 0 529919217 16081960960 46368 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16081960960 46369 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=15705040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529919217 16081960960 46370 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 15705040

[startup+3.10153 s]
/proc/loadavg: 4.71 4.52 5.89 7/218 17569
/proc/meminfo: memFree=29398188/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15709068 CPUtime=4.83 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 62847 0 1 0 475 8 0 0 25 0 22 0 529919212 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3927267 48203 2261 9 0 3917986 0
[pid=17547/tid=17548] ppid=17545 vsize=15709068 CPUtime=3.06 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) S 17545 17547 16794 0 -1 4202560 35662 0 1 0 302 4 0 0 25 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 589 0 0 0 0 0 0 0 15 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 893 0 0 0 0 0 0 0 16 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 743 0 0 0 0 0 0 0 16 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 529919213 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529919214 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529919215 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529919215 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=15709068 CPUtime=0.72 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16794 0 -1 4202560 11228 0 0 0 71 1 0 0 15 0 22 0 529919217 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=15709068 CPUtime=0.99 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) R 17545 17547 16794 0 -1 4202560 11747 0 0 0 98 1 0 0 15 0 22 0 529919217 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732398836936 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529919217 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=15709068 CPUtime=0.01 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) R 17545 17547 16794 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 22 0 529919325 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912506237117 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17547/tid=17567] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17567/stat : 17567 (java) S 17545 17547 16794 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 529919325 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17568/stat : 17568 (java) S 17545 17547 16794 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 529919325 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=15709068 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17569/stat : 17569 (java) S 17545 17547 16794 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 529919325 16086085632 48203 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 15709068

[startup+6.30096 s]
/proc/loadavg: 4.73 4.53 5.89 12/218 17569
/proc/meminfo: memFree=28751364/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15699808 CPUtime=13.78 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 143234 0 1 0 1357 21 0 0 25 0 22 0 529919212 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3924952 122339 2275 9 0 3915671 0
[pid=17547/tid=17548] ppid=17545 vsize=15699808 CPUtime=3.06 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) S 17545 17547 16794 0 -1 4202560 35662 0 1 0 302 4 0 0 25 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15699808 CPUtime=0.03 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 8947 0 0 0 2 1 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15699808 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 7804 0 0 0 1 1 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 1715 0 0 0 0 0 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15699808 CPUtime=0.03 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 11912 0 0 0 2 1 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15699808 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 5562 0 0 0 1 1 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15699808 CPUtime=0.03 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 10509 0 0 0 2 1 0 0 16 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15699808 CPUtime=0.05 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 15475 0 0 0 3 2 0 0 16 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15699808 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 7429 0 0 0 2 0 0 0 15 0 22 0 529919213 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 22 0 529919214 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 122339 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=26130780/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15699808 CPUtime=4466.83 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 2426981 0 1 0 446297 386 0 0 25 0 22 0 529919212 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3924952 865801 2296 9 0 3915671 0
[pid=17547/tid=17548] ppid=17545 vsize=15699808 CPUtime=3.06 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) S 17545 17547 16794 0 -1 4202560 35662 0 1 0 302 4 0 0 25 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15699808 CPUtime=2.79 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 239608 0 0 0 240 39 0 0 15 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15699808 CPUtime=2.52 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 163613 0 0 0 226 26 0 0 16 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15699808 CPUtime=2.78 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 237015 0 0 0 240 38 0 0 15 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15699808 CPUtime=2.56 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 201681 0 0 0 222 34 0 0 15 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15699808 CPUtime=2.48 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 176984 0 0 0 217 31 0 0 16 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15699808 CPUtime=2.71 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 242081 0 0 0 231 40 0 0 15 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15699808 CPUtime=2.63 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 187072 0 0 0 232 31 0 0 16 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15699808 CPUtime=2.58 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 172706 0 0 0 230 28 0 0 16 0 22 0 529919213 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15699808 CPUtime=1.31 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 59376 0 0 0 104 27 0 0 15 0 22 0 529919214 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=15699808 CPUtime=1.17 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16794 0 -1 4202560 11272 0 0 0 116 1 0 0 15 0 22 0 529919217 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=15699808 CPUtime=1.42 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16794 0 -1 4202560 13476 0 0 0 141 1 0 0 15 0 22 0 529919217 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16794 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 529919217 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=15699808 CPUtime=1112.03 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) R 17545 17547 16794 0 -1 4202560 156080 0 0 0 111184 19 0 0 25 0 22 0 529919325 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17547/tid=17567] ppid=17545 vsize=15699808 CPUtime=1110.48 cores=1,3,5,7
/proc/17547/task/17567/stat : 17567 (java) R 17545 17547 16794 0 -1 4202560 167936 0 0 0 111032 16 0 0 25 0 22 0 529919325 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505981889 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=15699808 CPUtime=1109.05 cores=1,3,5,7
/proc/17547/task/17568/stat : 17568 (java) R 17545 17547 16794 0 -1 4202560 171172 0 0 0 110885 20 0 0 25 0 22 0 529919325 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732400639066 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=15699808 CPUtime=1107.09 cores=1,3,5,7
/proc/17547/task/17569/stat : 17569 (java) R 17545 17547 16794 0 -1 4202560 189797 0 0 0 110688 21 0 0 25 0 22 0 529919325 16076603392 865801 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505716422 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4466.83
Current children cumulated vsize (KiB) 15699808

[startup+1182.3 s]
/proc/loadavg: 8.18 8.05 7.46 9/218 17600
/proc/meminfo: memFree=26063920/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15699808 CPUtime=4706.34 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 2505535 0 1 0 470235 399 0 0 25 0 22 0 529919212 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3924952 855324 2296 9 0 3915671 0
[pid=17547/tid=17548] ppid=17545 vsize=15699808 CPUtime=3.06 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) S 17545 17547 16794 0 -1 4202560 35662 0 1 0 302 4 0 0 25 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15699808 CPUtime=2.94 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 247961 0 0 0 254 40 0 0 16 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15699808 CPUtime=2.68 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 169018 0 0 0 241 27 0 0 16 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15699808 CPUtime=2.94 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 242660 0 0 0 255 39 0 0 16 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15699808 CPUtime=2.77 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 207701 0 0 0 242 35 0 0 15 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15699808 CPUtime=2.65 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 183370 0 0 0 233 32 0 0 15 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15699808 CPUtime=2.88 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 245196 0 0 0 248 40 0 0 16 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15699808 CPUtime=2.75 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 189178 0 0 0 243 32 0 0 15 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15699808 CPUtime=2.75 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 174405 0 0 0 247 28 0 0 15 0 22 0 529919213 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15699808 CPUtime=1.34 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 59579 0 0 0 105 29 0 0 15 0 22 0 529919214 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=15699808 CPUtime=1.17 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16794 0 -1 4202560 11272 0 0 0 116 1 0 0 15 0 22 0 529919217 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=15699808 CPUtime=1.42 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16794 0 -1 4202560 13476 0 0 0 141 1 0 0 15 0 22 0 529919217 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16794 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529919217 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=15699808 CPUtime=1171.65 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) R 17545 17547 16794 0 -1 4202560 168252 0 0 0 117145 20 0 0 25 0 22 0 529919325 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912506249253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17547/tid=17567] ppid=17545 vsize=15699808 CPUtime=1169.98 cores=1,3,5,7
/proc/17547/task/17567/stat : 17567 (java) R 17545 17547 16794 0 -1 4202560 180545 0 0 0 116980 18 0 0 25 0 22 0 529919325 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 47732399960470 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=15699808 CPUtime=1168.47 cores=1,3,5,7
/proc/17547/task/17568/stat : 17568 (java) R 17545 17547 16794 0 -1 4202560 180304 0 0 0 116826 21 0 0 25 0 22 0 529919325 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912506288021 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=15699808 CPUtime=1166.71 cores=1,3,5,7
/proc/17547/task/17569/stat : 17569 (java) R 17545 17547 16794 0 -1 4202560 195502 0 0 0 116649 22 0 0 25 0 22 0 529919325 16076603392 855324 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505981962 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4706.34
Current children cumulated vsize (KiB) 15699808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.8 s]
/proc/loadavg: 7.58 7.93 7.44 6/214 17648
/proc/meminfo: memFree=27044692/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=15699808 CPUtime=4800.03 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17545 17547 16794 0 -1 4202496 2553867 0 1 0 479597 406 0 0 25 0 22 0 529919212 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 3924952 866418 2296 9 0 3915671 0
[pid=17547/tid=17548] ppid=17545 vsize=15699808 CPUtime=3.06 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) S 17545 17547 16794 0 -1 4202560 35662 0 1 0 302 4 0 0 25 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17550] ppid=17545 vsize=15699808 CPUtime=3 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17545 17547 16794 0 -1 4202560 252622 0 0 0 259 41 0 0 16 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17551] ppid=17545 vsize=15699808 CPUtime=2.77 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17545 17547 16794 0 -1 4202560 175696 0 0 0 249 28 0 0 16 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17552] ppid=17545 vsize=15699808 CPUtime=3.01 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17545 17547 16794 0 -1 4202560 245032 0 0 0 262 39 0 0 15 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17553] ppid=17545 vsize=15699808 CPUtime=2.82 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17545 17547 16794 0 -1 4202560 208050 0 0 0 247 35 0 0 15 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17554] ppid=17545 vsize=15699808 CPUtime=2.72 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17545 17547 16794 0 -1 4202560 190510 0 0 0 239 33 0 0 16 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17555] ppid=17545 vsize=15699808 CPUtime=2.96 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17545 17547 16794 0 -1 4202560 249799 0 0 0 255 41 0 0 15 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17556] ppid=17545 vsize=15699808 CPUtime=2.81 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17545 17547 16794 0 -1 4202560 191127 0 0 0 249 32 0 0 16 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=15699808 CPUtime=2.81 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17545 17547 16794 0 -1 4202560 174605 0 0 0 253 28 0 0 15 0 22 0 529919213 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17558] ppid=17545 vsize=15699808 CPUtime=1.39 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17545 17547 16794 0 -1 4202560 59814 0 0 0 109 30 0 0 15 0 22 0 529919214 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 0 0 16800975 18446604470332500672 0 0 -1 5 0 0 0
[pid=17547/tid=17559] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17545 17547 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17545 17547 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529919215 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17561] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658970033 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17562] ppid=17545 vsize=15699808 CPUtime=1.17 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17545 17547 16794 0 -1 4202560 11272 0 0 0 116 1 0 0 15 0 22 0 529919217 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=15699808 CPUtime=1.42 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17545 17547 16794 0 -1 4202560 13476 0 0 0 141 1 0 0 15 0 22 0 529919217 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 3 0 0 0
[pid=17547/tid=17564] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17545 17547 16794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529919217 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962329 0 4 0 16800975 18446604470332500672 0 0 -1 1 0 0 0
[pid=17547/tid=17565] ppid=17545 vsize=15699808 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17545 17547 16794 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529919217 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 210658962944 0 4 0 16800975 18446604470332500672 0 0 -1 7 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=15699808 CPUtime=1194.96 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) R 17545 17547 16794 0 -1 4202560 171752 0 0 0 119475 21 0 0 25 0 22 0 529919325 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912506218447 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17547/tid=17567] ppid=17545 vsize=15699808 CPUtime=1193.29 cores=1,3,5,7
/proc/17547/task/17567/stat : 17567 (java) R 17545 17547 16794 0 -1 4202560 185679 0 0 0 119311 18 0 0 25 0 22 0 529919325 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912506230230 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17547/tid=17568] ppid=17545 vsize=15699808 CPUtime=1191.71 cores=1,3,5,7
/proc/17547/task/17568/stat : 17568 (java) R 17545 17547 16794 0 -1 4202560 186945 0 0 0 119149 22 0 0 25 0 22 0 529919325 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505982074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=15699808 CPUtime=1189.94 cores=1,3,5,7
/proc/17547/task/17569/stat : 17569 (java) R 17545 17547 16794 0 -1 4202560 200370 0 0 0 118972 22 0 0 25 0 22 0 529919325 16076603392 866418 33554432000 1073741824 1073778376 140735842254992 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 15699808

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

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

[startup+1205.91 s]
/proc/loadavg: 7.58 7.93 7.44 6/214 17648
/proc/meminfo: memFree=27044692/32951132 swapFree=67080200/67111528
[pid=17547] ppid=17545 vsize=0 CPUtime=4800.15 cores=1,3,5,7
/proc/17547/stat : 17547 (java) Z 17545 17547 16794 0 -1 4203548 2553893 0 1 0 479599 416 0 0 17 0 2 0 529919212 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17547/statm: 0 0 0 0 0 0 0
[pid=17547/tid=17567] ppid=17545 vsize=0 CPUtime=1193.39 cores=1,3,5,7
/proc/17547/task/17567/stat : 17567 (java) R 17545 17547 16794 0 -1 4203588 185679 0 0 0 119311 28 0 0 25 0 2 0 529919325 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.98
CPU time (s): 4800.19
CPU user time (s): 4796
CPU system time (s): 4.19336
CPU usage (%): 398.032
Max. virtual memory (cumulated for all children) (KiB): 15711528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796
system time used= 4.19336
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2553893
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= 35585
involuntary context switches= 65664

runsolver used 2.06868 second user time and 4.55931 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 19:06:36
IDJOB=3311763
IDBENCH=83173
IDSOLVER=1698
FILE ID=node129/3311763-1304183196
RUNJOBID= node129-1304183186-17360
PBS_JOBID= 13172450
Free space on /tmp= 67244 MiB

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

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=544467862

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29697628 kB
Buffers:        288996 kB
Cached:        1456084 kB
SwapCached:       5056 kB
Active:        1274736 kB
Inactive:      1637300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29697628 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:            9736 kB
Writeback:           0 kB
AnonPages:     1164060 kB
Mapped:          21268 kB
Slab:           276904 kB
PageTables:       6172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2082944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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