Trace number 3711176

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-14 1800.09 1791.76

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
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 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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 read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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 phase appearing in latest learned clause
0.10/0.12	c Expensive 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=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711176-1338171894.opb
0.10/0.12	c reading problem ... 
0.75/0.40	c ... done. Wall clock time 0.277s.
0.75/0.40	c declared #vars     200
0.75/0.40	c internal #vars     3262
0.75/0.40	c #constraints  6426
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
0.75/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
0.75/0.40	c 6426 constraints processed.
0.75/0.46	c SATISFIABLE
0.75/0.46	c OPTIMIZING...
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.334
0.75/0.46	o 0
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.415
1.04/0.54	o -1
1.34/0.62	c Got one! Elapsed wall clock time (in seconds):0.501
1.34/0.62	o -9
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.51
1.34/0.63	o -10
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.524
1.34/0.65	o -11
1.77/0.86	c Got one! Elapsed wall clock time (in seconds):0.741
1.77/0.86	o -12
2.18/1.26	c cleaning 3014 clauses out of 6027 with flag 4000/6027
2.76/1.71	c cleaning 4504 clauses out of 9014 with flag 10001/12028
3.18/2.19	c cleaning 5752 clauses out of 11509 with flag 17000/19027
3.79/2.72	c cleaning 6872 clauses out of 13757 with flag 25000/27027
4.51/3.42	c cleaning 7941 clauses out of 15890 with flag 34005/36032
4.51/3.46	c Got one! Elapsed wall clock time (in seconds):3.34
4.51/3.46	o -13
4.81/3.80	c cleaning 6656 clauses out of 13330 with flag 5003/41413
5.22/4.19	c cleaning 6327 clauses out of 12671 with flag 11000/47410
5.72/4.67	c cleaning 6666 clauses out of 13345 with flag 18001/54411
6.33/5.23	c cleaning 7328 clauses out of 14678 with flag 26000/62410
6.93/5.88	c cleaning 8166 clauses out of 16353 with flag 35003/71413
7.74/6.62	c cleaning 9091 clauses out of 18187 with flag 45003/81413
8.54/7.44	c cleaning 10041 clauses out of 20095 with flag 56002/92412
9.44/8.37	c cleaning 11020 clauses out of 22052 with flag 68000/104410
10.56/9.48	c cleaning 12012 clauses out of 24035 with flag 81003/117413
11.66/10.53	c cleaning 13005 clauses out of 26021 with flag 95001/131411
12.78/11.66	c cleaning 14005 clauses out of 28017 with flag 110002/146412
13.99/12.88	c cleaning 15003 clauses out of 30010 with flag 126000/162410
15.31/14.17	c cleaning 16004 clauses out of 32008 with flag 143001/179411
16.73/15.51	c cleaning 16991 clauses out of 34003 with flag 161000/197410
18.55/17.38	c cleaning 18001 clauses out of 36012 with flag 180000/216410
20.27/19.06	c cleaning 18999 clauses out of 38011 with flag 200000/236410
21.88/20.67	c cleaning 20002 clauses out of 40013 with flag 221001/257411
23.58/22.31	c cleaning 21001 clauses out of 42011 with flag 243001/279411
24.29/23.09	c Got one! Elapsed wall clock time (in seconds):22.971
24.29/23.09	o -14
24.69/23.44	c cleaning 18206 clauses out of 36434 with flag 5001/294835
25.10/23.87	c cleaning 12108 clauses out of 24227 with flag 11000/300834
25.70/24.42	c cleaning 9549 clauses out of 19119 with flag 18000/307834
26.30/25.05	c cleaning 8775 clauses out of 17570 with flag 26000/315834
26.90/25.69	c cleaning 8891 clauses out of 17798 with flag 35003/324837
27.72/26.46	c cleaning 9440 clauses out of 18904 with flag 45000/334834
28.53/27.28	c cleaning 10228 clauses out of 20465 with flag 56001/345835
29.44/28.14	c cleaning 11115 clauses out of 22237 with flag 68001/357835
30.56/29.20	c cleaning 12048 clauses out of 24121 with flag 81000/370834
31.69/30.34	c cleaning 13025 clauses out of 26073 with flag 95000/384834
32.79/31.44	c cleaning 14021 clauses out of 28048 with flag 110000/399834
33.89/32.53	c cleaning 15014 clauses out of 30028 with flag 126001/415835
35.10/33.76	c cleaning 16005 clauses out of 32014 with flag 143001/432835
36.61/35.20	c cleaning 16999 clauses out of 34009 with flag 161001/450835
38.22/36.82	c cleaning 18000 clauses out of 36009 with flag 180000/469834
39.95/38.50	c cleaning 19001 clauses out of 38011 with flag 200002/489836
41.85/40.48	c cleaning 19996 clauses out of 40008 with flag 221000/510834
43.67/42.27	c cleaning 20994 clauses out of 42013 with flag 243001/532835
45.88/44.46	c cleaning 22000 clauses out of 44019 with flag 266001/555835
48.30/46.86	c cleaning 23003 clauses out of 46019 with flag 290001/579835
50.32/48.81	c cleaning 24004 clauses out of 48018 with flag 315003/604837
52.36/50.86	c cleaning 25005 clauses out of 50015 with flag 341004/630838
54.59/53.03	c cleaning 25999 clauses out of 52006 with flag 368000/657834
56.81/55.22	c cleaning 27000 clauses out of 54007 with flag 396000/685834
59.42/57.86	c cleaning 27990 clauses out of 56008 with flag 425001/714835
62.14/60.52	c cleaning 29002 clauses out of 58018 with flag 455001/744835
65.49/63.88	c cleaning 30002 clauses out of 60015 with flag 486000/775834
68.31/66.69	c cleaning 30998 clauses out of 62014 with flag 518001/807835
71.74/70.07	c cleaning 32002 clauses out of 64015 with flag 551000/840834
75.56/73.89	c cleaning 32996 clauses out of 66013 with flag 585000/874834
78.40/76.61	c cleaning 34000 clauses out of 68017 with flag 620000/909834
81.02/79.25	c cleaning 35001 clauses out of 70017 with flag 656000/945834
84.36/82.51	c cleaning 35999 clauses out of 72018 with flag 693002/982836
87.89/86.09	c cleaning 37003 clauses out of 74017 with flag 731000/1020834
92.20/90.33	c cleaning 37996 clauses out of 76014 with flag 770000/1059834
95.73/93.83	c cleaning 39002 clauses out of 78019 with flag 810001/1099835
99.84/97.98	c cleaning 39999 clauses out of 80018 with flag 851002/1140836
105.37/103.46	c cleaning 40997 clauses out of 82017 with flag 893000/1182834
110.40/108.43	c cleaning 42002 clauses out of 84023 with flag 936003/1225837
115.52/113.56	c cleaning 43001 clauses out of 86019 with flag 980001/1269835
121.15/119.17	c cleaning 43996 clauses out of 88020 with flag 1025003/1314837
125.17/123.19	c cleaning 45004 clauses out of 90022 with flag 1071001/1360835
129.50/127.50	c cleaning 45997 clauses out of 92017 with flag 1118000/1407834
134.21/132.18	c cleaning 47008 clauses out of 94022 with flag 1166002/1455836
142.03/139.98	c cleaning 47996 clauses out of 96012 with flag 1215000/1504834
147.16/145.08	c cleaning 48994 clauses out of 98017 with flag 1265001/1554835
153.50/151.39	c cleaning 50001 clauses out of 100022 with flag 1316000/1605834
158.99/156.76	c cleaning 51002 clauses out of 102021 with flag 1368000/1657834
165.51/163.27	c cleaning 52003 clauses out of 104020 with flag 1421001/1710835
171.85/169.58	c cleaning 52996 clauses out of 106016 with flag 1475000/1764834
178.29/175.98	c cleaning 54004 clauses out of 108025 with flag 1530005/1819839
184.52/182.16	c cleaning 55001 clauses out of 110017 with flag 1586001/1875835
191.25/188.87	c cleaning 55994 clauses out of 112015 with flag 1643000/1932834
198.70/196.29	c cleaning 57011 clauses out of 114021 with flag 1701000/1990834
203.96/201.40	c cleaning 57999 clauses out of 116010 with flag 1760000/2049834
209.49/206.91	c cleaning 58995 clauses out of 118011 with flag 1820000/2109834
216.82/214.22	c cleaning 60003 clauses out of 120017 with flag 1881001/2170835
223.72/221.07	c cleaning 60997 clauses out of 122014 with flag 1943001/2232835
231.45/228.79	c cleaning 61998 clauses out of 124016 with flag 2006000/2295834
242.50/239.76	c cleaning 63002 clauses out of 126020 with flag 2070002/2359836
251.53/248.73	c cleaning 64001 clauses out of 128017 with flag 2135001/2424835
259.07/256.22	c cleaning 64994 clauses out of 130016 with flag 2201001/2490835
267.80/264.92	c cleaning 65999 clauses out of 132021 with flag 2268000/2557834
276.96/274.00	c cleaning 67000 clauses out of 134023 with flag 2336001/2625835
284.61/281.60	c cleaning 67995 clauses out of 136022 with flag 2405000/2694834
295.24/292.24	c cleaning 69003 clauses out of 138027 with flag 2475000/2764834
306.00/302.99	c cleaning 70000 clauses out of 140025 with flag 2546001/2835835
315.25/312.19	c cleaning 71010 clauses out of 142026 with flag 2618002/2907836
326.92/323.72	c cleaning 72001 clauses out of 144016 with flag 2691002/2980836
333.77/330.55	c cleaning 72995 clauses out of 146013 with flag 2765000/3054834
340.90/337.66	c cleaning 74000 clauses out of 148018 with flag 2840000/3129834
349.54/346.25	c cleaning 75005 clauses out of 150019 with flag 2916001/3205835
359.70/356.34	c cleaning 75999 clauses out of 152016 with flag 2993003/3282837
371.74/368.33	c cleaning 76997 clauses out of 154014 with flag 3071000/3360834
383.00/379.53	c cleaning 78003 clauses out of 156019 with flag 3150002/3439836
394.78/391.28	c cleaning 78999 clauses out of 158016 with flag 3230002/3519836
405.75/402.11	c cleaning 79996 clauses out of 160016 with flag 3311001/3600835
414.49/410.89	c cleaning 81002 clauses out of 162021 with flag 3393002/3682836
425.35/421.68	c cleaning 81992 clauses out of 164017 with flag 3476000/3765834
436.02/432.24	c cleaning 83005 clauses out of 166027 with flag 3560002/3849836
446.67/442.82	c cleaning 84000 clauses out of 168020 with flag 3645000/3934834
455.30/451.42	c cleaning 85005 clauses out of 170021 with flag 3731001/4020835
471.45/467.59	c cleaning 86001 clauses out of 172017 with flag 3818002/4107836
488.71/484.73	c cleaning 86998 clauses out of 174015 with flag 3906001/4195835
505.44/501.41	c cleaning 87998 clauses out of 176017 with flag 3995001/4284835
522.49/518.41	c cleaning 88999 clauses out of 178018 with flag 4085000/4374834
541.22/537.16	c cleaning 90000 clauses out of 180020 with flag 4176001/4465835
550.98/546.82	c cleaning 91000 clauses out of 182019 with flag 4268000/4557834
561.00/556.89	c cleaning 91997 clauses out of 184019 with flag 4361000/4650834
570.93/566.71	c cleaning 92999 clauses out of 186022 with flag 4455000/4744834
581.27/577.07	c cleaning 94006 clauses out of 188023 with flag 4550000/4839834
595.29/591.08	c cleaning 95001 clauses out of 190018 with flag 4646001/4935835
608.27/603.90	c cleaning 96006 clauses out of 192017 with flag 4743001/5032835
625.82/621.42	c cleaning 96991 clauses out of 194010 with flag 4841000/5130834
639.46/635.08	c cleaning 97999 clauses out of 196021 with flag 4940002/5229836
655.14/650.63	c cleaning 99005 clauses out of 198020 with flag 5040000/5329834
674.16/669.50	c cleaning 99999 clauses out of 200016 with flag 5141001/5430835
685.76/681.09	c cleaning 101001 clauses out of 202016 with flag 5243000/5532834
699.91/695.13	c cleaning 101991 clauses out of 204017 with flag 5346002/5635836
713.37/708.53	c cleaning 102998 clauses out of 206024 with flag 5450000/5739834
728.16/723.25	c cleaning 104005 clauses out of 208028 with flag 5555002/5844836
741.94/736.98	c cleaning 104991 clauses out of 210021 with flag 5661000/5950834
753.89/748.86	c cleaning 106005 clauses out of 212031 with flag 5768001/6057835
774.04/768.99	c cleaning 107004 clauses out of 214025 with flag 5876000/6165834
790.11/784.97	c cleaning 108001 clauses out of 216022 with flag 5985001/6274835
806.29/801.07	c cleaning 109000 clauses out of 218021 with flag 6095001/6384835
826.79/821.47	c cleaning 110006 clauses out of 220021 with flag 6206001/6495835
844.96/839.50	c cleaning 110995 clauses out of 222017 with flag 6318003/6607837
864.55/859.01	c cleaning 111999 clauses out of 224019 with flag 6431000/6720834
876.43/870.81	c cleaning 113004 clauses out of 226020 with flag 6545000/6834834
890.18/884.57	c cleaning 114007 clauses out of 228017 with flag 6660001/6949835
904.34/898.69	c cleaning 114993 clauses out of 230013 with flag 6776004/7065838
925.89/920.19	c cleaning 116006 clauses out of 232017 with flag 6893001/7182835
939.56/933.79	c cleaning 116997 clauses out of 234014 with flag 7011004/7300838
957.63/951.79	c cleaning 117993 clauses out of 236014 with flag 7130001/7419835
976.60/970.68	c cleaning 118996 clauses out of 238020 with flag 7250000/7539834
998.99/992.92	c cleaning 120008 clauses out of 240025 with flag 7371001/7660835
1017.15/1011.05	c cleaning 120992 clauses out of 242016 with flag 7493000/7782834
1041.80/1035.66	c cleaning 122008 clauses out of 244027 with flag 7616003/7905837
1064.17/1057.99	c cleaning 122999 clauses out of 246018 with flag 7740002/8029836
1089.93/1083.69	c cleaning 123988 clauses out of 248017 with flag 7865000/8154834
1108.01/1101.65	c cleaning 125006 clauses out of 250029 with flag 7991000/8280834
1127.76/1121.32	c cleaning 126001 clauses out of 252023 with flag 8118000/8407834
1143.40/1136.90	c cleaning 127003 clauses out of 254025 with flag 8246003/8535837
1164.03/1157.58	c cleaning 128000 clauses out of 256019 with flag 8375000/8664834
1187.92/1181.32	c cleaning 128996 clauses out of 258020 with flag 8505001/8794835
1214.91/1208.28	c cleaning 129999 clauses out of 260024 with flag 8636001/8925835
1232.39/1225.67	c cleaning 131002 clauses out of 262025 with flag 8768001/9057835
1261.51/1254.78	c cleaning 132001 clauses out of 264024 with flag 8901002/9190836
1288.87/1282.05	c cleaning 133002 clauses out of 266022 with flag 9035001/9324835
1325.47/1318.60	c cleaning 134002 clauses out of 268020 with flag 9170001/9459835
1365.27/1358.22	c cleaning 135002 clauses out of 270018 with flag 9306001/9595835
1407.48/1400.36	c cleaning 136002 clauses out of 272018 with flag 9443003/9732837
1443.87/1436.67	c cleaning 136995 clauses out of 274013 with flag 9581000/9870834
1477.88/1470.55	c cleaning 138003 clauses out of 276018 with flag 9720000/10009834
1501.30/1493.81	c cleaning 139002 clauses out of 278017 with flag 9860002/10149836
1519.27/1511.71	c cleaning 139991 clauses out of 280013 with flag 10001000/10290834
1539.24/1531.66	c cleaning 141000 clauses out of 282022 with flag 10143000/10432834
1557.21/1549.52	c cleaning 142000 clauses out of 284022 with flag 10286000/10575834
1582.97/1575.27	c cleaning 143001 clauses out of 286023 with flag 10430001/10719835
1601.14/1593.36	c cleaning 144000 clauses out of 288021 with flag 10575000/10864834
1632.29/1624.47	c cleaning 145001 clauses out of 290023 with flag 10721002/11010836
1652.37/1644.50	c cleaning 145999 clauses out of 292020 with flag 10868000/11157834
1688.33/1680.33	c cleaning 146999 clauses out of 294022 with flag 11016001/11305835
1715.87/1707.78	c cleaning 148002 clauses out of 296024 with flag 11165002/11454836
1743.03/1734.86	c cleaning 149003 clauses out of 298021 with flag 11315001/11604835
1775.03/1766.75	c cleaning 150003 clauses out of 300017 with flag 11466000/11755834
1800.09/1791.71	c starts		: 331
1800.09/1791.71	c conflicts		: 11903724
1800.09/1791.71	c decisions		: 13794633
1800.09/1791.71	c propagations		: 189791573
1800.09/1791.71	c inspects		: 14963216707
1800.09/1791.71	c shortcuts		: 0
1800.09/1791.71	c learnt literals	: 0
1800.09/1791.71	c learnt binary clauses	: 0
1800.09/1791.71	c learnt ternary clauses	: 46950
1800.09/1791.71	c learnt constraints	: 11903725
1800.09/1791.71	c ignored constraints	: 0
1800.09/1791.71	c root simplifications	: 331
1800.09/1791.71	c removed literals (reason simplification)	: 294836772
1800.09/1791.71	c reason swapping (by a shorter reason)	: 0
1800.09/1791.71	c Calls to reduceDB	: 170
1800.09/1791.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.71	c number of learned constraints concerned by reduction	: 0
1800.09/1791.71	c number of learning phase by resolution	: 0
1800.09/1791.71	c number of learning phase by cutting planes	: 0
1800.09/1791.71	c speed (assignments/second)	: 105951.75017947839
1800.09/1791.71	c non guided choices	6228
1800.09/1791.75	c learnt constraints type 
1800.09/1791.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 298000
1800.09/1791.75	c constraints type 
1800.09/1791.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
1800.09/1791.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.09/1791.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.09/1791.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
1800.09/1791.75	c 6427 constraints processed.
1800.09/1791.75	s SATISFIABLE
1800.09/1791.75	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 x81 x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 x186 -x187 x188 -x189 -x190 -x191 x192 -x193 -x194 x195 -x196 x197 -x198 -x199 -x200 
1800.09/1791.75	c objective function=-14
1800.09/1791.75	c Total wall clock time (in seconds): 1791.628

