Trace number 3453980

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 Res//CP 2.3.0SAT (TO)-37 1800.39 937.664

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
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-37
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint60
Maximum length of a constraint110
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

Quality of the solution as a function of time


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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3453980-1307194720.opb
0.06/0.14	c reading problem ... 
2.12/0.95	c ... done. Wall clock time 0.816s.
2.12/0.95	c #vars     19230
2.12/0.95	c #constraints  56690
2.12/0.95	c constraints type 
2.12/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
2.12/0.96	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.12/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
2.12/0.96	c constraints type 
2.12/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
2.12/0.96	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.12/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
2.86/1.14	c  And the winner is Resolution
3.06/1.48	c SATISFIABLE
3.06/1.48	c OPTIMIZING...
3.06/1.48	c Got one! Elapsed wall clock time (in seconds):1.337
3.06/1.48	o -26
3.06/1.50	c  And the winner is Resolution
3.23/1.99	c Got one! Elapsed wall clock time (in seconds):1.847
3.23/1.99	o -27
3.26/2.07	c  And the winner is Resolution
3.57/2.50	c Got one! Elapsed wall clock time (in seconds):2.357
3.57/2.50	o -32
4.28/2.72	c  And the winner is Resolution
4.35/3.01	c Got one! Elapsed wall clock time (in seconds):2.869
4.35/3.01	o -33
4.96/3.33	c  And the winner is Resolution
5.07/3.52	c Got one! Elapsed wall clock time (in seconds):3.378
5.07/3.52	o -34
5.26/3.63	c  And the winner is Resolution
5.38/4.02	c Got one! Elapsed wall clock time (in seconds):3.885
5.38/4.02	o -35
6.99/4.89	c cleaning 3510 clauses out of 7020 with flag 4000/7020
9.65/6.10	c cleaning 4755 clauses out of 9510 with flag 10000/13020
12.16/7.45	c cleaning 5878 clauses out of 11755 with flag 17000/20020
15.23/9.03	c cleaning 6939 clauses out of 13878 with flag 25001/28021
18.65/10.90	c cleaning 7966 clauses out of 15938 with flag 34000/37020
22.74/12.92	c cleaning 8986 clauses out of 17972 with flag 44000/47020
26.80/15.09	c cleaning 9992 clauses out of 19987 with flag 55001/58021
31.86/17.66	c cleaning 10996 clauses out of 21994 with flag 67000/70020
36.99/20.36	c  And the winner is Resolution
37.45/20.74	c Got one! Elapsed wall clock time (in seconds):20.599
37.45/20.74	o -36
40.01/22.07	c cleaning 14271 clauses out of 28549 with flag 5001/87571
42.65/23.47	c cleaning 10136 clauses out of 20277 with flag 11000/93570
45.65/25.06	c cleaning 8562 clauses out of 17142 with flag 18001/100571
49.05/26.85	c cleaning 8289 clauses out of 16580 with flag 26001/108571
52.93/28.91	c cleaning 8643 clauses out of 17291 with flag 35001/117571
56.92/31.08	c cleaning 9312 clauses out of 18647 with flag 45000/127570
61.70/33.56	c cleaning 10168 clauses out of 20335 with flag 56000/138570
67.10/36.40	c cleaning 11080 clauses out of 22167 with flag 68000/150570
73.39/39.64	c cleaning 12036 clauses out of 24087 with flag 81000/163570
79.54/42.83	c cleaning 13022 clauses out of 26051 with flag 95000/177570
85.69/46.08	c cleaning 14010 clauses out of 28029 with flag 110000/192570
92.84/49.74	c cleaning 15005 clauses out of 30020 with flag 126001/208571
101.47/54.22	c cleaning 16006 clauses out of 32014 with flag 143000/225570
109.82/58.59	c cleaning 17004 clauses out of 34008 with flag 161000/243570
119.93/63.81	c cleaning 17995 clauses out of 36004 with flag 180000/262570
129.25/68.50	c cleaning 18996 clauses out of 38009 with flag 200000/282570
138.82/73.56	c cleaning 20006 clauses out of 40013 with flag 221000/303570
150.16/79.37	c cleaning 20999 clauses out of 42007 with flag 243000/325570
163.20/86.00	c cleaning 22004 clauses out of 44008 with flag 266000/348570
177.67/93.48	c cleaning 23002 clauses out of 46004 with flag 290000/372570
192.16/100.95	c cleaning 23996 clauses out of 48002 with flag 315000/397570
206.01/108.05	c cleaning 24999 clauses out of 50006 with flag 341000/423570
222.83/116.62	c cleaning 26001 clauses out of 52008 with flag 368001/450571
239.56/125.17	c cleaning 26993 clauses out of 54006 with flag 396000/478570
258.00/134.61	c cleaning 27999 clauses out of 56013 with flag 425000/507570
275.59/143.66	c cleaning 29005 clauses out of 58014 with flag 455000/537570
299.38/155.72	c cleaning 30005 clauses out of 60009 with flag 486000/568570
318.19/165.33	c cleaning 30996 clauses out of 62005 with flag 518001/600571
335.15/174.19	c cleaning 31998 clauses out of 64008 with flag 551000/633570
354.70/184.12	c cleaning 33003 clauses out of 66010 with flag 585000/667570
377.27/195.65	c cleaning 34003 clauses out of 68008 with flag 620001/702571
398.00/206.25	c cleaning 35003 clauses out of 70005 with flag 656001/738571
424.50/219.88	c cleaning 36000 clauses out of 72001 with flag 693000/775570
442.42/229.01	c cleaning 0 clauses out of 5511 with flag 0/5512
454.70/235.47	c cleaning 36987 clauses out of 74001 with flag 731000/813570
485.78/251.24	c cleaning 37502 clauses out of 75015 with flag 769001/851571
514.51/265.94	c cleaning 37744 clauses out of 75512 with flag 807000/889570
535.80/276.84	c cleaning 37880 clauses out of 75768 with flag 845000/927570
560.90/289.68	c cleaning 37938 clauses out of 75889 with flag 883001/965571
589.35/304.13	c cleaning 37962 clauses out of 75951 with flag 921001/1003571
616.13/317.93	c cleaning 37995 clauses out of 75989 with flag 959001/1041571
648.15/334.24	c cleaning 37997 clauses out of 75993 with flag 997000/1079570
680.16/350.59	c cleaning 37988 clauses out of 75996 with flag 1035000/1117570
714.36/367.91	c cleaning 38001 clauses out of 76008 with flag 1073000/1155570
746.90/384.61	c cleaning 37999 clauses out of 76007 with flag 1111000/1193570
777.28/400.14	c cleaning 37996 clauses out of 76008 with flag 1149000/1231570
808.07/415.92	c cleaning 38005 clauses out of 76014 with flag 1187002/1269572
840.23/432.22	c cleaning 38004 clauses out of 76008 with flag 1225001/1307571
865.28/445.28	c cleaning 37998 clauses out of 76003 with flag 1263000/1345570
886.24/456.04	c cleaning 37991 clauses out of 76005 with flag 1301000/1383570
910.78/468.64	c cleaning 37998 clauses out of 76014 with flag 1339000/1421570
938.02/482.58	c cleaning 37997 clauses out of 76016 with flag 1377000/1459570
969.25/498.61	c cleaning 38004 clauses out of 76019 with flag 1415000/1497570
994.17/511.49	c cleaning 37995 clauses out of 76015 with flag 1453000/1535570
1020.33/524.87	c cleaning 37998 clauses out of 76020 with flag 1491000/1573570
1045.58/537.88	c cleaning 37999 clauses out of 76022 with flag 1529000/1611570
1073.13/552.13	c cleaning 38003 clauses out of 76023 with flag 1567000/1649570
1103.30/567.57	c cleaning 38006 clauses out of 76020 with flag 1605000/1687570
1130.99/581.72	c cleaning 38000 clauses out of 76014 with flag 1643000/1725570
1156.41/594.81	c cleaning 37994 clauses out of 76015 with flag 1681001/1763571
1180.93/607.65	c cleaning 38004 clauses out of 76020 with flag 1719000/1801570
1207.59/621.32	c cleaning 37995 clauses out of 76017 with flag 1757001/1839571
1233.45/634.63	c cleaning 37999 clauses out of 76021 with flag 1795000/1877570
1259.53/648.04	c cleaning 37995 clauses out of 76023 with flag 1833001/1915571
1286.54/662.15	c cleaning 38011 clauses out of 76027 with flag 1871000/1953570
1308.94/673.77	c cleaning 37999 clauses out of 76016 with flag 1909000/1991570
1326.76/683.10	c cleaning 38008 clauses out of 76017 with flag 1947000/2029570
1347.74/693.95	c cleaning 38003 clauses out of 76009 with flag 1985000/2067570
1373.14/707.25	c cleaning 38001 clauses out of 76006 with flag 2023000/2105570
1395.34/718.72	c cleaning 37994 clauses out of 76005 with flag 2061000/2143570
1420.77/731.85	c cleaning 37984 clauses out of 76011 with flag 2099000/2181570
1446.98/745.31	c cleaning 38003 clauses out of 76027 with flag 2137000/2219570
1472.98/758.93	c cleaning 37996 clauses out of 76024 with flag 2175000/2257570
1497.95/771.85	c cleaning 38004 clauses out of 76029 with flag 2213001/2295571
1508.73/777.63	c  And the winner is Resolution
1512.87/781.79	c Got one! Elapsed wall clock time (in seconds):781.649
1512.87/781.79	o -37
1516.36/783.55	c cleaning 31476 clauses out of 62954 with flag 5001/2320500
1520.42/785.94	c cleaning 18739 clauses out of 37478 with flag 11001/2326500
1524.83/788.79	c cleaning 12854 clauses out of 25738 with flag 18000/2333499
1529.38/791.42	c cleaning 10439 clauses out of 20884 with flag 26000/2341499
1534.15/794.24	c cleaning 9718 clauses out of 19445 with flag 35000/2350499
1539.70/797.51	c cleaning 9860 clauses out of 19727 with flag 45000/2360499
1546.26/801.40	c cleaning 10427 clauses out of 20867 with flag 56000/2371499
1553.22/805.27	c cleaning 11210 clauses out of 22440 with flag 68000/2383499
1560.37/809.27	c cleaning 12113 clauses out of 24231 with flag 81001/2396500
1568.19/813.56	c cleaning 13053 clauses out of 26118 with flag 95001/2410500
1577.67/818.82	c cleaning 14022 clauses out of 28065 with flag 110001/2425500
1587.62/824.20	c cleaning 15014 clauses out of 30043 with flag 126001/2441500
1598.58/830.13	c cleaning 16014 clauses out of 32029 with flag 143001/2458500
1607.73/835.19	c cleaning 16999 clauses out of 34014 with flag 161000/2476499
1618.02/840.84	c cleaning 18007 clauses out of 36015 with flag 180000/2495499
1628.40/846.41	c cleaning 18998 clauses out of 38008 with flag 200000/2515499
1640.13/852.76	c cleaning 20000 clauses out of 40010 with flag 221000/2536499
1652.47/859.37	c cleaning 20992 clauses out of 42010 with flag 243000/2558499
1665.62/866.50	c cleaning 22005 clauses out of 44018 with flag 266000/2581499
1679.40/873.82	c cleaning 22996 clauses out of 46013 with flag 290000/2605499
1694.77/881.95	c cleaning 24003 clauses out of 48017 with flag 315000/2630499
1711.11/890.56	c cleaning 24999 clauses out of 50014 with flag 341000/2656499
1728.34/899.79	c cleaning 26002 clauses out of 52015 with flag 368000/2683499
1745.67/908.87	c cleaning 27002 clauses out of 54013 with flag 396000/2711499
1762.00/917.48	c cleaning 27997 clauses out of 56012 with flag 425001/2740500
1781.32/927.52	c cleaning 29007 clauses out of 58015 with flag 455001/2770500
1800.13/937.53	c starts		: 239
1800.13/937.53	c conflicts		: 2801499
1800.13/937.53	c decisions		: 2951460
1800.13/937.53	c propagations		: 16802102
1800.13/937.53	c inspects		: 4719685958
1800.13/937.53	c shortcuts		: 0
1800.13/937.53	c learnt literals	: 0
1800.13/937.53	c learnt binary clauses	: 0
1800.13/937.53	c learnt ternary clauses	: 0
1800.13/937.53	c learnt constraints	: 2801499
1800.13/937.53	c ignored constraints	: 0
1800.13/937.53	c root simplifications	: 0
1800.13/937.53	c removed literals (reason simplification)	: 34025066
1800.13/937.53	c reason swapping (by a shorter reason)	: 0
1800.13/937.53	c Calls to reduceDB	: 108
1800.13/937.53	c number of reductions to clauses (during analyze)	: 0
1800.13/937.53	c number of learned constraints concerned by reduction	: 0
1800.13/937.53	c number of learning phase by resolution	: 0
1800.13/937.53	c number of learning phase by cutting planes	: 0
1800.13/937.53	c speed (assignments/second)	: 107886.28410353219
1800.13/937.53	c non guided choices	0
1800.13/937.55	c learnt constraints type 
1800.13/937.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60007
1800.13/937.55	c constraints type 
1800.13/937.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1800.13/937.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.13/937.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/937.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1800.13/937.55	c constraints type 
1800.13/937.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
1800.13/937.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/937.55	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1800.13/937.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
1800.13/937.55	s SATISFIABLE
1800.13/937.55	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 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 x455 -x456 -x457 x458 -x459 -x460 x461 -x462 x463 -x464 -x465 x466 -x467 -x468 x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 x497 -x498 x499 -x500 
1800.13/937.55	c objective function=-37
1800.13/937.55	c Total wall clock time (in seconds): 937.414

