Trace number 3711251

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 PB specific settings 2.3.2 snapshotSAT (TO)-35 1800.35 1789.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM5c1211f8aed9d33c9f0c9019d9cd9874
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.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -37
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 constraint103
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)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711251-1338169340.opb
0.10/0.12	c reading problem ... 
2.24/0.96	c ... done. Wall clock time 0.842s.
2.24/0.96	c declared #vars     500
2.24/0.96	c internal #vars     19183
2.24/0.96	c #constraints  37866
2.24/0.96	c constraints type 
2.24/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
2.24/0.97	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.24/0.97	c ignored satisfied constraints => 500
2.24/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
2.24/0.97	c 38366 constraints processed.
2.87/1.17	c SATISFIABLE
2.87/1.17	c OPTIMIZING...
2.87/1.17	c Got one! Elapsed wall clock time (in seconds):1.042
2.87/1.17	o 0
2.87/1.19	c Got one! Elapsed wall clock time (in seconds):1.066
2.87/1.19	o -1
3.15/1.21	c Got one! Elapsed wall clock time (in seconds):1.084
3.15/1.21	o -2
3.15/1.23	c Got one! Elapsed wall clock time (in seconds):1.103
3.15/1.23	o -3
3.15/1.26	c Got one! Elapsed wall clock time (in seconds):1.137
3.15/1.26	o -29
3.67/1.41	c Got one! Elapsed wall clock time (in seconds):1.29
3.67/1.41	o -30
3.67/1.43	c Got one! Elapsed wall clock time (in seconds):1.307
3.67/1.43	o -31
4.36/2.03	c cleaning 2833 clauses out of 5669 with flag 5000/5669
4.57/2.20	c Got one! Elapsed wall clock time (in seconds):2.079
4.57/2.20	o -32
4.97/2.56	c Got one! Elapsed wall clock time (in seconds):2.436
4.97/2.56	o -33
5.20/2.79	c cleaning 4378 clauses out of 8771 with flag 2001/11604
6.02/3.50	c cleaning 5194 clauses out of 10392 with flag 8000/17603
6.84/4.36	c cleaning 6100 clauses out of 12199 with flag 15001/24604
7.99/5.47	c cleaning 7048 clauses out of 14099 with flag 23001/32604
9.10/6.59	c cleaning 8023 clauses out of 16050 with flag 32000/41603
10.63/8.05	c cleaning 9014 clauses out of 18028 with flag 42001/51604
11.45/8.85	c Got one! Elapsed wall clock time (in seconds):8.728
11.45/8.85	o -34
12.04/9.49	c cleaning 10210 clauses out of 20419 with flag 5001/63009
12.96/10.34	c cleaning 8102 clauses out of 16210 with flag 11002/69010
14.08/11.48	c cleaning 7549 clauses out of 15108 with flag 18002/76010
15.10/12.46	c cleaning 7773 clauses out of 15557 with flag 26000/84008
16.34/13.67	c cleaning 8388 clauses out of 16784 with flag 35000/93008
17.86/15.11	c cleaning 9194 clauses out of 18396 with flag 45000/103008
19.80/17.01	c cleaning 10099 clauses out of 20204 with flag 56002/114010
21.33/18.57	c cleaning 11040 clauses out of 22103 with flag 68000/126008
23.36/20.57	c cleaning 12024 clauses out of 24064 with flag 81001/139009
26.00/23.15	c cleaning 13019 clauses out of 26040 with flag 95001/153009
28.85/25.93	c cleaning 14009 clauses out of 28021 with flag 110001/168009
31.36/28.41	c cleaning 15005 clauses out of 30013 with flag 126002/184010
34.11/31.13	c cleaning 16000 clauses out of 32006 with flag 143000/201008
37.19/34.19	c cleaning 17000 clauses out of 34008 with flag 161002/219010
40.90/37.85	c cleaning 18000 clauses out of 36009 with flag 180003/238011
45.65/42.58	c cleaning 18998 clauses out of 38006 with flag 200000/258008
49.08/45.91	c cleaning 19999 clauses out of 40008 with flag 221000/279008
53.33/50.17	c cleaning 21003 clauses out of 42011 with flag 243002/301010
58.38/55.12	c cleaning 22000 clauses out of 44007 with flag 266001/324009
64.83/61.54	c cleaning 23001 clauses out of 46009 with flag 290003/348011
70.69/67.35	c cleaning 23998 clauses out of 48005 with flag 315000/373008
77.15/73.76	c cleaning 25004 clauses out of 50007 with flag 341000/399008
81.92/78.47	c cleaning 25996 clauses out of 52003 with flag 368000/426008
87.90/84.38	c cleaning 27002 clauses out of 54007 with flag 396000/454008
94.76/91.15	c cleaning 27999 clauses out of 56005 with flag 425000/483008
103.33/99.65	c cleaning 28998 clauses out of 58007 with flag 455001/513009
110.22/106.45	c cleaning 30003 clauses out of 60010 with flag 486002/544010
119.72/115.89	c cleaning 31000 clauses out of 62005 with flag 518000/576008
127.17/123.28	c cleaning 31998 clauses out of 64005 with flag 551000/609008
134.39/130.37	c cleaning 33003 clauses out of 66007 with flag 585000/643008
143.16/139.05	c cleaning 33997 clauses out of 68005 with flag 620001/678009
153.27/149.09	c cleaning 35002 clauses out of 70007 with flag 656000/714008
164.43/160.18	c cleaning 35999 clauses out of 72006 with flag 693001/751009
177.43/173.03	c cleaning 36997 clauses out of 74006 with flag 731000/789008
189.52/185.09	c cleaning 38000 clauses out of 76011 with flag 770002/828010
204.89/200.38	c cleaning 38998 clauses out of 78009 with flag 810000/868008
214.85/210.20	c cleaning 40003 clauses out of 80014 with flag 851003/909011
223.94/219.24	c cleaning 41003 clauses out of 82008 with flag 893000/951008
234.95/230.14	c cleaning 41997 clauses out of 84006 with flag 936001/994009
246.53/241.64	c cleaning 42998 clauses out of 86009 with flag 980001/1038009
262.54/257.56	c cleaning 44001 clauses out of 88010 with flag 1025000/1083008
278.06/272.95	c cleaning 45002 clauses out of 90009 with flag 1071000/1129008
295.64/290.45	c cleaning 45999 clauses out of 92007 with flag 1118000/1176008
311.84/306.58	c cleaning 47005 clauses out of 94009 with flag 1166001/1224009
330.65/325.27	c cleaning 48001 clauses out of 96003 with flag 1215000/1273008
355.99/350.41	c cleaning 48991 clauses out of 98004 with flag 1265002/1323010
368.67/363.03	c cleaning 50001 clauses out of 100013 with flag 1316002/1374010
384.80/379.05	c cleaning 50998 clauses out of 102010 with flag 1368000/1426008
401.62/395.70	c cleaning 52003 clauses out of 104012 with flag 1421000/1479008
421.11/415.18	c cleaning 52994 clauses out of 106009 with flag 1475000/1533008
442.59/436.57	c cleaning 54009 clauses out of 108017 with flag 1530002/1588010
461.37/455.27	c cleaning 55000 clauses out of 110011 with flag 1586005/1644013
486.69/480.46	c cleaning 56001 clauses out of 112006 with flag 1643000/1701008
512.48/506.19	c cleaning 56995 clauses out of 114005 with flag 1701000/1759008
533.65/527.28	c cleaning 57998 clauses out of 116012 with flag 1760002/1818010
560.71/554.27	c cleaning 59002 clauses out of 118012 with flag 1820000/1878008
589.89/583.31	c cleaning 60004 clauses out of 120011 with flag 1881001/1939009
620.88/614.23	c cleaning 61000 clauses out of 122009 with flag 1943003/2001011
636.15/629.31	c cleaning 62000 clauses out of 124007 with flag 2006001/2064009
658.16/651.29	c cleaning 63001 clauses out of 126007 with flag 2070001/2128009
663.51/656.44	c Got one! Elapsed wall clock time (in seconds):656.317
663.51/656.44	o -35
665.50/658.46	c cleaning 44034 clauses out of 88078 with flag 5001/2153081
666.83/659.70	c cleaning 25019 clauses out of 50045 with flag 11002/2159082
668.07/660.91	c cleaning 16010 clauses out of 32026 with flag 18002/2166082
669.40/662.29	c cleaning 12000 clauses out of 24014 with flag 26000/2174080
670.90/663.78	c cleaning 10497 clauses out of 21014 with flag 35000/2183080
672.31/665.18	c cleaning 10256 clauses out of 20518 with flag 45001/2193081
674.12/666.95	c cleaning 10627 clauses out of 21263 with flag 56002/2204082
676.33/669.19	c cleaning 11311 clauses out of 22634 with flag 68000/2216080
679.25/672.05	c cleaning 12162 clauses out of 24324 with flag 81001/2229081
682.57/675.35	c cleaning 13081 clauses out of 26162 with flag 95001/2243081
686.57/679.34	c cleaning 14039 clauses out of 28080 with flag 110000/2258080
691.08/683.85	c cleaning 15019 clauses out of 30044 with flag 126003/2274083
694.91/687.64	c cleaning 16006 clauses out of 32022 with flag 143000/2291080
698.55/691.22	c cleaning 17001 clauses out of 34016 with flag 161000/2309080
702.68/695.33	c cleaning 18004 clauses out of 36019 with flag 180004/2328084
707.50/700.17	c cleaning 19006 clauses out of 38011 with flag 200000/2348080
713.52/706.13	c cleaning 20000 clauses out of 40008 with flag 221003/2369083
720.72/713.36	c cleaning 20998 clauses out of 42005 with flag 243000/2391080
728.25/720.88	c cleaning 22005 clauses out of 44010 with flag 266003/2414083
735.98/728.55	c cleaning 22998 clauses out of 46003 with flag 290001/2438081
742.42/734.97	c cleaning 23999 clauses out of 48005 with flag 315001/2463081
749.65/742.16	c cleaning 24999 clauses out of 50008 with flag 341003/2489083
757.98/750.41	c cleaning 25999 clauses out of 52007 with flag 368001/2516081
766.90/759.36	c cleaning 26996 clauses out of 54008 with flag 396001/2544081
778.13/770.51	c cleaning 27998 clauses out of 56012 with flag 425001/2573081
790.07/782.48	c cleaning 29005 clauses out of 58016 with flag 455003/2603083
802.91/795.24	c cleaning 30003 clauses out of 60010 with flag 486002/2634082
812.41/804.75	c cleaning 30997 clauses out of 62005 with flag 518000/2666080
823.14/815.40	c cleaning 31998 clauses out of 64008 with flag 551000/2699080
834.29/826.58	c cleaning 33000 clauses out of 66011 with flag 585001/2733081
846.32/838.54	c cleaning 34001 clauses out of 68011 with flag 620001/2768081
860.64/852.85	c cleaning 34996 clauses out of 70009 with flag 656000/2804080
876.38/868.53	c cleaning 36007 clauses out of 72014 with flag 693001/2841081
894.46/886.50	c cleaning 36997 clauses out of 74007 with flag 731001/2879081
912.30/904.36	c cleaning 38001 clauses out of 76010 with flag 770001/2918081
931.44/923.46	c cleaning 38997 clauses out of 78009 with flag 810001/2958081
950.07/942.03	c cleaning 39999 clauses out of 80014 with flag 851003/2999083
959.08/950.98	c cleaning 40998 clauses out of 82012 with flag 893000/3041080
970.14/961.91	c cleaning 42003 clauses out of 84014 with flag 936000/3084080
984.44/976.11	c cleaning 43006 clauses out of 86011 with flag 980000/3128080
999.54/991.17	c cleaning 43996 clauses out of 88006 with flag 1025001/3173081
1012.32/1003.89	c cleaning 45000 clauses out of 90009 with flag 1071000/3219080
1029.29/1020.76	c cleaning 45998 clauses out of 92011 with flag 1118002/3266082
1042.67/1034.03	c cleaning 47003 clauses out of 94015 with flag 1166004/3314084
1059.82/1051.15	c cleaning 48000 clauses out of 96009 with flag 1215001/3363081
1077.50/1068.77	c cleaning 48997 clauses out of 98009 with flag 1265001/3413081
1092.27/1083.48	c cleaning 49996 clauses out of 100012 with flag 1316001/3464081
1114.32/1105.48	c cleaning 51003 clauses out of 102015 with flag 1368000/3516080
1134.89/1125.91	c cleaning 52005 clauses out of 104012 with flag 1421000/3569080
1158.35/1149.34	c cleaning 53004 clauses out of 106007 with flag 1475000/3623080
1175.29/1166.24	c cleaning 53999 clauses out of 108007 with flag 1530004/3678084
1198.78/1189.64	c cleaning 54999 clauses out of 110004 with flag 1586000/3734080
1226.67/1217.46	c cleaning 55992 clauses out of 112005 with flag 1643000/3791080
1254.53/1245.30	c cleaning 56998 clauses out of 114013 with flag 1701000/3849080
1284.01/1274.66	c cleaning 58001 clauses out of 116015 with flag 1760000/3908080
1315.96/1306.50	c cleaning 59001 clauses out of 118016 with flag 1820002/3968082
1337.74/1328.26	c cleaning 60003 clauses out of 120013 with flag 1881000/4029080
1368.85/1359.28	c cleaning 60998 clauses out of 122011 with flag 1943001/4091081
1405.25/1395.54	c cleaning 61999 clauses out of 124012 with flag 2006000/4154080
1438.29/1428.55	c cleaning 63003 clauses out of 126014 with flag 2070001/4218081
1473.45/1463.63	c cleaning 63996 clauses out of 128012 with flag 2135002/4283082
1511.73/1501.88	c cleaning 64998 clauses out of 130015 with flag 2201001/4349081
1554.76/1544.89	c cleaning 66004 clauses out of 132016 with flag 2268000/4416080
1603.17/1593.11	c cleaning 66999 clauses out of 134013 with flag 2336001/4484081
1622.52/1612.32	c cleaning 67998 clauses out of 136013 with flag 2405000/4553080
1646.44/1636.19	c cleaning 69005 clauses out of 138015 with flag 2475000/4623080
1675.69/1665.20	c cleaning 70006 clauses out of 140011 with flag 2546001/4694081
1714.90/1704.31	c cleaning 70996 clauses out of 142005 with flag 2618001/4766081
1741.50/1730.90	c cleaning 72003 clauses out of 144009 with flag 2691001/4839081
1779.03/1768.22	c cleaning 72999 clauses out of 146007 with flag 2765002/4913082
1800.05/1789.21	c starts		: 284
1800.05/1789.21	c conflicts		: 4982452
1800.05/1789.21	c decisions		: 5026492
1800.05/1789.21	c propagations		: 26766150
1800.05/1789.21	c inspects		: 7961283844
1800.05/1789.21	c shortcuts		: 0
1800.05/1789.21	c learnt literals	: 0
1800.05/1789.21	c learnt binary clauses	: 0
1800.05/1789.21	c learnt ternary clauses	: 0
1800.05/1789.21	c learnt constraints	: 4982452
1800.05/1789.21	c ignored constraints	: 0
1800.05/1789.21	c root simplifications	: 284
1800.05/1789.21	c removed literals (reason simplification)	: 132227874
1800.05/1789.21	c reason swapping (by a shorter reason)	: 0
1800.05/1789.21	c Calls to reduceDB	: 137
1800.05/1789.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.21	c number of learned constraints concerned by reduction	: 0
1800.05/1789.21	c number of learning phase by resolution	: 0
1800.05/1789.21	c number of learning phase by cutting planes	: 0
1800.05/1789.21	c speed (assignments/second)	: 14968.309819772865
1800.05/1789.21	c non guided choices	1994
1800.05/1789.24	c learnt constraints type 
1800.05/1789.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142408
1800.05/1789.24	c constraints type 
1800.05/1789.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
1800.05/1789.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.05/1789.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1789.24	c ignored satisfied constraints => 500
1800.05/1789.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
1800.05/1789.24	c 38367 constraints processed.
1800.05/1789.24	s SATISFIABLE
1800.05/1789.24	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.05/1789.24	c objective function=-35
1800.05/1789.24	c Total wall clock time (in seconds): 1789.12

