Trace number 3458241

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT2 4.35534 3.27507

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
MD5SUMaeb6a0e03ee8f8f2b4b438b8148c9b4c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.51247
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		12995394264
0.01/0.09	c Max memory 		13063553024
0.01/0.09	c Total memory 		13063553024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458241-1307158443.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.064s.
0.10/0.18	c #vars     528
0.10/0.18	c #constraints  787
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.84/0.68	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.47/1.16	c cleaning 4250 clauses out of 8501 with flag 11001/11001
2.15/1.83	c cleaning 5626 clauses out of 11251 with flag 18001/18001
2.86/2.55	c cleaning 6809 clauses out of 13624 with flag 26000/26000
3.08/2.64	c SATISFIABLE
3.08/2.64	c OPTIMIZING...
3.08/2.64	c Got one! Elapsed wall clock time (in seconds):2.528
3.08/2.64	o 65
3.49/2.86	c cleaning 6066 clauses out of 12137 with flag 4000/31322
4.28/3.24	c Got one! Elapsed wall clock time (in seconds):3.128
4.28/3.24	o 2
4.28/3.26	c starts		: 64
4.28/3.26	c conflicts		: 37292
4.28/3.26	c decisions		: 40910
4.28/3.26	c propagations		: 678455
4.28/3.26	c inspects		: 26453953
4.28/3.26	c shortcuts		: 0
4.28/3.26	c learnt literals	: 0
4.28/3.26	c learnt binary clauses	: 1
4.28/3.26	c learnt ternary clauses	: 8
4.28/3.26	c learnt constraints	: 37292
4.28/3.26	c ignored constraints	: 0
4.28/3.26	c root simplifications	: 0
4.28/3.26	c removed literals (reason simplification)	: 1128404
4.28/3.26	c reason swapping (by a shorter reason)	: 0
4.28/3.26	c Calls to reduceDB	: 5
4.28/3.26	c number of reductions to clauses (during analyze)	: 0
4.28/3.26	c number of learned constraints concerned by reduction	: 0
4.28/3.26	c number of learning phase by resolution	: 0
4.28/3.26	c number of learning phase by cutting planes	: 0
4.28/3.26	c speed (assignments/second)	: 2.8268958333333332E7
4.28/3.26	c non guided choices	866
4.28/3.26	c learnt constraints type 
4.28/3.26	c constraints type 
4.28/3.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
4.28/3.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
4.28/3.26	s OPTIMUM FOUND
4.28/3.26	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 x36 -x37 x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 x49 x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 -x139 -x140 x141 -x142 -x143 -x144 
4.28/3.26	c objective function=2
4.28/3.26	c Total wall clock time (in seconds): 3.154

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458241-1307158443/watcher-3458241-1307158443 -o /tmp/evaluation-result-3458241-1307158443/solver-3458241-1307158443 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458241-1307158443.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.03 2.00 1.99 2/345 26620
/proc/meminfo: memFree=24051876/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 2015 0 1 0 0 0 0 0 25 0 2 0 906074858 13833195520 1717 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3377245 1731 906 9 0 3368401 0
[pid=26620/tid=26621] ppid=26618 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 976 0 1 0 0 0 0 0 25 0 2 0 906074859 13833195520 1792 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0277811 s]
/proc/loadavg: 2.03 2.00 1.99 2/345 26620
/proc/meminfo: memFree=24051876/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13527508 CPUtime=0.01 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 12344 0 1 0 0 1 0 0 25 0 3 0 906074858 13852168192 12046 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3381877 12046 928 9 0 3373033 0
[pid=26620/tid=26621] ppid=26618 vsize=13527508 CPUtime=0.01 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 22016 0 -1 4202560 11230 0 1 0 0 1 0 0 25 0 3 0 906074859 13852168192 12046 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16784584 18446604455391577152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13527508

[startup+0.106015 s]
/proc/loadavg: 2.03 2.00 1.99 2/345 26620
/proc/meminfo: memFree=24051876/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13622368 CPUtime=0.1 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 15575 0 1 0 9 1 0 0 25 0 18 0 906074858 13949304832 15272 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3405592 15272 2092 9 0 3396326 0
[pid=26620/tid=26621] ppid=26618 vsize=13622368 CPUtime=0.08 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 13667 0 1 0 7 1 0 0 18 0 18 0 906074859 13949304832 15272 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260020088528 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622368