Verifier Data

OK	-37

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-3453980-1307194720/watcher-3453980-1307194720 -o /tmp/evaluation-result-3453980-1307194720/solver-3453980-1307194720 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453980-1307194720.opb 

running on 4 cores: 0,2,4,6

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: 1.81 2.84 3.16 2/570 2725
/proc/meminfo: memFree=23536228/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=256 CPUtime=0 cores=0,2,4,6
/proc/2725/stat : 2725 (java) R 2723 2725 30921 0 -1 4194304 269 0 0 0 0 0 0 0 22 0 1 0 831069719 262144 32 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212682751623 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2725/statm: 64 32 24 9 0 23 0
[pid=2725/tid=2726] ppid=2723 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) D 2723 2725 30921 0 -1 4202560 209 0 0 0 0 0 0 0 23 0 2 0 831069719 36646912 1025 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212687673031 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.097724 s]
/proc/loadavg: 1.81 2.84 3.16 2/570 2725
/proc/meminfo: memFree=23536228/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 11791 0 1 0 5 0 0 0 22 0 18 0 831069719 10724302848 11487 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2618238 11489 1742 9 0 2608972 0
[pid=2725/tid=2726] ppid=2723 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) R 2723 2725 30921 0 -1 4202560 10619 0 1 0 5 0 0 0 25 0 18 0 831069719 10724302848 11491 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 47971804053509 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100709 s]
/proc/loadavg: 1.81 2.84 3.16 2/570 2725
/proc/meminfo: memFree=23536228/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 11871 0 1 0 5 1 0 0 22 0 18 0 831069719 10724442112 11567 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2618272 11568 1754 9 0 2609006 0
[pid=2725/tid=2726] ppid=2723 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) R 2723 2725 30921 0 -1 4202560 10696 0 1 0 5 0 0 0 25 0 18 0 831069719 10724442112 11568 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212687336133 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.317775 s]
/proc/loadavg: 1.81 2.84 3.16 2/570 2725
/proc/meminfo: memFree=23536228/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10541844 CPUtime=0.44 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 15297 0 1 0 43 1 0 0 22 0 18 0 831069719 10794848256 14916 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2635461 14917 2192 9 0 2626195 0
[pid=2725/tid=2726] ppid=2723 vsize=10541844 CPUtime=0.27 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) R 2723 2725 30921 0 -1 4202560 12731 0 1 0 26 1 0 0 18 0 18 0 831069719 10794848256 14917 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912505550058 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10541844

