Trace number 3710086

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 snapshot? (TO) 1800.58 1794.45

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.34
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710086-1338174704.opb
0.10/0.11	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.105s.
0.26/0.21	c declared #vars     100
0.26/0.21	c internal #vars     710
0.26/0.21	c #constraints  1373
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.26/0.21	c 1373 constraints processed.
0.92/0.59	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.50/0.81	c cleaning 4253 clauses out of 8505 with flag 11000/11000
1.70/1.05	c cleaning 5623 clauses out of 11253 with flag 18001/18001
2.03/1.34	c cleaning 6814 clauses out of 13630 with flag 26001/26001
2.34/1.67	c cleaning 7909 clauses out of 15817 with flag 35002/35002
2.75/2.05	c cleaning 8948 clauses out of 17906 with flag 45000/45000
3.15/2.49	c cleaning 9977 clauses out of 19961 with flag 56003/56003
3.66/2.92	c cleaning 10986 clauses out of 21981 with flag 68000/68000
4.16/3.45	c cleaning 11992 clauses out of 23996 with flag 81001/81001
4.77/4.09	c cleaning 13001 clauses out of 26003 with flag 95000/95000
5.47/4.79	c cleaning 13995 clauses out of 28004 with flag 110002/110002
6.19/5.42	c cleaning 14999 clauses out of 30007 with flag 126000/126000
6.89/6.11	c cleaning 16000 clauses out of 32010 with flag 143002/143002
7.70/6.92	c cleaning 16996 clauses out of 34009 with flag 161001/161001
8.60/7.83	c cleaning 17997 clauses out of 36012 with flag 180000/180000
9.40/8.65	c cleaning 19004 clauses out of 38016 with flag 200001/200001
10.31/9.54	c cleaning 20002 clauses out of 40013 with flag 221002/221002
11.31/10.50	c cleaning 21001 clauses out of 42011 with flag 243002/243002
12.33/11.58	c cleaning 21995 clauses out of 44008 with flag 266000/266000
13.45/12.65	c cleaning 23000 clauses out of 46013 with flag 290000/290000
14.69/13.84	c cleaning 24002 clauses out of 48014 with flag 315001/315001
15.99/15.17	c cleaning 24997 clauses out of 50011 with flag 341000/341000
17.52/16.62	c cleaning 26002 clauses out of 52017 with flag 368003/368003
19.23/18.38	c cleaning 26999 clauses out of 54012 with flag 396000/396000
20.56/19.65	c cleaning 27995 clauses out of 56013 with flag 425000/425000
21.97/21.04	c cleaning 29004 clauses out of 58019 with flag 455001/455001
23.68/22.72	c cleaning 30001 clauses out of 60016 with flag 486002/486002
25.69/24.78	c cleaning 30998 clauses out of 62015 with flag 518002/518002
27.59/26.67	c cleaning 31998 clauses out of 64015 with flag 551000/551000
29.70/28.76	c cleaning 33001 clauses out of 66017 with flag 585000/585000
31.51/30.52	c cleaning 34004 clauses out of 68017 with flag 620001/620001
33.63/32.61	c cleaning 35000 clauses out of 70013 with flag 656001/656001
35.63/34.64	c cleaning 36004 clauses out of 72014 with flag 693002/693002
37.95/36.92	c cleaning 36999 clauses out of 74008 with flag 731000/731000
40.57/39.53	c cleaning 37993 clauses out of 76009 with flag 770000/770000
43.00/41.90	c cleaning 38998 clauses out of 78017 with flag 810001/810001
46.34/45.20	c cleaning 39996 clauses out of 80019 with flag 851001/851001
49.36/48.29	c cleaning 41003 clauses out of 82023 with flag 893001/893001
51.98/50.88	c cleaning 42000 clauses out of 84021 with flag 936002/936002
54.48/53.38	c cleaning 43006 clauses out of 86019 with flag 980000/980000
57.10/55.90	c cleaning 44003 clauses out of 88013 with flag 1025000/1025000
59.81/58.64	c cleaning 45001 clauses out of 90010 with flag 1071000/1071000
62.73/61.53	c cleaning 45998 clauses out of 92010 with flag 1118001/1118001
65.97/64.72	c cleaning 46997 clauses out of 94011 with flag 1166000/1166000
69.19/67.92	c cleaning 48000 clauses out of 96015 with flag 1215001/1215001
73.21/71.96	c cleaning 48995 clauses out of 98014 with flag 1265000/1265000
77.03/75.73	c cleaning 49999 clauses out of 100019 with flag 1316000/1316000
80.48/79.12	c cleaning 51003 clauses out of 102021 with flag 1368001/1368001
83.98/82.61	c cleaning 52002 clauses out of 104017 with flag 1421000/1421000
87.32/85.92	c cleaning 52993 clauses out of 106015 with flag 1475000/1475000
91.35/89.98	c cleaning 54002 clauses out of 108022 with flag 1530000/1530000
96.58/95.10	c cleaning 55004 clauses out of 110022 with flag 1586002/1586002
100.51/99.07	c cleaning 55998 clauses out of 112016 with flag 1643000/1643000
104.94/103.42	c cleaning 57009 clauses out of 114021 with flag 1701003/1701003
109.74/108.23	c cleaning 57990 clauses out of 116010 with flag 1760001/1760001
113.56/112.09	c cleaning 59006 clauses out of 118022 with flag 1820003/1820003
117.88/116.34	c cleaning 59998 clauses out of 120015 with flag 1881002/1881002
122.31/120.78	c cleaning 60995 clauses out of 122015 with flag 1943000/1943000
126.82/125.28	c cleaning 62000 clauses out of 124020 with flag 2006000/2006000
131.83/130.25	c cleaning 63003 clauses out of 126020 with flag 2070000/2070000
136.34/134.70	c cleaning 63998 clauses out of 128018 with flag 2135001/2135001
141.79/140.14	c cleaning 65004 clauses out of 130020 with flag 2201001/2201001
147.11/145.46	c cleaning 66002 clauses out of 132018 with flag 2268003/2268003
152.15/150.47	c cleaning 66999 clauses out of 134015 with flag 2336002/2336002
157.96/156.29	c cleaning 67994 clauses out of 136014 with flag 2405000/2405000
162.98/161.28	c cleaning 69001 clauses out of 138021 with flag 2475001/2475001
169.29/167.53	c cleaning 69999 clauses out of 140019 with flag 2546000/2546000
175.63/173.85	c cleaning 71002 clauses out of 142021 with flag 2618001/2618001
182.55/180.78	c cleaning 72004 clauses out of 144018 with flag 2691000/2691000
190.38/188.53	c cleaning 73000 clauses out of 146014 with flag 2765000/2765000
197.61/195.74	c cleaning 73995 clauses out of 148014 with flag 2840000/2840000
206.01/204.12	c cleaning 75005 clauses out of 150019 with flag 2916000/2916000
214.43/212.58	c cleaning 76003 clauses out of 152018 with flag 2993004/2993004
219.95/218.05	c cleaning 76999 clauses out of 154013 with flag 3071002/3071002
227.15/225.26	c cleaning 77996 clauses out of 156012 with flag 3150000/3150000
236.36/234.42	c cleaning 78998 clauses out of 158016 with flag 3230000/3230000
244.09/242.12	c cleaning 80000 clauses out of 160019 with flag 3311001/3311001
251.80/249.84	c cleaning 81001 clauses out of 162020 with flag 3393002/3393002
257.92/255.96	c cleaning 82000 clauses out of 164017 with flag 3476000/3476000
264.73/262.76	c cleaning 82999 clauses out of 166017 with flag 3560000/3560000
272.25/270.27	c cleaning 84004 clauses out of 168018 with flag 3645000/3645000
283.20/281.16	c cleaning 84997 clauses out of 170015 with flag 3731001/3731001
292.23/290.17	c cleaning 86001 clauses out of 172018 with flag 3818001/3818001
302.85/300.70	c cleaning 87001 clauses out of 174016 with flag 3906000/3906000
313.78/311.69	c cleaning 87998 clauses out of 176015 with flag 3995000/3995000
323.51/321.34	c cleaning 89005 clauses out of 178018 with flag 4085001/4085001
332.24/330.07	c cleaning 89996 clauses out of 180012 with flag 4176000/4176000
341.08/338.87	c cleaning 90999 clauses out of 182017 with flag 4268001/4268001
351.74/349.42	c cleaning 91998 clauses out of 184017 with flag 4361000/4361000
361.77/359.41	c cleaning 92995 clauses out of 186019 with flag 4455000/4455000
372.01/369.61	c cleaning 94000 clauses out of 188024 with flag 4550000/4550000
380.03/377.60	c cleaning 95002 clauses out of 190026 with flag 4646002/4646002
390.04/387.69	c cleaning 96001 clauses out of 192022 with flag 4743000/4743000
398.26/395.86	c cleaning 97002 clauses out of 194023 with flag 4841002/4841002
408.79/406.30	c cleaning 98003 clauses out of 196019 with flag 4940000/4940000
423.93/421.44	c cleaning 99000 clauses out of 198016 with flag 5040000/5040000
437.77/435.28	c cleaning 99985 clauses out of 200016 with flag 5141000/5141000
453.72/451.11	c cleaning 101006 clauses out of 202032 with flag 5243001/5243001
467.54/464.97	c cleaning 102005 clauses out of 204027 with flag 5346002/5346002
481.88/479.27	c cleaning 103000 clauses out of 206021 with flag 5450001/5450001
492.72/490.01	c cleaning 104005 clauses out of 208020 with flag 5555000/5555000
505.65/502.99	c cleaning 104998 clauses out of 210016 with flag 5661001/5661001
519.29/516.51	c cleaning 106004 clauses out of 212017 with flag 5768000/5768000
533.05/530.24	c cleaning 106996 clauses out of 214013 with flag 5876000/5876000
546.70/543.86	c cleaning 108003 clauses out of 216017 with flag 5985000/5985000
557.84/554.94	c cleaning 108997 clauses out of 218015 with flag 6095001/6095001
569.57/566.64	c cleaning 110005 clauses out of 220021 with flag 6206004/6206004
581.61/578.67	c cleaning 110995 clauses out of 222013 with flag 6318001/6318001
592.16/589.13	c cleaning 112003 clauses out of 224020 with flag 6431003/6431003
603.38/600.37	c cleaning 112996 clauses out of 226014 with flag 6545000/6545000
615.01/611.99	c cleaning 113999 clauses out of 228018 with flag 6660000/6660000
629.06/625.96	c cleaning 115002 clauses out of 230020 with flag 6776001/6776001
639.68/636.58	c cleaning 116000 clauses out of 232018 with flag 6893001/6893001
652.41/649.23	c cleaning 116994 clauses out of 234019 with flag 7011002/7011002
672.65/669.48	c cleaning 118006 clauses out of 236024 with flag 7130001/7130001
685.50/682.26	c cleaning 118996 clauses out of 238018 with flag 7250001/7250001
701.53/698.25	c cleaning 120001 clauses out of 240021 with flag 7371000/7371000
718.18/714.83	c cleaning 120995 clauses out of 242022 with flag 7493002/7493002
735.22/731.89	c cleaning 122005 clauses out of 244025 with flag 7616000/7616000
749.76/746.40	c cleaning 123000 clauses out of 246020 with flag 7740000/7740000
767.11/763.66	c cleaning 123998 clauses out of 248020 with flag 7865000/7865000
786.94/783.46	c cleaning 125006 clauses out of 250024 with flag 7991002/7991002
805.50/801.92	c cleaning 126001 clauses out of 252017 with flag 8118001/8118001
821.04/817.49	c cleaning 126998 clauses out of 254016 with flag 8246001/8246001
835.16/831.52	c cleaning 127999 clauses out of 256017 with flag 8375000/8375000
849.20/845.55	c cleaning 129000 clauses out of 258019 with flag 8505001/8505001
863.75/860.08	c cleaning 130002 clauses out of 260019 with flag 8636001/8636001
877.69/873.94	c cleaning 130994 clauses out of 262016 with flag 8768000/8768000
895.45/891.64	c cleaning 132002 clauses out of 264022 with flag 8901000/8901000
908.20/904.31	c cleaning 133000 clauses out of 266020 with flag 9035000/9035000
925.63/921.77	c cleaning 134000 clauses out of 268022 with flag 9170002/9170002
943.55/939.65	c cleaning 135003 clauses out of 270021 with flag 9306001/9306001
961.13/957.16	c cleaning 136002 clauses out of 272019 with flag 9443002/9443002
980.36/976.31	c cleaning 136998 clauses out of 274016 with flag 9581001/9581001
999.31/995.27	c cleaning 138000 clauses out of 276019 with flag 9720002/9720002
1021.46/1017.32	c cleaning 139001 clauses out of 278017 with flag 9860000/9860000
1043.30/1039.10	c cleaning 139998 clauses out of 280016 with flag 10001000/10001000
1065.04/1060.87	c cleaning 141008 clauses out of 282019 with flag 10143001/10143001
1083.57/1079.32	c cleaning 141998 clauses out of 284010 with flag 10286000/10286000
1106.99/1102.75	c cleaning 142993 clauses out of 286012 with flag 10430000/10430000
1130.02/1125.77	c cleaning 143999 clauses out of 288020 with flag 10575001/10575001
1147.54/1143.21	c cleaning 145005 clauses out of 290024 with flag 10721004/10721004
1175.69/1171.31	c cleaning 145995 clauses out of 292015 with flag 10868000/10868000
1202.33/1197.96	c cleaning 147002 clauses out of 294020 with flag 11016000/11016000
1228.08/1223.62	c cleaning 147999 clauses out of 296019 with flag 11165001/11165001
1248.10/1243.69	c cleaning 149000 clauses out of 298019 with flag 11315000/11315000
1267.27/1262.78	c cleaning 150003 clauses out of 300021 with flag 11466002/11466002
1287.71/1283.18	c cleaning 150995 clauses out of 302017 with flag 11618001/11618001
1310.14/1305.55	c cleaning 151999 clauses out of 304023 with flag 11771002/11771002
1336.98/1332.37	c cleaning 153001 clauses out of 306022 with flag 11925000/11925000
1363.51/1358.88	c cleaning 153993 clauses out of 308022 with flag 12080001/12080001
1388.75/1384.03	c cleaning 155001 clauses out of 310029 with flag 12236001/12236001
1416.11/1411.35	c cleaning 156003 clauses out of 312029 with flag 12393002/12393002
1435.63/1430.81	c cleaning 157006 clauses out of 314024 with flag 12551000/12551000
1456.60/1451.71	c cleaning 157997 clauses out of 316018 with flag 12710000/12710000
1476.94/1472.00	c cleaning 159001 clauses out of 318021 with flag 12870000/12870000
1498.59/1493.65	c cleaning 160006 clauses out of 320022 with flag 13031002/13031002
1519.93/1514.91	c cleaning 160994 clauses out of 322014 with flag 13193000/13193000
1541.53/1536.50	c cleaning 162001 clauses out of 324020 with flag 13356000/13356000
1561.98/1556.99	c cleaning 162997 clauses out of 326019 with flag 13520000/13520000
1580.81/1575.78	c cleaning 164003 clauses out of 328023 with flag 13685001/13685001
1602.12/1597.00	c cleaning 165008 clauses out of 330019 with flag 13851000/13851000
1629.07/1623.94	c cleaning 165997 clauses out of 332011 with flag 14018000/14018000
1650.84/1645.65	c cleaning 167002 clauses out of 334014 with flag 14186000/14186000
1673.77/1668.55	c cleaning 167995 clauses out of 336013 with flag 14355001/14355001
1693.74/1688.49	c cleaning 169006 clauses out of 338017 with flag 14525000/14525000
1724.99/1719.64	c cleaning 169997 clauses out of 340011 with flag 14696000/14696000
1749.97/1744.54	c cleaning 170996 clauses out of 342014 with flag 14868000/14868000
1776.44/1770.95	c cleaning 171992 clauses out of 344018 with flag 15041000/15041000
1800.01/1794.41	c starts		: 340
1800.01/1794.41	c conflicts		: 15204357
1800.01/1794.41	c decisions		: 17167976
1800.01/1794.41	c propagations		: 232711524
1800.01/1794.41	c inspects		: 21827497084
1800.01/1794.41	c shortcuts		: 0
1800.01/1794.41	c learnt literals	: 0
1800.01/1794.41	c learnt binary clauses	: 0
1800.01/1794.41	c learnt ternary clauses	: 6880
1800.01/1794.41	c learnt constraints	: 15204357
1800.01/1794.41	c ignored constraints	: 0
1800.01/1794.41	c root simplifications	: 340
1800.01/1794.41	c removed literals (reason simplification)	: 301646948
1800.01/1794.41	c reason swapping (by a shorter reason)	: 0
1800.01/1794.41	c Calls to reduceDB	: 169
1800.01/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.41	c number of learned constraints concerned by reduction	: 0
1800.01/1794.41	c number of learning phase by resolution	: 0
1800.01/1794.41	c number of learning phase by cutting planes	: 0
1800.01/1794.41	c speed (assignments/second)	: 129702.4704672569
1800.01/1794.41	c non guided choices	646
1800.01/1794.45	c learnt constraints type 
1800.01/1794.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 335409
1800.01/1794.45	c constraints type 
1800.01/1794.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
1800.01/1794.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.01/1794.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.01/1794.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
1800.01/1794.45	c 1373 constraints processed.
1800.01/1794.45	s UNKNOWN
1800.01/1794.45	c Total wall clock time (in seconds): 1794.341

