Trace number 3710065

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 NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT 1703.21 1696.27

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.6968
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.11/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.11	c configuring ORDERS
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=true
0.11/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3710065-1338175337.opb
0.11/0.12	c reading problem ... 
0.76/0.41	c ... done. Wall clock time 0.292s.
0.76/0.41	c declared #vars     200
0.76/0.41	c internal #vars     3274
0.76/0.41	c #constraints  6451
0.76/0.41	c constraints type 
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
0.76/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.76/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.76/0.41	c 6451 constraints processed.
2.22/1.19	c cleaning 2498 clauses out of 5006 with flag 5006/5006
2.89/1.72	c cleaning 4250 clauses out of 8503 with flag 11001/11001
3.41/2.22	c cleaning 5624 clauses out of 11253 with flag 18001/18001
4.02/2.80	c cleaning 6813 clauses out of 13630 with flag 26002/26002
4.64/3.47	c cleaning 7904 clauses out of 15816 with flag 35001/35001
5.37/4.14	c cleaning 8952 clauses out of 17912 with flag 45001/45001
6.28/5.00	c cleaning 9974 clauses out of 19959 with flag 56000/56000
7.10/5.85	c cleaning 10989 clauses out of 21985 with flag 68000/68000
8.12/6.87	c cleaning 11991 clauses out of 23996 with flag 81000/81000
9.13/7.88	c cleaning 12998 clauses out of 26006 with flag 95001/95001
10.35/9.00	c cleaning 14001 clauses out of 28007 with flag 110000/110000
11.46/10.18	c cleaning 15000 clauses out of 30006 with flag 126000/126000
12.76/11.41	c cleaning 15995 clauses out of 32006 with flag 143000/143000
13.97/12.69	c cleaning 17001 clauses out of 34013 with flag 161002/161002
15.68/14.33	c cleaning 17996 clauses out of 36010 with flag 180000/180000
17.10/15.80	c cleaning 19002 clauses out of 38017 with flag 200003/200003
18.72/17.33	c cleaning 19998 clauses out of 40017 with flag 221005/221005
20.53/19.16	c cleaning 20998 clauses out of 42014 with flag 243000/243000
22.73/21.31	c cleaning 22006 clauses out of 44016 with flag 266000/266000
24.45/23.06	c cleaning 22997 clauses out of 46010 with flag 290000/290000
26.36/24.96	c cleaning 23998 clauses out of 48013 with flag 315000/315000
28.58/27.15	c cleaning 25002 clauses out of 50017 with flag 341002/341002
30.71/29.24	c cleaning 26003 clauses out of 52015 with flag 368002/368002
33.22/31.80	c cleaning 26998 clauses out of 54010 with flag 396000/396000
35.43/33.91	c cleaning 27999 clauses out of 56013 with flag 425001/425001
37.64/36.13	c cleaning 28998 clauses out of 58014 with flag 455001/455001
40.56/39.07	c cleaning 30001 clauses out of 60016 with flag 486001/486001
44.10/42.56	c cleaning 30997 clauses out of 62014 with flag 518000/518000
47.11/45.50	c cleaning 31998 clauses out of 64017 with flag 551000/551000
50.52/48.91	c cleaning 33001 clauses out of 66019 with flag 585000/585000
53.26/51.62	c cleaning 34004 clauses out of 68019 with flag 620001/620001
56.15/54.58	c cleaning 34992 clauses out of 70014 with flag 656000/656000
59.16/57.58	c cleaning 36003 clauses out of 72025 with flag 693003/693003
62.38/60.75	c cleaning 37002 clauses out of 74019 with flag 731000/731000
66.20/64.53	c cleaning 37995 clauses out of 76018 with flag 770001/770001
69.61/67.97	c cleaning 39005 clauses out of 78023 with flag 810001/810001
73.54/71.86	c cleaning 39998 clauses out of 80017 with flag 851000/851000
77.27/75.54	c cleaning 41001 clauses out of 82019 with flag 893000/893000
80.78/79.07	c cleaning 41998 clauses out of 84018 with flag 936000/936000
84.70/82.92	c cleaning 42997 clauses out of 86021 with flag 980001/980001
88.74/86.92	c cleaning 44007 clauses out of 88023 with flag 1025000/1025000
93.76/91.91	c cleaning 44999 clauses out of 90016 with flag 1071000/1071000
98.09/96.24	c cleaning 46005 clauses out of 92017 with flag 1118000/1118000
102.80/100.99	c cleaning 46996 clauses out of 94012 with flag 1166000/1166000
107.82/105.98	c cleaning 48003 clauses out of 96017 with flag 1215001/1215001
112.25/110.39	c cleaning 48999 clauses out of 98013 with flag 1265000/1265000
117.20/115.22	c cleaning 49994 clauses out of 100014 with flag 1316000/1316000
121.55/119.54	c cleaning 51010 clauses out of 102023 with flag 1368003/1368003
126.37/124.36	c cleaning 52000 clauses out of 104010 with flag 1421000/1421000
131.67/129.67	c cleaning 52995 clauses out of 106010 with flag 1475000/1475000
138.60/136.59	c cleaning 54005 clauses out of 108018 with flag 1530003/1530003
145.02/143.00	c cleaning 55001 clauses out of 110011 with flag 1586001/1586001
151.26/149.12	c cleaning 55994 clauses out of 112009 with flag 1643000/1643000
157.68/155.52	c cleaning 56999 clauses out of 114015 with flag 1701000/1701000
165.20/163.04	c cleaning 57998 clauses out of 116016 with flag 1760000/1760000
171.43/169.23	c cleaning 59003 clauses out of 118020 with flag 1820002/1820002
179.68/177.45	c cleaning 59996 clauses out of 120016 with flag 1881001/1881001
186.49/184.21	c cleaning 61003 clauses out of 122019 with flag 1943000/1943000
193.63/191.37	c cleaning 62002 clauses out of 124017 with flag 2006001/2006001
199.25/196.94	c cleaning 62999 clauses out of 126015 with flag 2070001/2070001
206.15/203.87	c cleaning 64003 clauses out of 128017 with flag 2135002/2135002
214.11/211.76	c cleaning 64999 clauses out of 130012 with flag 2201000/2201000
221.33/218.92	c cleaning 65998 clauses out of 132013 with flag 2268000/2268000
228.25/225.90	c cleaning 66999 clauses out of 134017 with flag 2336002/2336002
236.78/234.35	c cleaning 67997 clauses out of 136018 with flag 2405002/2405002
243.74/241.23	c cleaning 69002 clauses out of 138019 with flag 2475000/2475000
252.28/249.73	c cleaning 69997 clauses out of 140020 with flag 2546003/2546003
260.02/257.48	c cleaning 71002 clauses out of 142020 with flag 2618000/2618000
267.17/264.51	c cleaning 72004 clauses out of 144022 with flag 2691004/2691004
276.32/273.70	c cleaning 72996 clauses out of 146014 with flag 2765000/2765000
284.15/281.45	c cleaning 73996 clauses out of 148018 with flag 2840000/2840000
292.67/289.91	c cleaning 75010 clauses out of 150024 with flag 2916002/2916002
301.33/298.56	c cleaning 76005 clauses out of 152015 with flag 2993003/2993003
307.97/305.11	c cleaning 76996 clauses out of 154007 with flag 3071000/3071000
316.40/313.53	c cleaning 77999 clauses out of 156012 with flag 3150001/3150001
324.63/321.70	c cleaning 78995 clauses out of 158014 with flag 3230002/3230002
332.27/329.37	c cleaning 80006 clauses out of 160017 with flag 3311000/3311000
344.50/341.53	c cleaning 80998 clauses out of 162012 with flag 3393001/3393001
353.45/350.47	c cleaning 82003 clauses out of 164015 with flag 3476002/3476002
363.21/360.11	c cleaning 82997 clauses out of 166010 with flag 3560000/3560000
374.63/371.59	c cleaning 83998 clauses out of 168014 with flag 3645001/3645001
382.58/379.42	c cleaning 85000 clauses out of 170016 with flag 3731001/3731001
394.49/391.39	c cleaning 85995 clauses out of 172017 with flag 3818002/3818002
405.55/402.36	c cleaning 87010 clauses out of 174024 with flag 3906004/3906004
415.99/412.74	c cleaning 87995 clauses out of 176010 with flag 3995000/3995000
430.60/427.33	c cleaning 88998 clauses out of 178016 with flag 4085001/4085001
446.86/443.59	c cleaning 89995 clauses out of 180017 with flag 4176000/4176000
462.46/459.04	c cleaning 91001 clauses out of 182024 with flag 4268002/4268002
475.99/472.52	c cleaning 92002 clauses out of 184022 with flag 4361001/4361001
492.05/488.50	c cleaning 93000 clauses out of 186020 with flag 4455001/4455001
501.61/498.07	c cleaning 94005 clauses out of 188020 with flag 4550001/4550001
511.04/507.43	c cleaning 95004 clauses out of 190014 with flag 4646000/4646000
521.56/517.96	c cleaning 95996 clauses out of 192010 with flag 4743000/4743000
533.31/529.67	c cleaning 96994 clauses out of 194014 with flag 4841000/4841000
547.64/543.92	c cleaning 98003 clauses out of 196021 with flag 4940001/4940001
564.27/560.55	c cleaning 98996 clauses out of 198017 with flag 5040000/5040000
581.48/577.62	c cleaning 100002 clauses out of 200022 with flag 5141001/5141001
596.03/592.17	c cleaning 100998 clauses out of 202019 with flag 5243000/5243000
608.46/604.50	c cleaning 101999 clauses out of 204022 with flag 5346001/5346001
622.23/618.29	c cleaning 103000 clauses out of 206024 with flag 5450002/5450002
633.48/629.43	c cleaning 104003 clauses out of 208024 with flag 5555002/5555002
649.89/645.82	c cleaning 104991 clauses out of 210019 with flag 5661000/5661000
664.76/660.65	c cleaning 106002 clauses out of 212029 with flag 5768001/5768001
679.74/675.56	c cleaning 107000 clauses out of 214026 with flag 5876000/5876000
694.21/689.94	c cleaning 108013 clauses out of 216027 with flag 5985001/5985001
711.16/706.86	c cleaning 108997 clauses out of 218014 with flag 6095001/6095001
732.14/727.76	c cleaning 110000 clauses out of 220020 with flag 6206004/6206004
753.40/748.96	c cleaning 110998 clauses out of 222016 with flag 6318000/6318000
771.88/767.34	c cleaning 111992 clauses out of 224018 with flag 6431000/6431000
789.33/784.78	c cleaning 113002 clauses out of 226028 with flag 6545002/6545002
806.62/801.96	c cleaning 113997 clauses out of 228024 with flag 6660000/6660000
820.02/815.39	c cleaning 115006 clauses out of 230031 with flag 6776004/6776004
832.55/827.86	c cleaning 116002 clauses out of 232022 with flag 6893001/6893001
847.80/843.01	c cleaning 116992 clauses out of 234020 with flag 7011001/7011001
866.43/861.63	c cleaning 117999 clauses out of 236027 with flag 7130000/7130000
881.01/876.17	c cleaning 119007 clauses out of 238032 with flag 7250004/7250004
899.72/894.87	c cleaning 120001 clauses out of 240022 with flag 7371001/7371001
913.50/908.50	c cleaning 120999 clauses out of 242020 with flag 7493000/7493000
931.53/926.51	c cleaning 122007 clauses out of 244026 with flag 7616005/7616005
948.56/943.53	c cleaning 122994 clauses out of 246014 with flag 7740000/7740000
965.31/960.27	c cleaning 123999 clauses out of 248022 with flag 7865002/7865002
991.15/986.07	c cleaning 125000 clauses out of 250021 with flag 7991000/7991000
1014.81/1009.64	c cleaning 125996 clauses out of 252022 with flag 8118001/8118001
1035.30/1030.08	c cleaning 127010 clauses out of 254028 with flag 8246003/8246003
1055.48/1050.13	c cleaning 127993 clauses out of 256015 with flag 8375000/8375000
1074.43/1069.06	c cleaning 129001 clauses out of 258029 with flag 8505007/8505007
1098.16/1092.71	c cleaning 130004 clauses out of 260022 with flag 8636001/8636001
1120.50/1115.05	c cleaning 131000 clauses out of 262017 with flag 8768000/8768000
1141.37/1135.81	c cleaning 131995 clauses out of 264017 with flag 8901000/8901000
1157.92/1152.37	c cleaning 132997 clauses out of 266022 with flag 9035000/9035000
1186.37/1180.79	c cleaning 134001 clauses out of 268025 with flag 9170000/9170000
1215.10/1209.43	c cleaning 134996 clauses out of 270024 with flag 9306000/9306000
1238.46/1232.76	c cleaning 136008 clauses out of 272029 with flag 9443001/9443001
1263.92/1258.18	c cleaning 136999 clauses out of 274021 with flag 9581001/9581001
1289.18/1283.32	c cleaning 137997 clauses out of 276021 with flag 9720000/9720000
1315.05/1309.14	c cleaning 138999 clauses out of 278024 with flag 9860000/9860000
1340.64/1334.67	c cleaning 139992 clauses out of 280029 with flag 10001004/10001004
1361.21/1355.12	c cleaning 141009 clauses out of 282033 with flag 10143000/10143000
1376.37/1370.24	c cleaning 142004 clauses out of 284026 with flag 10286002/10286002
1391.79/1385.65	c cleaning 143003 clauses out of 286021 with flag 10430001/10430001
1414.81/1408.65	c cleaning 144006 clauses out of 288017 with flag 10575000/10575000
1437.40/1431.13	c cleaning 144996 clauses out of 290011 with flag 10721000/10721000
1459.79/1453.42	c cleaning 146000 clauses out of 292015 with flag 10868000/10868000
1491.59/1485.14	c cleaning 146996 clauses out of 294015 with flag 11016000/11016000
1512.56/1506.07	c cleaning 147999 clauses out of 296019 with flag 11165000/11165000
1543.23/1536.68	c cleaning 149000 clauses out of 298020 with flag 11315000/11315000
1570.07/1563.48	c cleaning 149995 clauses out of 300020 with flag 11466000/11466000
1596.21/1589.52	c cleaning 151007 clauses out of 302025 with flag 11618000/11618000
1619.95/1613.26	c cleaning 152002 clauses out of 304019 with flag 11771001/11771001
1646.50/1639.70	c cleaning 152999 clauses out of 306017 with flag 11925001/11925001
1672.99/1666.19	c cleaning 153995 clauses out of 308017 with flag 12080000/12080000
1702.55/1695.62	c cleaning 154997 clauses out of 310022 with flag 12236000/12236000
1703.21/1696.24	c starts		: 323
1703.21/1696.24	c conflicts		: 12241463
1703.21/1696.24	c decisions		: 14457707
1703.21/1696.24	c propagations		: 180982879
1703.21/1696.24	c inspects		: 15017306664
1703.21/1696.24	c shortcuts		: 0
1703.21/1696.24	c learnt literals	: 0
1703.21/1696.24	c learnt binary clauses	: 0
1703.21/1696.24	c learnt ternary clauses	: 46898
1703.21/1696.24	c learnt constraints	: 12241463
1703.21/1696.24	c ignored constraints	: 0
1703.21/1696.24	c root simplifications	: 323
1703.21/1696.24	c removed literals (reason simplification)	: 351620891
1703.21/1696.24	c reason swapping (by a shorter reason)	: 0
1703.21/1696.24	c Calls to reduceDB	: 152
1703.21/1696.24	c number of reductions to clauses (during analyze)	: 0
1703.21/1696.24	c number of learned constraints concerned by reduction	: 0
1703.21/1696.24	c number of learning phase by resolution	: 0
1703.21/1696.24	c number of learning phase by cutting planes	: 0
1703.21/1696.24	c speed (assignments/second)	: 106722.74111154288
1703.21/1696.24	c non guided choices	3139
1703.21/1696.27	c learnt constraints type 
1703.21/1696.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160488
1703.21/1696.27	c constraints type 
1703.21/1696.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
1703.21/1696.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1703.21/1696.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1703.21/1696.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
1703.21/1696.27	c 6451 constraints processed.
1703.21/1696.27	s SATISFIABLE
1703.21/1696.27	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 
1703.21/1696.27	c Total wall clock time (in seconds): 1696.152

