Trace number 3737537

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-23 1800.07 915.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3737537-1338722951.opb
0.09/0.12	c reading problem ... 
0.98/0.59	c ... done. Wall clock time 0.47s.
0.98/0.59	c #vars     6626
0.98/0.59	c #constraints  13054
0.98/0.59	c constraints type 
0.98/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
0.98/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.98/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.98/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.98/0.59	c constraints type 
0.98/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.98/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
0.98/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.98/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
2.48/0.96	c  And the winner is CuttingPlanes
2.70/1.09	c SATISFIABLE
2.70/1.09	c OPTIMIZING...
2.70/1.09	c Got one! Elapsed wall clock time (in seconds):0.978
2.70/1.10	o -4
2.73/1.16	c  And the winner is CuttingPlanes
3.01/1.60	c Got one! Elapsed wall clock time (in seconds):1.483
3.01/1.60	o -5
3.01/1.69	c  And the winner is CuttingPlanes
3.33/2.10	c Got one! Elapsed wall clock time (in seconds):1.985
3.33/2.10	o -7
3.33/2.18	c  And the winner is CuttingPlanes
3.58/2.60	c Got one! Elapsed wall clock time (in seconds):2.486
3.58/2.60	o -8
3.58/2.68	c  And the winner is CuttingPlanes
3.77/3.11	c Got one! Elapsed wall clock time (in seconds):2.988
3.77/3.11	o -9
3.77/3.17	c  And the winner is CuttingPlanes
3.92/3.61	c Got one! Elapsed wall clock time (in seconds):3.489
3.92/3.61	o -10
3.92/3.64	c  And the winner is CuttingPlanes
4.01/4.11	c Got one! Elapsed wall clock time (in seconds):3.991
4.01/4.11	o -11
4.01/4.19	c  And the winner is CuttingPlanes
4.19/4.61	c Got one! Elapsed wall clock time (in seconds):4.492
4.19/4.61	o -12
4.38/4.74	c  And the winner is CuttingPlanes
4.49/5.11	c Got one! Elapsed wall clock time (in seconds):4.994
4.49/5.11	o -13
4.49/5.17	c  And the winner is CuttingPlanes
4.70/5.61	c Got one! Elapsed wall clock time (in seconds):5.495
4.70/5.61	o -14
4.70/5.65	c  And the winner is CuttingPlanes
4.78/6.11	c Got one! Elapsed wall clock time (in seconds):5.996
4.78/6.11	o -15
4.78/6.16	c  And the winner is CuttingPlanes
4.89/6.62	c Got one! Elapsed wall clock time (in seconds):6.498
4.89/6.62	o -16
5.09/6.75	c  And the winner is CuttingPlanes
5.26/7.12	c Got one! Elapsed wall clock time (in seconds):6.999
5.26/7.12	o -17
6.51/7.72	c  And the winner is Resolution
6.56/8.12	c Got one! Elapsed wall clock time (in seconds):8.002
6.56/8.12	o -18
6.93/8.38	c  And the winner is CuttingPlanes
7.11/8.62	c Got one! Elapsed wall clock time (in seconds):8.503
7.11/8.62	o -19
8.15/9.10	c  And the winner is CuttingPlanes
8.15/9.12	c Got one! Elapsed wall clock time (in seconds):9.005
8.15/9.12	o -20
12.51/11.34	c cleaning 4272 clauses out of 8647 with flag 4000/8647
18.58/14.36	c cleaning 5111 clauses out of 10375 with flag 10000/14647
24.72/17.49	c cleaning 6073 clauses out of 12264 with flag 17000/21647
25.49/17.83	c  And the winner is CuttingPlanes
25.53/18.12	c Got one! Elapsed wall clock time (in seconds):18.007
25.53/18.12	o -21
30.69/20.79	c cleaning 5757 clauses out of 11658 with flag 5000/27114
38.04/24.42	c cleaning 5847 clauses out of 11901 with flag 11000/33114
44.60/27.79	c cleaning 6361 clauses out of 13054 with flag 18000/40114
56.18/33.52	c cleaning 7320 clauses out of 14693 with flag 26000/48114
65.70/38.33	c cleaning 8104 clauses out of 16373 with flag 35000/57114
72.81/41.93	c  And the winner is CuttingPlanes
72.77/42.13	c Got one! Elapsed wall clock time (in seconds):42.012
72.77/42.13	o -22
77.90/44.71	c cleaning 9314 clauses out of 18782 with flag 5000/67627
83.05/47.31	c cleaning 7693 clauses out of 15468 with flag 11000/73627
90.68/51.20	c cleaning 7305 clauses out of 14775 with flag 18000/80627
99.21/55.42	c cleaning 7662 clauses out of 15470 with flag 26000/88627
106.71/59.29	c cleaning 8354 clauses out of 16808 with flag 35000/97627
118.24/65.02	c cleaning 9144 clauses out of 18454 with flag 45000/107627
132.56/72.24	c cleaning 10096 clauses out of 20311 with flag 56001/118628
147.69/79.88	c cleaning 11075 clauses out of 22215 with flag 68001/130628
164.78/88.45	c cleaning 11984 clauses out of 24139 with flag 81000/143627
183.50/97.90	c cleaning 13006 clauses out of 26155 with flag 95000/157627
200.01/106.12	c cleaning 13575 clauses out of 27149 with flag 109000/171627
218.32/115.32	c cleaning 13720 clauses out of 27574 with flag 123000/185627
235.00/123.74	c cleaning 13925 clauses out of 27854 with flag 137000/199627
255.51/134.03	c cleaning 13833 clauses out of 27929 with flag 151000/213627
277.01/144.87	c cleaning 14019 clauses out of 28097 with flag 165001/227628
298.91/155.80	c cleaning 13893 clauses out of 28077 with flag 179000/241627
321.94/167.43	c cleaning 13978 clauses out of 28184 with flag 193000/255627
344.24/178.64	c cleaning 13934 clauses out of 28206 with flag 207000/269627
366.72/189.92	c cleaning 14110 clauses out of 28272 with flag 221000/283627
387.39/200.36	c cleaning 14030 clauses out of 28162 with flag 235000/297627
411.02/212.25	c cleaning 13916 clauses out of 28132 with flag 249000/311627
434.67/224.13	c cleaning 13992 clauses out of 28216 with flag 263000/325627
458.14/235.94	c cleaning 13994 clauses out of 28224 with flag 277000/339627
476.00/245.00	c cleaning 0 clauses out of 6977 with flag 0/6977
481.78/247.98	c cleaning 14007 clauses out of 28230 with flag 291000/353627
503.64/258.99	c cleaning 14057 clauses out of 28223 with flag 305000/367627
524.71/269.53	c cleaning 13976 clauses out of 28166 with flag 319000/381627
548.35/281.44	c cleaning 13975 clauses out of 28190 with flag 333000/395627
571.33/293.06	c cleaning 13985 clauses out of 28215 with flag 347000/409627
594.18/304.58	c cleaning 13982 clauses out of 28230 with flag 361000/423627
617.03/316.08	c cleaning 14077 clauses out of 28248 with flag 375000/437627
639.67/327.48	c cleaning 13942 clauses out of 28171 with flag 389000/451627
662.64/339.08	c cleaning 13952 clauses out of 28229 with flag 403000/465627
685.49/350.58	c cleaning 14058 clauses out of 28277 with flag 417000/479627
708.32/362.01	c cleaning 14012 clauses out of 28219 with flag 431000/493627
730.77/373.31	c cleaning 13983 clauses out of 28207 with flag 445000/507627
754.31/385.25	c cleaning 14051 clauses out of 28224 with flag 459000/521627
778.53/397.43	c cleaning 14017 clauses out of 28173 with flag 473000/535627
801.97/409.25	c cleaning 13970 clauses out of 28156 with flag 487000/549627
826.38/421.52	c cleaning 13940 clauses out of 28186 with flag 501000/563627
848.14/432.53	c cleaning 14024 clauses out of 28246 with flag 515000/577627
871.14/444.17	c cleaning 14024 clauses out of 28222 with flag 529000/591627
895.35/456.37	c cleaning 14048 clauses out of 28198 with flag 543000/605627
919.58/468.51	c cleaning 13950 clauses out of 28150 with flag 557000/619627
943.88/480.89	c cleaning 13999 clauses out of 28200 with flag 571000/633627
969.07/493.59	c cleaning 13991 clauses out of 28201 with flag 585000/647627
988.46/503.38	c  And the winner is CuttingPlanes
986.43/503.86	c Got one! Elapsed wall clock time (in seconds):503.744
986.43/503.86	o -23
992.10/506.78	c cleaning 15035 clauses out of 30069 with flag 5000/663486
998.51/510.00	c cleaning 10386 clauses out of 21034 with flag 11000/669486
1006.40/514.12	c cleaning 8800 clauses out of 17648 with flag 18000/676486
1016.01/519.02	c cleaning 8330 clauses out of 16848 with flag 26000/684486
1024.21/523.29	c cleaning 8759 clauses out of 17518 with flag 35000/693486
1037.62/530.02	c cleaning 9214 clauses out of 18759 with flag 45000/703486
1050.52/536.66	c cleaning 10273 clauses out of 20545 with flag 56000/714486
1067.92/545.42	c cleaning 11049 clauses out of 22272 with flag 68000/726486
1082.12/552.62	c cleaning 12009 clauses out of 24223 with flag 81000/739486
1100.51/561.97	c cleaning 13068 clauses out of 26214 with flag 95000/753486
1118.61/571.11	c cleaning 13516 clauses out of 27146 with flag 109000/767486
1139.40/581.60	c cleaning 13677 clauses out of 27630 with flag 123000/781486
1157.21/590.65	c cleaning 13943 clauses out of 27953 with flag 137000/795486
1178.01/601.12	c cleaning 13902 clauses out of 28010 with flag 151000/809486
1199.29/611.95	c cleaning 13928 clauses out of 28108 with flag 165000/823486
1220.10/622.40	c cleaning 14040 clauses out of 28180 with flag 179000/837486
1240.50/632.70	c cleaning 14034 clauses out of 28140 with flag 193000/851486
1261.70/643.47	c cleaning 13984 clauses out of 28106 with flag 207000/865486
1284.78/655.18	c cleaning 14023 clauses out of 28122 with flag 221000/879486
1308.56/667.12	c cleaning 13933 clauses out of 28099 with flag 235000/893486
1332.36/679.17	c cleaning 13948 clauses out of 28166 with flag 249000/907486
1351.35/688.75	c cleaning 14045 clauses out of 28218 with flag 263000/921486
1373.81/700.14	c cleaning 13983 clauses out of 28173 with flag 277000/935486
1392.61/709.69	c cleaning 14024 clauses out of 28190 with flag 291000/949486
1411.40/719.15	c cleaning 13982 clauses out of 28166 with flag 305000/963486
1426.78/726.90	c cleaning 13978 clauses out of 28184 with flag 319000/977486
1445.63/736.53	c cleaning 14004 clauses out of 28206 with flag 333000/991486
1466.64/747.13	c cleaning 14079 clauses out of 28202 with flag 347000/1005486
1484.02/755.98	c cleaning 13978 clauses out of 28123 with flag 361000/1019486
1503.40/765.75	c cleaning 14003 clauses out of 28145 with flag 375000/1033486
1519.46/773.98	c cleaning 14018 clauses out of 28142 with flag 389000/1047486
1536.64/782.65	c cleaning 13911 clauses out of 28124 with flag 403000/1061486
1554.03/791.49	c cleaning 14072 clauses out of 28213 with flag 417000/1075486
1573.60/801.31	c cleaning 14033 clauses out of 28141 with flag 431000/1089486
1592.84/811.12	c cleaning 14037 clauses out of 28108 with flag 445000/1103486
1612.23/820.99	c cleaning 13896 clauses out of 28071 with flag 459000/1117486
1633.42/831.67	c cleaning 14035 clauses out of 28175 with flag 473000/1131486
1652.39/841.25	c cleaning 14004 clauses out of 28140 with flag 487000/1145486
1671.04/850.78	c cleaning 13971 clauses out of 28136 with flag 501000/1159486
1688.83/859.79	c cleaning 13953 clauses out of 28165 with flag 515000/1173486
1706.62/868.75	c cleaning 14012 clauses out of 28212 with flag 529000/1187486
1724.59/877.85	c cleaning 14056 clauses out of 28200 with flag 543000/1201486
1740.03/885.78	c cleaning 13969 clauses out of 28144 with flag 557000/1215486
1754.81/893.24	c cleaning 14044 clauses out of 28175 with flag 571000/1229486
1768.98/900.45	c cleaning 13990 clauses out of 28131 with flag 585000/1243486
1785.17/908.64	c cleaning 13961 clauses out of 28141 with flag 599000/1257486
1798.00/915.22	c starts		: 56
1798.00/915.22	c conflicts		: 11722
1798.00/915.22	c decisions		: 186391
1798.00/915.22	c propagations		: 4758943
1798.00/915.22	c inspects		: 665951124
1798.00/915.22	c shortcuts		: 0
1798.00/915.22	c learnt literals	: 0
1798.00/915.22	c learnt binary clauses	: 0
1798.00/915.22	c learnt ternary clauses	: 0
1798.00/915.22	c learnt constraints	: 11722
1798.00/915.22	c ignored constraints	: 0
1798.00/915.22	c root simplifications	: 0
1798.00/915.22	c removed literals (reason simplification)	: 0
1798.00/915.22	c reason swapping (by a shorter reason)	: 0
1798.00/915.22	c Calls to reduceDB	: 1
1798.00/915.22	c number of reductions to clauses (during analyze)	: 0
1798.00/915.22	c number of learned constraints concerned by reduction	: 0
1798.00/915.22	c number of learning phase by resolution	: 0
1798.00/915.22	c number of learning phase by cutting planes	: 0
1798.00/915.22	c speed (assignments/second)	: 11568.97222343772
1798.00/915.22	c non guided choices	6
1798.00/915.22	c learnt constraints type 
1798.00/915.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1798.00/915.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11719
1798.00/915.22	c constraints type 
1798.00/915.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1798.00/915.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1798.00/915.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1798.00/915.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1798.00/915.22	c constraints type 
1798.00/915.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1798.00/915.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1798.00/915.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1798.00/915.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1798.00/915.22	s SATISFIABLE
1798.00/915.22	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 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 x196 -x197 -x198 x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 x336 x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 x398 -x399 -x400 
1798.00/915.22	c objective function=-23
1798.00/915.22	c Total wall clock time (in seconds): 915.107