Verifier Data

OK	-35

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-3711251-1338169340/watcher-3711251-1338169340 -o /tmp/evaluation-result-3711251-1338169340/solver-3711251-1338169340 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711251-1338169340.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/195 14043
/proc/meminfo: memFree=31010580/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14043/stat : 14043 (java) D 14041 14043 12979 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 283060056 9515008 175 33554432000 1073741824 1073778376 140734804452032 140734804434760 251032060816 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14043/statm: 2323 175 133 9 0 71 0

[startup+0.0489821 s]
/proc/loadavg: 2.01 2.01 2.00 3/195 14043
/proc/meminfo: memFree=31010580/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 3027 0 1 0 2 1 0 0 20 0 13 0 283060056 9446973440 3723 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2306390 3724 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10034 s]
/proc/loadavg: 2.01 2.01 2.00 3/195 14043
/proc/meminfo: memFree=31010580/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 4228 0 1 0 8 2 0 0 20 0 18 0 283060056 9787842560 5434 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2389610 5434 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300293 s]
/proc/loadavg: 2.01 2.01 2.00 3/195 14043
/proc/meminfo: memFree=31010580/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 5288 0 1 0 42 2 0 0 20 0 18 0 283060056 9787842560 7788 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2389610 7788 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700313 s]
/proc/loadavg: 2.01 2.01 2.00 3/195 14043
/proc/meminfo: memFree=31010580/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9558440 CPUtime=1.64 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 25856 0 1 0 157 7 0 0 20 0 18 0 283060056 9787842560 27656 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2389610 27656 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558440