[startup+0.300898 s]
/proc/loadavg: 2.03 2.00 1.99 2/345 26620
/proc/meminfo: memFree=24051876/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13625424 CPUtime=0.53 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 18294 0 1 0 51 2 0 0 25 0 19 0 906074858 13952434176 17139 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3406356 17139 2215 9 0 3397090 0
[pid=26620/tid=26621] ppid=26618 vsize=13625424 CPUtime=0.28 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 14354 0 1 0 27 1 0 0 19 0 19 0 906074859 13952434176 17139 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 46912505508935 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13625424

[startup+0.704041 s]
/proc/loadavg: 2.03 2.00 1.99 2/345 26620
/proc/meminfo: memFree=24051876/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13625424 CPUtime=1.01 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 20286 0 1 0 99 2 0 0 25 0 19 0 906074858 13952434176 18526 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3406356 18526 2246 9 0 3397090 0
[pid=26620/tid=26621] ppid=26618 vsize=13625424 CPUtime=0.66 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 14689 0 1 0 65 1 0 0 19 0 19 0 906074859 13952434176 18526 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13625424

[startup+1.50071 s]
/proc/loadavg: 2.03 2.00 1.99 3/364 26639
/proc/meminfo: memFree=23984976/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13625996 CPUtime=1.85 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 20899 0 1 0 183 2 0 0 25 0 19 0 906074858 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3406499 19085 2248 9 0 3397233 0
[pid=26620/tid=26621] ppid=26618 vsize=13625996 CPUtime=1.44 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 14690 0 1 0 143 1 0 0 20 0 19 0 906074859 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 46912505541747 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 22016 0 -1 4202560 276 0 0 0 0 0 0 0 16 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26625] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26626] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26628] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 22016 0 -1 4202560 143 0 0 0 0 0 0 0 16 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 22016 0 -1 4202560 195 0 0 0 0 0 0 0 16 0 19 0 906074861 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=13625996 CPUtime=0.02 cores=1,3,5,7
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 22016 0 -1 4202560 530 0 0 0 2 0 0 0 15 0 19 0 906074862 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 0 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26632] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 22016 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 906074863 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26633/stat : 26633 (java) S 26618 26620 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906074863 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26634] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26634/stat : 26634 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032219569 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26635] ppid=26618 vsize=13625996 CPUtime=0.2 cores=1,3,5,7
/proc/26620/task/26635/stat : 26635 (java) S 26618 26620 22016 0 -1 4202560 2734 0 0 0 20 0 0 0 15 0 19 0 906074865 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=13625996 CPUtime=0.15 cores=1,3,5,7
/proc/26620/task/26636/stat : 26636 (java) S 26618 26620 22016 0 -1 4202560 1175 0 0 0 15 0 0 0 18 0 19 0 906074865 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26637] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26637/stat : 26637 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26638] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26638/stat : 26638 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074865 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=13625996 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26639/stat : 26639 (java) S 26618 26620 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906074877 13953019904 19085 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13625996

[startup+3.10138 s]
/proc/loadavg: 2.02 2.00 1.99 3/364 26639
/proc/meminfo: memFree=23981712/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13628380 CPUtime=4.06 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 29529 0 1 0 403 3 0 0 25 0 19 0 906074858 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3407095 24769 2249 9 0 3397829 0
[pid=26620/tid=26621] ppid=26618 vsize=13628380 CPUtime=2.98 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 14701 0 1 0 297 1 0 0 25 0 19 0 906074859 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 46912505366624 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=13628380 CPUtime=0.01 cores=1,3,5,7
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 22016 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 22016 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26625] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 22016 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26626] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 22016 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 22016 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26628] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 22016 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 22016 0 -1 4202560 143 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 22016 0 -1 4202560 195 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=13628380 CPUtime=0.07 cores=1,3,5,7
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 22016 0 -1 4202560 833 0 0 0 7 0 0 0 16 0 19 0 906074862 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 0 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26632] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 22016 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 906074863 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26633/stat : 26633 (java) S 26618 26620 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906074863 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26634] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26634/stat : 26634 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032219569 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26635] ppid=26618 vsize=13628380 CPUtime=0.74 cores=1,3,5,7
/proc/26620/task/26635/stat : 26635 (java) R 26618 26620 22016 0 -1 4202560 10245 0 0 0 73 1 0 0 16 0 19 0 906074865 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 47643142411792 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=13628380 CPUtime=0.21 cores=1,3,5,7
/proc/26620/task/26636/stat : 26636 (java) S 26618 26620 22016 0 -1 4202560 1743 0 0 0 21 0 0 0 16 0 19 0 906074865 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26637] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26637/stat : 26637 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26638] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26638/stat : 26638 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074865 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26639/stat : 26639 (java) S 26618 26620 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906074877 13955461120 24769 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13628380

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

