Trace number 3711227

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)-120 1800.05 1771.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711227-1338170120.opb
0.09/0.12	c reading problem ... 
1.33/0.69	c ... done. Wall clock time 0.568s.
1.33/0.69	c declared #vars     1000
1.33/0.69	c internal #vars     16772
1.33/0.69	c #constraints  32544
1.33/0.69	c constraints type 
1.33/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1.33/0.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.33/0.69	c ignored satisfied constraints => 1000
1.33/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1.33/0.69	c 33544 constraints processed.
1.93/0.88	c SATISFIABLE
1.93/0.88	c OPTIMIZING...
1.93/0.88	c Got one! Elapsed wall clock time (in seconds):0.755
1.93/0.88	o 0
2.23/0.94	c Got one! Elapsed wall clock time (in seconds):0.817
2.23/0.94	o -1
2.23/0.97	c Got one! Elapsed wall clock time (in seconds):0.848
2.23/0.97	o -2
2.23/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
2.23/0.99	o -3
2.53/1.00	c Got one! Elapsed wall clock time (in seconds):0.879
2.53/1.00	o -4
2.53/1.03	c Got one! Elapsed wall clock time (in seconds):0.906
2.53/1.03	o -5
2.53/1.06	c Got one! Elapsed wall clock time (in seconds):0.936
2.53/1.06	o -118
3.80/1.99	c cleaning 2495 clauses out of 5004 with flag 5000/5004
5.15/3.10	c cleaning 4255 clauses out of 8509 with flag 11000/11004
6.40/4.34	c cleaning 5627 clauses out of 11254 with flag 18000/18004
7.92/5.82	c cleaning 6813 clauses out of 13628 with flag 26001/26005
9.69/7.59	c cleaning 7903 clauses out of 15814 with flag 35000/35004
11.75/9.54	c cleaning 8956 clauses out of 17911 with flag 45000/45004
12.82/10.52	c Got one! Elapsed wall clock time (in seconds):10.403
12.82/10.52	o -119
13.02/10.77	c cleaning 7095 clauses out of 14195 with flag 1001/50244
14.14/11.86	c cleaning 6550 clauses out of 13100 with flag 7001/56244
15.57/13.26	c cleaning 6776 clauses out of 13551 with flag 14002/63245
17.29/14.93	c cleaning 7383 clauses out of 14774 with flag 22001/71244
19.22/16.81	c cleaning 8191 clauses out of 16391 with flag 31001/80244
21.16/18.75	c cleaning 9100 clauses out of 18199 with flag 41000/90243
23.58/21.19	c cleaning 10047 clauses out of 20099 with flag 52000/101243
26.41/23.98	c cleaning 11021 clauses out of 22053 with flag 64001/113244
28.98/26.47	c cleaning 12011 clauses out of 24031 with flag 77000/126243
31.95/29.38	c cleaning 13007 clauses out of 26021 with flag 91001/140244
35.90/33.22	c cleaning 14005 clauses out of 28013 with flag 106000/155243
39.83/37.17	c cleaning 15001 clauses out of 30009 with flag 122001/171244
43.47/40.74	c cleaning 16004 clauses out of 32008 with flag 139001/188244
47.63/44.85	c cleaning 17002 clauses out of 34003 with flag 157000/206243
52.32/49.44	c cleaning 17999 clauses out of 36001 with flag 176000/225243
56.67/53.72	c cleaning 18999 clauses out of 38003 with flag 196001/245244
61.74/58.78	c cleaning 19996 clauses out of 40003 with flag 217000/266243
66.63/63.55	c cleaning 21003 clauses out of 42009 with flag 239002/288245
72.43/69.27	c cleaning 21988 clauses out of 44004 with flag 262000/311243
78.71/75.47	c cleaning 23009 clauses out of 46019 with flag 286003/335246
85.26/81.93	c cleaning 23998 clauses out of 48007 with flag 311000/360243
92.95/89.59	c cleaning 24997 clauses out of 50010 with flag 337001/386244
99.28/95.75	c cleaning 25998 clauses out of 52012 with flag 364000/413243
106.26/102.69	c cleaning 27008 clauses out of 54016 with flag 392002/441245
113.63/109.93	c cleaning 28002 clauses out of 56006 with flag 421000/470243
122.53/118.76	c cleaning 29003 clauses out of 58006 with flag 451002/500245
133.29/129.46	c cleaning 30001 clauses out of 60004 with flag 482003/531246
142.38/138.42	c cleaning 30997 clauses out of 62000 with flag 514000/563243
152.87/148.88	c cleaning 31994 clauses out of 64004 with flag 547001/596244
160.61/156.41	c cleaning 32996 clauses out of 66009 with flag 581000/630243
169.95/165.65	c cleaning 33996 clauses out of 68013 with flag 616000/665243
183.74/179.31	c cleaning 35000 clauses out of 70017 with flag 652000/701243
196.30/191.69	c cleaning 36001 clauses out of 72017 with flag 689000/738243
212.72/208.00	c cleaning 37005 clauses out of 74016 with flag 727000/776243
224.67/219.84	c cleaning 38000 clauses out of 76011 with flag 766000/815243
242.99/238.05	c cleaning 39002 clauses out of 78012 with flag 806001/855244
260.81/255.72	c cleaning 40005 clauses out of 80009 with flag 847000/896243
270.77/265.52	c cleaning 41002 clauses out of 82004 with flag 889000/938243
283.20/277.81	c cleaning 42001 clauses out of 84002 with flag 932000/981243
295.91/290.50	c cleaning 42990 clauses out of 86002 with flag 976001/1025244
316.67/311.04	c cleaning 44003 clauses out of 88012 with flag 1021001/1070244
330.76/324.82	c cleaning 44999 clauses out of 90008 with flag 1067000/1116243
347.50/341.37	c cleaning 46000 clauses out of 92010 with flag 1114001/1163244
363.83/357.65	c cleaning 46992 clauses out of 94009 with flag 1162000/1211243
385.17/378.81	c cleaning 48002 clauses out of 96018 with flag 1211001/1260244
406.80/400.33	c cleaning 49003 clauses out of 98017 with flag 1261002/1310245
421.00/414.41	c cleaning 50005 clauses out of 100012 with flag 1312000/1361243
435.32/428.55	c cleaning 51003 clauses out of 102007 with flag 1364000/1413243
453.88/446.97	c cleaning 52002 clauses out of 104004 with flag 1417000/1466243
471.34/464.27	c cleaning 52997 clauses out of 106002 with flag 1471000/1520243
503.38/496.16	c cleaning 53996 clauses out of 108006 with flag 1526001/1575244
505.44/498.03	c Got one! Elapsed wall clock time (in seconds):497.911
505.44/498.03	o -120
506.64/499.22	c cleaning 32174 clauses out of 64360 with flag 5002/1585594
507.99/500.60	c cleaning 19088 clauses out of 38186 with flag 11002/1591594
509.59/502.12	c cleaning 13041 clauses out of 26098 with flag 18002/1598594
511.32/503.89	c cleaning 10522 clauses out of 21055 with flag 26000/1606592
513.34/505.81	c cleaning 9759 clauses out of 19534 with flag 35001/1615593
515.46/507.96	c cleaning 9878 clauses out of 19774 with flag 45000/1625592
518.61/511.03	c cleaning 10447 clauses out of 20896 with flag 56000/1636592
522.65/515.04	c cleaning 11224 clauses out of 22449 with flag 68000/1648592
527.05/519.49	c cleaning 12108 clauses out of 24225 with flag 81000/1661592
532.28/524.62	c cleaning 13059 clauses out of 26118 with flag 95001/1675593
538.01/530.31	c cleaning 14025 clauses out of 28058 with flag 110000/1690592
544.72/537.02	c cleaning 15009 clauses out of 30033 with flag 126000/1706592
552.16/544.49	c cleaning 16008 clauses out of 32024 with flag 143000/1723592
559.88/552.12	c cleaning 17009 clauses out of 34018 with flag 161002/1741594
568.08/560.39	c cleaning 18002 clauses out of 36008 with flag 180001/1760593
574.71/566.93	c cleaning 19001 clauses out of 38005 with flag 200000/1780592
580.38/572.55	c cleaning 20001 clauses out of 40004 with flag 221000/1801592
587.42/579.54	c cleaning 21003 clauses out of 42005 with flag 243002/1823594
594.96/587.05	c cleaning 22001 clauses out of 44002 with flag 266002/1846594
603.31/595.30	c cleaning 22993 clauses out of 46000 with flag 290001/1870593
613.25/605.23	c cleaning 23998 clauses out of 48006 with flag 315000/1895592
625.11/617.05	c cleaning 25004 clauses out of 50008 with flag 341000/1921592
636.29/628.16	c cleaning 25999 clauses out of 52005 with flag 368001/1948593
650.43/642.27	c cleaning 27003 clauses out of 54006 with flag 396001/1976593
659.30/651.05	c cleaning 27993 clauses out of 56002 with flag 425000/2005592
666.47/658.18	c cleaning 29003 clauses out of 58009 with flag 455000/2035592
674.33/665.91	c cleaning 30000 clauses out of 60008 with flag 486002/2066594
683.17/674.70	c cleaning 30999 clauses out of 62007 with flag 518001/2098593
693.03/684.51	c cleaning 31998 clauses out of 64009 with flag 551002/2131594
703.82/695.28	c cleaning 32999 clauses out of 66009 with flag 585000/2165592
714.20/705.55	c cleaning 34006 clauses out of 68011 with flag 620001/2200593
725.09/716.34	c cleaning 34999 clauses out of 70005 with flag 656001/2236593
737.35/728.54	c cleaning 36002 clauses out of 72005 with flag 693000/2273592
749.66/740.70	c cleaning 36996 clauses out of 74003 with flag 731000/2311592
766.96/757.98	c cleaning 37996 clauses out of 76007 with flag 770000/2350592
785.38/776.20	c cleaning 39002 clauses out of 78012 with flag 810001/2390593
805.58/796.38	c cleaning 39997 clauses out of 80009 with flag 851000/2431592
818.66/809.30	c cleaning 41005 clauses out of 82013 with flag 893001/2473593
834.97/825.54	c cleaning 42000 clauses out of 84007 with flag 936000/2516592
852.80/843.27	c cleaning 43003 clauses out of 86008 with flag 980001/2560593
873.29/863.66	c cleaning 43995 clauses out of 88006 with flag 1025002/2605594
894.78/885.03	c cleaning 45005 clauses out of 90010 with flag 1071001/2651593
912.88/903.03	c cleaning 45996 clauses out of 92004 with flag 1118000/2698592
933.43/923.50	c cleaning 46994 clauses out of 94008 with flag 1166000/2746592
957.05/946.95	c cleaning 48002 clauses out of 96015 with flag 1215001/2795593
985.44/975.28	c cleaning 49001 clauses out of 98013 with flag 1265001/2845593
1015.66/1005.34	c cleaning 50004 clauses out of 100011 with flag 1316000/2896592
1047.42/1037.02	c cleaning 51000 clauses out of 102009 with flag 1368002/2948594
1079.45/1068.91	c cleaning 52004 clauses out of 104008 with flag 1421001/3001593
1092.79/1082.16	c cleaning 52994 clauses out of 106003 with flag 1475000/3055592
1109.26/1098.43	c cleaning 53998 clauses out of 108011 with flag 1530002/3110594
1126.21/1115.26	c cleaning 54996 clauses out of 110011 with flag 1586000/3166592
1144.22/1133.13	c cleaning 56002 clauses out of 112016 with flag 1643001/3223593
1168.71/1157.54	c cleaning 57001 clauses out of 114013 with flag 1701000/3281592
1188.47/1176.80	c cleaning 57998 clauses out of 116012 with flag 1760000/3340592
1215.27/1202.78	c cleaning 59002 clauses out of 118014 with flag 1820000/3400592
1239.41/1226.20	c cleaning 60003 clauses out of 120012 with flag 1881000/3461592
1264.64/1250.91	c cleaning 60999 clauses out of 122010 with flag 1943001/3523593
1291.64/1277.38	c cleaning 61999 clauses out of 124010 with flag 2006000/3586592
1320.99/1305.86	c cleaning 63002 clauses out of 126011 with flag 2070000/3650592
1346.12/1330.26	c cleaning 63995 clauses out of 128010 with flag 2135001/3715593
1379.53/1363.00	c cleaning 65008 clauses out of 130016 with flag 2201002/3781594
1415.18/1397.78	c cleaning 65998 clauses out of 132006 with flag 2268000/3848592
1451.84/1433.46	c cleaning 67001 clauses out of 134010 with flag 2336002/3916594
1499.94/1479.75	c cleaning 68000 clauses out of 136008 with flag 2405001/3985593
1536.28/1515.10	c cleaning 69001 clauses out of 138007 with flag 2475000/4055592
1581.81/1559.42	c cleaning 70001 clauses out of 140007 with flag 2546001/4126593
1627.44/1603.91	c cleaning 70998 clauses out of 142006 with flag 2618001/4198593
1683.05/1658.05	c cleaning 72001 clauses out of 144007 with flag 2691000/4271592
1734.32/1708.12	c cleaning 73001 clauses out of 146006 with flag 2765000/4345592
1787.67/1759.83	c cleaning 74001 clauses out of 148006 with flag 2840001/4420593
1800.05/1771.91	c starts		: 262
1800.05/1771.91	c conflicts		: 4444293
1800.05/1771.91	c decisions		: 4693363
1800.05/1771.91	c propagations		: 25493569
1800.05/1771.91	c inspects		: 2489081001
1800.05/1771.91	c shortcuts		: 0
1800.05/1771.91	c learnt literals	: 0
1800.05/1771.91	c learnt binary clauses	: 0
1800.05/1771.91	c learnt ternary clauses	: 0
1800.05/1771.91	c learnt constraints	: 4444293
1800.05/1771.91	c ignored constraints	: 0
1800.05/1771.91	c root simplifications	: 262
1800.05/1771.91	c removed literals (reason simplification)	: 59486082
1800.05/1771.91	c reason swapping (by a shorter reason)	: 0
1800.05/1771.91	c Calls to reduceDB	: 128
1800.05/1771.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1771.91	c number of learned constraints concerned by reduction	: 0
1800.05/1771.91	c number of learning phase by resolution	: 0
1800.05/1771.91	c number of learning phase by cutting planes	: 0
1800.05/1771.91	c speed (assignments/second)	: 14393.632457640993
1800.05/1771.91	c non guided choices	5985
1800.05/1771.94	c learnt constraints type 
1800.05/1771.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97750
1800.05/1771.94	c constraints type 
1800.05/1771.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1800.05/1771.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.05/1771.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1771.94	c ignored satisfied constraints => 1000
1800.05/1771.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1800.05/1771.94	c 33545 constraints processed.
1800.05/1771.94	s SATISFIABLE
1800.05/1771.94	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 -x501 -x502 x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 x564 x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 x613 -x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 x622 -x623 -x624 x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 x635 -x636 -x637 -x638 x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 x670 -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 x683 -x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 x693 x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 x703 -x704 x705 -x706 -x707 x708 -x709 x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 x758 -x759 -x760 x761 -x762 -x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 x782 -x783 -x784 -x785 -x786 x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 x799 x800 -x801 x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 -x864 x865 -x866 -x867 -x868 -x869 x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 x886 x887 -x888 -x889 -x890 x891 -x892 -x893 -x894 x895 x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 x925 -x926 x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 x960 -x961 -x962 -x963 -x964 -x965 -x966 x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 
1800.05/1771.94	c objective function=-120
1800.05/1771.94	c Total wall clock time (in seconds): 1771.817

