Trace number 3688819

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.87 1792.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
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)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3688819-1337888118.opb
0.10/0.12	c reading problem ... 
0.23/0.28	c ... done. Wall clock time 0.17s.
0.23/0.28	c declared #vars     200
0.23/0.28	c internal #vars     1444
0.23/0.29	c #constraints  2791
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.23/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.23/0.29	c 2791 constraints processed.
1.04/0.68	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.48/0.91	c cleaning 4251 clauses out of 8502 with flag 11003/11003
1.79/1.20	c cleaning 5625 clauses out of 11250 with flag 18002/18002
2.21/1.60	c cleaning 6812 clauses out of 13624 with flag 26001/26001
2.74/2.12	c cleaning 7907 clauses out of 15814 with flag 35003/35003
3.24/2.62	c cleaning 8953 clauses out of 17908 with flag 45004/45004
3.74/3.20	c cleaning 9972 clauses out of 19951 with flag 56000/56000
4.35/3.78	c cleaning 10985 clauses out of 21980 with flag 68001/68001
5.07/4.42	c cleaning 11994 clauses out of 23994 with flag 81000/81000
5.68/5.04	c cleaning 12992 clauses out of 26000 with flag 95000/95000
6.29/5.64	c cleaning 14005 clauses out of 28011 with flag 110003/110003
6.90/6.28	c cleaning 14988 clauses out of 30003 with flag 126000/126000
7.61/6.99	c cleaning 16000 clauses out of 32017 with flag 143002/143002
8.46/7.73	c cleaning 17010 clauses out of 34028 with flag 161013/161013
9.29/8.55	c cleaning 17994 clauses out of 36005 with flag 180000/180000
10.21/9.46	c cleaning 19002 clauses out of 38014 with flag 200003/200003
11.04/10.25	c cleaning 20016 clauses out of 40037 with flag 221028/221028
11.94/11.16	c cleaning 20999 clauses out of 42001 with flag 243008/243008
12.86/12.07	c cleaning 21978 clauses out of 43994 with flag 266000/266000
13.87/13.10	c cleaning 23005 clauses out of 46026 with flag 290010/290010
15.19/14.33	c cleaning 23994 clauses out of 48012 with flag 315001/315001
16.42/15.58	c cleaning 25001 clauses out of 50022 with flag 341005/341005
17.75/16.82	c cleaning 25993 clauses out of 52016 with flag 368000/368000
18.97/18.06	c cleaning 27001 clauses out of 54023 with flag 396000/396000
20.49/19.58	c cleaning 27991 clauses out of 56022 with flag 425000/425000
22.02/21.09	c cleaning 29003 clauses out of 58031 with flag 455000/455000
23.94/22.92	c cleaning 30010 clauses out of 60032 with flag 486004/486004
25.65/24.67	c cleaning 30997 clauses out of 62026 with flag 518008/518008
27.46/26.41	c cleaning 31997 clauses out of 64025 with flag 551004/551004
29.07/28.04	c cleaning 32997 clauses out of 66024 with flag 585000/585000
30.98/29.94	c cleaning 34015 clauses out of 68029 with flag 620002/620002
33.69/32.68	c cleaning 35006 clauses out of 70013 with flag 656001/656001
36.63/35.54	c cleaning 36002 clauses out of 72008 with flag 693002/693002
39.26/38.17	c cleaning 37001 clauses out of 74010 with flag 731006/731006
41.89/40.75	c cleaning 38000 clauses out of 76004 with flag 770001/770001
44.81/43.66	c cleaning 38994 clauses out of 78005 with flag 810002/810002
47.53/46.34	c cleaning 40000 clauses out of 80009 with flag 851000/851000
50.36/49.18	c cleaning 40995 clauses out of 82009 with flag 893000/893000
53.48/52.27	c cleaning 42006 clauses out of 84014 with flag 936000/936000
56.59/55.30	c cleaning 43003 clauses out of 86011 with flag 980003/980003
59.82/58.58	c cleaning 43998 clauses out of 88005 with flag 1025000/1025000
62.73/61.43	c cleaning 44991 clauses out of 90007 with flag 1071000/1071000
66.16/64.82	c cleaning 45999 clauses out of 92016 with flag 1118000/1118000
69.67/68.31	c cleaning 47009 clauses out of 94019 with flag 1166002/1166002
72.92/71.53	c cleaning 47995 clauses out of 96009 with flag 1215001/1215001
76.02/74.68	c cleaning 48999 clauses out of 98015 with flag 1265002/1265002
79.25/77.85	c cleaning 49996 clauses out of 100015 with flag 1316001/1316001
82.99/81.59	c cleaning 51004 clauses out of 102020 with flag 1368002/1368002
86.81/85.36	c cleaning 52000 clauses out of 104015 with flag 1421001/1421001
90.74/89.27	c cleaning 52999 clauses out of 106014 with flag 1475000/1475000
94.66/93.13	c cleaning 53994 clauses out of 108016 with flag 1530001/1530001
98.29/96.72	c cleaning 55002 clauses out of 110026 with flag 1586005/1586005
102.39/100.84	c cleaning 55995 clauses out of 112022 with flag 1643003/1643003
106.73/105.19	c cleaning 56986 clauses out of 114024 with flag 1701000/1701000
110.86/109.21	c cleaning 57995 clauses out of 116038 with flag 1760000/1760000
114.79/113.13	c cleaning 59016 clauses out of 118043 with flag 1820000/1820000
119.71/118.00	c cleaning 59992 clauses out of 120028 with flag 1881001/1881001
124.26/122.51	c cleaning 61007 clauses out of 122036 with flag 1943001/1943001
128.88/127.15	c cleaning 61995 clauses out of 124028 with flag 2006000/2006000
133.21/131.44	c cleaning 63007 clauses out of 126033 with flag 2070000/2070000
137.42/135.68	c cleaning 63997 clauses out of 128026 with flag 2135000/2135000
142.25/140.46	c cleaning 65002 clauses out of 130029 with flag 2201000/2201000
147.07/145.23	c cleaning 65983 clauses out of 132028 with flag 2268001/2268001
151.87/150.05	c cleaning 67009 clauses out of 134044 with flag 2336000/2336000
156.62/154.71	c cleaning 67999 clauses out of 136037 with flag 2405002/2405002
161.44/159.57	c cleaning 68993 clauses out of 138039 with flag 2475003/2475003
166.67/164.76	c cleaning 69999 clauses out of 140045 with flag 2546002/2546002
172.00/170.08	c cleaning 70997 clauses out of 142048 with flag 2618004/2618004
177.63/175.68	c cleaning 72008 clauses out of 144047 with flag 2691000/2691000
183.08/181.07	c cleaning 73008 clauses out of 146039 with flag 2765000/2765000
188.61/186.56	c cleaning 73997 clauses out of 148031 with flag 2840000/2840000
194.45/192.33	c cleaning 75000 clauses out of 150034 with flag 2916000/2916000
200.57/198.48	c cleaning 76003 clauses out of 152034 with flag 2993000/2993000
209.39/207.24	c cleaning 77004 clauses out of 154031 with flag 3071000/3071000
217.21/215.08	c cleaning 78003 clauses out of 156028 with flag 3150001/3150001
224.04/221.84	c cleaning 78998 clauses out of 158024 with flag 3230000/3230000
231.17/228.90	c cleaning 80008 clauses out of 160026 with flag 3311000/3311000
238.21/235.96	c cleaning 81002 clauses out of 162021 with flag 3393003/3393003
245.33/243.07	c cleaning 81995 clauses out of 164016 with flag 3476000/3476000
251.86/249.51	c cleaning 82994 clauses out of 166022 with flag 3560001/3560001
259.29/256.93	c cleaning 83999 clauses out of 168028 with flag 3645001/3645001
266.43/264.02	c cleaning 85004 clauses out of 170032 with flag 3731004/3731004
273.75/271.37	c cleaning 85987 clauses out of 172024 with flag 3818000/3818000
281.98/279.52	c cleaning 87003 clauses out of 174037 with flag 3906000/3906000
289.43/286.94	c cleaning 88001 clauses out of 176034 with flag 3995000/3995000
297.65/295.18	c cleaning 89002 clauses out of 178033 with flag 4085000/4085000
304.28/301.76	c cleaning 90006 clauses out of 180036 with flag 4176005/4176005
312.56/309.99	c cleaning 90994 clauses out of 182025 with flag 4268000/4268000
319.40/316.75	c cleaning 92004 clauses out of 184031 with flag 4361000/4361000
327.94/325.21	c cleaning 93002 clauses out of 186030 with flag 4455003/4455003
337.56/334.82	c cleaning 94003 clauses out of 188028 with flag 4550003/4550003
347.02/344.25	c cleaning 94994 clauses out of 190022 with flag 4646000/4646000
357.05/354.21	c cleaning 96002 clauses out of 192028 with flag 4743000/4743000
366.39/363.57	c cleaning 97008 clauses out of 194027 with flag 4841001/4841001
375.53/372.65	c cleaning 97987 clauses out of 196018 with flag 4940000/4940000
385.77/382.82	c cleaning 98997 clauses out of 198031 with flag 5040000/5040000
396.48/393.43	c cleaning 99998 clauses out of 200034 with flag 5141000/5141000
406.30/403.28	c cleaning 101008 clauses out of 202037 with flag 5243001/5243001
417.02/413.90	c cleaning 101999 clauses out of 204029 with flag 5346001/5346001
427.05/423.92	c cleaning 102998 clauses out of 206029 with flag 5450000/5450000
438.09/434.97	c cleaning 103982 clauses out of 208032 with flag 5555001/5555001
448.80/445.63	c cleaning 105017 clauses out of 210053 with flag 5661004/5661004
459.46/456.28	c cleaning 106003 clauses out of 212032 with flag 5768000/5768000
467.71/464.41	c cleaning 106999 clauses out of 214031 with flag 5876002/5876002
476.94/473.65	c cleaning 108009 clauses out of 216030 with flag 5985000/5985000
488.39/485.07	c cleaning 109009 clauses out of 218021 with flag 6095000/6095000
497.16/493.80	c cleaning 110005 clauses out of 220012 with flag 6206000/6206000
506.91/503.40	c cleaning 110991 clauses out of 222007 with flag 6318000/6318000
515.07/511.59	c cleaning 111997 clauses out of 224016 with flag 6431000/6431000
523.10/519.55	c cleaning 113005 clauses out of 226020 with flag 6545001/6545001
533.62/530.02	c cleaning 114003 clauses out of 228014 with flag 6660000/6660000
545.26/541.66	c cleaning 114995 clauses out of 230011 with flag 6776000/6776000
557.92/554.22	c cleaning 115986 clauses out of 232020 with flag 6893004/6893004
564.87/561.16	c cleaning 117011 clauses out of 234034 with flag 7011004/7011004
574.99/571.23	c cleaning 117988 clauses out of 236019 with flag 7130000/7130000
585.15/581.33	c cleaning 118999 clauses out of 238031 with flag 7250000/7250000
596.70/592.83	c cleaning 120011 clauses out of 240033 with flag 7371001/7371001
607.47/603.58	c cleaning 120990 clauses out of 242022 with flag 7493001/7493001
618.13/614.15	c cleaning 121996 clauses out of 244033 with flag 7616002/7616002
629.28/625.21	c cleaning 123016 clauses out of 246054 with flag 7740019/7740019
639.68/635.51	c cleaning 124006 clauses out of 248019 with flag 7865000/7865000
649.93/645.77	c cleaning 124993 clauses out of 250013 with flag 7991000/7991000
661.38/657.11	c cleaning 126010 clauses out of 252025 with flag 8118005/8118005
670.35/666.08	c cleaning 126998 clauses out of 254010 with flag 8246000/8246000
681.70/677.37	c cleaning 128001 clauses out of 256012 with flag 8375000/8375000
696.47/692.07	c cleaning 128995 clauses out of 258013 with flag 8505002/8505002
712.22/707.72	c cleaning 129996 clauses out of 260017 with flag 8636001/8636001
728.59/724.08	c cleaning 131001 clauses out of 262021 with flag 8768001/8768001
743.45/738.81	c cleaning 131992 clauses out of 264021 with flag 8901002/8901002
758.96/754.31	c cleaning 132998 clauses out of 266030 with flag 9035003/9035003
774.30/769.62	c cleaning 133994 clauses out of 268030 with flag 9170001/9170001
787.64/782.94	c cleaning 135003 clauses out of 270035 with flag 9306000/9306000
802.40/797.66	c cleaning 135988 clauses out of 272032 with flag 9443000/9443000
819.84/815.02	c cleaning 136999 clauses out of 274044 with flag 9581000/9581000
835.32/830.44	c cleaning 137992 clauses out of 276045 with flag 9720000/9720000
850.35/845.43	c cleaning 139013 clauses out of 278056 with flag 9860003/9860003
868.99/864.04	c cleaning 139995 clauses out of 280040 with flag 10001000/10001000
885.05/880.08	c cleaning 141013 clauses out of 282045 with flag 10143000/10143000
900.90/895.82	c cleaning 142007 clauses out of 284034 with flag 10286002/10286002
916.97/911.86	c cleaning 143003 clauses out of 286027 with flag 10430002/10430002
934.72/929.58	c cleaning 143992 clauses out of 288022 with flag 10575000/10575000
949.94/944.73	c cleaning 145003 clauses out of 290031 with flag 10721001/10721001
967.31/962.06	c cleaning 145992 clauses out of 292027 with flag 10868000/10868000
983.48/978.14	c cleaning 146996 clauses out of 294035 with flag 11016000/11016000
999.83/994.42	c cleaning 148005 clauses out of 296039 with flag 11165000/11165000
1017.05/1011.64	c cleaning 148996 clauses out of 298034 with flag 11315000/11315000
1032.62/1027.13	c cleaning 149997 clauses out of 300038 with flag 11466000/11466000
1048.86/1043.40	c cleaning 151007 clauses out of 302043 with flag 11618002/11618002
1064.72/1059.10	c cleaning 152003 clauses out of 304034 with flag 11771000/11771000
1080.57/1074.91	c cleaning 152996 clauses out of 306032 with flag 11925001/11925001
1098.61/1092.98	c cleaning 153998 clauses out of 308035 with flag 12080000/12080000
1115.05/1109.33	c cleaning 154995 clauses out of 310038 with flag 12236001/12236001
1132.76/1127.10	c cleaning 156005 clauses out of 312042 with flag 12393000/12393000
1152.11/1146.38	c cleaning 157005 clauses out of 314038 with flag 12551001/12551001
1169.67/1163.83	c cleaning 157997 clauses out of 316032 with flag 12710000/12710000
1188.62/1182.78	c cleaning 158990 clauses out of 318038 with flag 12870003/12870003
1205.99/1200.07	c cleaning 160011 clauses out of 320045 with flag 13031000/13031000
1223.21/1217.27	c cleaning 160993 clauses out of 322034 with flag 13193000/13193000
1244.66/1238.63	c cleaning 161996 clauses out of 324043 with flag 13356002/13356002
1263.82/1257.74	c cleaning 163006 clauses out of 326045 with flag 13520000/13520000
1283.41/1277.29	c cleaning 163999 clauses out of 328040 with flag 13685001/13685001
1304.27/1298.09	c cleaning 164991 clauses out of 330043 with flag 13851003/13851003
1323.32/1317.01	c cleaning 165994 clauses out of 332049 with flag 14018000/14018000
1344.23/1337.95	c cleaning 167002 clauses out of 334055 with flag 14186000/14186000
1366.08/1359.74	c cleaning 168013 clauses out of 336053 with flag 14355000/14355000
1388.98/1382.51	c cleaning 169000 clauses out of 338041 with flag 14525001/14525001
1411.30/1404.81	c cleaning 170006 clauses out of 340042 with flag 14696002/14696002
1435.26/1428.73	c cleaning 170992 clauses out of 342034 with flag 14868000/14868000
1462.11/1455.51	c cleaning 171994 clauses out of 344043 with flag 15041001/15041001
1485.37/1478.76	c cleaning 173015 clauses out of 346049 with flag 15215001/15215001
1505.69/1499.08	c cleaning 173992 clauses out of 348033 with flag 15390000/15390000
1525.13/1518.43	c cleaning 175007 clauses out of 350042 with flag 15566001/15566001
1543.91/1537.13	c cleaning 176007 clauses out of 352035 with flag 15743001/15743001
1564.07/1557.27	c cleaning 176989 clauses out of 354027 with flag 15921000/15921000
1583.41/1576.54	c cleaning 178007 clauses out of 356038 with flag 16100000/16100000
1602.38/1595.48	c cleaning 178990 clauses out of 358031 with flag 16280000/16280000
1625.71/1618.78	c cleaning 179991 clauses out of 360041 with flag 16461000/16461000
1647.13/1640.19	c cleaning 181011 clauses out of 362055 with flag 16643005/16643005
1668.37/1661.30	c cleaning 182010 clauses out of 364039 with flag 16826000/16826000
1691.84/1684.72	c cleaning 183006 clauses out of 366031 with flag 17010002/17010002
1714.68/1707.52	c cleaning 183998 clauses out of 368026 with flag 17195003/17195003
1736.53/1729.33	c cleaning 185006 clauses out of 370025 with flag 17381000/17381000
1756.77/1749.54	c cleaning 185995 clauses out of 372019 with flag 17568000/17568000
1778.23/1770.92	c cleaning 186989 clauses out of 374024 with flag 17756000/17756000
1800.04/1792.71	c starts		: 349
1800.04/1792.71	c conflicts		: 17944974
1800.04/1792.71	c decisions		: 32864169
1800.04/1792.71	c propagations		: 416152760
1800.04/1792.71	c inspects		: 16386515592
1800.04/1792.71	c shortcuts		: 0
1800.04/1792.71	c learnt literals	: 0
1800.04/1792.71	c learnt binary clauses	: 0
1800.04/1792.71	c learnt ternary clauses	: 5315
1800.04/1792.71	c learnt constraints	: 17944977
1800.04/1792.71	c ignored constraints	: 0
1800.04/1792.71	c root simplifications	: 0
1800.04/1792.71	c removed literals (reason simplification)	: 0
1800.04/1792.71	c reason swapping (by a shorter reason)	: 0
1800.04/1792.71	c Calls to reduceDB	: 184
1800.04/1792.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.71	c number of learned constraints concerned by reduction	: 0
1800.04/1792.71	c number of learning phase by resolution	: 0
1800.04/1792.71	c number of learning phase by cutting planes	: 0
1800.04/1792.71	c speed (assignments/second)	: 232173.69478135704
1800.04/1792.71	c non guided choices	1332
1800.04/1792.74	c learnt constraints type 
1800.04/1792.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 376035
1800.04/1792.74	c constraints type 
1800.04/1792.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
1800.04/1792.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.04/1792.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.04/1792.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
1800.04/1792.74	c 2791 constraints processed.
1800.04/1792.74	s UNKNOWN
1800.04/1792.74	c Total wall clock time (in seconds): 1792.627

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.09 2.03 3/194 13814
/proc/meminfo: memFree=27808268/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (java) D 13812 13814 12001 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254937863 9515008 183 33554432000 1073741824 1073778376 140734167854304 140734167845336 251032059573 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2323 183 140 9 0 71 0