[startup+0.700604 s]
/proc/loadavg: 1.81 2.84 3.16 2/570 2725
/proc/meminfo: memFree=23536228/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10556232 CPUtime=1.51 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 35232 0 1 0 147 4 0 0 22 0 18 0 831069719 10809581568 30006 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2639058 30007 2224 9 0 2629792 0
[pid=2725/tid=2726] ppid=2723 vsize=10556232 CPUtime=0.65 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) R 2723 2725 30921 0 -1 4202560 19885 0 1 0 63 2 0 0 18 0 18 0 831069719 10809581568 30007 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10556232

[startup+1.50146 s]
/proc/loadavg: 1.91 2.84 3.16 5/616 2784
/proc/meminfo: memFree=23300064/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=3.17 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 53382 0 1 0 310 7 0 0 22 0 21 0 831069719 10813792256 47386 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 47389 2244 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.93 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 33521 0 1 0 89 4 0 0 17 0 21 0 831069719 10813792256 47391 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 21 0 831069724 10813792256 47394 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47396 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47398 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47400 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47402 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47404 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47406 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069724 10813792256 47408 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) S 2723 2725 30921 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 21 0 831069725 10813792256 47409 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 0 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 21 0 831069725 10813792256 47411 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 21 0 831069725 10813792256 47413 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069728 10813792256 47415 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=0.9 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) R 2723 2725 30921 0 -1 4202560 5664 0 0 0 90 0 0 0 22 0 21 0 831069728 10813792256 47417 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 47971807584641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=0.91 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) R 2723 2725 30921 0 -1 4202560 9469 0 0 0 90 1 0 0 15 0 21 0 831069728 10813792256 47419 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 47971807608112 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2725/tid=2765] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2765/stat : 2765 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 831069728 10813792256 47421 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2766] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2766/stat : 2766 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 21 0 831069728 10813792256 47423 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2783] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2783/stat : 2783 (java) S 2723 2725 30921 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 21 0 831069821 10813792256 47425 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 10560344