Verifier Data

OK	-23

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3737537-1338722951/watcher-3737537-1338722951 -o /tmp/evaluation-result-3737537-1338722951/solver-3737537-1338722951 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737537-1338722951.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: 3.90 3.76 3.68 4/197 28038
/proc/meminfo: memFree=26507936/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28038/stat : 28038 (java) D 28036 28038 25219 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 338419615 9515008 182 33554432000 1073741824 1073778376 140737374933072 140737374924104 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28038/statm: 2323 182 140 9 0 71 0

[startup+0.03756 s]
/proc/loadavg: 3.90 3.76 3.68 4/197 28038
/proc/meminfo: memFree=26507936/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 4035 0 1 0 1 1 0 0 20 0 10 0 338419615 11309641728 11377 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2761143 11378 1537 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100198 s]
/proc/loadavg: 3.90 3.76 3.68 4/197 28038
/proc/meminfo: memFree=26507936/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 5256 0 1 0 7 2 0 0 20 0 18 0 338419615 11864465408 13601 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2896598 13601 2115 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300238 s]
/proc/loadavg: 3.90 3.76 3.68 4/197 28038
/proc/meminfo: memFree=26507936/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 6595 0 1 0 44 2 0 0 20 0 18 0 338419615 11864465408 16540 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2896598 16540 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700179 s]
/proc/loadavg: 3.90 3.76 3.68 4/197 28038
/proc/meminfo: memFree=26507936/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 14439 0 1 0 164 4 0 0 20 0 22 0 338419615 12137111552 31830 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 31830 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 11852648