Verifier Data

OK	0

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.01 3/192 17788
/proc/meminfo: memFree=29083044/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 283659146 95129600 926 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 23225 926 703 9 0 16769 0
[pid=17788/tid=17789] ppid=17786 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 283659146 95129600 926 33554432000 1073741824 1073778376 140735785640496 140376780033576 252253924647 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0522599 s]
/proc/loadavg: 2.08 2.04 2.01 3/192 17788
/proc/meminfo: memFree=29083044/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9359716 CPUtime=0.03 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 3162 0 1 0 3 0 0 0 20 0 15 0 283659146 9584349184 3860 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2339929 3869 1727 9 0 2330630 0
[pid=17788/tid=17789] ppid=17786 vsize=9359716 CPUtime=0.03 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) S 17786 17788 15185 0 -1 4202560 1980 0 1 0 3 0 0 0 20 0 16 0 283659146 9584349184 3870 33554432000 1073741824 1073778376 140735785640496 140376780040152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9359716

[startup+0.100283 s]
/proc/loadavg: 2.08 2.04 2.01 3/192 17788
/proc/meminfo: memFree=29083044/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 4332 0 1 0 10 1 0 0 20 0 18 0 283659146 9787842560 5539 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2389610 5539 2116 9 0 2380296 0
[pid=17788/tid=17789] ppid=17786 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2464 0 1 0 7 0 0 0 20 0 18 0 283659146 9787842560 5539 33554432000 1073741824 1073778376 140735785640496 140376780036808 140376710029664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300244 s]
/proc/loadavg: 2.08 2.04 2.01 3/192 17788
/proc/meminfo: memFree=29083044/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 6119 0 1 0 45 2 0 0 20 0 18 0 283659146 9787842560 7854 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2389610 7854 2235 9 0 2380296 0
[pid=17788/tid=17789] ppid=17786 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2546 0 1 0 26 1 0 0 20 0 18 0 283659146 9787842560 7854 33554432000 1073741824 1073778376 140735785640496 140376780029696 140376787802932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700269 s]
/proc/loadavg: 2.08 2.04 2.01 3/192 17788
/proc/meminfo: memFree=29083044/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=1.66 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 14781 0 1 0 162 4 0 0 20 0 19 0 283659146 9856004096 15829 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 15829 2258 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2562 0 1 0 66 1 0 0 20 0 19 0 283659146 9856004096 15829 33554432000 1073741824 1073778376 140735785640496 140376780038480 140376651995610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.23 2.07 2.02 3/211 17807
/proc/meminfo: memFree=29025216/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=2.66 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 14876 0 1 0 262 4 0 0 20 0 19 0 283659146 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 19493 2291 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2569 0 1 0 144 1 0 0 20 0 19 0 283659146 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376780038328 140376652171202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4702 0 0 0 55 0 0 0 20 0 19 0 283659151 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6358 0 0 0 56 2 0 0 20 0 19 0 283659151 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 19493 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.23 2.07 2.02 3/211 17807
/proc/meminfo: memFree=29008460/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=4.34 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 14929 0 1 0 429 5 0 0 20 0 19 0 283659146 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 21071 2291 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2570 0 1 0 298 1 0 0 20 0 19 0 283659146 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376780038632 140376652433119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 283659148 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4712 0 0 0 59 0 0 0 20 0 19 0 283659151 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 21071 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.23 2.07 2.02 3/211 17807
/proc/meminfo: memFree=29003928/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=7.62 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 14940 0 1 0 757 5 0 0 20 0 19 0 283659146 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 21548 2291 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=6.06 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2575 0 1 0 605 1 0 0 20 0 19 0 283659146 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376780038448 140376652714427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283659147 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 19 0 283659148 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4712 0 0 0 60 0 0 0 20 0 19 0 283659151 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 21548 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 367 0 0 0 102 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=7.82 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 137 0 0 0 780 2 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4721 0 0 0 62 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 97 0 0 0 20 27 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1702.05
Current children cumulated vsize (KiB) 9625004