[startup+3.10113 s]
/proc/loadavg: 1.91 2.84 3.16 1/612 2796
/proc/meminfo: memFree=23273312/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=4.55 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 75466 0 1 0 444 11 0 0 22 0 22 0 831069719 10813792256 69469 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 69474 2246 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.95 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 33762 0 1 0 91 4 0 0 16 0 22 0 831069719 10813792256 69475 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831069724 10813792256 69475 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69475 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69476 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69477 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69478 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69478 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69479 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069724 10813792256 69480 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) S 2723 2725 30921 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831069725 10813792256 69480 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 0 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831069725 10813792256 69480 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831069725 10813792256 69480 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 69480 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=1.16 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) S 2723 2725 30921 0 -1 4202560 5697 0 0 0 116 0 0 0 15 0 22 0 831069728 10813792256 69486 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=1.21 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) S 2723 2725 30921 0 -1 4202560 9513 0 0 0 120 1 0 0 15 0 22 0 831069728 10813792256 69488 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2765] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2765/stat : 2765 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 69491 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2766] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2766/stat : 2766 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831069728 10813792256 69493 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2783] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2783/stat : 2783 (java) S 2723 2725 30921 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 831069821 10813792256 69494 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10560344

[startup+6.30155 s]
/proc/loadavg: 1.91 2.84 3.16 5/618 2822
/proc/meminfo: memFree=22571016/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=9.93 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 200525 0 1 0 968 25 0 0 22 0 22 0 831069719 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 194319 2272 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.95 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 33923 0 1 0 91 4 0 0 15 0 22 0 831069719 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=0.03 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 2782 0 0 0 3 0 0 0 17 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=0.04 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 4678 0 0 0 4 0 0 0 18 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=0.03 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 2980 0 0 0 3 0 0 0 18 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=0.02 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 1910 0 0 0 2 0 0 0 17 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 858 0 0 0 0 0 0 0 16 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 805 0 0 0 0 0 0 0 15 0 22 0 831069724 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=0.3 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) S 2723 2725 30921 0 -1 4202560 16606 0 0 0 29 1 0 0 15 0 22 0 831069725 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 0 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=1.2 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) S 2723 2725 30921 0 -1 4202560 5702 0 0 0 120 0 0 0 16 0 22 0 831069728 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=1.43 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) S 2723 2725 30921 0 -1 4202560 9535 0 0 0 142 1 0 0 15 0 22 0 831069728 10813792256 194319 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=20316380/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=1583.82 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 630792 0 1 0 158305 77 0 0 22 0 22 0 831069719 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 624359 2273 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.96 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 34060 0 1 0 92 4 0 0 15 0 22 0 831069719 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=0.92 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 5142 0 0 0 92 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=0.88 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 7523 0 0 0 88 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=1.01 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 6624 0 0 0 101 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=1.1 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 4696 0 0 0 110 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0.73 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 2147 0 0 0 73 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0.83 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 3508 0 0 0 83 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=0.91 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 3515 0 0 0 91 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=1 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 2683 0 0 0 100 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=57.22 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) S 2723 2725 30921 0 -1 4202560 135930 0 0 0 5709 13 0 0 15 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 0 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=1.52 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) S 2723 2725 30921 0 -1 4202560 5728 0 0 0 152 0 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=1.5 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) S 2723 2725 30921 0 -1 4202560 9541 0 0 0 149 1 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2765] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2765/stat : 2765 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2766] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2766/stat : 2766 (java) S 2723 2725 30921 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2783] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2783/stat : 2783 (java) S 2723 2725 30921 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 831069821 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2856] ppid=2723 vsize=10560344 CPUtime=29.85 cores=0,2,4,6
/proc/2725/task/2856/stat : 2856 (java) R 2723 2725 30921 0 -1 4202560 11 0 0 0 2985 0 0 0 22 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912506414712 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2725/tid=2857] ppid=2723 vsize=10560344 CPUtime=29.85 cores=0,2,4,6
/proc/2725/task/2857/stat : 2857 (java) R 2723 2725 30921 0 -1 4202560 0 0 0 0 2985 0 0 0 22 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912506321522 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2725/tid=2858] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2858/stat : 2858 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1583.82
Current children cumulated vsize (KiB) 10560344