[startup+3.20137 s]
/proc/loadavg: 2.02 2.00 1.99 4/364 26639
/proc/meminfo: memFree=23959640/32951124 swapFree=67056304/67111528
[pid=26620] ppid=26618 vsize=13628380 CPUtime=4.28 cores=1,3,5,7
/proc/26620/stat : 26620 (java) S 26618 26620 22016 0 -1 4202496 29569 0 1 0 425 3 0 0 25 0 19 0 906074858 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26620/statm: 3407095 24230 2249 9 0 3397829 0
[pid=26620/tid=26621] ppid=26618 vsize=13628380 CPUtime=3.09 cores=1,3,5,7
/proc/26620/task/26621/stat : 26621 (java) R 26618 26620 22016 0 -1 4202560 14701 0 1 0 308 1 0 0 25 0 19 0 906074859 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 46912505604512 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=13628380 CPUtime=0.01 cores=1,3,5,7
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 22016 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 22016 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26625] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 22016 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26626] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 22016 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 22016 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26628] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 22016 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 22016 0 -1 4202560 143 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 22016 0 -1 4202560 195 0 0 0 0 0 0 0 16 0 19 0 906074861 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=13628380 CPUtime=0.07 cores=1,3,5,7
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 22016 0 -1 4202560 833 0 0 0 7 0 0 0 16 0 19 0 906074862 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 0 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
[pid=26620/tid=26632] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 22016 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 906074863 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26633/stat : 26633 (java) S 26618 26620 22016 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 906074863 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26634] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26634/stat : 26634 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032219569 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26635] ppid=26618 vsize=13628380 CPUtime=0.84 cores=1,3,5,7
/proc/26620/task/26635/stat : 26635 (java) S 26618 26620 22016 0 -1 4202560 10285 0 0 0 83 1 0 0 16 0 19 0 906074865 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 5 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=13628380 CPUtime=0.21 cores=1,3,5,7
/proc/26620/task/26636/stat : 26636 (java) S 26618 26620 22016 0 -1 4202560 1743 0 0 0 21 0 0 0 16 0 19 0 906074865 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26637] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26637/stat : 26637 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906074865 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032211865 0 4 0 16800975 18446604455391577152 0 0 -1 7 0 0 0
[pid=26620/tid=26638] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26638/stat : 26638 (java) S 26618 26620 22016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906074865 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 1 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=13628380 CPUtime=0 cores=1,3,5,7
/proc/26620/task/26639/stat : 26639 (java) S 26618 26620 22016 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906074877 13955461120 24230 33554432000 1073741824 1073778376 140736515242688 18446744073709551615 260032212480 0 4 0 16800975 18446604455391577152 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 13628380

Child status: 30
Real time (s): 3.27507
CPU time (s): 4.35534
CPU user time (s): 4.31234
CPU system time (s): 0.042993
CPU usage (%): 132.984
Max. virtual memory (cumulated for all children) (KiB): 13628380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.31234
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29597
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= 430
involuntary context switches= 148

runsolver used 0.012998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 05:34:03
IDJOB=3458241
IDBENCH=48061
IDSOLVER=1952
FILE ID=node110/3458241-1307158443
RUNJOBID= node110-1307156485-25653
PBS_JOBID= 13508806
Free space on /tmp= 74044 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458241-1307158443/watcher-3458241-1307158443 -o /tmp/evaluation-result-3458241-1307158443/solver-3458241-1307158443 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458241-1307158443.opb

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

MD5SUM BENCH= aeb6a0e03ee8f8f2b4b438b8148c9b4c
RANDOM SEED=187210709

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      24052156 kB
Buffers:        297456 kB
Cached:        4572112 kB
SwapCached:       8652 kB
Active:        4102276 kB
Inactive:      4476064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24052156 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:     3706600 kB
Mapped:          35568 kB
Slab:           229168 kB
PageTables:      27436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89030260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node110 at 2011-06-04 05:34:06