Trace number 3688177

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)177 1800.03 1793.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-lin.rom.r.opb
MD5SUM3183c84355c854880486b3d148840656
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.184971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved YES
Number of variables1076
Total number of constraints1030
Number of constraints which are clauses1030
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 1076
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1076
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1076
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688177-1337880815.opb
0.10/0.10	c reading problem ... 
0.29/0.26	c ... done. Wall clock time 0.156s.
0.29/0.26	c declared #vars     1076
0.29/0.26	c #constraints  1030
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39
0.29/0.26	c 1030 constraints processed.
0.29/0.26	c objective function length is 1076 literals
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.29/0.28	o 177
1.39/0.91	c cleaning 2501 clauses out of 5002 with flag 5002/5002
2.04/1.50	c cleaning 4250 clauses out of 8499 with flag 11000/11000
2.66/2.18	c cleaning 5620 clauses out of 11249 with flag 18000/18000
3.56/3.01	c cleaning 6811 clauses out of 13630 with flag 26001/26001
4.59/4.03	c cleaning 7908 clauses out of 15819 with flag 35001/35001
5.60/5.09	c cleaning 8950 clauses out of 17911 with flag 45001/45001
6.90/6.31	c cleaning 9974 clauses out of 19960 with flag 56000/56000
8.22/7.62	c cleaning 10991 clauses out of 21986 with flag 68000/68000
9.61/9.04	c cleaning 11987 clauses out of 23995 with flag 81000/81000
11.22/10.63	c cleaning 12997 clauses out of 26008 with flag 95000/95000
12.96/12.33	c cleaning 14007 clauses out of 28013 with flag 110002/110002
14.66/14.02	c cleaning 14999 clauses out of 30006 with flag 126002/126002
16.68/16.02	c cleaning 16002 clauses out of 32005 with flag 143000/143000
18.69/18.04	c cleaning 17001 clauses out of 34003 with flag 161000/161000
20.82/20.13	c cleaning 17990 clauses out of 36002 with flag 180000/180000
23.02/22.32	c cleaning 19001 clauses out of 38012 with flag 200000/200000
25.34/24.64	c cleaning 20004 clauses out of 40011 with flag 221000/221000
27.65/26.98	c cleaning 21004 clauses out of 42010 with flag 243003/243003
30.17/29.46	c cleaning 21994 clauses out of 44003 with flag 266000/266000
32.79/32.03	c cleaning 22998 clauses out of 46009 with flag 290000/290000
35.49/34.79	c cleaning 24000 clauses out of 48013 with flag 315002/315002
38.42/37.67	c cleaning 25006 clauses out of 50012 with flag 341001/341001
41.45/40.69	c cleaning 25998 clauses out of 52005 with flag 368000/368000
44.66/43.89	c cleaning 27004 clauses out of 54008 with flag 396001/396001
47.98/47.19	c cleaning 27994 clauses out of 56004 with flag 425001/425001
51.60/50.75	c cleaning 29000 clauses out of 58011 with flag 455002/455002
55.14/54.28	c cleaning 29999 clauses out of 60010 with flag 486001/486001
58.85/57.97	c cleaning 31002 clauses out of 62011 with flag 518001/518001
62.87/61.93	c cleaning 31996 clauses out of 64008 with flag 551000/551000
66.99/66.03	c cleaning 32998 clauses out of 66014 with flag 585002/585002
70.90/69.94	c cleaning 34007 clauses out of 68015 with flag 620001/620001
74.92/73.98	c cleaning 35000 clauses out of 70009 with flag 656002/656002
79.03/78.07	c cleaning 36002 clauses out of 72007 with flag 693000/693000
83.33/82.39	c cleaning 37002 clauses out of 74006 with flag 731001/731001
88.05/87.04	c cleaning 37996 clauses out of 76005 with flag 770002/770002
92.96/91.92	c cleaning 38992 clauses out of 78007 with flag 810000/810000
97.89/96.81	c cleaning 40007 clauses out of 80017 with flag 851002/851002
102.70/101.68	c cleaning 41004 clauses out of 82009 with flag 893001/893001
107.74/106.64	c cleaning 41995 clauses out of 84004 with flag 936000/936000
113.14/112.04	c cleaning 42994 clauses out of 86009 with flag 980000/980000
118.77/117.62	c cleaning 44005 clauses out of 88016 with flag 1025001/1025001
124.40/123.26	c cleaning 44999 clauses out of 90010 with flag 1071000/1071000
129.93/128.74	c cleaning 46002 clauses out of 92011 with flag 1118000/1118000
135.54/134.36	c cleaning 47001 clauses out of 94009 with flag 1166000/1166000
141.25/140.06	c cleaning 47992 clauses out of 96008 with flag 1215000/1215000
147.07/145.88	c cleaning 49007 clauses out of 98017 with flag 1265001/1265001
153.20/151.93	c cleaning 50000 clauses out of 100010 with flag 1316001/1316001
159.07/157.75	c cleaning 51003 clauses out of 102009 with flag 1368000/1368000
165.19/163.85	c cleaning 52000 clauses out of 104007 with flag 1421001/1421001
171.30/169.92	c cleaning 53002 clauses out of 106006 with flag 1475000/1475000
177.54/176.11	c cleaning 54002 clauses out of 108005 with flag 1530001/1530001
184.17/182.77	c cleaning 54998 clauses out of 110002 with flag 1586000/1586000
190.69/189.26	c cleaning 55995 clauses out of 112005 with flag 1643001/1643001
197.82/196.38	c cleaning 57001 clauses out of 114010 with flag 1701001/1701001
205.06/203.52	c cleaning 58000 clauses out of 116009 with flag 1760001/1760001
212.48/210.94	c cleaning 58998 clauses out of 118010 with flag 1820002/1820002
220.10/218.53	c cleaning 59998 clauses out of 120011 with flag 1881001/1881001
227.84/226.21	c cleaning 61000 clauses out of 122013 with flag 1943001/1943001
235.64/234.02	c cleaning 62006 clauses out of 124013 with flag 2006001/2006001
243.11/241.40	c cleaning 62998 clauses out of 126006 with flag 2070000/2070000
250.55/248.80	c cleaning 64002 clauses out of 128009 with flag 2135001/2135001
258.19/256.49	c cleaning 64991 clauses out of 130006 with flag 2201000/2201000
266.13/264.40	c cleaning 66006 clauses out of 132018 with flag 2268003/2268003
274.24/272.49	c cleaning 67002 clauses out of 134009 with flag 2336000/2336000
283.27/281.42	c cleaning 68001 clauses out of 136007 with flag 2405000/2405000
291.73/289.86	c cleaning 68996 clauses out of 138006 with flag 2475000/2475000
300.67/298.73	c cleaning 70002 clauses out of 140011 with flag 2546001/2546001
309.89/307.97	c cleaning 70999 clauses out of 142008 with flag 2618000/2618000
318.84/316.89	c cleaning 72002 clauses out of 144009 with flag 2691000/2691000
327.86/325.86	c cleaning 72999 clauses out of 146008 with flag 2765001/2765001
337.18/335.16	c cleaning 74000 clauses out of 148009 with flag 2840001/2840001
346.71/344.63	c cleaning 75004 clauses out of 150009 with flag 2916001/2916001
356.28/354.11	c cleaning 76000 clauses out of 152004 with flag 2993000/2993000
365.71/363.51	c cleaning 76998 clauses out of 154005 with flag 3071001/3071001
375.37/373.16	c cleaning 78000 clauses out of 156006 with flag 3150000/3150000
384.99/382.76	c cleaning 79001 clauses out of 158007 with flag 3230001/3230001
394.61/392.36	c cleaning 79993 clauses out of 160006 with flag 3311001/3311001
405.12/402.87	c cleaning 81000 clauses out of 162012 with flag 3393000/3393000
414.93/412.69	c cleaning 82002 clauses out of 164012 with flag 3476000/3476000
425.47/423.16	c cleaning 83000 clauses out of 166010 with flag 3560000/3560000
436.39/434.05	c cleaning 83997 clauses out of 168012 with flag 3645002/3645002
448.62/446.27	c cleaning 84996 clauses out of 170013 with flag 3731000/3731000
460.06/457.69	c cleaning 86004 clauses out of 172017 with flag 3818000/3818000
471.77/469.38	c cleaning 86999 clauses out of 174015 with flag 3906002/3906002
483.42/480.95	c cleaning 88001 clauses out of 176014 with flag 3995000/3995000
494.16/491.66	c cleaning 89000 clauses out of 178015 with flag 4085002/4085002
505.47/502.95	c cleaning 90004 clauses out of 180013 with flag 4176000/4176000
517.19/514.67	c cleaning 90999 clauses out of 182010 with flag 4268001/4268001
529.31/526.71	c cleaning 91999 clauses out of 184011 with flag 4361001/4361001
541.75/539.10	c cleaning 93002 clauses out of 186011 with flag 4455000/4455000
553.21/550.50	c cleaning 94000 clauses out of 188009 with flag 4550000/4550000
564.65/561.90	c cleaning 94994 clauses out of 190009 with flag 4646000/4646000
576.87/574.16	c cleaning 96004 clauses out of 192017 with flag 4743002/4743002
589.19/586.49	c cleaning 97000 clauses out of 194011 with flag 4841000/4841000
602.21/599.43	c cleaning 97997 clauses out of 196011 with flag 4940000/4940000
615.36/612.58	c cleaning 99002 clauses out of 198015 with flag 5040001/5040001
629.51/626.55	c cleaning 99999 clauses out of 200012 with flag 5141000/5141000
643.47/640.44	c cleaning 101006 clauses out of 202015 with flag 5243002/5243002
657.21/654.18	c cleaning 102001 clauses out of 204010 with flag 5346003/5346003
672.34/669.25	c cleaning 102998 clauses out of 206006 with flag 5450000/5450000
686.89/683.77	c cleaning 103995 clauses out of 208008 with flag 5555000/5555000
702.22/699.06	c cleaning 105001 clauses out of 210013 with flag 5661000/5661000
718.20/714.93	c cleaning 106005 clauses out of 212012 with flag 5768000/5768000
735.26/731.90	c cleaning 107001 clauses out of 214007 with flag 5876000/5876000
751.53/748.13	c cleaning 108001 clauses out of 216006 with flag 5985000/5985000
767.45/764.04	c cleaning 108998 clauses out of 218005 with flag 6095000/6095000
784.02/780.57	c cleaning 109999 clauses out of 220008 with flag 6206001/6206001
799.04/795.52	c cleaning 110996 clauses out of 222010 with flag 6318002/6318002
815.08/811.50	c cleaning 111994 clauses out of 224012 with flag 6431000/6431000
829.92/826.32	c cleaning 113005 clauses out of 226018 with flag 6545000/6545000
845.04/841.42	c cleaning 114001 clauses out of 228015 with flag 6660002/6660002
859.98/856.34	c cleaning 114998 clauses out of 230012 with flag 6776000/6776000
875.23/871.50	c cleaning 116004 clauses out of 232015 with flag 6893001/6893001
890.68/886.95	c cleaning 117002 clauses out of 234011 with flag 7011001/7011001
907.82/904.01	c cleaning 117996 clauses out of 236008 with flag 7130000/7130000
924.15/920.39	c cleaning 118996 clauses out of 238012 with flag 7250000/7250000
940.31/936.49	c cleaning 120000 clauses out of 240016 with flag 7371000/7371000
956.74/952.84	c cleaning 120996 clauses out of 242016 with flag 7493000/7493000
972.70/968.71	c cleaning 121999 clauses out of 244020 with flag 7616000/7616000
988.86/984.86	c cleaning 123005 clauses out of 246023 with flag 7740002/7740002
1005.42/1001.40	c cleaning 124005 clauses out of 248017 with flag 7865001/7865001
1022.29/1018.18	c cleaning 125007 clauses out of 250014 with flag 7991003/7991003
1040.44/1036.29	c cleaning 125997 clauses out of 252006 with flag 8118002/8118002
1057.69/1053.48	c cleaning 126993 clauses out of 254009 with flag 8246002/8246002
1075.88/1071.55	c cleaning 128002 clauses out of 256015 with flag 8375001/8375001
1095.00/1090.65	c cleaning 129005 clauses out of 258012 with flag 8505000/8505000
1112.36/1107.94	c cleaning 129996 clauses out of 260008 with flag 8636001/8636001
1132.42/1127.97	c cleaning 131004 clauses out of 262013 with flag 8768002/8768002
1152.90/1148.35	c cleaning 131997 clauses out of 264007 with flag 8901000/8901000
1170.22/1165.58	c cleaning 133001 clauses out of 266012 with flag 9035002/9035002
1191.34/1186.61	c cleaning 134002 clauses out of 268012 with flag 9170003/9170003
1211.10/1206.35	c cleaning 135000 clauses out of 270008 with flag 9306001/9306001
1230.62/1225.80	c cleaning 135994 clauses out of 272007 with flag 9443000/9443000
1251.17/1246.39	c cleaning 137003 clauses out of 274014 with flag 9581001/9581001
1271.71/1266.88	c cleaning 138002 clauses out of 276011 with flag 9720001/9720001
1292.64/1287.73	c cleaning 138998 clauses out of 278009 with flag 9860001/9860001
1313.53/1308.56	c cleaning 140005 clauses out of 280011 with flag 10001001/10001001
1332.69/1327.70	c cleaning 140993 clauses out of 282006 with flag 10143001/10143001
1351.30/1346.22	c cleaning 142000 clauses out of 284013 with flag 10286001/10286001
1371.06/1365.97	c cleaning 143004 clauses out of 286012 with flag 10430000/10430000
1391.22/1386.06	c cleaning 143995 clauses out of 288008 with flag 10575000/10575000
1411.73/1406.55	c cleaning 144991 clauses out of 290013 with flag 10721000/10721000
1431.90/1426.69	c cleaning 146002 clauses out of 292023 with flag 10868001/10868001
1453.66/1448.30	c cleaning 146995 clauses out of 294020 with flag 11016000/11016000
1473.21/1467.83	c cleaning 148006 clauses out of 296027 with flag 11165002/11165002
1494.25/1488.82	c cleaning 149005 clauses out of 298021 with flag 11315002/11315002
1517.02/1511.56	c cleaning 149999 clauses out of 300015 with flag 11466001/11466001
1538.69/1533.14	c cleaning 151006 clauses out of 302020 with flag 11618005/11618005
1560.45/1554.84	c cleaning 152000 clauses out of 304009 with flag 11771000/11771000
1585.48/1579.85	c cleaning 153006 clauses out of 306012 with flag 11925003/11925003
1609.20/1603.53	c cleaning 154000 clauses out of 308003 with flag 12080000/12080000
1632.65/1626.98	c cleaning 154993 clauses out of 310005 with flag 12236002/12236002
1656.39/1650.65	c cleaning 155996 clauses out of 312010 with flag 12393000/12393000
1680.74/1674.99	c cleaning 156998 clauses out of 314014 with flag 12551000/12551000
1706.35/1700.41	c cleaning 158002 clauses out of 316018 with flag 12710002/12710002
1731.13/1725.13	c cleaning 159001 clauses out of 318016 with flag 12870002/12870002
1756.95/1750.95	c cleaning 160002 clauses out of 320013 with flag 13031000/13031000
1781.00/1774.92	c cleaning 161002 clauses out of 322011 with flag 13193000/13193000
1800.03/1793.91	c starts		: 325
1800.03/1793.91	c conflicts		: 13332896
1800.03/1793.91	c decisions		: 25481955
1800.03/1793.91	c propagations		: 1878190906
1800.03/1793.91	c inspects		: 5961652008
1800.03/1793.91	c shortcuts		: 0
1800.03/1793.91	c learnt literals	: 0
1800.03/1793.91	c learnt binary clauses	: 0
1800.03/1793.91	c learnt ternary clauses	: 0
1800.03/1793.91	c learnt constraints	: 13332897
1800.03/1793.91	c ignored constraints	: 0
1800.03/1793.91	c root simplifications	: 0
1800.03/1793.91	c removed literals (reason simplification)	: 0
1800.03/1793.91	c reason swapping (by a shorter reason)	: 0
1800.03/1793.91	c Calls to reduceDB	: 158
1800.03/1793.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.91	c number of learned constraints concerned by reduction	: 0
1800.03/1793.91	c number of learning phase by resolution	: 0
1800.03/1793.91	c number of learning phase by cutting planes	: 0
1800.03/1793.91	c speed (assignments/second)	: 1047137.259121654
1800.03/1793.91	c non guided choices	1
1800.03/1793.95	c learnt constraints type 
1800.03/1793.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 301070
1800.03/1793.95	c constraints type 
1800.03/1793.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
1800.03/1793.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/1793.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39
1800.03/1793.95	c 1031 constraints processed.
1800.03/1793.95	s SATISFIABLE
1800.03/1793.95	v -x1 x2 -x3 x4 x5 x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 x27 -x28 x29 -x30 x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 x79 x80 -x81 -x82 x83 x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 x129 x130 x131 -x132 -x133 -x134 x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 x153 -x154 x155 -x156 -x157 x158 -x159 -x160 x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 x227 -x228 -x229 -x230 x231 -x232 x233 x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 x242 x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 x252 -x253 -x254 -x255 -x256 x257 x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 x282 -x283 x284 -x285 x286 x287 x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 x450 x451 -x452 -x453 x454 x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 x571 -x572 -x573 x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 x638 x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 x718 x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 x728 x729 -x730 -x731 x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 x877 x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 
1800.03/1793.95	c objective function=177
1800.03/1793.95	c Total wall clock time (in seconds): 1793.849