[startup+882.323 s]
/proc/loadavg: 3.56 3.62 3.46 4/618 2861
/proc/meminfo: memFree=20308132/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=1695.3 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 630810 0 1 0 169453 77 0 0 22 0 22 0 831069719 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 624359 2273 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.96 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 34060 0 1 0 92 4 0 0 15 0 22 0 831069719 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=1.05 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 5142 0 0 0 105 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=0.98 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 7523 0 0 0 98 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=1.06 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 6624 0 0 0 106 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=1.14 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 4696 0 0 0 114 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0.83 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 2147 0 0 0 83 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0.91 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 3508 0 0 0 91 0 0 0 15 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=1 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 3515 0 0 0 100 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=1.1 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 2683 0 0 0 110 0 0 0 16 0 22 0 831069724 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=66.11 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) R 2723 2725 30921 0 -1 4202560 135934 0 0 0 6598 13 0 0 16 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 47971806915727 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=1.52 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) S 2723 2725 30921 0 -1 4202560 5728 0 0 0 152 0 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=1.5 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) S 2723 2725 30921 0 -1 4202560 9541 0 0 0 149 1 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2765] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2765/stat : 2765 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2766] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2766/stat : 2766 (java) S 2723 2725 30921 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831069728 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2783] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2783/stat : 2783 (java) S 2723 2725 30921 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 831069821 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2856] ppid=2723 vsize=10560344 CPUtime=80.79 cores=0,2,4,6
/proc/2725/task/2856/stat : 2856 (java) S 2723 2725 30921 0 -1 4202560 21 0 0 0 8079 0 0 0 25 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2857] ppid=2723 vsize=10560344 CPUtime=80.79 cores=0,2,4,6
/proc/2725/task/2857/stat : 2857 (java) S 2723 2725 30921 0 -1 4202560 0 0 0 0 8079 0 0 0 25 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2858] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2858/stat : 2858 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831147898 10813792256 624359 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1695.3
Current children cumulated vsize (KiB) 10560344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+937.502 s]
/proc/loadavg: 3.56 3.61 3.46 5/618 2863
/proc/meminfo: memFree=20302976/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=10560344 CPUtime=1800.13 cores=0,2,4,6
/proc/2725/stat : 2725 (java) S 2723 2725 30921 0 -1 4202496 630832 0 1 0 179936 77 0 0 22 0 22 0 831069719 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 2640086 624372 2273 9 0 2630820 0
[pid=2725/tid=2726] ppid=2723 vsize=10560344 CPUtime=0.96 cores=0,2,4,6
/proc/2725/task/2726/stat : 2726 (java) S 2723 2725 30921 0 -1 4202560 34060 0 1 0 92 4 0 0 15 0 22 0 831069719 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2736] ppid=2723 vsize=10560344 CPUtime=1.07 cores=0,2,4,6
/proc/2725/task/2736/stat : 2736 (java) S 2723 2725 30921 0 -1 4202560 5142 0 0 0 107 0 0 0 15 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2737] ppid=2723 vsize=10560344 CPUtime=1.06 cores=0,2,4,6
/proc/2725/task/2737/stat : 2737 (java) S 2723 2725 30921 0 -1 4202560 7523 0 0 0 106 0 0 0 16 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2738] ppid=2723 vsize=10560344 CPUtime=1.1 cores=0,2,4,6
/proc/2725/task/2738/stat : 2738 (java) S 2723 2725 30921 0 -1 4202560 6629 0 0 0 110 0 0 0 15 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2739] ppid=2723 vsize=10560344 CPUtime=1.2 cores=0,2,4,6
/proc/2725/task/2739/stat : 2739 (java) S 2723 2725 30921 0 -1 4202560 4696 0 0 0 120 0 0 0 15 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2740] ppid=2723 vsize=10560344 CPUtime=0.87 cores=0,2,4,6
/proc/2725/task/2740/stat : 2740 (java) S 2723 2725 30921 0 -1 4202560 2147 0 0 0 87 0 0 0 16 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2741] ppid=2723 vsize=10560344 CPUtime=0.96 cores=0,2,4,6
/proc/2725/task/2741/stat : 2741 (java) S 2723 2725 30921 0 -1 4202560 3514 0 0 0 96 0 0 0 16 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2742] ppid=2723 vsize=10560344 CPUtime=1.07 cores=0,2,4,6
/proc/2725/task/2742/stat : 2742 (java) S 2723 2725 30921 0 -1 4202560 3517 0 0 0 107 0 0 0 16 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2743] ppid=2723 vsize=10560344 CPUtime=1.17 cores=0,2,4,6
/proc/2725/task/2743/stat : 2743 (java) S 2723 2725 30921 0 -1 4202560 2683 0 0 0 117 0 0 0 15 0 22 0 831069724 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2744] ppid=2723 vsize=10560344 CPUtime=71.84 cores=0,2,4,6
/proc/2725/task/2744/stat : 2744 (java) S 2723 2725 30921 0 -1 4202560 135936 0 0 0 7171 13 0 0 15 0 22 0 831069725 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 0 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2745] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2745/stat : 2745 (java) S 2723 2725 30921 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2746] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2746/stat : 2746 (java) S 2723 2725 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831069725 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2762] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2762/stat : 2762 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699498929 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2763] ppid=2723 vsize=10560344 CPUtime=1.52 cores=0,2,4,6
/proc/2725/task/2763/stat : 2763 (java) S 2723 2725 30921 0 -1 4202560 5728 0 0 0 152 0 0 0 15 0 22 0 831069728 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2764] ppid=2723 vsize=10560344 CPUtime=1.5 cores=0,2,4,6
/proc/2725/task/2764/stat : 2764 (java) S 2723 2725 30921 0 -1 4202560 9541 0 0 0 149 1 0 0 15 0 22 0 831069728 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 4 0 0 0
[pid=2725/tid=2765] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2765/stat : 2765 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831069728 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491225 0 4 0 16800975 18446604443808888960 0 0 -1 2 0 0 0
[pid=2725/tid=2766] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2766/stat : 2766 (java) S 2723 2725 30921 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831069728 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 0 0 0 0
[pid=2725/tid=2783] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2783/stat : 2783 (java) S 2723 2725 30921 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 831069821 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
[pid=2725/tid=2856] ppid=2723 vsize=10560344 CPUtime=130.14 cores=0,2,4,6
/proc/2725/task/2856/stat : 2856 (java) R 2723 2725 30921 0 -1 4202560 26 0 0 0 13014 0 0 0 25 0 22 0 831147898 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912506101844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2725/tid=2857] ppid=2723 vsize=10560344 CPUtime=130.14 cores=0,2,4,6
/proc/2725/task/2857/stat : 2857 (java) R 2723 2725 30921 0 -1 4202560 0 0 0 0 13014 0 0 0 25 0 22 0 831147898 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 46912506306016 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2725/tid=2858] ppid=2723 vsize=10560344 CPUtime=0 cores=0,2,4,6
/proc/2725/task/2858/stat : 2858 (java) S 2723 2725 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831147898 10813792256 624372 33554432000 1073741824 1073778376 140733755454832 18446744073709551615 212699491840 0 4 0 16800975 18446604443808888960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10560344

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

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