[startup+1695.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 17882
/proc/meminfo: memFree=29366312/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=1702.9 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 17245 0 1 0 170239 51 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 84696 2292 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=1681.02 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2761 0 1 0 168072 30 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376780038448 140376652764451 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 304 0 0 0 94 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 238 0 0 0 97 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 223 0 0 0 108 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 257 0 0 0 100 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 327 0 0 0 96 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 149 0 0 0 96 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 116 0 0 0 90 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 367 0 0 0 103 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=7.94 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 139 0 0 0 792 2 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4721 0 0 0 62 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 97 0 0 0 20 27 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1702.9
Current children cumulated vsize (KiB) 9625004

[startup+1696.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 17882
/proc/meminfo: memFree=29366312/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=1703.11 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 17245 0 1 0 170260 51 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 84696 2292 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=1681.22 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2761 0 1 0 168092 30 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376780038448 140376652764446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 304 0 0 0 94 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 238 0 0 0 97 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 223 0 0 0 108 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 257 0 0 0 100 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 327 0 0 0 96 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 149 0 0 0 96 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 116 0 0 0 90 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 367 0 0 0 103 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=7.94 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 139 0 0 0 792 2 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4721 0 0 0 62 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 97 0 0 0 20 27 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1703.11
Current children cumulated vsize (KiB) 9625004

[startup+1696.21 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 17882
/proc/meminfo: memFree=29366312/32873852 swapFree=7624/7624
[pid=17788] ppid=17786 vsize=9625004 CPUtime=1703.21 cores=0,2,4,6
/proc/17788/stat : 17788 (java) S 17786 17788 15185 0 -1 4202496 17245 0 1 0 170270 51 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140735785631632 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17788/statm: 2406251 84696 2292 9 0 2396937 0
[pid=17788/tid=17789] ppid=17786 vsize=9625004 CPUtime=1681.32 cores=0,2,4,6
/proc/17788/task/17789/stat : 17789 (java) R 17786 17788 15185 0 -1 4202560 2761 0 1 0 168102 30 0 0 20 0 19 0 283659146 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376780038448 140376652714739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17791] ppid=17786 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/17788/task/17791/stat : 17791 (java) S 17786 17788 15185 0 -1 4202560 304 0 0 0 94 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376623540776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17792] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17792/stat : 17792 (java) S 17786 17788 15185 0 -1 4202560 238 0 0 0 97 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376622487976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17793] ppid=17786 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/17788/task/17793/stat : 17793 (java) S 17786 17788 15185 0 -1 4202560 223 0 0 0 108 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376621435176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17794] ppid=17786 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/17788/task/17794/stat : 17794 (java) S 17786 17788 15185 0 -1 4202560 257 0 0 0 100 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376620382376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17795] ppid=17786 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/17788/task/17795/stat : 17795 (java) S 17786 17788 15185 0 -1 4202560 327 0 0 0 96 4 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376619330600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17796] ppid=17786 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/17788/task/17796/stat : 17796 (java) S 17786 17788 15185 0 -1 4202560 149 0 0 0 96 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376618277800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17797] ppid=17786 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/17788/task/17797/stat : 17797 (java) S 17786 17788 15185 0 -1 4202560 116 0 0 0 90 2 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376617225000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17798] ppid=17786 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/17788/task/17798/stat : 17798 (java) S 17786 17788 15185 0 -1 4202560 367 0 0 0 103 3 0 0 20 0 19 0 283659147 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376616172200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17788/tid=17799] ppid=17786 vsize=9625004 CPUtime=7.94 cores=0,2,4,6
/proc/17788/task/17799/stat : 17799 (java) S 17786 17788 15185 0 -1 4202560 139 0 0 0 792 2 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376603974120 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17800] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17800/stat : 17800 (java) S 17786 17788 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283659148 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376602920184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17801] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17801/stat : 17801 (java) S 17786 17788 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283659149 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376601867272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17802] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17802/stat : 17802 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376600815760 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17803] ppid=17786 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17788/task/17803/stat : 17803 (java) S 17786 17788 15185 0 -1 4202560 4721 0 0 0 62 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376599763896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17788/tid=17804] ppid=17786 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/17788/task/17804/stat : 17804 (java) S 17786 17788 15185 0 -1 4202560 6361 0 0 0 58 2 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376598711096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17805] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17805/stat : 17805 (java) S 17786 17788 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376597658488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17788/tid=17806] ppid=17786 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17788/task/17806/stat : 17806 (java) S 17786 17788 15185 0 -1 4202560 97 0 0 0 20 27 0 0 20 0 19 0 283659151 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376596605896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17788/tid=17807] ppid=17786 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17788/task/17807/stat : 17807 (java) S 17786 17788 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283659188 9856004096 84696 33554432000 1073741824 1073778376 140735785640496 140376595551400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1703.21
Current children cumulated vsize (KiB) 9625004

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17788 and gives
#  childrusage.ru_utime.tv_sec=1698
#  childrusage.ru_utime.tv_usec=372808
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=2847
# CPU time returned by wait4() is 1699.38
# while last known CPU time is 1703.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1696.27
CPU time (s): 1703.21
CPU user time (s): 1702.7
CPU system time (s): 0.51
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1698.37
system time used= 1.00285
maximum resident set size= 338828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17259
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40163
involuntary context switches= 27828

runsolver used 2.66059 second user time and 6.63899 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 05:22:17
IDJOB=3710065
IDBENCH=48376
IDSOLVER=2289
FILE ID=node131/3710065-1338175337
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=1357487250

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:        29083208 kB
Buffers:          345116 kB
Cached:          1812852 kB
SwapCached:         2172 kB
Active:          1338528 kB
Inactive:        1616784 kB
Active(anon):     798500 kB
Inactive(anon):      820 kB
Active(file):     540028 kB
Inactive(file):  1615964 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:        850652 kB
Mapped:            22620 kB
Shmem:                 0 kB
Slab:             694576 kB
SReclaimable:     136312 kB
SUnreclaim:       558264 kB
KernelStack:        1744 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1420352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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 05:50:33