Verifier Data

ERROR: no interpretation found !

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-3710086-1338174704/watcher-3710086-1338174704 -o /tmp/evaluation-result-3710086-1338174704/solver-3710086-1338174704 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710086-1338174704.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.02 2.02 2.00 3/194 14748
/proc/meminfo: memFree=30635604/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 1198 0 0 0 0 0 0 0 20 0 2 0 283596546 94019584 909 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 22954 913 693 9 0 16769 0
[pid=14748/tid=14749] ppid=14746 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) D 14746 14748 12979 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 283596547 94019584 917 33554432000 1073741824 1073778376 140735042040064 140327142518312 251022896423 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0480469 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 14748
/proc/meminfo: memFree=30635604/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 3095 0 1 0 3 1 0 0 20 0 13 0 283596546 9446973440 4302 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2306390 4304 1714 9 0 2297091 0
[pid=14748/tid=14749] ppid=14746 vsize=9226588 CPUtime=0.02 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 1916 0 1 0 2 0 0 0 20 0 13 0 283596547 9448026112 4306 33554432000 1073741824 1073778376 140735042040064 140327142520552 251032115377 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100233 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 14748
/proc/meminfo: memFree=30635604/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 4378 0 1 0 9 1 0 0 20 0 18 0 283596546 9787842560 6055 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2389610 6055 2131 9 0 2380296 0
[pid=14748/tid=14749] ppid=14746 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2481 0 1 0 7 0 0 0 20 0 18 0 283596547 9787842560 6055 33554432000 1073741824 1073778376 140735042040064 140327142522640 251035444493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300195 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 14748
/proc/meminfo: memFree=30635604/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 6773 0 1 0 48 2 0 0 20 0 19 0 283596546 9856004096 8713 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 8713 2234 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2517 0 1 0 26 1 0 0 20 0 19 0 283596547 9856004096 8713 33554432000 1073741824 1073778376 140735042040064 140327142523352 140327000274433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.70027 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 14748
/proc/meminfo: memFree=30635604/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=1.27 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 15837 0 1 0 123 4 0 0 20 0 19 0 283596546 9856004096 16518 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 16518 2274 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2521 0 1 0 65 2 0 0 20 0 19 0 283596547 9856004096 16518 33554432000 1073741824 1073778376 140735042040064 140327142523304 140327000718728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625004