Verifier Data

OK	-120

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-3711227-1338170120/watcher-3711227-1338170120 -o /tmp/evaluation-result-3711227-1338170120/solver-3711227-1338170120 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711227-1338170120.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/192 17003
/proc/meminfo: memFree=29714820/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17003/stat : 17003 (java) D 17001 17003 15185 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283137481 9515008 182 33554432000 1073741824 1073778376 140734767671280 140734767662312 252263087797 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17003/statm: 2323 182 140 9 0 71 0

[startup+0.106027 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 17003
/proc/meminfo: memFree=29714820/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 4358 0 1 0 9 0 0 0 20 0 18 0 283137481 9787842560 5565 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2389610 5565 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200339 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 17003
/proc/meminfo: memFree=29714820/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 4728 0 1 0 23 1 0 0 20 0 18 0 283137481 9787842560 6390 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2389610 6390 2193 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558440

[startup+0.300347 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 17003
/proc/meminfo: memFree=29714820/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 5342 0 1 0 43 1 0 0 20 0 18 0 283137481 9787842560 7284 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2389610 7284 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700338 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 17003
/proc/meminfo: memFree=29714820/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9558440 CPUtime=1.63 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 19269 0 1 0 158 5 0 0 20 0 18 0 283137481 9787842560 27952 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2389610 27952 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558440

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 2.00 5/211 17022
/proc/meminfo: memFree=29607684/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 19465 0 1 0 335 5 0 0 20 0 19 0 283137481 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 31089 2267 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 2588 0 1 0 144 2 0 0 20 0 19 0 283137482 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663800549912 140663741384683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283137484 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 31089 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5625 0 0 0 96 2 0 0 20 0 19 0 283137487 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10051 0 0 0 90 2 0 0 20 0 19 0 283137487 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 31090 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 17022
/proc/meminfo: memFree=29543328/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=5.15 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 19586 0 1 0 505 10 0 0 20 0 19 0 283137481 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 44969 2293 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 2597 0 1 0 296 2 0 0 20 0 19 0 283137482 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663800548008 140663741190788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 41 0 0 0 4 0 0 0 20 0 19 0 283137484 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5638 0 0 0 102 2 0 0 20 0 19 0 283137487 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 44969 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 9625004

[startup+6.3008 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 17022
/proc/meminfo: memFree=29510000/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=8.49 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 20148 0 1 0 835 14 0 0 20 0 19 0 283137481 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 55558 2293 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=5.95 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 2599 0 1 0 593 2 0 0 20 0 19 0 283137482 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663800549680 140663741497741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 21 0 0 0 0 2 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 140 0 0 0 0 1 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 167 0 0 0 1 2 0 0 20 0 19 0 283137483 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 49 0 0 0 20 0 0 0 20 0 19 0 283137484 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5647 0 0 0 105 2 0 0 20 0 19 0 283137487 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 55558 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5660 0 0 0 112 2 0 0 20 0 19 0 283137487 9856004096 190286 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 190286 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 190286 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 93 0 0 0 36 32 0 0 20 0 19 0 283137487 9856004096 190286 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 190286 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1625.8
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.27 2.11 2.03 3/211 17119
/proc/meminfo: memFree=28877884/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=1687.45 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 39679 0 1 0 168521 224 0 0 20 0 19 0 283137481 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 196875 2294 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=1636.25 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 3054 0 1 0 163595 30 0 0 20 0 19 0 283137482 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663800548736 140663741502467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=3.94 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 2195 0 0 0 373 21 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 2192 0 0 0 388 22 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 1996 0 0 0 367 21 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=3.77 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 1921 0 0 0 359 18 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 2595 0 0 0 368 23 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 2070 0 0 0 359 16 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 2798 0 0 0 370 19 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=4.04 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 2390 0 0 0 383 21 0 0 20 0 19 0 283137483 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=12.75 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 1472 0 0 0 1267 8 0 0 20 0 19 0 283137484 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5660 0 0 0 112 2 0 0 20 0 19 0 283137487 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 95 0 0 0 37 34 0 0 20 0 19 0 283137487 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 196875 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.45
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.15 2.10 2.03 3/211 17119
/proc/meminfo: memFree=28848464/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=1748.97 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 41484 0 1 0 174669 228 0 0 20 0 19 0 283137481 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 197200 2294 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=1695.33 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 3090 0 1 0 169502 31 0 0 20 0 19 0 283137482 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663800548736 140663741502467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 2411 0 0 0 395 21 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=4.41 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 2388 0 0 0 419 22 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 2024 0 0 0 393 21 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 2209 0 0 0 392 18 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=4.18 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 2858 0 0 0 394 24 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=4 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 2071 0 0 0 384 16 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 3288 0 0 0 397 19 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=4.26 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 2642 0 0 0 405 21 0 0 20 0 19 0 283137483 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=12.89 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 1503 0 0 0 1280 9 0 0 20 0 19 0 283137484 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5660 0 0 0 112 2 0 0 20 0 19 0 283137487 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 99 0 0 0 39 35 0 0 20 0 19 0 283137487 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 197200 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1748.97
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 2.06 2.08 2.02 3/211 17120
/proc/meminfo: memFree=28837672/32873852 swapFree=7624/7624
[pid=17003] ppid=17001 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/17003/stat : 17003 (java) S 17001 17003 15185 0 -1 4202496 42258 0 1 0 179765 240 0 0 20 0 19 0 283137481 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140735635673552 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17003/statm: 2406251 193460 2294 9 0 2396937 0
[pid=17003/tid=17005] ppid=17001 vsize=9625004 CPUtime=1743.99 cores=1,3,5,7
/proc/17003/task/17005/stat : 17005 (java) R 17001 17003 15185 0 -1 4202560 3141 0 1 0 174367 32 0 0 20 0 19 0 283137482 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663800548736 140663741411921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17006] ppid=17001 vsize=9625004 CPUtime=4.43 cores=1,3,5,7
/proc/17003/task/17006/stat : 17006 (java) S 17001 17003 15185 0 -1 4202560 2445 0 0 0 421 22 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663739280040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17007] ppid=17001 vsize=9625004 CPUtime=4.7 cores=1,3,5,7
/proc/17003/task/17007/stat : 17007 (java) S 17001 17003 15185 0 -1 4202560 2470 0 0 0 445 25 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663738227496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17008] ppid=17001 vsize=9625004 CPUtime=4.4 cores=1,3,5,7
/proc/17003/task/17008/stat : 17008 (java) S 17001 17003 15185 0 -1 4202560 2029 0 0 0 418 22 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663737174952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17009] ppid=17001 vsize=9625004 CPUtime=4.38 cores=1,3,5,7
/proc/17003/task/17009/stat : 17009 (java) S 17001 17003 15185 0 -1 4202560 2227 0 0 0 418 20 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663641029672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17010] ppid=17001 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/17003/task/17010/stat : 17010 (java) S 17001 17003 15185 0 -1 4202560 2866 0 0 0 418 24 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663639976104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17011] ppid=17001 vsize=9625004 CPUtime=4.24 cores=1,3,5,7
/proc/17003/task/17011/stat : 17011 (java) S 17001 17003 15185 0 -1 4202560 2222 0 0 0 406 18 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663638923560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17012] ppid=17001 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/17003/task/17012/stat : 17012 (java) S 17001 17003 15185 0 -1 4202560 3412 0 0 0 423 21 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663637871016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17003/tid=17013] ppid=17001 vsize=9625004 CPUtime=4.56 cores=1,3,5,7
/proc/17003/task/17013/stat : 17013 (java) S 17001 17003 15185 0 -1 4202560 2913 0 0 0 433 23 0 0 20 0 19 0 283137483 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663636818472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17014] ppid=17001 vsize=9625004 CPUtime=13.05 cores=1,3,5,7
/proc/17003/task/17014/stat : 17014 (java) S 17001 17003 15185 0 -1 4202560 1531 0 0 0 1296 9 0 0 20 0 19 0 283137484 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663624620648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17015] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17015/stat : 17015 (java) S 17001 17003 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663623566968 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17016] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17016/stat : 17016 (java) S 17001 17003 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283137485 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663622514312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17017] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17017/stat : 17017 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663621463056 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17018] ppid=17001 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/17003/task/17018/stat : 17018 (java) S 17001 17003 15185 0 -1 4202560 5660 0 0 0 112 2 0 0 20 0 19 0 283137487 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663620409400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17003/tid=17019] ppid=17001 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/17003/task/17019/stat : 17019 (java) S 17001 17003 15185 0 -1 4202560 10055 0 0 0 92 2 0 0 20 0 19 0 283137487 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663619356856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17020] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17020/stat : 17020 (java) S 17001 17003 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283137487 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663618304504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17003/tid=17021] ppid=17001 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/17003/task/17021/stat : 17021 (java) S 17001 17003 15185 0 -1 4202560 101 0 0 0 41 36 0 0 20 0 19 0 283137487 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663617252168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17003/tid=17022] ppid=17001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17003/task/17022/stat : 17022 (java) S 17001 17003 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283137555 9856004096 193460 33554432000 1073741824 1073778376 140735635682416 140663616197928 252266461097 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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17003 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=111405
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=700589
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1771.95
CPU time (s): 1800.05
CPU user time (s): 1797.65
CPU system time (s): 2.4
CPU usage (%): 101.586
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.11
system time used= 2.70059
maximum resident set size= 837584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42289
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53758
involuntary context switches= 56551

runsolver used 6.74997 second user time and 15.5836 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 03:55:20
IDJOB=3711227
IDBENCH=48209
IDSOLVER=2289
FILE ID=node131/3711227-1338170120
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.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-3711227-1338170120/watcher-3711227-1338170120 -o /tmp/evaluation-result-3711227-1338170120/solver-3711227-1338170120 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711227-1338170120.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=997054652

node131.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.805
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.61
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.805
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.805
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.805
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.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29714820 kB
Buffers:          341280 kB
Cached:          1811540 kB
SwapCached:         2172 kB
Active:           705240 kB
Inactive:        1613428 kB
Active(anon):     167272 kB
Inactive(anon):      820 kB
Active(file):     537968 kB
Inactive(file):  1612608 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        178508 kB
Mapped:            22544 kB
Shmem:                 0 kB
Slab:             694112 kB
SReclaimable:     136172 kB
SUnreclaim:       557940 kB
KernelStack:        1560 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     698616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 71728 MiB
End job on node131 at 2012-05-28 04:24:54