[startup+1.50078 s]
/proc/loadavg: 2.17 2.05 2.01 5/213 14061
/proc/meminfo: memFree=30878700/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 33328 0 1 0 369 9 0 0 20 0 19 0 283060056 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 37284 2266 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2549 0 1 0 143 3 0 0 20 0 19 0 283060057 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026327888184 140026152371252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13919 0 0 0 111 3 0 0 20 0 19 0 283060063 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15658 0 0 0 111 3 0 0 20 0 19 0 283060063 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 37284 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.17 2.05 2.01 3/214 14062
/proc/meminfo: memFree=30838664/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=5.62 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 33462 0 1 0 548 14 0 0 20 0 19 0 283060056 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 54235 2293 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2556 0 1 0 289 4 0 0 20 0 19 0 283060057 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026327896368 140026152295635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 15 0 0 0 0 1 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283060059 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 19 0 283060060 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15665 0 0 0 121 3 0 0 20 0 19 0 283060063 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 54235 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.17 2.05 2.01 3/214 14062
/proc/meminfo: memFree=30816808/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=8.9 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 33484 0 1 0 875 15 0 0 20 0 19 0 283060056 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 50716 2293 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=5.93 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2559 0 1 0 589 4 0 0 20 0 19 0 283060057 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026327896368 140026152399143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 283060059 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 46 0 0 0 26 0 0 0 20 0 19 0 283060060 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.27 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15666 0 0 0 124 3 0 0 20 0 19 0 283060063 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 50716 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.14 2.04 2.01 3/214 14062
/proc/meminfo: memFree=30797772/32873844 swapFree=7372/7372

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

