Trace number 3711252

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.01 1786.05

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-38
Best CPU time to get the best result obtained on this benchmark1800.05
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	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@70535b58
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-3711252-1338169208.opb
0.10/0.12	c reading problem ... 
2.25/0.96	c ... done. Wall clock time 0.837s.
2.25/0.96	c declared #vars     500
2.25/0.96	c internal #vars     19230
2.25/0.96	c #constraints  37960
2.25/0.96	c constraints type 
2.25/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
2.25/0.96	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.25/0.96	c ignored satisfied constraints => 500
2.25/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
2.25/0.96	c 38460 constraints processed.
2.86/1.17	c SATISFIABLE
2.86/1.17	c OPTIMIZING...
2.86/1.17	c Got one! Elapsed wall clock time (in seconds):1.052
2.86/1.17	o 0
3.14/1.23	c Got one! Elapsed wall clock time (in seconds):1.112
3.14/1.23	o -1
3.14/1.26	c Got one! Elapsed wall clock time (in seconds):1.135
3.14/1.26	o -2
3.14/1.27	c Got one! Elapsed wall clock time (in seconds):1.154
3.14/1.27	o -3
3.14/1.29	c Got one! Elapsed wall clock time (in seconds):1.166
3.14/1.29	o -4
3.44/1.32	c Got one! Elapsed wall clock time (in seconds):1.198
3.44/1.32	o -31
3.74/1.46	c Got one! Elapsed wall clock time (in seconds):1.34
3.74/1.46	o -32
4.51/2.04	c cleaning 2691 clauses out of 5386 with flag 5000/5386
5.36/2.77	c cleaning 4341 clauses out of 8695 with flag 11000/11386
5.66/3.03	c Got one! Elapsed wall clock time (in seconds):2.913
5.66/3.03	o -33
6.06/3.49	c cleaning 5139 clauses out of 10281 with flag 4000/17313
6.88/4.23	c cleaning 5571 clauses out of 11142 with flag 10000/23313
7.71/5.05	c cleaning 6284 clauses out of 12571 with flag 17000/30313
8.63/5.99	c cleaning 7143 clauses out of 14289 with flag 25002/38315
9.74/7.09	c cleaning 8071 clauses out of 16144 with flag 34000/47313
11.05/8.35	c cleaning 9034 clauses out of 18074 with flag 44001/57314
12.62/9.81	c cleaning 10010 clauses out of 20039 with flag 55000/68313
14.32/11.55	c cleaning 11007 clauses out of 22029 with flag 67000/80313
16.27/13.45	c cleaning 12008 clauses out of 24024 with flag 80002/93315
18.41/15.58	c cleaning 13005 clauses out of 26014 with flag 94000/107313
20.87/17.91	c cleaning 14006 clauses out of 28012 with flag 109003/122316
23.09/20.15	c cleaning 14998 clauses out of 30004 with flag 125001/138314
25.81/22.85	c cleaning 15997 clauses out of 32006 with flag 142001/155314
29.38/26.38	c Got one! Elapsed wall clock time (in seconds):26.26
29.38/26.38	o -34
30.58/27.51	c cleaning 19174 clauses out of 38348 with flag 5000/177653
31.55/28.47	c cleaning 12585 clauses out of 25174 with flag 11000/183653
32.46/29.40	c cleaning 9791 clauses out of 19590 with flag 18001/190654
33.77/30.61	c cleaning 8893 clauses out of 17798 with flag 26000/198653
35.12/31.95	c cleaning 8944 clauses out of 17905 with flag 35000/207653
36.52/33.30	c cleaning 9474 clauses out of 18962 with flag 45001/217654
38.36/35.16	c cleaning 10244 clauses out of 20487 with flag 56000/228653
40.16/36.93	c cleaning 11114 clauses out of 22243 with flag 68000/240653
42.38/39.12	c cleaning 12060 clauses out of 24129 with flag 81000/253653
44.60/41.36	c cleaning 13033 clauses out of 26071 with flag 95002/267655
46.63/43.35	c cleaning 14015 clauses out of 28036 with flag 110000/282653
49.28/45.98	c cleaning 15006 clauses out of 30021 with flag 126000/298653
52.31/48.94	c cleaning 16001 clauses out of 32015 with flag 143000/315653
55.46/52.01	c cleaning 17004 clauses out of 34014 with flag 161000/333653
58.90/55.48	c cleaning 17996 clauses out of 36011 with flag 180001/352654
63.05/59.50	c cleaning 19009 clauses out of 38017 with flag 200003/372656
67.69/64.15	c cleaning 20000 clauses out of 40005 with flag 221000/393653
71.14/67.58	c cleaning 20999 clauses out of 42005 with flag 243000/415653
75.49/71.86	c cleaning 21999 clauses out of 44006 with flag 266000/438653
79.84/76.14	c cleaning 22999 clauses out of 46007 with flag 290000/462653
84.70/80.96	c cleaning 24002 clauses out of 48008 with flag 315000/487653
91.29/87.40	c cleaning 25003 clauses out of 50006 with flag 341000/513653
96.86/92.99	c cleaning 26003 clauses out of 52005 with flag 368002/540655
104.20/100.25	c cleaning 26989 clauses out of 54000 with flag 396000/568653
111.34/107.32	c cleaning 28003 clauses out of 56013 with flag 425002/597655
116.66/112.60	c cleaning 28999 clauses out of 58009 with flag 455001/627654
123.85/119.65	c cleaning 29999 clauses out of 60011 with flag 486002/658655
130.86/126.57	c cleaning 31006 clauses out of 62011 with flag 518001/690654
139.42/135.08	c cleaning 32001 clauses out of 64008 with flag 551004/723657
148.60/144.19	c cleaning 32992 clauses out of 66003 with flag 585000/757653
158.17/153.69	c cleaning 34003 clauses out of 68011 with flag 620000/792653
168.67/164.03	c cleaning 34994 clauses out of 70010 with flag 656002/828655
180.23/175.59	c cleaning 36003 clauses out of 72014 with flag 693000/865653
189.58/184.84	c cleaning 36999 clauses out of 74011 with flag 731000/903653
198.38/193.55	c cleaning 38008 clauses out of 76015 with flag 770003/942656
208.39/203.47	c cleaning 38996 clauses out of 78005 with flag 810001/982654
219.78/214.70	c cleaning 39996 clauses out of 80010 with flag 851002/1023655
232.30/227.11	c cleaning 41002 clauses out of 82013 with flag 893001/1065654
242.26/237.04	c cleaning 41996 clauses out of 84010 with flag 936000/1108653
255.86/250.54	c cleaning 43001 clauses out of 86015 with flag 980001/1152654
270.25/264.85	c cleaning 43998 clauses out of 88013 with flag 1025000/1197653
289.65/284.19	c cleaning 45004 clauses out of 90017 with flag 1071002/1243655
309.66/304.05	c cleaning 46003 clauses out of 92013 with flag 1118002/1290655
328.51/322.85	c cleaning 46997 clauses out of 94008 with flag 1166000/1338653
339.73/333.99	c cleaning 47996 clauses out of 96011 with flag 1215000/1387653
353.15/347.23	c cleaning 48999 clauses out of 98015 with flag 1265000/1437653
366.87/360.89	c cleaning 50003 clauses out of 100018 with flag 1316002/1488655
382.80/376.60	c cleaning 50998 clauses out of 102013 with flag 1368000/1540653
405.01/398.77	c cleaning 52001 clauses out of 104015 with flag 1421000/1593653
419.72/413.37	c cleaning 53006 clauses out of 106017 with flag 1475003/1647656
441.29/434.80	c cleaning 53997 clauses out of 108008 with flag 1530000/1702653
463.93/457.37	c cleaning 55005 clauses out of 110015 with flag 1586004/1758657
484.11/477.43	c cleaning 55999 clauses out of 112006 with flag 1643000/1815653
509.93/503.19	c cleaning 56994 clauses out of 114008 with flag 1701001/1873654
537.14/530.28	c cleaning 57999 clauses out of 116013 with flag 1760000/1932653
567.95/560.96	c cleaning 59009 clauses out of 118017 with flag 1820003/1992656
583.41/576.22	c cleaning 59998 clauses out of 120005 with flag 1881000/2053653
604.73/597.46	c cleaning 60994 clauses out of 122007 with flag 1943000/2115653
628.75/621.38	c cleaning 61996 clauses out of 124013 with flag 2006000/2178653
650.85/643.33	c cleaning 63004 clauses out of 126019 with flag 2070002/2242655
673.68/666.07	c cleaning 64001 clauses out of 128015 with flag 2135002/2307655
705.98/698.22	c cleaning 64998 clauses out of 130013 with flag 2201001/2373654
738.99/731.13	c cleaning 66004 clauses out of 132014 with flag 2268000/2440653
770.17/762.17	c cleaning 66998 clauses out of 134010 with flag 2336000/2508653
802.50/794.36	c cleaning 68002 clauses out of 136014 with flag 2405002/2577655
837.82/829.59	c cleaning 69002 clauses out of 138010 with flag 2475000/2647653
870.25/861.89	c cleaning 69999 clauses out of 140009 with flag 2546001/2718654
905.78/897.25	c cleaning 70998 clauses out of 142012 with flag 2618003/2790656
941.12/932.47	c cleaning 72002 clauses out of 144012 with flag 2691001/2863654
978.25/969.35	c cleaning 72994 clauses out of 146010 with flag 2765001/2937654
1013.18/1004.03	c cleaning 74004 clauses out of 148015 with flag 2840000/3012653
1037.26/1027.84	c cleaning 74999 clauses out of 150011 with flag 2916000/3088653
1065.56/1055.91	c cleaning 76006 clauses out of 152015 with flag 2993003/3165656
1095.65/1085.84	c cleaning 76994 clauses out of 154006 with flag 3071000/3243653
1122.17/1112.10	c cleaning 78000 clauses out of 156012 with flag 3150000/3322653
1172.23/1161.87	c cleaning 78998 clauses out of 158012 with flag 3230000/3402653
1206.50/1195.78	c cleaning 80005 clauses out of 160016 with flag 3311002/3483655
1257.43/1246.40	c cleaning 81001 clauses out of 162009 with flag 3393000/3565653
1309.53/1298.34	c cleaning 82000 clauses out of 164009 with flag 3476001/3648654
1352.93/1341.50	c cleaning 83000 clauses out of 166008 with flag 3560000/3732653
1403.91/1392.27	c cleaning 84000 clauses out of 168011 with flag 3645003/3817656
1450.47/1438.55	c cleaning 84998 clauses out of 170008 with flag 3731000/3903653
1507.09/1494.83	c cleaning 86006 clauses out of 172012 with flag 3818002/3990655
1516.27/1503.84	c Got one! Elapsed wall clock time (in seconds):1503.721
1516.27/1503.84	o -35
1519.57/1507.17	c cleaning 61510 clauses out of 123035 with flag 5000/4027684
1521.37/1508.81	c cleaning 33761 clauses out of 67525 with flag 11000/4033684
1522.60/1510.06	c cleaning 20375 clauses out of 40765 with flag 18001/4040685
1524.02/1511.40	c cleaning 14190 clauses out of 28390 with flag 26001/4048685
1525.54/1512.92	c cleaning 11590 clauses out of 23200 with flag 35001/4057685
1527.25/1514.63	c cleaning 10799 clauses out of 21610 with flag 45001/4067685
1528.96/1516.38	c cleaning 10901 clauses out of 21810 with flag 56000/4078684
1531.08/1518.42	c cleaning 11452 clauses out of 22909 with flag 68000/4090684
1533.61/1520.91	c cleaning 12228 clauses out of 24458 with flag 81001/4103685
1536.63/1523.91	c cleaning 13110 clauses out of 26229 with flag 95000/4117684
1539.95/1527.28	c cleaning 14056 clauses out of 28119 with flag 110000/4132684
1544.08/1531.32	c cleaning 15028 clauses out of 30063 with flag 126000/4148684
1548.90/1536.11	c cleaning 16010 clauses out of 32035 with flag 143000/4165684
1553.94/1541.13	c cleaning 17008 clauses out of 34025 with flag 161000/4183684
1559.56/1546.71	c cleaning 18009 clauses out of 36017 with flag 180000/4202684
1565.38/1552.55	c cleaning 18998 clauses out of 38008 with flag 200000/4222684
1572.53/1559.68	c cleaning 20001 clauses out of 40010 with flag 221000/4243684
1580.95/1568.08	c cleaning 21000 clauses out of 42009 with flag 243000/4265684
1589.59/1576.65	c cleaning 22001 clauses out of 44009 with flag 266000/4288684
1598.82/1585.80	c cleaning 22998 clauses out of 46008 with flag 290000/4312684
1608.26/1595.25	c cleaning 24005 clauses out of 48010 with flag 315000/4337684
1617.70/1604.61	c cleaning 25003 clauses out of 50006 with flag 341001/4363685
1628.02/1614.92	c cleaning 26001 clauses out of 52002 with flag 368000/4390684
1639.65/1626.53	c cleaning 27000 clauses out of 54002 with flag 396001/4418685
1652.88/1639.77	c cleaning 27989 clauses out of 56002 with flag 425001/4447685
1665.93/1652.70	c cleaning 29005 clauses out of 58012 with flag 455000/4477684
1672.77/1659.51	c cleaning 30000 clauses out of 60008 with flag 486001/4508685
1678.74/1665.43	c cleaning 30999 clauses out of 62007 with flag 518000/4540684
1686.71/1673.30	c cleaning 31996 clauses out of 64008 with flag 551000/4573684
1694.99/1681.58	c cleaning 33006 clauses out of 66016 with flag 585004/4607688
1702.54/1689.09	c cleaning 33996 clauses out of 68006 with flag 620000/4642684
1713.08/1699.55	c cleaning 35001 clauses out of 70011 with flag 656001/4678685
1722.22/1708.66	c cleaning 36003 clauses out of 72009 with flag 693000/4715684
1733.75/1720.12	c cleaning 36994 clauses out of 74006 with flag 731000/4753684
1743.26/1729.68	c cleaning 37998 clauses out of 76013 with flag 770001/4792685
1755.06/1741.39	c cleaning 38998 clauses out of 78014 with flag 810000/4832684
1768.20/1754.46	c cleaning 40007 clauses out of 80016 with flag 851000/4873684
1784.06/1770.20	c cleaning 40997 clauses out of 82012 with flag 893003/4915687
1793.93/1780.07	c cleaning 41998 clauses out of 84014 with flag 936002/4958686
1800.01/1786.01	c starts		: 283
1800.01/1786.01	c conflicts		: 4983652
1800.01/1786.01	c decisions		: 5029213
1800.01/1786.01	c propagations		: 26755464
1800.01/1786.01	c inspects		: 8925914363
1800.01/1786.01	c shortcuts		: 0
1800.01/1786.01	c learnt literals	: 0
1800.01/1786.01	c learnt binary clauses	: 0
1800.01/1786.01	c learnt ternary clauses	: 0
1800.01/1786.01	c learnt constraints	: 4983652
1800.01/1786.01	c ignored constraints	: 0
1800.01/1786.01	c root simplifications	: 283
1800.01/1786.01	c removed literals (reason simplification)	: 132215238
1800.01/1786.01	c reason swapping (by a shorter reason)	: 0
1800.01/1786.01	c Calls to reduceDB	: 137
1800.01/1786.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1786.01	c number of learned constraints concerned by reduction	: 0
1800.01/1786.01	c number of learning phase by resolution	: 0
1800.01/1786.01	c number of learning phase by cutting planes	: 0
1800.01/1786.01	c speed (assignments/second)	: 14989.1086468638
1800.01/1786.01	c non guided choices	2490
1800.01/1786.04	c learnt constraints type 
1800.01/1786.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67040
1800.01/1786.04	c constraints type 
1800.01/1786.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1800.01/1786.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.01/1786.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1786.04	c ignored satisfied constraints => 500
1800.01/1786.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1800.01/1786.04	c 38461 constraints processed.
1800.01/1786.04	s SATISFIABLE
1800.01/1786.04	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.01/1786.04	c objective function=-35
1800.01/1786.04	c Total wall clock time (in seconds): 1785.918

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-3711252-1338169208/watcher-3711252-1338169208 -o /tmp/evaluation-result-3711252-1338169208/solver-3711252-1338169208 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711252-1338169208.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.00 2.00 2.00 3/195 1614
/proc/meminfo: memFree=30712584/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1614/stat : 1614 (java) R 1612 1614 31312 0 -1 4202496 541 0 0 0 0 0 0 0 20 0 1 0 283046374 23793664 269 33554432000 1073741824 1073778376 140733723876368 140733723865432 214360439347 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 5809 285 222 9 0 128 0