[startup+0.0169171 s]
/proc/loadavg: 2.09 2.09 2.03 3/194 13814
/proc/meminfo: memFree=27808268/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 1367 0 0 0 0 0 0 0 20 0 2 0 254937863 103964672 1050 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 25382 1050 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100269 s]
/proc/loadavg: 2.09 2.09 2.03 3/194 13814
/proc/meminfo: memFree=27808268/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 4261 0 1 0 9 1 0 0 20 0 18 0 254937863 9787813888 5465 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2389603 5466 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300243 s]
/proc/loadavg: 2.09 2.09 2.03 3/194 13814
/proc/meminfo: memFree=27808268/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 6045 0 1 0 44 1 0 0 20 0 19 0 254937863 9855975424 8761 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 8761 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9624976

[startup+0.700238 s]
/proc/loadavg: 2.09 2.09 2.03 3/194 13814
/proc/meminfo: memFree=27808268/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 10322 0 1 0 123 2 0 0 20 0 19 0 254937863 9855975424 13938 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 13938 2280 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 2.09 2.09 2.03 3/213 13833
/proc/meminfo: memFree=27754924/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=2.1 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 10383 0 1 0 207 3 0 0 20 0 19 0 254937863 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 15997 2280 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 12001 0 -1 4202560 2459 0 1 0 142 0 0 0 20 0 19 0 254937864 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672960381352 139672823673391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254937867 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 2982 0 0 0 31 0 0 0 20 0 19 0 254937870 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 15997 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 13833
/proc/meminfo: memFree=27752504/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=3.74 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 10505 0 1 0 371 3 0 0 20 0 19 0 254937863 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 17546 2280 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 12001 0 -1 4202560 2461 0 1 0 296 0 0 0 20 0 19 0 254937864 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672960381168 139672823553743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 254937867 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3082 0 0 0 34 0 0 0 20 0 19 0 254937870 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 17546 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 13833
/proc/meminfo: memFree=27742140/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=7.02 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 10668 0 1 0 698 4 0 0 20 0 19 0 254937863 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 18951 2280 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=6.05 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) S 13812 13814 12001 0 -1 4202560 2466 0 1 0 605 0 0 0 20 0 19 0 254937864 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672960381288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254937865 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) R 13812 13814 12001 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 254937867 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672784282736 139672966889588 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3206 0 0 0 36 0 0 0 20 0 19 0 254937870 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 18951 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 212 0 0 0 108 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=1.19 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 325 0 0 0 116 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=1.08 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 316 0 0 0 105 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=10.41 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 153 0 0 0 1037 4 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3259 0 0 0 38 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.53
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 13931
/proc/meminfo: memFree=27294896/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=1789.64 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 13717 0 1 0 178916 48 0 0 20 0 19 0 254937863 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 83220 2281 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=1768.66 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 12001 0 -1 4202560 2680 0 1 0 176836 30 0 0 20 0 19 0 254937864 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672960381168 139672823513920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 292 0 0 0 114 2 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 290 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 408 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 435 0 0 0 122 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=1.26 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 382 0 0 0 121 5 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 212 0 0 0 110 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 325 0 0 0 117 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 316 0 0 0 108 3 0 0 20 0 19 0 254937865 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=10.72 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 157 0 0 0 1068 4 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3259 0 0 0 38 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 254937870 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 83220 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 13931
/proc/meminfo: memFree=27294772/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 13718 0 1 0 179956 48 0 0 20 0 19 0 254937863 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 83732 2281 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=1779.06 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 12001 0 -1 4202560 2681 0 1 0 177875 31 0 0 20 0 19 0 254937864 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672960381168 139672823515116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 292 0 0 0 114 2 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 290 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 408 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 435 0 0 0 122 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=1.26 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 382 0 0 0 121 5 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 212 0 0 0 110 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 325 0 0 0 117 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 316 0 0 0 108 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=10.72 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 157 0 0 0 1068 4 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3259 0 0 0 38 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 13931
/proc/meminfo: memFree=27294772/32873844 swapFree=7364/7364
[pid=13814] ppid=13812 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13812 13814 12001 0 -1 4202496 13718 0 1 0 179956 48 0 0 20 0 19 0 254937863 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 140733935223392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13814/statm: 2406244 83732 2281 9 0 2396937 0
[pid=13814/tid=13816] ppid=13812 vsize=9624976 CPUtime=1779.06 cores=0,2,4,6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 12001 0 -1 4202560 2681 0 1 0 177875 31 0 0 20 0 19 0 254937864 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672960381168 139672823515116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 12001 0 -1 4202560 292 0 0 0 114 2 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672949442856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 12001 0 -1 4202560 290 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672948390056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 12001 0 -1 4202560 408 0 0 0 115 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672947337768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 12001 0 -1 4202560 435 0 0 0 122 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672946284968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=9624976 CPUtime=1.26 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 12001 0 -1 4202560 382 0 0 0 121 5 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672945232680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=9624976 CPUtime=1.13 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 12001 0 -1 4202560 212 0 0 0 110 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672944179880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 12001 0 -1 4202560 325 0 0 0 117 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672943127592 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 12001 0 -1 4202560 316 0 0 0 108 3 0 0 20 0 19 0 254937865 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672942074792 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=9624976 CPUtime=10.72 cores=0,2,4,6
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 12001 0 -1 4202560 157 0 0 0 1068 4 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672784283880 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672783229944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254937867 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672782177544 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672781126032 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13812 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13812 13814 12001 0 -1 4202560 3259 0 0 0 38 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672780073656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13830] ppid=13812 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13814/task/13830/stat : 13830 (java) S 13812 13814 12001 0 -1 4202560 3678 0 0 0 26 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672779020856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13831] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13831/stat : 13831 (java) S 13812 13814 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672777968760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13832] ppid=13812 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13812 13814 12001 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 254937870 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672776916168 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13833] ppid=13812 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13812 13814 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254937893 9855975424 83732 33554432000 1073741824 1073778376 140733935232256 139672775861160 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1792.75
CPU time (s): 1800.87
CPU user time (s): 1799.8
CPU system time (s): 1.07184
CPU usage (%): 100.453
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 1.07184
maximum resident set size= 339144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43194
involuntary context switches= 24537

runsolver used 6.34304 second user time and 14.4618 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 21:35:18
IDJOB=3688819
IDBENCH=48366
IDSOLVER=2269
FILE ID=node118/3688819-1337888118
RUNJOBID= node118-1337871881-12017
PBS_JOBID= 14620086
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688819-1337888118/watcher-3688819-1337888118 -o /tmp/evaluation-result-3688819-1337888118/solver-3688819-1337888118 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688819-1337888118.opb

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=2125905352

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:        27808532 kB
Buffers:          217932 kB
Cached:          3946412 kB
SwapCached:            0 kB
Active:           557128 kB
Inactive:        3736396 kB
Active(anon):     130544 kB
Inactive(anon):        0 kB
Active(file):     426584 kB
Inactive(file):  3736396 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        139080 kB
Mapped:            22472 kB
Shmem:               200 kB
Slab:             630628 kB
SReclaimable:      72936 kB
SUnreclaim:       557692 kB
KernelStack:        1600 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71664 MiB
End job on node118 at 2012-05-24 22:05:12