[startup+937.629 s]
/proc/loadavg: 3.56 3.61 3.46 5/618 2863
/proc/meminfo: memFree=20302976/32951124 swapFree=58940260/67111528
[pid=2725] ppid=2723 vsize=0 CPUtime=1800.35 cores=0,2,4,6
/proc/2725/stat : 2725 (java) Z 2723 2725 30921 0 -1 4203548 630861 0 1 0 179950 85 0 0 17 0 2 0 831069719 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2725/statm: 0 0 0 0 0 0 0
[pid=2725/tid=2857] ppid=2723 vsize=0 CPUtime=130.24 cores=0,2,4,6
/proc/2725/task/2857/stat : 2857 (java) R 2723 2725 30921 0 -1 4203588 0 0 0 0 13017 7 0 0 25 0 2 0 831147898 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 937.664
CPU time (s): 1800.39
CPU user time (s): 1799.5
CPU system time (s): 0.885865
CPU usage (%): 192.008
Max. virtual memory (cumulated for all children) (KiB): 10560344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 630861
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= 24734
involuntary context switches= 20861

runsolver used 6.03108 second user time and 12.7161 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 15:38:40
IDJOB=3453980
IDBENCH=48184
IDSOLVER=1950
FILE ID=node139/3453980-1307194720
RUNJOBID= node139-1307194720-2713
PBS_JOBID= 13508863
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1478056097

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23536508 kB
Buffers:        284356 kB
Cached:         622828 kB
SwapCached:       3628 kB
Active:        8593724 kB
Inactive:       517852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23536508 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:     8202596 kB
Mapped:          32432 kB
Slab:           152976 kB
PageTables:      78812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170872436 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= 73472 MiB
End job on node139 at 2011-06-04 15:54:19