[startup+0.065959 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1614
/proc/meminfo: memFree=30712584/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 3265 0 1 0 4 1 0 0 20 0 18 0 283046374 9787842560 4474 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2389610 4482 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100329 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1614
/proc/meminfo: memFree=30712584/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 4249 0 1 0 9 1 0 0 20 0 18 0 283046374 9787842560 5968 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2389610 5968 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300193 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1614
/proc/meminfo: memFree=30712584/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 5263 0 1 0 44 1 0 0 20 0 18 0 283046374 9787842560 7767 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2389610 7767 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1614
/proc/meminfo: memFree=30712584/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9558440 CPUtime=1.64 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 26637 0 1 0 157 7 0 0 20 0 18 0 283046374 9787842560 29633 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2389610 29633 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558440

[startup+1.50081 s]
/proc/loadavg: 2.00 2.00 2.00 4/193 1636
/proc/meminfo: memFree=31068160/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 32902 0 1 0 386 9 0 0 20 0 19 0 283046374 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 42098 2266 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2555 0 1 0 145 3 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600219107608 140600067415465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11669 0 0 0 118 3 0 0 20 0 19 0 283046380 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17477 0 0 0 119 4 0 0 20 0 19 0 283046380 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 42098 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 1637
/proc/meminfo: memFree=31028248/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=5.76 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 33022 0 1 0 563 13 0 0 20 0 19 0 283046374 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 59042 2293 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2563 0 1 0 290 3 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600219115808 140600067372251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283046375 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 19 0 283046377 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17481 0 0 0 127 4 0 0 20 0 19 0 283046380 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 59042 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 1.92 1.98 1.99 5/214 1702
/proc/meminfo: memFree=30931056/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=9.04 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 33049 0 1 0 891 13 0 0 20 0 19 0 283046374 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 61563 2293 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=5.86 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2567 0 1 0 583 3 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600219115928 140600067415788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 283046375 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 48 0 0 0 33 0 0 0 20 0 19 0 283046377 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17482 0 0 0 130 4 0 0 20 0 19 0 283046380 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 61563 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 1702
/proc/meminfo: memFree=30899792/32873844 swapFree=7624/7624

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

[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 180007 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17488 0 0 0 132 4 0 0 20 0 19 0 283046380 9856004096 180007 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 180007 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 97 0 0 0 48 35 0 0 20 0 19 0 283046380 9856004096 180007 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 180007 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1675.63
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1798
/proc/meminfo: memFree=29836956/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=1735.96 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 37747 0 1 0 173444 152 0 0 20 0 19 0 283046374 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 175005 2294 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=1699.52 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2731 0 1 0 169923 29 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600219115808 140600067415088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 663 0 0 0 169 11 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 599 0 0 0 166 14 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 638 0 0 0 177 9 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 404 0 0 0 170 11 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 255 0 0 0 154 11 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 355 0 0 0 158 10 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=1.76 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 534 0 0 0 162 14 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=1.72 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 365 0 0 0 164 8 0 0 20 0 19 0 283046375 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=14.27 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 758 0 0 0 1422 5 0 0 20 0 19 0 283046377 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17488 0 0 0 132 4 0 0 20 0 19 0 283046380 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 99 0 0 0 49 37 0 0 20 0 19 0 283046380 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 175005 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.96
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1798
/proc/meminfo: memFree=29836708/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=1796.31 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 37778 0 1 0 179477 154 0 0 20 0 19 0 283046374 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 175018 2294 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=1758.64 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2736 0 1 0 175834 30 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600219115808 140600067371240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 663 0 0 0 176 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=1.84 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 599 0 0 0 170 14 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 638 0 0 0 183 9 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 404 0 0 0 175 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 255 0 0 0 159 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 355 0 0 0 164 10 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=1.82 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 534 0 0 0 168 14 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=1.76 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 365 0 0 0 168 8 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=14.88 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 780 0 0 0 1483 5 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17488 0 0 0 132 4 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 103 0 0 0 51 39 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1798
/proc/meminfo: memFree=29836832/32873844 swapFree=7624/7624
[pid=1614] ppid=1612 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1612 1614 31312 0 -1 4202496 37778 0 1 0 179847 154 0 0 20 0 19 0 283046374 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140733723867504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1614/statm: 2406251 175018 2294 9 0 2396937 0
[pid=1614/tid=1616] ppid=1612 vsize=9625004 CPUtime=1762.34 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1612 1614 31312 0 -1 4202560 2736 0 1 0 176204 30 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600219115808 140600067415484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1617] ppid=1612 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1612 1614 31312 0 -1 4202560 663 0 0 0 176 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600191568168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1618] ppid=1612 vsize=9625004 CPUtime=1.84 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1612 1614 31312 0 -1 4202560 599 0 0 0 170 14 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600190515368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1619] ppid=1612 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1612 1614 31312 0 -1 4202560 638 0 0 0 183 9 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600189463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1620] ppid=1612 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1612 1614 31312 0 -1 4202560 404 0 0 0 175 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600188410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1621] ppid=1612 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1612 1614 31312 0 -1 4202560 255 0 0 0 159 11 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600187357992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1622] ppid=1612 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1612 1614 31312 0 -1 4202560 355 0 0 0 164 10 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600186305192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1623] ppid=1612 vsize=9625004 CPUtime=1.82 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1612 1614 31312 0 -1 4202560 534 0 0 0 168 14 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600185252904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1625] ppid=1612 vsize=9625004 CPUtime=1.76 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1612 1614 31312 0 -1 4202560 365 0 0 0 168 8 0 0 20 0 19 0 283046375 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140600055212968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1614/tid=1626] ppid=1612 vsize=9625004 CPUtime=14.88 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1612 1614 31312 0 -1 4202560 780 0 0 0 1483 5 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599572265192 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1627] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1612 1614 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599571211256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1628] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1612 1614 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283046377 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599570158856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1629] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599569107344 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1630] ppid=1612 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) S 1612 1614 31312 0 -1 4202560 11672 0 0 0 121 3 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599568054968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1614/tid=1631] ppid=1612 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/1614/task/1631/stat : 1631 (java) S 1612 1614 31312 0 -1 4202560 17488 0 0 0 132 4 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599567002168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1632] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1632/stat : 1632 (java) S 1612 1614 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599565950072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1614/tid=1633] ppid=1612 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1633/stat : 1633 (java) S 1612 1614 31312 0 -1 4202560 103 0 0 0 51 39 0 0 20 0 19 0 283046380 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599564897480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1614/tid=1637] ppid=1612 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1637/stat : 1637 (java) S 1612 1614 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283046476 9856004096 175018 33554432000 1073741824 1073778376 140733723876368 140599563842472 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1614 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=730311
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=841720
# CPU time returned by wait4() is 1795.57
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.05
CPU time (s): 1800.01
CPU user time (s): 1798.47
CPU system time (s): 1.54
CPU usage (%): 100.782
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 1.84172
maximum resident set size= 913028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37810
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= 42021
involuntary context switches= 25772

runsolver used 6.44002 second user time and 16.4535 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 03:40:08
IDJOB=3711252
IDBENCH=48184
IDSOLVER=2289
FILE ID=node130/3711252-1338169208
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71472 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_3.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-3711252-1338169208/watcher-3711252-1338169208 -o /tmp/evaluation-result-3711252-1338169208/solver-3711252-1338169208 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711252-1338169208.opb

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1205688995

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30712848 kB
Buffers:          312412 kB
Cached:           490492 kB
SwapCached:         4508 kB
Active:          1217588 kB
Inactive:         107020 kB
Active(anon):     511920 kB
Inactive(anon):     9016 kB
Active(file):     705668 kB
Inactive(file):    98004 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:        522940 kB
Mapped:            19880 kB
Shmem:                 8 kB
Slab:             694452 kB
SReclaimable:     135864 kB
SUnreclaim:       558588 kB
KernelStack:        1600 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1083524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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= 71472 MiB
End job on node130 at 2012-05-28 04:09:56