[startup+1.50073 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 14767
/proc/meminfo: memFree=30572428/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 16234 0 1 0 219 5 0 0 20 0 19 0 283596546 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 17775 2275 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2523 0 1 0 141 2 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140327142523304 140327000826349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 283596548 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2678 0 0 0 31 1 0 0 20 0 19 0 283596551 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 17775 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 14767
/proc/meminfo: memFree=30569884/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=3.86 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 16252 0 1 0 381 5 0 0 20 0 19 0 283596546 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 18808 2275 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2527 0 1 0 296 2 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140327142523144 140327000679920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 283596548 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2678 0 0 0 31 2 0 0 20 0 19 0 283596551 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 18808 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 14767
/proc/meminfo: memFree=30571004/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 16280 0 1 0 704 6 0 0 20 0 19 0 283596546 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 17888 2275 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=6.09 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2533 0 1 0 607 2 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140327142523184 140327000718091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596547 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 32 0 0 0 14 0 0 0 20 0 19 0 283596548 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2678 0 0 0 31 2 0 0 20 0 19 0 283596551 9856004096 17888 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 402 0 0 0 69 2 0 0 20 0 19 0 283596547 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 270 0 0 0 80 2 0 0 20 0 19 0 283596547 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 79 0 0 0 20 0 19 0 283596547 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=6.84 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 165 0 0 0 682 2 0 0 20 0 19 0 283596548 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2730 0 0 0 33 2 0 0 20 0 19 0 283596551 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 93 0 0 0 27 27 0 0 20 0 19 0 283596551 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 51543 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.56
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 14840
/proc/meminfo: memFree=30709320/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=1727.77 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 18535 0 1 0 172734 43 0 0 20 0 19 0 283596546 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 53079 2276 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=1713.28 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2704 0 1 0 171299 29 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327142523184 140327000719133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 304 0 0 0 71 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 225 0 0 0 82 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 148 0 0 0 79 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 188 0 0 0 73 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 79 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 402 0 0 0 73 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 271 0 0 0 83 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 81 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=7.05 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 703 2 0 0 20 0 19 0 283596548 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2730 0 0 0 33 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 97 0 0 0 28 28 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.77
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14841
/proc/meminfo: memFree=30709204/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=1787.9 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 18543 0 1 0 178746 44 0 0 20 0 19 0 283596546 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 53079 2276 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=1773.07 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2706 0 1 0 177278 29 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327142523184 140327000826585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 304 0 0 0 72 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 225 0 0 0 84 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 148 0 0 0 80 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 188 0 0 0 75 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 81 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 402 0 0 0 76 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 271 0 0 0 86 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 84 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=7.22 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 173 0 0 0 720 2 0 0 20 0 19 0 283596548 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2730 0 0 0 33 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 101 0 0 0 28 31 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.9
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14841
/proc/meminfo: memFree=30709080/32873844 swapFree=7372/7372
[pid=14748] ppid=14746 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/14748/stat : 14748 (java) S 14746 14748 12979 0 -1 4202496 18543 0 1 0 179956 45 0 0 20 0 19 0 283596546 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140735042031200 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14748/statm: 2406251 53079 2276 9 0 2396937 0
[pid=14748/tid=14749] ppid=14746 vsize=9625004 CPUtime=1785.17 cores=0,2,4,6
/proc/14748/task/14749/stat : 14749 (java) R 14746 14748 12979 0 -1 4202560 2706 0 1 0 178487 30 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327142523184 140327000826525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14751] ppid=14746 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/14748/task/14751/stat : 14751 (java) S 14746 14748 12979 0 -1 4202560 304 0 0 0 72 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327120624168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14752] ppid=14746 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14748/task/14752/stat : 14752 (java) S 14746 14748 12979 0 -1 4202560 225 0 0 0 84 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140327119571368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14753] ppid=14746 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/14748/task/14753/stat : 14753 (java) S 14746 14748 12979 0 -1 4202560 148 0 0 0 80 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326916319528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14754] ppid=14746 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14748/task/14754/stat : 14754 (java) S 14746 14748 12979 0 -1 4202560 188 0 0 0 75 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326915266728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14755] ppid=14746 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/14748/task/14755/stat : 14755 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 81 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326914214952 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14756] ppid=14746 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/14748/task/14756/stat : 14756 (java) S 14746 14748 12979 0 -1 4202560 402 0 0 0 76 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326913162152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14757] ppid=14746 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/14748/task/14757/stat : 14757 (java) S 14746 14748 12979 0 -1 4202560 271 0 0 0 86 2 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326912109352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14758] ppid=14746 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/14748/task/14758/stat : 14758 (java) S 14746 14748 12979 0 -1 4202560 171 0 0 0 84 0 0 0 20 0 19 0 283596547 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326911056552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14748/tid=14759] ppid=14746 vsize=9625004 CPUtime=7.22 cores=0,2,4,6
/proc/14748/task/14759/stat : 14759 (java) S 14746 14748 12979 0 -1 4202560 173 0 0 0 720 2 0 0 20 0 19 0 283596548 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326898858472 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14760] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14760/stat : 14760 (java) S 14746 14748 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326897804536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14761] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14761/stat : 14761 (java) S 14746 14748 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283596549 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326896751624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14762] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14762/stat : 14762 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326895700112 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14748/tid=14763] ppid=14746 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/14748/task/14763/stat : 14763 (java) S 14746 14748 12979 0 -1 4202560 9766 0 0 0 37 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326894648248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14764] ppid=14746 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14748/task/14764/stat : 14764 (java) S 14746 14748 12979 0 -1 4202560 2730 0 0 0 33 2 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326893595448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14765] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14765/stat : 14765 (java) S 14746 14748 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326892542840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14748/tid=14766] ppid=14746 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14748/task/14766/stat : 14766 (java) S 14746 14748 12979 0 -1 4202560 101 0 0 0 28 31 0 0 20 0 19 0 283596551 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326891490248 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14748/tid=14767] ppid=14746 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14748/task/14767/stat : 14767 (java) S 14746 14748 12979 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283596568 9856004096 53079 33554432000 1073741824 1073778376 140735042040064 140326890435752 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1794.45
CPU time (s): 1800.58
CPU user time (s): 1799.67
CPU system time (s): 0.911861
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.911861
maximum resident set size= 212484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42705
involuntary context switches= 14640

runsolver used 5.9101 second user time and 14.7238 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 05:11:45
IDJOB=3710086
IDBENCH=48318
IDSOLVER=2289
FILE ID=node118/3710086-1338174704
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=1297432031

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30635496 kB
Buffers:          378436 kB
Cached:           496712 kB
SwapCached:            0 kB
Active:          1020196 kB
Inactive:         382040 kB
Active(anon):     517008 kB
Inactive(anon):    11320 kB
Active(file):     503188 kB
Inactive(file):   370720 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        532844 kB
Mapped:            20356 kB
Shmem:               200 kB
Slab:             695460 kB
SReclaimable:     136788 kB
SUnreclaim:       558672 kB
KernelStack:        1608 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     970744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node118 at 2012-05-28 05:41:41