Verifier Data

OK	177

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-3688177-1337880815/watcher-3688177-1337880815 -o /tmp/evaluation-result-3688177-1337880815/solver-3688177-1337880815 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688177-1337880815.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.83 1.96 1.98 3/194 23694
/proc/meminfo: memFree=26917652/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23694/stat : 23694 (java) D 23692 23694 22635 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 254208349 9515008 185 33554432000 1073741824 1073778376 140735339572016 140735339561080 213183982887 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2323 185 143 9 0 71 0

[startup+0.0979381 s]
/proc/loadavg: 1.83 1.96 1.98 3/194 23694
/proc/meminfo: memFree=26917652/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 4454 0 1 0 9 1 0 0 20 0 18 0 254208349 9787813888 5640 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2389603 5640 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100207 s]
/proc/loadavg: 1.83 1.96 1.98 3/194 23694
/proc/meminfo: memFree=26917652/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 4483 0 1 0 9 1 0 0 20 0 18 0 254208349 9787813888 5631 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2389603 5631 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300182 s]
/proc/loadavg: 1.83 1.96 1.98 3/194 23694
/proc/meminfo: memFree=26917652/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 5896 0 1 0 52 1 0 0 20 0 19 0 254208349 9855975424 8137 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 8137 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624976

[startup+0.700241 s]
/proc/loadavg: 1.83 1.96 1.98 3/194 23694
/proc/meminfo: memFree=26917652/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 7569 0 1 0 117 2 0 0 20 0 19 0 254208349 9855975424 9037 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 9037 2241 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 1.83 1.96 1.98 3/213 23713
/proc/meminfo: memFree=26877700/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 7637 0 1 0 202 2 0 0 20 0 19 0 254208349 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 12163 2269 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2537 0 1 0 144 1 0 0 20 0 19 0 254208350 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139735152815360 139735025288176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2175 0 0 0 30 0 0 0 20 0 19 0 254208355 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1679 0 0 0 24 0 0 0 20 0 19 0 254208355 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 12163 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.83 1.96 1.98 3/213 23713
/proc/meminfo: memFree=26871460/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=3.69 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 7682 0 1 0 367 2 0 0 20 0 19 0 254208349 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 15261 2269 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2538 0 1 0 300 1 0 0 20 0 19 0 254208350 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139735152816376 139735025741646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 254208352 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2177 0 0 0 30 0 0 0 20 0 19 0 254208355 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 15261 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.84 1.96 1.98 3/213 23713
/proc/meminfo: memFree=26863760/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=6.9 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 7695 0 1 0 688 2 0 0 20 0 19 0 254208349 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 15465 2269 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=6.17 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2541 0 1 0 616 1 0 0 20 0 19 0 254208350 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139735152816600 139735025902591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208351 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 254208352 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2177 0 0 0 30 0 0 0 20 0 19 0 254208355 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 15465 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2437 0 0 0 32 0 0 0 20 0 19 0 254208355 9855975424 97747 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 97747 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 97747 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 99 0 0 0 12 22 0 0 20 0 19 0 254208355 9855975424 97747 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 97747 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.33
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23811
/proc/meminfo: memFree=27965368/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=1788.41 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 10774 0 1 0 178796 45 0 0 20 0 19 0 254208349 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 98259 2270 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=1767.95 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2746 0 1 0 176766 29 0 0 20 0 19 0 254208350 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139735152816416 139735025742320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 342 0 0 0 91 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 325 0 0 0 91 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 302 0 0 0 100 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 386 0 0 0 88 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 402 0 0 0 95 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 417 0 0 0 90 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 170 0 0 0 92 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 111 0 0 0 89 2 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=7.57 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 160 0 0 0 755 2 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2437 0 0 0 32 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 103 0 0 0 13 22 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23811
/proc/meminfo: memFree=27965496/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 10774 0 1 0 179957 46 0 0 20 0 19 0 254208349 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 98259 2270 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=1779.52 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2746 0 1 0 177922 30 0 0 20 0 19 0 254208350 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139735152816416 139735025228977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 342 0 0 0 91 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 325 0 0 0 91 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 302 0 0 0 100 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 386 0 0 0 88 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 402 0 0 0 95 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 417 0 0 0 90 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 170 0 0 0 92 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 111 0 0 0 89 2 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=7.57 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 160 0 0 0 755 2 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2437 0 0 0 32 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 103 0 0 0 13 22 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1793.9 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23811
/proc/meminfo: memFree=27965496/32873648 swapFree=6848/6848
[pid=23694] ppid=23692 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/23694/stat : 23694 (java) S 23692 23694 22635 0 -1 4202496 10774 0 1 0 179957 46 0 0 20 0 19 0 254208349 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 140735339563152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23694/statm: 2406244 98259 2270 9 0 2396937 0
[pid=23694/tid=23696] ppid=23692 vsize=9624976 CPUtime=1779.52 cores=1,3,5,7
/proc/23694/task/23696/stat : 23696 (java) R 23692 23694 22635 0 -1 4202560 2746 0 1 0 177922 30 0 0 20 0 19 0 254208350 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139735152816416 139735025228977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23697] ppid=23692 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/23694/task/23697/stat : 23697 (java) S 23692 23694 22635 0 -1 4202560 342 0 0 0 91 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734996801832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23698] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23698/stat : 23698 (java) S 23692 23694 22635 0 -1 4202560 325 0 0 0 91 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734995749032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23699] ppid=23692 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/23694/task/23699/stat : 23699 (java) S 23692 23694 22635 0 -1 4202560 302 0 0 0 100 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734994696744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23700] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23700/stat : 23700 (java) S 23692 23694 22635 0 -1 4202560 386 0 0 0 88 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734993643944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23701] ppid=23692 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/23694/task/23701/stat : 23701 (java) S 23692 23694 22635 0 -1 4202560 402 0 0 0 95 3 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734992591656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23702] ppid=23692 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/23694/task/23702/stat : 23702 (java) S 23692 23694 22635 0 -1 4202560 417 0 0 0 90 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734991538856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23694/tid=23703] ppid=23692 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/23694/task/23703/stat : 23703 (java) S 23692 23694 22635 0 -1 4202560 170 0 0 0 92 4 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734990486568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23704] ppid=23692 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23694/task/23704/stat : 23704 (java) S 23692 23694 22635 0 -1 4202560 111 0 0 0 89 2 0 0 20 0 19 0 254208351 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734989433768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23705] ppid=23692 vsize=9624976 CPUtime=7.57 cores=1,3,5,7
/proc/23694/task/23705/stat : 23705 (java) S 23692 23694 22635 0 -1 4202560 160 0 0 0 755 2 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734977022184 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23706] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23706/stat : 23706 (java) S 23692 23694 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734975968248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23707] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23707/stat : 23707 (java) S 23692 23694 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254208352 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734974915848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23708] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23708/stat : 23708 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734973864336 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23709] ppid=23692 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/23694/task/23709/stat : 23709 (java) S 23692 23694 22635 0 -1 4202560 2437 0 0 0 32 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734972811960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23694/tid=23710] ppid=23692 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23694/task/23710/stat : 23710 (java) S 23692 23694 22635 0 -1 4202560 1687 0 0 0 27 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734971759160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23694/tid=23711] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23711/stat : 23711 (java) S 23692 23694 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734970707064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23712] ppid=23692 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/23694/task/23712/stat : 23712 (java) S 23692 23694 22635 0 -1 4202560 103 0 0 0 13 22 0 0 20 0 19 0 254208355 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734969654472 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23694/tid=23713] ppid=23692 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23694/task/23713/stat : 23713 (java) S 23692 23694 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254208377 9855975424 98259 33554432000 1073741824 1073778376 140735339572016 139734968599464 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23694 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=79106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=942856
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.96
CPU time (s): 1800.03
CPU user time (s): 1799.57
CPU system time (s): 0.46
CPU usage (%): 100.339
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.942856
maximum resident set size= 393320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42292
involuntary context switches= 15208

runsolver used 6.24105 second user time and 13.6019 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-24 19:33:35
IDJOB=3688177
IDBENCH=2871
IDSOLVER=2269
FILE ID=node113/3688177-1337880815
RUNJOBID= node113-1337871880-22653
PBS_JOBID= 14620091
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-lin.rom.r.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688177-1337880815/watcher-3688177-1337880815 -o /tmp/evaluation-result-3688177-1337880815/solver-3688177-1337880815 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688177-1337880815.opb

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

MD5SUM BENCH= 3183c84355c854880486b3d148840656
RANDOM SEED=647637232

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26917916 kB
Buffers:          215016 kB
Cached:          3375636 kB
SwapCached:            0 kB
Active:          2164648 kB
Inactive:        3014280 kB
Active(anon):    1590596 kB
Inactive(anon):        0 kB
Active(file):     574052 kB
Inactive(file):  3014280 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               244 kB
Writeback:             0 kB
AnonPages:       1617372 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             633784 kB
SReclaimable:      77728 kB
SUnreclaim:       556056 kB
KernelStack:        1760 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2399828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node113 at 2012-05-24 20:03:31