Verifier Data

OK	-14

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-3711176-1338171894/watcher-3711176-1338171894 -o /tmp/evaluation-result-3711176-1338171894/solver-3711176-1338171894 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711176-1338171894.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: 2.06 2.08 2.02 3/192 17160
/proc/meminfo: memFree=29605860/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17160/stat : 17160 (java) R 17158 17160 15185 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 283314902 9515008 182 33554432000 1073741824 1073778376 140734715211120 140734715193848 252263087797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17160/statm: 2323 182 140 9 0 71 0

[startup+0.01861 s]
/proc/loadavg: 2.06 2.08 2.02 3/192 17160
/proc/meminfo: memFree=29605860/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 1421 0 1 0 0 0 0 0 20 0 2 0 283314902 103997440 1101 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 25390 1101 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.10025 s]
/proc/loadavg: 2.06 2.08 2.02 3/192 17160
/proc/meminfo: memFree=29605860/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 4188 0 1 0 8 2 0 0 20 0 18 0 283314902 9787842560 5394 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2389610 5395 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300246 s]
/proc/loadavg: 2.06 2.08 2.02 3/192 17160
/proc/meminfo: memFree=29605860/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 5919 0 1 0 43 2 0 0 20 0 18 0 283314902 9787842560 8786 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2389610 8786 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700271 s]
/proc/loadavg: 2.06 2.08 2.02 3/192 17160
/proc/meminfo: memFree=29605860/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=1.59 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 12010 0 1 0 155 4 0 0 20 0 19 0 283314902 9856004096 15015 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 15015 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.06 2.08 2.02 3/211 17179
/proc/meminfo: memFree=29551872/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=2.53 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 12090 0 1 0 248 5 0 0 20 0 19 0 283314902 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 18663 2290 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2525 0 1 0 141 2 0 0 20 0 19 0 283314903 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435464630632 140435314668664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 48 0 0 0 20 0 19 0 283314908 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5458 0 0 0 51 2 0 0 20 0 19 0 283314908 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 18663 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.06 2.08 2.02 3/211 17179
/proc/meminfo: memFree=29534868/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=4.21 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 12122 0 1 0 415 6 0 0 20 0 19 0 283314902 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 20220 2290 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2526 0 1 0 294 2 0 0 20 0 19 0 283314903 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435464630512 140435314418535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 283314906 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5460 0 0 0 55 2 0 0 20 0 19 0 283314908 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 20220 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.05 2.08 2.02 3/211 17179
/proc/meminfo: memFree=29534316/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=7.44 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 12138 0 1 0 738 6 0 0 20 0 19 0 283314902 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 19585 2290 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=6.01 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2533 0 1 0 599 2 0 0 20 0 19 0 283314903 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435464630512 140435314652905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283314904 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283314905 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 34 0 0 0 18 0 0 0 20 0 19 0 283314906 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5460 0 0 0 56 2 0 0 20 0 19 0 283314908 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 19585 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5468 0 0 0 58 2 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 99 0 0 0 31 29 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1730.53
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/211 17252
/proc/meminfo: memFree=29411836/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=1790.69 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 14937 0 1 0 178993 76 0 0 20 0 19 0 283314902 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 80708 2291 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=1764.95 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2726 0 1 0 176464 31 0 0 20 0 19 0 283314903 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435464630512 140435314794434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 292 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 193 0 0 0 116 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 394 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 337 0 0 0 117 4 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 339 0 0 0 112 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 380 0 0 0 114 5 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 192 0 0 0 120 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 312 0 0 0 116 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=9.83 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 159 0 0 0 980 3 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5468 0 0 0 58 2 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1790.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 2.03 2.05 2.00 3/211 17253
/proc/meminfo: memFree=29404080/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 14937 0 1 0 179933 76 0 0 20 0 19 0 283314902 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 80708 2291 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=1774.33 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2726 0 1 0 177402 31 0 0 20 0 19 0 283314903 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435464630512 140435314793537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 292 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 193 0 0 0 116 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 394 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 337 0 0 0 117 4 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 339 0 0 0 112 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 380 0 0 0 114 5 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 192 0 0 0 120 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 312 0 0 0 116 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=9.83 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 159 0 0 0 980 3 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5468 0 0 0 58 2 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 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