[startup+1.50063 s]
/proc/loadavg: 3.99 3.78 3.68 3/216 28060
/proc/meminfo: memFree=26368944/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=3.01 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 17441 0 1 0 293 8 0 0 20 0 19 0 338419615 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 41693 2269 9 0 2953849 0
[pid=28038/tid=28040] ppid=28036 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/28038/task/28040/stat : 28040 (java) S 28036 28038 25219 0 -1 4202560 3402 0 1 0 54 2 0 0 20 0 19 0 338419617 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139987036329112 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28041] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28041/stat : 28041 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139987011733800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28042] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28042/stat : 28042 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986871830696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28043] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28043/stat : 28043 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986870778408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419622 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 6491 0 0 0 70 0 0 0 20 0 19 0 338419622 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 6225 0 0 0 82 1 0 0 20 0 19 0 338419623 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28060] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28060/stat : 28060 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419677 12137111552 41693 33554432000 1073741824 1073778376 140733442351344 139986841736232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 11852648

[startup+3.10068 s]
/proc/loadavg: 3.99 3.78 3.68 3/216 28066
/proc/meminfo: memFree=26320360/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=3.77 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 18509 0 1 0 362 15 0 0 20 0 19 0 338419615 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 63199 2270 9 0 2953849 0
[pid=28038/tid=28040] ppid=28036 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/28038/task/28040/stat : 28040 (java) S 28036 28038 25219 0 -1 4202560 3403 0 1 0 54 3 0 0 20 0 19 0 338419617 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139987036329128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28041] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28041/stat : 28041 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139987011733800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28042] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28042/stat : 28042 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986871830696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28043] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28043/stat : 28043 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986870778408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419622 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 7494 0 0 0 86 1 0 0 20 0 19 0 338419622 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 6225 0 0 0 88 1 0 0 20 0 19 0 338419623 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28060] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28060/stat : 28060 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419677 12137111552 63199 33554432000 1073741824 1073778376 140733442351344 139986841736232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 11852648