[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 182 0 0 0 126 4 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=1.3 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 305 0 0 0 122 8 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 176 0 0 0 127 8 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=13.63 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 173 0 0 0 1359 4 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15673 0 0 0 126 3 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 95 0 0 0 26 34 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1672.79
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/214 14362
/proc/meminfo: memFree=29756912/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=1732.9 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 35809 0 1 0 173175 115 0 0 20 0 19 0 283060056 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 134509 2294 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=1704.93 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2711 0 1 0 170458 35 0 0 20 0 19 0 283060057 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026327896368 140026152384722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 302 0 0 0 124 7 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 291 0 0 0 137 5 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 279 0 0 0 135 6 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 341 0 0 0 133 4 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 164 0 0 0 136 7 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 182 0 0 0 128 4 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 305 0 0 0 123 8 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 176 0 0 0 129 8 0 0 20 0 19 0 283060059 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=13.9 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 177 0 0 0 1386 4 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15673 0 0 0 126 3 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 99 0 0 0 27 35 0 0 20 0 19 0 283060063 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 134509 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.9
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.03 3/213 14421
/proc/meminfo: memFree=30067700/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=1793.14 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 36325 0 1 0 179190 124 0 0 20 0 19 0 283060056 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 153863 2294 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=1764.25 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2715 0 1 0 176389 36 0 0 20 0 19 0 283060057 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026327896368 140026152295629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 311 0 0 0 127 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 311 0 0 0 143 7 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 282 0 0 0 139 6 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 348 0 0 0 135 4 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 184 0 0 0 142 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 191 0 0 0 130 5 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 310 0 0 0 126 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 182 0 0 0 131 9 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=14.48 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 606 0 0 0 1443 5 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15673 0 0 0 126 3 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 2.05 2.06 2.03 4/213 14421
/proc/meminfo: memFree=30059968/32873844 swapFree=7372/7372
[pid=14043] ppid=14041 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/14043/stat : 14043 (java) S 14041 14043 12979 0 -1 4202496 36325 0 1 0 179881 124 0 0 20 0 19 0 283060056 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140733729550944 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14043/statm: 2406251 153863 2294 9 0 2396937 0
[pid=14043/tid=14045] ppid=14041 vsize=9625004 CPUtime=1771.15 cores=1,3,5,7
/proc/14043/task/14045/stat : 14045 (java) R 14041 14043 12979 0 -1 4202560 2715 0 1 0 177079 36 0 0 20 0 19 0 283060057 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026327896368 140026151832445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14046] ppid=14041 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/14043/task/14046/stat : 14046 (java) S 14041 14043 12979 0 -1 4202560 311 0 0 0 127 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026289388200 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14047] ppid=14041 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/14043/task/14047/stat : 14047 (java) S 14041 14043 12979 0 -1 4202560 311 0 0 0 143 7 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026288335656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14048] ppid=14041 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/14043/task/14048/stat : 14048 (java) S 14041 14043 12979 0 -1 4202560 282 0 0 0 139 6 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026287283112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14049] ppid=14041 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/14043/task/14049/stat : 14049 (java) S 14041 14043 12979 0 -1 4202560 348 0 0 0 135 4 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026286230568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14050] ppid=14041 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/14043/task/14050/stat : 14050 (java) S 14041 14043 12979 0 -1 4202560 184 0 0 0 142 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026285177000 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14051] ppid=14041 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/14043/task/14051/stat : 14051 (java) S 14041 14043 12979 0 -1 4202560 191 0 0 0 130 5 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026284124456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14052] ppid=14041 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/14043/task/14052/stat : 14052 (java) S 14041 14043 12979 0 -1 4202560 310 0 0 0 126 8 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026283071912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14053] ppid=14041 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/14043/task/14053/stat : 14053 (java) S 14041 14043 12979 0 -1 4202560 182 0 0 0 131 9 0 0 20 0 19 0 283060059 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026282019368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14054] ppid=14041 vsize=9625004 CPUtime=14.48 cores=1,3,5,7
/proc/14043/task/14054/stat : 14054 (java) S 14041 14043 12979 0 -1 4202560 606 0 0 0 1443 5 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026151168616 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14055] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14055/stat : 14055 (java) S 14041 14043 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026150114936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14056] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14056/stat : 14056 (java) S 14041 14043 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283060060 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026149062280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14057] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14057/stat : 14057 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026148011024 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14058] ppid=14041 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/14043/task/14058/stat : 14058 (java) S 14041 14043 12979 0 -1 4202560 13922 0 0 0 113 3 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026146957368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14043/tid=14059] ppid=14041 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/14043/task/14059/stat : 14059 (java) S 14041 14043 12979 0 -1 4202560 15673 0 0 0 126 3 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026145904824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14043/tid=14060] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14060/stat : 14060 (java) S 14041 14043 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026144852472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14043/tid=14061] ppid=14041 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/14043/task/14061/stat : 14061 (java) S 14041 14043 12979 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 283060063 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026143800136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14043/tid=14062] ppid=14041 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14043/task/14062/stat : 14062 (java) S 14041 14043 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283060159 9856004096 153863 33554432000 1073741824 1073778376 140733729559808 140026142745896 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1789.25
CPU time (s): 1800.35
CPU user time (s): 1798.83
CPU system time (s): 1.52277
CPU usage (%): 100.62
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.52277
maximum resident set size= 615572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36358
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41731
involuntary context switches= 43959

