Trace number 3710066

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.09 1792.26

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
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 benchmark17.0534
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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-3710066-1338174717.opb
0.10/0.11	c reading problem ... 
0.49/0.38	c ... done. Wall clock time 0.274s.
0.49/0.38	c declared #vars     200
0.49/0.38	c internal #vars     3262
0.49/0.38	c #constraints  6427
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
0.49/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.49/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
0.49/0.38	c 6427 constraints processed.
2.02/1.17	c cleaning 2506 clauses out of 5011 with flag 5011/5011
2.69/1.70	c cleaning 4252 clauses out of 8511 with flag 11017/11017
3.10/2.19	c cleaning 5624 clauses out of 11247 with flag 18005/18005
3.82/2.86	c cleaning 6806 clauses out of 13619 with flag 26001/26001
4.74/3.76	c cleaning 7911 clauses out of 15821 with flag 35009/35009
5.55/4.53	c cleaning 8950 clauses out of 17901 with flag 45000/45000
6.46/5.48	c cleaning 9976 clauses out of 19958 with flag 56007/56007
7.56/6.56	c cleaning 10981 clauses out of 21975 with flag 68000/68000
8.77/7.72	c cleaning 11996 clauses out of 23998 with flag 81004/81004
10.07/9.01	c cleaning 12991 clauses out of 25999 with flag 95001/95001
11.19/10.16	c cleaning 14001 clauses out of 28009 with flag 110002/110002
12.70/11.61	c cleaning 15000 clauses out of 30006 with flag 126000/126000
14.10/13.06	c cleaning 16000 clauses out of 32007 with flag 143001/143001
15.80/14.71	c cleaning 16996 clauses out of 34009 with flag 161003/161003
17.62/16.60	c cleaning 18005 clauses out of 36016 with flag 180006/180006
19.62/18.51	c cleaning 18998 clauses out of 38006 with flag 200001/200001
21.34/20.20	c cleaning 20005 clauses out of 40011 with flag 221004/221004
23.17/22.09	c cleaning 20995 clauses out of 42007 with flag 243005/243005
25.19/24.01	c cleaning 22000 clauses out of 44009 with flag 266002/266002
26.89/25.76	c cleaning 23000 clauses out of 46012 with flag 290005/290005
28.90/27.78	c cleaning 23997 clauses out of 48008 with flag 315001/315001
31.52/30.37	c cleaning 24997 clauses out of 50010 with flag 341000/341000
34.35/33.16	c cleaning 26000 clauses out of 52013 with flag 368000/368000
37.36/36.15	c cleaning 27005 clauses out of 54019 with flag 396006/396006
40.17/38.93	c cleaning 27997 clauses out of 56012 with flag 425004/425004
42.98/41.74	c cleaning 28999 clauses out of 58011 with flag 455000/455000
45.31/44.01	c cleaning 30003 clauses out of 60013 with flag 486001/486001
47.83/46.59	c cleaning 31000 clauses out of 62015 with flag 518006/518006
51.06/49.76	c cleaning 31999 clauses out of 64009 with flag 551000/551000
54.48/53.16	c cleaning 32996 clauses out of 66010 with flag 585000/585000
57.90/56.52	c cleaning 34000 clauses out of 68015 with flag 620001/620001
60.71/59.35	c cleaning 35000 clauses out of 70014 with flag 656000/656000
63.91/62.57	c cleaning 36003 clauses out of 72016 with flag 693002/693002
66.92/65.53	c cleaning 36999 clauses out of 74011 with flag 731000/731000
69.53/68.19	c cleaning 37985 clauses out of 76012 with flag 770000/770000
72.34/70.99	c cleaning 39005 clauses out of 78027 with flag 810000/810000
75.76/74.33	c cleaning 40002 clauses out of 80022 with flag 851000/851000
79.28/77.82	c cleaning 41005 clauses out of 82020 with flag 893000/893000
83.10/81.60	c cleaning 42000 clauses out of 84015 with flag 936000/936000
86.23/84.79	c cleaning 43005 clauses out of 86017 with flag 980002/980002
90.45/88.94	c cleaning 44001 clauses out of 88012 with flag 1025002/1025002
94.97/93.43	c cleaning 45001 clauses out of 90012 with flag 1071003/1071003
99.02/97.40	c cleaning 45997 clauses out of 92010 with flag 1118002/1118002
103.24/101.64	c cleaning 46998 clauses out of 94013 with flag 1166002/1166002
107.66/106.10	c cleaning 48002 clauses out of 96018 with flag 1215005/1215005
111.99/110.39	c cleaning 49000 clauses out of 98012 with flag 1265001/1265001
116.32/114.64	c cleaning 49996 clauses out of 100012 with flag 1316001/1316001
121.21/119.46	c cleaning 50999 clauses out of 102015 with flag 1368000/1368000
126.14/124.37	c cleaning 52004 clauses out of 104018 with flag 1421002/1421002
131.86/130.05	c cleaning 53000 clauses out of 106012 with flag 1475000/1475000
136.50/134.67	c cleaning 54002 clauses out of 108013 with flag 1530001/1530001
141.93/140.04	c cleaning 54998 clauses out of 110010 with flag 1586000/1586000
146.76/144.84	c cleaning 55999 clauses out of 112013 with flag 1643001/1643001
152.37/150.41	c cleaning 56999 clauses out of 114014 with flag 1701001/1701001
157.62/155.60	c cleaning 57992 clauses out of 116014 with flag 1760000/1760000
163.05/161.04	c cleaning 59000 clauses out of 118023 with flag 1820001/1820001
167.96/165.91	c cleaning 60000 clauses out of 120024 with flag 1881002/1881002
173.89/171.89	c cleaning 61002 clauses out of 122022 with flag 1943000/1943000
179.83/177.74	c cleaning 62003 clauses out of 124020 with flag 2006000/2006000
185.67/183.53	c cleaning 63001 clauses out of 126020 with flag 2070003/2070003
193.78/191.67	c cleaning 64001 clauses out of 128016 with flag 2135000/2135000
199.22/197.02	c cleaning 65001 clauses out of 130017 with flag 2201002/2201002
206.34/204.12	c cleaning 66001 clauses out of 132014 with flag 2268000/2268000
212.47/210.27	c cleaning 66997 clauses out of 134014 with flag 2336001/2336001
218.62/216.33	c cleaning 67999 clauses out of 136016 with flag 2405000/2405000
224.34/222.02	c cleaning 68987 clauses out of 138018 with flag 2475001/2475001
231.27/228.92	c cleaning 69996 clauses out of 140031 with flag 2546001/2546001
237.80/235.44	c cleaning 71009 clauses out of 142034 with flag 2618000/2618000
244.20/241.81	c cleaning 72003 clauses out of 144027 with flag 2691002/2691002
250.41/248.10	c cleaning 72986 clauses out of 146023 with flag 2765001/2765001
257.14/254.77	c cleaning 73999 clauses out of 148036 with flag 2840000/2840000
264.29/261.87	c cleaning 74989 clauses out of 150039 with flag 2916002/2916002
271.41/268.94	c cleaning 76020 clauses out of 152048 with flag 2993000/2993000
279.04/276.59	c cleaning 77008 clauses out of 154028 with flag 3071000/3071000
286.05/283.52	c cleaning 78002 clauses out of 156020 with flag 3150000/3150000
295.20/292.62	c cleaning 79003 clauses out of 158019 with flag 3230001/3230001
306.32/303.79	c cleaning 79996 clauses out of 160015 with flag 3311000/3311000
314.97/312.36	c cleaning 81004 clauses out of 162019 with flag 3393000/3393000
322.29/319.69	c cleaning 81997 clauses out of 164015 with flag 3476000/3476000
330.80/328.17	c cleaning 82996 clauses out of 166019 with flag 3560001/3560001
338.86/336.16	c cleaning 83998 clauses out of 168022 with flag 3645000/3645000
350.80/348.08	c cleaning 85001 clauses out of 170033 with flag 3731009/3731009
363.05/360.26	c cleaning 86006 clauses out of 172031 with flag 3818008/3818008
375.20/372.32	c cleaning 87006 clauses out of 174018 with flag 3906001/3906001
385.13/382.21	c cleaning 87999 clauses out of 176013 with flag 3995002/3995002
395.56/392.67	c cleaning 88995 clauses out of 178012 with flag 4085000/4085000
405.89/402.99	c cleaning 89999 clauses out of 180017 with flag 4176000/4176000
416.71/413.75	c cleaning 91004 clauses out of 182020 with flag 4268002/4268002
425.54/422.59	c cleaning 91998 clauses out of 184017 with flag 4361003/4361003
434.38/431.38	c cleaning 93002 clauses out of 186016 with flag 4455000/4455000
445.71/442.66	c cleaning 94003 clauses out of 188016 with flag 4550002/4550002
457.25/454.16	c cleaning 94997 clauses out of 190014 with flag 4646003/4646003
467.17/464.10	c cleaning 95998 clauses out of 192014 with flag 4743000/4743000
477.12/473.95	c cleaning 97001 clauses out of 194017 with flag 4841001/4841001
487.53/484.37	c cleaning 97997 clauses out of 196016 with flag 4940001/4940001
498.31/495.02	c cleaning 98999 clauses out of 198018 with flag 5040000/5040000
510.64/507.25	c cleaning 99993 clauses out of 200020 with flag 5141001/5141001
521.10/517.65	c cleaning 101003 clauses out of 202026 with flag 5243000/5243000
531.84/528.31	c cleaning 102004 clauses out of 204024 with flag 5346001/5346001
545.31/541.73	c cleaning 103002 clauses out of 206019 with flag 5450000/5450000
556.88/553.22	c cleaning 104009 clauses out of 208020 with flag 5555003/5555003
567.60/563.96	c cleaning 104982 clauses out of 210009 with flag 5661001/5661001
579.74/576.09	c cleaning 105994 clauses out of 212026 with flag 5768000/5768000
592.18/588.49	c cleaning 107001 clauses out of 214033 with flag 5876001/5876001
602.84/599.07	c cleaning 108009 clauses out of 216034 with flag 5985003/5985003
614.08/610.26	c cleaning 108993 clauses out of 218022 with flag 6095000/6095000
627.83/623.96	c cleaning 110000 clauses out of 220029 with flag 6206000/6206000
643.79/639.89	c cleaning 111001 clauses out of 222031 with flag 6318002/6318002
657.48/653.45	c cleaning 112001 clauses out of 224028 with flag 6431000/6431000
671.02/666.96	c cleaning 112999 clauses out of 226027 with flag 6545000/6545000
685.71/681.53	c cleaning 114002 clauses out of 228028 with flag 6660000/6660000
699.15/694.91	c cleaning 115009 clauses out of 230028 with flag 6776002/6776002
709.98/705.78	c cleaning 115997 clauses out of 232017 with flag 6893000/6893000
727.04/722.72	c cleaning 117005 clauses out of 234020 with flag 7011000/7011000
743.80/739.40	c cleaning 117996 clauses out of 236017 with flag 7130002/7130002
756.75/752.33	c cleaning 119001 clauses out of 238019 with flag 7250000/7250000
769.58/765.12	c cleaning 119992 clauses out of 240020 with flag 7371002/7371002
791.63/787.15	c cleaning 121010 clauses out of 242029 with flag 7493003/7493003
815.69/811.11	c cleaning 121994 clauses out of 244017 with flag 7616001/7616001
834.85/830.23	c cleaning 123005 clauses out of 246023 with flag 7740001/7740001
848.82/844.16	c cleaning 124004 clauses out of 248017 with flag 7865000/7865000
861.06/856.31	c cleaning 124986 clauses out of 250013 with flag 7991000/7991000
874.90/870.13	c cleaning 125997 clauses out of 252028 with flag 8118001/8118001
889.06/884.28	c cleaning 127004 clauses out of 254032 with flag 8246002/8246002
909.41/904.59	c cleaning 128005 clauses out of 256028 with flag 8375002/8375002
925.60/920.68	c cleaning 128999 clauses out of 258021 with flag 8505000/8505000
941.73/936.78	c cleaning 130001 clauses out of 260024 with flag 8636002/8636002
961.97/956.95	c cleaning 130994 clauses out of 262021 with flag 8768000/8768000
981.75/976.64	c cleaning 131997 clauses out of 264028 with flag 8901001/8901001
997.91/992.75	c cleaning 132996 clauses out of 266032 with flag 9035002/9035002
1015.25/1010.04	c cleaning 134007 clauses out of 268036 with flag 9170002/9170002
1034.49/1029.28	c cleaning 135001 clauses out of 270028 with flag 9306001/9306001
1055.26/1049.96	c cleaning 136006 clauses out of 272026 with flag 9443000/9443000
1074.93/1069.52	c cleaning 136998 clauses out of 274020 with flag 9581000/9581000
1091.67/1086.27	c cleaning 138008 clauses out of 276022 with flag 9720000/9720000
1110.72/1105.29	c cleaning 138991 clauses out of 278014 with flag 9860000/9860000
1130.17/1124.60	c cleaning 139999 clauses out of 280023 with flag 10001000/10001000
1153.53/1147.93	c cleaning 141005 clauses out of 282024 with flag 10143000/10143000
1173.67/1168.06	c cleaning 141997 clauses out of 284021 with flag 10286002/10286002
1190.59/1184.95	c cleaning 143005 clauses out of 286023 with flag 10430001/10430001
1210.34/1204.63	c cleaning 144002 clauses out of 288019 with flag 10575002/10575002
1229.89/1224.13	c cleaning 145000 clauses out of 290017 with flag 10721002/10721002
1248.94/1243.16	c cleaning 145997 clauses out of 292015 with flag 10868000/10868000
1267.94/1262.08	c cleaning 147001 clauses out of 294021 with flag 11016003/11016003
1285.42/1279.42	c cleaning 147990 clauses out of 296019 with flag 11165002/11165002
1303.71/1297.67	c cleaning 149004 clauses out of 298027 with flag 11315000/11315000
1321.49/1315.37	c cleaning 150002 clauses out of 300026 with flag 11466003/11466003
1339.62/1333.41	c cleaning 151002 clauses out of 302022 with flag 11618001/11618001
1357.08/1350.89	c cleaning 151986 clauses out of 304019 with flag 11771000/11771000
1376.12/1369.89	c cleaning 152997 clauses out of 306033 with flag 11925000/11925000
1395.67/1389.36	c cleaning 153989 clauses out of 308036 with flag 12080000/12080000
1418.37/1411.97	c cleaning 155001 clauses out of 310047 with flag 12236000/12236000
1439.87/1433.39	c cleaning 156009 clauses out of 312046 with flag 12393000/12393000
1460.75/1454.17	c cleaning 157002 clauses out of 314039 with flag 12551002/12551002
1482.21/1475.59	c cleaning 158010 clauses out of 316039 with flag 12710004/12710004
1504.68/1497.93	c cleaning 158975 clauses out of 318025 with flag 12870000/12870000
1530.68/1523.80	c cleaning 160009 clauses out of 320052 with flag 13031002/13031002
1555.61/1548.60	c cleaning 160996 clauses out of 322041 with flag 13193000/13193000
1577.69/1570.65	c cleaning 162005 clauses out of 324045 with flag 13356000/13356000
1597.36/1590.26	c cleaning 163011 clauses out of 326040 with flag 13520000/13520000
1618.22/1611.01	c cleaning 164009 clauses out of 328031 with flag 13685002/13685002
1640.83/1633.51	c cleaning 164998 clauses out of 330021 with flag 13851001/13851001
1662.71/1655.37	c cleaning 165971 clauses out of 332022 with flag 14018000/14018000
1686.21/1678.72	c cleaning 167006 clauses out of 334055 with flag 14186004/14186004
1710.13/1702.51	c cleaning 168012 clauses out of 336048 with flag 14355003/14355003
1736.92/1729.28	c cleaning 168998 clauses out of 338034 with flag 14525001/14525001
1761.31/1753.55	c cleaning 169993 clauses out of 340035 with flag 14696000/14696000
1786.06/1778.27	c cleaning 171004 clauses out of 342043 with flag 14868001/14868001
1800.09/1792.21	c starts		: 325
1800.09/1792.21	c conflicts		: 14983896
1800.09/1792.21	c decisions		: 17847989
1800.09/1792.21	c propagations		: 641338002
1800.09/1792.21	c inspects		: 15062529785
1800.09/1792.21	c shortcuts		: 0
1800.09/1792.21	c learnt literals	: 0
1800.09/1792.21	c learnt binary clauses	: 0
1800.09/1792.21	c learnt ternary clauses	: 54362
1800.09/1792.21	c learnt constraints	: 14983896
1800.09/1792.21	c ignored constraints	: 0
1800.09/1792.21	c root simplifications	: 325
1800.09/1792.21	c removed literals (reason simplification)	: 560623410
1800.09/1792.21	c reason swapping (by a shorter reason)	: 0
1800.09/1792.21	c Calls to reduceDB	: 168
1800.09/1792.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.21	c number of learned constraints concerned by reduction	: 0
1800.09/1792.21	c number of learning phase by resolution	: 0
1800.09/1792.21	c number of learning phase by cutting planes	: 0
1800.09/1792.21	c speed (assignments/second)	: 357925.9160249534
1800.09/1792.21	c non guided choices	3126
1800.09/1792.25	c learnt constraints type 
1800.09/1792.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 287108
1800.09/1792.25	c constraints type 
1800.09/1792.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
1800.09/1792.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.09/1792.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.09/1792.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
1800.09/1792.25	c 6427 constraints processed.
1800.09/1792.25	s UNKNOWN
1800.09/1792.25	c Total wall clock time (in seconds): 1792.143

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-3710066-1338174717/watcher-3710066-1338174717 -o /tmp/evaluation-result-3710066-1338174717/solver-3710066-1338174717 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710066-1338174717.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.93 2.00 1.99 3/194 14807
/proc/meminfo: memFree=31078716/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 283597790 24780800 867 33554432000 1073741824 1073778376 140734576694336 140734576683400 251035418685 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 6050 867 654 9 0 385 0
[pid=14807/tid=14808] ppid=14805 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 2 0 283597790 91889664 873 33554432000 1073741824 1073778376 140734576694336 140734576683400 251032377407 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0814951 s]
/proc/loadavg: 1.93 2.00 1.99 3/194 14807
/proc/meminfo: memFree=31078716/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 4020 0 1 0 6 1 0 0 20 0 18 0 283597790 9787842560 5227 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2389610 5230 2076 9 0 2380296 0
[pid=14807/tid=14808] ppid=14805 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2343 0 1 0 5 0 0 0 20 0 18 0 283597790 9787842560 5231 33554432000 1073741824 1073778376 140734576694336 140634819992976 140634692325928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100235 s]
/proc/loadavg: 1.93 2.00 1.99 3/194 14807
/proc/meminfo: memFree=31078716/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 4370 0 1 0 9 1 0 0 20 0 18 0 283597790 9787842560 6088 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2389610 6088 2116 9 0 2380296 0
[pid=14807/tid=14808] ppid=14805 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2496 0 1 0 7 0 0 0 20 0 18 0 283597790 9787842560 6088 33554432000 1073741824 1073778376 140734576694336 140634819998040 251032389198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300196 s]
/proc/loadavg: 1.93 2.00 1.99 3/194 14807
/proc/meminfo: memFree=31078716/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9558440 CPUtime=0.49 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 6006 0 1 0 48 1 0 0 20 0 18 0 283597790 9787842560 8832 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2389610 8832 2235 9 0 2380296 0
[pid=14807/tid=14808] ppid=14805 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2509 0 1 0 27 0 0 0 20 0 18 0 283597790 9787842560 8832 33554432000 1073741824 1073778376 140734576694336 140634819992696 140634827153052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700334 s]
/proc/loadavg: 1.93 2.00 1.99 3/194 14807
/proc/meminfo: memFree=31078716/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 12184 0 1 0 152 3 0 0 20 0 19 0 283597790 9856004096 15087 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 15087 2257 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2524 0 1 0 66 1 0 0 20 0 19 0 283597790 9856004096 15087 33554432000 1073741824 1073778376 140734576694336 140634820002576 140634693007066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 14826
/proc/meminfo: memFree=31025032/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=2.46 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 12323 0 1 0 243 3 0 0 20 0 19 0 283597790 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 18283 2289 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2530 0 1 0 144 1 0 0 20 0 19 0 283597790 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634820002216 140634692819421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 46 0 0 0 20 0 19 0 283597795 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5534 0 0 0 46 2 0 0 20 0 19 0 283597795 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 18283 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 14826
/proc/meminfo: memFree=31010216/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 12355 0 1 0 410 4 0 0 20 0 19 0 283597790 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 19841 2290 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2531 0 1 0 297 2 0 0 20 0 19 0 283597790 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634820002216 140634692915072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 283597792 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5537 0 0 0 50 2 0 0 20 0 19 0 283597795 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 19841 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.86 1.98 1.99 3/213 14826
/proc/meminfo: memFree=31003512/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=7.36 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 12368 0 1 0 732 4 0 0 20 0 19 0 283597790 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 20318 2290 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2535 0 1 0 610 2 0 0 20 0 19 0 283597790 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634820002096 140634693006955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283597791 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 19 0 283597792 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5537 0 0 0 50 2 0 0 20 0 19 0 283597795 9856004096 20318 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 58441 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5540 0 0 0 52 2 0 0 20 0 19 0 283597795 9856004096 58441 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 58441 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 95 0 0 0 32 30 0 0 20 0 19 0 283597795 9856004096 58441 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 58441 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1669.79
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 14840
/proc/meminfo: memFree=30709196/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=1730.01 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 15374 0 1 0 172915 86 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 59465 2291 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=1709.92 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2714 0 1 0 170964 28 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634820002096 140634693007066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 289 0 0 0 107 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 376 0 0 0 98 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 432 0 0 0 105 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 350 0 0 0 89 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 277 0 0 0 86 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 279 0 0 0 93 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 397 0 0 0 98 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 278 0 0 0 104 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=9.99 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 146 0 0 0 996 3 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5540 0 0 0 52 2 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 99 0 0 0 33 32 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.01
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14841
/proc/meminfo: memFree=30709080/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=1790.18 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 15387 0 1 0 178929 89 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 59465 2291 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=1769.56 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2717 0 1 0 176927 29 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634820002096 140634692962406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 289 0 0 0 110 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 376 0 0 0 99 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 432 0 0 0 108 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 350 0 0 0 91 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 277 0 0 0 88 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 279 0 0 0 94 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 397 0 0 0 100 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 278 0 0 0 105 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=10.31 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 152 0 0 0 1028 3 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5540 0 0 0 52 2 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 103 0 0 0 35 33 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1790.18
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 14956
/proc/meminfo: memFree=29960200/32873844 swapFree=7372/7372
[pid=14807] ppid=14805 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/14807/stat : 14807 (java) S 14805 14807 12979 0 -1 4202496 15387 0 1 0 179920 89 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140734576685472 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14807/statm: 2406251 59465 2291 9 0 2396937 0
[pid=14807/tid=14808] ppid=14805 vsize=9625004 CPUtime=1779.47 cores=1,3,5,7
/proc/14807/task/14808/stat : 14808 (java) R 14805 14807 12979 0 -1 4202560 2717 0 1 0 177917 30 0 0 20 0 19 0 283597790 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634820002096 140634693008101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14810] ppid=14805 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/14807/task/14810/stat : 14810 (java) S 14805 14807 12979 0 -1 4202560 289 0 0 0 110 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634663848104 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14811] ppid=14805 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/14807/task/14811/stat : 14811 (java) S 14805 14807 12979 0 -1 4202560 376 0 0 0 99 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634662795560 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14812] ppid=14805 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/14807/task/14812/stat : 14812 (java) S 14805 14807 12979 0 -1 4202560 432 0 0 0 108 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634661743016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14813] ppid=14805 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/14807/task/14813/stat : 14813 (java) S 14805 14807 12979 0 -1 4202560 350 0 0 0 91 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634660690472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14807/tid=14814] ppid=14805 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/14807/task/14814/stat : 14814 (java) S 14805 14807 12979 0 -1 4202560 277 0 0 0 88 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634659637928 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14815] ppid=14805 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/14807/task/14815/stat : 14815 (java) S 14805 14807 12979 0 -1 4202560 279 0 0 0 94 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634658585384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14816] ppid=14805 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/14807/task/14816/stat : 14816 (java) S 14805 14807 12979 0 -1 4202560 397 0 0 0 100 2 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634657532840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14817] ppid=14805 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/14807/task/14817/stat : 14817 (java) S 14805 14807 12979 0 -1 4202560 278 0 0 0 105 3 0 0 20 0 19 0 283597791 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634656480296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14818] ppid=14805 vsize=9625004 CPUtime=10.31 cores=1,3,5,7
/proc/14807/task/14818/stat : 14818 (java) S 14805 14807 12979 0 -1 4202560 152 0 0 0 1028 3 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634644068456 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14819] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14819/stat : 14819 (java) S 14805 14807 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634643014776 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14820] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14820/stat : 14820 (java) S 14805 14807 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283597792 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634641962120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14821] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14821/stat : 14821 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634640910864 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14822] ppid=14805 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/14807/task/14822/stat : 14822 (java) S 14805 14807 12979 0 -1 4202560 3016 0 0 0 48 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634639858232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14807/tid=14823] ppid=14805 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/14807/task/14823/stat : 14823 (java) S 14805 14807 12979 0 -1 4202560 5540 0 0 0 52 2 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634638805688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14824] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14824/stat : 14824 (java) S 14805 14807 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634637753336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14807/tid=14825] ppid=14805 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/14807/task/14825/stat : 14825 (java) S 14805 14807 12979 0 -1 4202560 103 0 0 0 35 33 0 0 20 0 19 0 283597795 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634636701000 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14807/tid=14826] ppid=14805 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/14807/task/14826/stat : 14826 (java) S 14805 14807 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283597829 9856004096 59465 33554432000 1073741824 1073778376 140734576694336 140634635645736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14807 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=987512
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=1847
# CPU time returned by wait4() is 1799.99
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.26
CPU time (s): 1800.09
CPU user time (s): 1799.2
CPU system time (s): 0.89
CPU usage (%): 100.437
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.00185
maximum resident set size= 237980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42553
involuntary context switches= 22555

runsolver used 11.1103 second user time and 11.1733 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 05:11:57
IDJOB=3710066
IDBENCH=48320
IDSOLVER=2289
FILE ID=node118/3710066-1338174717
RUNJOBID= node118-1338156758-12996
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_100_25_5_40.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-3710066-1338174717/watcher-3710066-1338174717 -o /tmp/evaluation-result-3710066-1338174717/solver-3710066-1338174717 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710066-1338174717.opb

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=1746278688

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:        31079352 kB
Buffers:          378460 kB
Cached:           496520 kB
SwapCached:            0 kB
Active:           572784 kB
Inactive:         381640 kB
Active(anon):      69608 kB
Inactive(anon):    11320 kB
Active(file):     503176 kB
Inactive(file):   370320 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1848 kB
Writeback:             8 kB
AnonPages:         87448 kB
Mapped:            19868 kB
Shmem:               200 kB
Slab:             695632 kB
SReclaimable:     136828 kB
SUnreclaim:       558804 kB
KernelStack:        1608 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     700908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71580 MiB
End job on node118 at 2012-05-28 05:41:51