[startup+6.30075 s]
/proc/loadavg: 3.99 3.78 3.68 3/216 28087
/proc/meminfo: memFree=26128204/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=4.89 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 18952 0 1 0 460 29 0 0 20 0 19 0 338419615 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 105920 2271 9 0 2953849 0
[pid=28038/tid=28040] ppid=28036 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/28038/task/28040/stat : 28040 (java) S 28036 28038 25219 0 -1 4202560 3404 0 1 0 55 3 0 0 20 0 19 0 338419617 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139987036329128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28041] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28041/stat : 28041 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139987011733800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28042] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28042/stat : 28042 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986871830696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28043] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28043/stat : 28043 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986870778408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338419619 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419620 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419622 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 7494 0 0 0 90 1 0 0 20 0 19 0 338419622 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 6521 0 0 0 101 1 0 0 20 0 19 0 338419623 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338419623 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28060] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28060/stat : 28060 (java) S 28036 28038 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338419677 12137111552 105920 33554432000 1073741824 1073778376 140733442351344 139986841736232 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 11852648
heavy processes:


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

[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 51 0 0 0 48 0 0 0 20 0 22 0 338419619 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 49 0 0 0 49 0 0 0 20 0 22 0 338419619 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 52 0 0 0 46 0 0 0 20 0 22 0 338419619 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 79 0 0 0 48 0 0 0 20 0 22 0 338419619 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 54 0 0 0 42 0 0 0 20 0 22 0 338419619 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=17.29 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 163 0 0 0 1723 6 0 0 20 0 22 0 338419620 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419622 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 338419622 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 7778 0 0 0 150 2 0 0 20 0 22 0 338419623 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419623 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 47 0 0 0 14 21 0 0 20 0 22 0 338419623 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28102] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28102/stat : 28102 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338420428 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986841736488 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28198] ppid=28036 vsize=11852648 CPUtime=307.9 cores=1,3,5,7
/proc/28038/task/28198/stat : 28198 (java) R 28036 28038 25219 0 -1 4202560 19 0 0 0 30786 4 0 0 20 0 22 0 338470002 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986843840976 139986893423014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28199] ppid=28036 vsize=11852648 CPUtime=307.9 cores=1,3,5,7
/proc/28038/task/28199/stat : 28199 (java) R 28036 28038 25219 0 -1 4202560 5 0 0 0 30786 4 0 0 20 0 22 0 338470002 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986844891744 139986893478570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28200] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28200/stat : 28200 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338470002 12137111552 684369 33554432000 1073741824 1073778376 140733442351344 139986842789288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1614.81
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.98 3.93 3.80 5/219 28301
/proc/meminfo: memFree=22414716/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=1733.23 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 22620 0 1 0 173206 117 0 0 20 0 22 0 338419615 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 685411 2296 9 0 2953849 0
[pid=28038/tid=28040] ppid=28036 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/28038/task/28040/stat : 28040 (java) S 28036 28038 25219 0 -1 4202560 3435 0 1 0 58 5 0 0 20 0 22 0 338419617 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139987036329096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28041] ppid=28036 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/28038/task/28041/stat : 28041 (java) S 28036 28038 25219 0 -1 4202560 41 0 0 0 54 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139987011733800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28042] ppid=28036 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/28038/task/28042/stat : 28042 (java) S 28036 28038 25219 0 -1 4202560 47 0 0 0 56 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986871830696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28043] ppid=28036 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/28038/task/28043/stat : 28043 (java) S 28036 28038 25219 0 -1 4202560 51 0 0 0 56 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986870778408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 51 0 0 0 50 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 52 0 0 0 55 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 53 0 0 0 49 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 79 0 0 0 52 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 57 0 0 0 45 0 0 0 20 0 22 0 338419619 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=19.01 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 169 0 0 0 1895 6 0 0 20 0 22 0 338419620 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419622 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 338419622 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 7778 0 0 0 150 2 0 0 20 0 22 0 338419623 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419623 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 338419623 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28102] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28102/stat : 28102 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338420428 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986841736488 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28198] ppid=28036 vsize=11852648 CPUtime=365.93 cores=1,3,5,7
/proc/28038/task/28198/stat : 28198 (java) R 28036 28038 25219 0 -1 4202560 22 0 0 0 36588 5 0 0 20 0 22 0 338470002 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986843840976 139986893784588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28199] ppid=28036 vsize=11852648 CPUtime=365.92 cores=1,3,5,7
/proc/28038/task/28199/stat : 28199 (java) R 28036 28038 25219 0 -1 4202560 5 0 0 0 36587 5 0 0 20 0 22 0 338470002 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986844891744 139986893403308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28200] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28200/stat : 28200 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338470002 12137111552 685411 33554432000 1073741824 1073778376 140733442351344 139986842789288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.23
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.207 s]
/proc/loadavg: 3.98 3.93 3.81 5/219 28301
/proc/meminfo: memFree=22410248/32873648 swapFree=7388/7388
[pid=28038] ppid=28036 vsize=11852648 CPUtime=1798 cores=1,3,5,7
/proc/28038/stat : 28038 (java) S 28036 28038 25219 0 -1 4202496 22662 0 1 0 179683 117 0 0 20 0 22 0 338419615 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 140733442342480 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28038/statm: 2963162 685956 2296 9 0 2953849 0
[pid=28038/tid=28040] ppid=28036 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/28038/task/28040/stat : 28040 (java) S 28036 28038 25219 0 -1 4202560 3438 0 1 0 58 5 0 0 20 0 22 0 338419617 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139987036329096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28041] ppid=28036 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/28038/task/28041/stat : 28041 (java) S 28036 28038 25219 0 -1 4202560 43 0 0 0 56 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139987011733800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28042] ppid=28036 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/28038/task/28042/stat : 28042 (java) S 28036 28038 25219 0 -1 4202560 53 0 0 0 59 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986871830696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28043] ppid=28036 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/28038/task/28043/stat : 28043 (java) S 28036 28038 25219 0 -1 4202560 60 0 0 0 61 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986870778408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28044] ppid=28036 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/28038/task/28044/stat : 28044 (java) S 28036 28038 25219 0 -1 4202560 53 0 0 0 52 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986869725608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28045] ppid=28036 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/28038/task/28045/stat : 28045 (java) S 28036 28038 25219 0 -1 4202560 52 0 0 0 57 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986868673320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28046] ppid=28036 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/28038/task/28046/stat : 28046 (java) S 28036 28038 25219 0 -1 4202560 58 0 0 0 53 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986867620520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28047] ppid=28036 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/28038/task/28047/stat : 28047 (java) S 28036 28038 25219 0 -1 4202560 82 0 0 0 55 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986866568232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28048] ppid=28036 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/28038/task/28048/stat : 28048 (java) S 28036 28038 25219 0 -1 4202560 63 0 0 0 49 0 0 0 20 0 22 0 338419619 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986865515432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28049] ppid=28036 vsize=11852648 CPUtime=20.14 cores=1,3,5,7
/proc/28038/task/28049/stat : 28049 (java) S 28036 28038 25219 0 -1 4202560 172 0 0 0 2008 6 0 0 20 0 22 0 338419620 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986853316840 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28050] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28050/stat : 28050 (java) S 28036 28038 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986852262904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28051] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28051/stat : 28051 (java) S 28036 28038 25219 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 338419620 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986851210504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28052] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28052/stat : 28052 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419622 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986850158992 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28053] ppid=28036 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/28038/task/28053/stat : 28053 (java) S 28036 28038 25219 0 -1 4202560 8050 0 0 0 122 1 0 0 20 0 22 0 338419622 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986849106616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28038/tid=28054] ppid=28036 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/28038/task/28054/stat : 28054 (java) S 28036 28038 25219 0 -1 4202560 7778 0 0 0 150 2 0 0 20 0 22 0 338419623 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986848053816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28055] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28055/stat : 28055 (java) S 28036 28038 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338419623 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986847001720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28056] ppid=28036 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/28038/task/28056/stat : 28056 (java) S 28036 28038 25219 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 338419623 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986845949128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28038/tid=28102] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28102/stat : 28102 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338420428 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986841736488 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28198] ppid=28036 vsize=11852648 CPUtime=397.55 cores=1,3,5,7
/proc/28038/task/28198/stat : 28198 (java) R 28036 28038 25219 0 -1 4202560 23 0 0 0 39749 6 0 0 20 0 22 0 338470002 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986843840976 139986893353236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28038/tid=28199] ppid=28036 vsize=11852648 CPUtime=397.55 cores=1,3,5,7
/proc/28038/task/28199/stat : 28199 (java) R 28036 28038 25219 0 -1 4202560 5 0 0 0 39749 6 0 0 20 0 22 0 338470002 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986844891520 139986893403308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28038/tid=28200] ppid=28036 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28038/task/28200/stat : 28200 (java) S 28036 28038 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338470002 12137111552 685956 33554432000 1073741824 1073778376 140733442351344 139986842789288 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28038 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=851141
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=462777
# CPU time returned by wait4() is 1796.31
# while last known CPU time is 1798
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.06997
#  lost CPU user time (s): 2.21997
#  lost CPU system time (s): -0.15

Real time (s): 915.24
CPU time (s): 1800.07
CPU user time (s): 1799.05
CPU system time (s): 1.02
CPU usage (%): 196.677
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.85
system time used= 1.46278
maximum resident set size= 2743936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24916
involuntary context switches= 16276

runsolver used 3.53246 second user time and 8.27174 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 13:29:11
IDJOB=3737537
IDBENCH=48253
IDSOLVER=2328
FILE ID=node148/3737537-1338722951
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71332 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737537-1338722951/watcher-3737537-1338722951 -o /tmp/evaluation-result-3737537-1338722951/solver-3737537-1338722951 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737537-1338722951.opb

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=1903944353

node148.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26508588 kB
Buffers:          596620 kB
Cached:          2874012 kB
SwapCached:          628 kB
Active:          3394016 kB
Inactive:        2064156 kB
Active(anon):    1976696 kB
Inactive(anon):    10660 kB
Active(file):    1417320 kB
Inactive(file):  2053496 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       1990924 kB
Mapped:            19104 kB
Shmem:                36 kB
Slab:             766560 kB
SReclaimable:     210664 kB
SUnreclaim:       555896 kB
KernelStack:        1632 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1933312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node148 at 2012-06-03 13:44:28