runsolver used 5.72313 second user time and 16.2405 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 03:42:20
IDJOB=3711251
IDBENCH=48188
IDSOLVER=2289
FILE ID=node118/3711251-1338169340
RUNJOBID= node118-1338156758-12996
PBS_JOBID= 14624527
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711251-1338169340/watcher-3711251-1338169340 -o /tmp/evaluation-result-3711251-1338169340/solver-3711251-1338169340 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711251-1338169340.opb

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

MD5SUM BENCH= 5c1211f8aed9d33c9f0c9019d9cd9874
RANDOM SEED=2081119245

node118.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		: 2666.212
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	: 5332.42
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		: 2666.212
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	: 5438.55
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		: 2666.212
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		: 2666.212
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		: 2666.212
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	: 5320.68
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		: 2666.212
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		: 2666.212
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.91
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		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31010580 kB
Buffers:          375116 kB
Cached:           495980 kB
SwapCached:            0 kB
Active:           645332 kB
Inactive:         379760 kB
Active(anon):     143908 kB
Inactive(anon):    11320 kB
Active(file):     501424 kB
Inactive(file):   368440 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        162180 kB
Mapped:            19928 kB
Shmem:               200 kB
Slab:             695284 kB
SReclaimable:     136720 kB
SUnreclaim:       558564 kB
KernelStack:        1608 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     701792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node118 at 2012-05-28 04:12:11