[startup+1791.7 s]
/proc/loadavg: 2.03 2.05 2.00 3/211 17253
/proc/meminfo: memFree=29404080/32873852 swapFree=7624/7624
[pid=17160] ppid=17158 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/17160/stat : 17160 (java) S 17158 17160 15185 0 -1 4202496 14937 0 1 0 179933 76 0 0 20 0 19 0 283314902 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140733799829392 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17160/statm: 2406251 80708 2291 9 0 2396937 0
[pid=17160/tid=17162] ppid=17158 vsize=9625004 CPUtime=1774.33 cores=1,3,5,7
/proc/17160/task/17162/stat : 17162 (java) R 17158 17160 15185 0 -1 4202560 2726 0 1 0 177402 31 0 0 20 0 19 0 283314903 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435464630512 140435314793537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17163] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17163/stat : 17163 (java) S 17158 17160 15185 0 -1 4202560 292 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435437083688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17164] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17164/stat : 17164 (java) S 17158 17160 15185 0 -1 4202560 193 0 0 0 116 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435436030888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17165] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17165/stat : 17165 (java) S 17158 17160 15185 0 -1 4202560 394 0 0 0 117 3 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435434978088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17166] ppid=17158 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/17160/task/17166/stat : 17166 (java) S 17158 17160 15185 0 -1 4202560 337 0 0 0 117 4 0 0 20 0 19 0 283314904 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435433925288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17167] ppid=17158 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/17160/task/17167/stat : 17167 (java) S 17158 17160 15185 0 -1 4202560 339 0 0 0 112 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435432872488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17160/tid=17168] ppid=17158 vsize=9625004 CPUtime=1.19 cores=1,3,5,7
/proc/17160/task/17168/stat : 17168 (java) S 17158 17160 15185 0 -1 4202560 380 0 0 0 114 5 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435302951336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17169] ppid=17158 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/17160/task/17169/stat : 17169 (java) S 17158 17160 15185 0 -1 4202560 192 0 0 0 120 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435301898536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17170] ppid=17158 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/17160/task/17170/stat : 17170 (java) S 17158 17160 15185 0 -1 4202560 312 0 0 0 116 4 0 0 20 0 19 0 283314905 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140435300845736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17171] ppid=17158 vsize=9625004 CPUtime=9.83 cores=1,3,5,7
/proc/17160/task/17171/stat : 17171 (java) S 17158 17160 15185 0 -1 4202560 159 0 0 0 980 3 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434817899496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17160/tid=17172] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17172/stat : 17172 (java) S 17158 17160 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434816845560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17173] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17173/stat : 17173 (java) S 17158 17160 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283314906 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434815792648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17174] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17174/stat : 17174 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434814741136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17175] ppid=17158 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/17160/task/17175/stat : 17175 (java) S 17158 17160 15185 0 -1 4202560 2861 0 0 0 50 0 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434813688248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17176] ppid=17158 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/17160/task/17176/stat : 17176 (java) S 17158 17160 15185 0 -1 4202560 5468 0 0 0 58 2 0 0 20 0 19 0 283314908 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434812635448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17177] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17177/stat : 17177 (java) S 17158 17160 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434811582840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17160/tid=17178] ppid=17158 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/17160/task/17178/stat : 17178 (java) S 17158 17160 15185 0 -1 4202560 103 0 0 0 33 30 0 0 20 0 19 0 283314909 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434810530248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17160/tid=17179] ppid=17158 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17160/task/17179/stat : 17179 (java) S 17158 17160 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283314944 9856004096 80708 33554432000 1073741824 1073778376 140733799838256 140434809476776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17160 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=760154
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=102832
# CPU time returned by wait4() is 1795.86
# 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): 1791.76
CPU time (s): 1800.09
CPU user time (s): 1799.33
CPU system time (s): 0.76
CPU usage (%): 100.465
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.10283
maximum resident set size= 327044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14970
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= 42659
involuntary context switches= 27401

runsolver used 6.08007 second user time and 15.9546 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 04:24:54
IDJOB=3711176
IDBENCH=48237
IDSOLVER=2289
FILE ID=node131/3711176-1338171894
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=560408775

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29605752 kB
Buffers:          342444 kB
Cached:          1811392 kB
SwapCached:         2172 kB
Active:           811876 kB
Inactive:        1613884 kB
Active(anon):     273476 kB
Inactive(anon):      820 kB
Active(file):     538400 kB
Inactive(file):  1613064 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        287184 kB
Mapped:            22516 kB
Shmem:                 0 kB
Slab:             693920 kB
SReclaimable:     136176 kB
SUnreclaim:       557744 kB
KernelStack:        1592 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     699016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node131 at 2012-05-28 04:54:48