Trace number 3687843

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)8 1800.09 1789.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
MD5SUM7acfcd4d612717a490c27c9a55b3f455
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.032994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables411
Total number of constraints477
Number of constraints which are clauses387
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 411
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1129
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1129
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687843-1337876172.opb
0.09/0.11	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.076s.
0.09/0.19	c declared #vars     411
0.09/0.19	c #constraints  477
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.09/0.19	c ignored satisfied constraints => 1
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 381
0.09/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.19	c 478 constraints processed.
0.09/0.19	c objective function length is 411 literals
0.24/0.20	c SATISFIABLE
0.24/0.20	c OPTIMIZING...
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.089
0.24/0.20	o 8
1.02/0.64	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.39/0.92	c cleaning 4251 clauses out of 8501 with flag 11000/11000
1.70/1.25	c cleaning 5624 clauses out of 11250 with flag 18000/18000
2.12/1.65	c cleaning 6813 clauses out of 13626 with flag 26000/26000
2.54/2.10	c cleaning 7895 clauses out of 15813 with flag 35000/35000
3.05/2.57	c cleaning 8957 clauses out of 17922 with flag 45004/45004
3.55/3.08	c cleaning 9975 clauses out of 19961 with flag 56000/56000
4.16/3.66	c cleaning 10986 clauses out of 21986 with flag 68000/68000
4.86/4.30	c cleaning 11997 clauses out of 24000 with flag 81000/81000
5.47/4.98	c cleaning 12988 clauses out of 26003 with flag 95000/95000
6.29/5.75	c cleaning 14005 clauses out of 28015 with flag 110000/110000
7.21/6.61	c cleaning 15005 clauses out of 30011 with flag 126001/126001
8.12/7.53	c cleaning 16003 clauses out of 32007 with flag 143002/143002
9.12/8.55	c cleaning 16996 clauses out of 34005 with flag 161003/161003
10.15/9.59	c cleaning 17999 clauses out of 36006 with flag 180000/180000
11.37/10.77	c cleaning 18996 clauses out of 38007 with flag 200000/200000
12.49/11.87	c cleaning 19998 clauses out of 40011 with flag 221000/221000
13.71/13.00	c cleaning 21006 clauses out of 42015 with flag 243002/243002
14.92/14.23	c cleaning 21999 clauses out of 44007 with flag 266000/266000
16.24/15.55	c cleaning 23001 clauses out of 46008 with flag 290000/290000
17.68/16.97	c cleaning 24001 clauses out of 48008 with flag 315001/315001
19.22/18.46	c cleaning 24991 clauses out of 50007 with flag 341001/341001
20.84/20.02	c cleaning 26001 clauses out of 52015 with flag 368000/368000
22.57/21.73	c cleaning 27003 clauses out of 54014 with flag 396000/396000
24.29/23.43	c cleaning 28004 clauses out of 56015 with flag 425004/425004
26.01/25.16	c cleaning 28983 clauses out of 58009 with flag 455002/455002
27.92/27.04	c cleaning 29999 clauses out of 60024 with flag 486000/486000
29.84/28.91	c cleaning 31004 clauses out of 62025 with flag 518000/518000
31.77/30.87	c cleaning 32007 clauses out of 64021 with flag 551000/551000
33.78/32.83	c cleaning 33004 clauses out of 66015 with flag 585001/585001
35.70/34.72	c cleaning 34004 clauses out of 68010 with flag 620000/620000
37.91/36.94	c cleaning 35003 clauses out of 70006 with flag 656000/656000
40.33/39.34	c cleaning 35989 clauses out of 72003 with flag 693000/693000
42.97/41.98	c cleaning 37007 clauses out of 74014 with flag 731000/731000
45.60/44.59	c cleaning 38004 clauses out of 76008 with flag 770001/770001
47.93/46.84	c cleaning 38991 clauses out of 78003 with flag 810000/810000
50.16/49.05	c cleaning 40000 clauses out of 80012 with flag 851000/851000
52.49/51.33	c cleaning 40981 clauses out of 82012 with flag 893000/893000
54.80/53.68	c cleaning 42010 clauses out of 84031 with flag 936000/936000
57.22/56.02	c cleaning 42989 clauses out of 86021 with flag 980000/980000
60.02/58.81	c cleaning 44013 clauses out of 88033 with flag 1025001/1025001
62.85/61.65	c cleaning 45007 clauses out of 90021 with flag 1071002/1071002
65.87/64.67	c cleaning 45994 clauses out of 92012 with flag 1118000/1118000
69.10/67.82	c cleaning 47007 clauses out of 94018 with flag 1166000/1166000
72.23/70.99	c cleaning 48006 clauses out of 96011 with flag 1215000/1215000
75.46/74.11	c cleaning 49002 clauses out of 98005 with flag 1265000/1265000
78.69/77.35	c cleaning 50001 clauses out of 100003 with flag 1316000/1316000
81.86/80.46	c cleaning 50991 clauses out of 102005 with flag 1368003/1368003
85.01/83.58	c cleaning 51998 clauses out of 104011 with flag 1421000/1421000
88.33/86.80	c cleaning 52981 clauses out of 106013 with flag 1475000/1475000
91.74/90.29	c cleaning 54014 clauses out of 108032 with flag 1530000/1530000
95.58/94.07	c cleaning 55002 clauses out of 110018 with flag 1586000/1586000
99.51/97.91	c cleaning 55993 clauses out of 112016 with flag 1643000/1643000
103.15/101.57	c cleaning 56997 clauses out of 114023 with flag 1701000/1701000
106.98/105.39	c cleaning 58008 clauses out of 116027 with flag 1760001/1760001
110.72/109.07	c cleaning 59005 clauses out of 118021 with flag 1820003/1820003
114.95/113.24	c cleaning 59998 clauses out of 120013 with flag 1881000/1881000
119.18/117.49	c cleaning 60996 clauses out of 122016 with flag 1943001/1943001
123.22/121.48	c cleaning 62010 clauses out of 124019 with flag 2006000/2006000
127.14/125.33	c cleaning 62996 clauses out of 126010 with flag 2070001/2070001
131.26/129.46	c cleaning 64003 clauses out of 128013 with flag 2135000/2135000
135.60/133.77	c cleaning 64987 clauses out of 130010 with flag 2201000/2201000
139.97/138.07	c cleaning 66002 clauses out of 132024 with flag 2268001/2268001
144.83/142.86	c cleaning 66998 clauses out of 134021 with flag 2336000/2336000
149.24/147.23	c cleaning 68008 clauses out of 136023 with flag 2405000/2405000
153.77/151.71	c cleaning 68989 clauses out of 138015 with flag 2475000/2475000
158.39/156.31	c cleaning 70002 clauses out of 140027 with flag 2546001/2546001
163.32/161.20	c cleaning 70997 clauses out of 142024 with flag 2618000/2618000
168.35/166.23	c cleaning 72009 clauses out of 144027 with flag 2691000/2691000
173.57/171.47	c cleaning 73007 clauses out of 146018 with flag 2765000/2765000
179.05/176.87	c cleaning 73994 clauses out of 148011 with flag 2840000/2840000
184.50/182.29	c cleaning 75001 clauses out of 150019 with flag 2916002/2916002
190.28/187.96	c cleaning 76003 clauses out of 152016 with flag 2993000/2993000
195.83/193.43	c cleaning 76988 clauses out of 154013 with flag 3071000/3071000
201.36/198.96	c cleaning 78004 clauses out of 156025 with flag 3150000/3150000
207.21/204.71	c cleaning 79001 clauses out of 158021 with flag 3230000/3230000
213.58/211.09	c cleaning 80003 clauses out of 160021 with flag 3311001/3311001
219.53/216.97	c cleaning 80992 clauses out of 162018 with flag 3393001/3393001
225.75/223.10	c cleaning 81995 clauses out of 164027 with flag 3476002/3476002
231.49/228.88	c cleaning 83009 clauses out of 166030 with flag 3560000/3560000
237.83/235.19	c cleaning 83997 clauses out of 168021 with flag 3645000/3645000
245.07/242.35	c cleaning 85006 clauses out of 170025 with flag 3731001/3731001
253.12/250.37	c cleaning 86010 clauses out of 172020 with flag 3818002/3818002
260.50/257.68	c cleaning 86998 clauses out of 174009 with flag 3906001/3906001
268.16/265.26	c cleaning 87998 clauses out of 176011 with flag 3995001/3995001
275.05/272.09	c cleaning 88997 clauses out of 178012 with flag 4085000/4085000
282.40/279.33	c cleaning 89994 clauses out of 180015 with flag 4176000/4176000
289.37/286.22	c cleaning 91006 clauses out of 182021 with flag 4268000/4268000
296.68/293.50	c cleaning 92002 clauses out of 184015 with flag 4361000/4361000
303.83/300.62	c cleaning 92991 clauses out of 186013 with flag 4455000/4455000
311.98/308.74	c cleaning 94001 clauses out of 188022 with flag 4550000/4550000
319.91/316.67	c cleaning 95000 clauses out of 190023 with flag 4646002/4646002
327.45/324.19	c cleaning 96009 clauses out of 192021 with flag 4743000/4743000
336.31/332.99	c cleaning 96982 clauses out of 194012 with flag 4841000/4841000
345.30/341.87	c cleaning 98011 clauses out of 196031 with flag 4940001/4940001
353.66/350.15	c cleaning 98983 clauses out of 198019 with flag 5040000/5040000
362.74/359.06	c cleaning 100015 clauses out of 200036 with flag 5141000/5141000
371.47/367.74	c cleaning 100995 clauses out of 202021 with flag 5243000/5243000
380.29/376.52	c cleaning 102005 clauses out of 204026 with flag 5346000/5346000
390.33/386.57	c cleaning 103001 clauses out of 206021 with flag 5450000/5450000
399.38/395.52	c cleaning 104003 clauses out of 208020 with flag 5555000/5555000
409.32/405.45	c cleaning 104996 clauses out of 210017 with flag 5661000/5661000
419.55/415.61	c cleaning 106011 clauses out of 212021 with flag 5768000/5768000
429.09/425.13	c cleaning 106992 clauses out of 214010 with flag 5876000/5876000
439.22/435.24	c cleaning 107997 clauses out of 216018 with flag 5985000/5985000
448.40/444.33	c cleaning 109004 clauses out of 218021 with flag 6095000/6095000
457.86/453.74	c cleaning 110000 clauses out of 220018 with flag 6206001/6206001
467.51/463.32	c cleaning 110991 clauses out of 222017 with flag 6318000/6318000
477.37/473.16	c cleaning 112003 clauses out of 224026 with flag 6431000/6431000
488.23/483.98	c cleaning 113008 clauses out of 226023 with flag 6545000/6545000
498.44/494.17	c cleaning 114003 clauses out of 228017 with flag 6660002/6660002
509.17/504.81	c cleaning 115004 clauses out of 230013 with flag 6776001/6776001
520.54/516.10	c cleaning 115993 clauses out of 232009 with flag 6893001/6893001
533.03/528.57	c cleaning 117002 clauses out of 234015 with flag 7011000/7011000
545.50/540.98	c cleaning 117991 clauses out of 236013 with flag 7130000/7130000
556.74/552.14	c cleaning 119000 clauses out of 238022 with flag 7250000/7250000
567.20/562.51	c cleaning 120000 clauses out of 240023 with flag 7371001/7371001
578.56/573.82	c cleaning 121003 clauses out of 242024 with flag 7493002/7493002
590.61/585.86	c cleaning 122004 clauses out of 244019 with flag 7616000/7616000
604.32/599.43	c cleaning 122997 clauses out of 246015 with flag 7740000/7740000
617.78/612.88	c cleaning 124000 clauses out of 248018 with flag 7865000/7865000
631.62/626.61	c cleaning 124996 clauses out of 250018 with flag 7991000/7991000
645.49/640.45	c cleaning 126003 clauses out of 252025 with flag 8118003/8118003
657.02/651.94	c cleaning 126992 clauses out of 254019 with flag 8246000/8246000
668.85/663.76	c cleaning 128005 clauses out of 256027 with flag 8375000/8375000
681.88/676.76	c cleaning 129006 clauses out of 258023 with flag 8505001/8505001
694.14/688.99	c cleaning 129990 clauses out of 260016 with flag 8636000/8636000
707.70/702.48	c cleaning 131009 clauses out of 262027 with flag 8768001/8768001
720.27/714.90	c cleaning 131999 clauses out of 264020 with flag 8901003/8901003
732.92/727.59	c cleaning 133000 clauses out of 266019 with flag 9035001/9035001
744.96/739.50	c cleaning 133996 clauses out of 268018 with flag 9170000/9170000
757.97/752.57	c cleaning 135004 clauses out of 270022 with flag 9306000/9306000
771.80/766.39	c cleaning 136000 clauses out of 272019 with flag 9443001/9443001
789.09/783.56	c cleaning 136992 clauses out of 274019 with flag 9581001/9581001
803.06/797.46	c cleaning 138006 clauses out of 276028 with flag 9720002/9720002
818.59/812.92	c cleaning 138997 clauses out of 278020 with flag 9860000/9860000
834.42/828.77	c cleaning 140005 clauses out of 280026 with flag 10001003/10001003
849.97/844.27	c cleaning 140994 clauses out of 282018 with flag 10143000/10143000
865.91/860.12	c cleaning 142008 clauses out of 284025 with flag 10286001/10286001
881.68/875.87	c cleaning 143008 clauses out of 286018 with flag 10430002/10430002
895.64/889.79	c cleaning 143992 clauses out of 288008 with flag 10575000/10575000
909.12/903.16	c cleaning 144993 clauses out of 290016 with flag 10721000/10721000
922.56/916.57	c cleaning 146003 clauses out of 292023 with flag 10868000/10868000
936.52/930.45	c cleaning 147003 clauses out of 294021 with flag 11016001/11016001
950.97/944.85	c cleaning 147996 clauses out of 296017 with flag 11165000/11165000
967.93/961.70	c cleaning 149003 clauses out of 298022 with flag 11315001/11315001
984.01/977.74	c cleaning 149994 clauses out of 300021 with flag 11466003/11466003
1001.17/994.85	c cleaning 151010 clauses out of 302024 with flag 11618000/11618000
1017.03/1010.62	c cleaning 152008 clauses out of 304015 with flag 11771001/11771001
1039.19/1032.41	c cleaning 152999 clauses out of 306006 with flag 11925000/11925000
1062.13/1055.17	c cleaning 154004 clauses out of 308007 with flag 12080000/12080000
1084.07/1076.84	c cleaning 154996 clauses out of 310003 with flag 12236000/12236000
1101.22/1093.97	c cleaning 155993 clauses out of 312007 with flag 12393000/12393000
1116.22/1108.85	c cleaning 157000 clauses out of 314014 with flag 12551000/12551000
1133.71/1126.27	c cleaning 157993 clauses out of 316014 with flag 12710000/12710000
1152.32/1144.76	c cleaning 159004 clauses out of 318022 with flag 12870001/12870001
1170.03/1162.36	c cleaning 160006 clauses out of 320017 with flag 13031000/13031000
1190.71/1182.91	c cleaning 161006 clauses out of 322012 with flag 13193001/13193001
1209.19/1201.36	c cleaning 161985 clauses out of 324005 with flag 13356000/13356000
1226.12/1218.28	c cleaning 163006 clauses out of 326020 with flag 13520000/13520000
1249.53/1241.61	c cleaning 164000 clauses out of 328014 with flag 13685000/13685000
1265.61/1257.61	c cleaning 164993 clauses out of 330014 with flag 13851000/13851000
1286.26/1278.25	c cleaning 166008 clauses out of 332021 with flag 14018000/14018000
1306.83/1298.71	c cleaning 166997 clauses out of 334013 with flag 14186000/14186000
1327.43/1319.24	c cleaning 168006 clauses out of 336016 with flag 14355000/14355000
1355.44/1347.15	c cleaning 168991 clauses out of 338010 with flag 14525000/14525000
1377.56/1369.10	c cleaning 169997 clauses out of 340020 with flag 14696001/14696001
1396.19/1387.79	c cleaning 170995 clauses out of 342022 with flag 14868000/14868000
1414.96/1406.48	c cleaning 172003 clauses out of 344028 with flag 15041001/15041001
1435.20/1426.70	c cleaning 172999 clauses out of 346024 with flag 15215000/15215000
1452.94/1444.38	c cleaning 173996 clauses out of 348026 with flag 15390001/15390001
1470.21/1461.58	c cleaning 175005 clauses out of 350029 with flag 15566000/15566000
1487.48/1478.80	c cleaning 176005 clauses out of 352024 with flag 15743000/15743000
1502.85/1494.06	c cleaning 176998 clauses out of 354019 with flag 15921000/15921000
1519.63/1510.71	c cleaning 177995 clauses out of 356021 with flag 16100000/16100000
1538.85/1529.89	c cleaning 179010 clauses out of 358028 with flag 16280002/16280002
1559.77/1550.70	c cleaning 180003 clauses out of 360017 with flag 16461001/16461001
1577.44/1568.29	c cleaning 181001 clauses out of 362014 with flag 16643001/16643001
1596.85/1587.51	c cleaning 182000 clauses out of 364015 with flag 16826003/16826003
1621.98/1612.38	c cleaning 182999 clauses out of 366013 with flag 17010001/17010001
1643.25/1633.58	c cleaning 183994 clauses out of 368013 with flag 17195000/17195000
1669.83/1660.04	c cleaning 184998 clauses out of 370019 with flag 17381000/17381000
1691.66/1681.79	c cleaning 186004 clauses out of 372021 with flag 17568000/17568000
1715.69/1705.63	c cleaning 187000 clauses out of 374017 with flag 17756000/17756000
1744.15/1734.01	c cleaning 188009 clauses out of 376019 with flag 17945002/17945002
1768.49/1758.25	c cleaning 188995 clauses out of 378010 with flag 18135002/18135002
1789.88/1779.52	c cleaning 189997 clauses out of 380014 with flag 18326001/18326001
1800.09/1789.62	c starts		: 350
1800.09/1789.62	c conflicts		: 18448591
1800.09/1789.62	c decisions		: 43346167
1800.09/1789.62	c propagations		: 615716724
1800.09/1789.62	c inspects		: 12920148128
1800.09/1789.62	c shortcuts		: 0
1800.09/1789.62	c learnt literals	: 0
1800.09/1789.62	c learnt binary clauses	: 0
1800.09/1789.62	c learnt ternary clauses	: 0
1800.09/1789.62	c learnt constraints	: 18448593
1800.09/1789.62	c ignored constraints	: 0
1800.09/1789.62	c root simplifications	: 0
1800.09/1789.62	c removed literals (reason simplification)	: 0
1800.09/1789.62	c reason swapping (by a shorter reason)	: 0
1800.09/1789.62	c Calls to reduceDB	: 187
1800.09/1789.62	c number of reductions to clauses (during analyze)	: 0
1800.09/1789.62	c number of learned constraints concerned by reduction	: 0
1800.09/1789.62	c number of learning phase by resolution	: 0
1800.09/1789.62	c number of learning phase by cutting planes	: 0
1800.09/1789.62	c speed (assignments/second)	: 344087.15724248235
1800.09/1789.62	c non guided choices	0
1800.09/1789.65	c learnt constraints type 
1800.09/1789.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 312837
1800.09/1789.65	c constraints type 
1800.09/1789.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
1800.09/1789.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.09/1789.65	c ignored satisfied constraints => 1
1800.09/1789.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 381
1800.09/1789.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.09/1789.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1789.65	c 479 constraints processed.
1800.09/1789.65	s SATISFIABLE
1800.09/1789.65	v x1 -x2 -x3 x4 x5 x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 x14 -x15 -x16 x17 x18 -x19 -x20 -x21 x22 x23 -x24 x25 x26 -x27 -x28 x29 x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 x42 x43 -x44 -x45 -x46 x47 x48 -x49 x50 x51 x52 x53 x54 x55 -x56 -x57 x58 x59 x60 x61 x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 -x71 x72 x73 x74 x75 x76 x77 -x78 -x79 -x80 x81 x82 -x83 x84 x85 x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 x94 x95 -x96 -x97 -x98 x99 -x100 -x101 x102 x103 -x104 -x105 x106 x107 x108 x109 x110 x111 x112 -x113 -x114 x115 x116 x117 -x118 -x119 x120 x121 x122 x123 x124 x125 x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 x136 x137 x138 x139 x140 x141 -x142 -x143 x144 x145 -x146 -x147 x148 x149 -x150 -x151 -x152 x153 x154 x155 x156 x157 -x158 -x159 -x160 x161 x162 -x163 -x164 -x165 x166 -x167 -x168 x169 -x170 -x171 x172 x173 -x174 -x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 -x185 -x186 x187 x188 x189 x190 -x191 x192 -x193 -x194 x195 x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 x208 x209 -x210 -x211 x212 x213 x214 -x215 -x216 x217 x218 -x219 -x220 x221 x222 -x223 -x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 -x237 -x238 x239 x240 -x241 -x242 x243 x244 -x245 -x246 -x247 x248 x249 -x250 x251 x252 x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 x262 x263 -x264 -x265 -x266 x267 -x268 x269 x270 x271 x272 x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 x295 x296 x297 x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 x310 x311 -x312 -x313 -x314 x315 -x316 -x317 x318 x319 -x320 -x321 x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 x336 -x337 -x338 x339 x340 -x341 -x342 x343 x344 x345 x346 -x347 x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 x356 x357 -x358 -x359 x360 x361 -x362 -x363 x364 x365 -x366 -x367 x368 x369 -x370 -x371 x372 x373 -x374 -x375 x376 x377 x378 x379 x380 x381 x382 x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 x395 -x396 -x397 x398 x399 -x400 -x401 x402 x403 -x404 -x405 x406 x407 -x408 -x409 x410 x411 
1800.09/1789.65	c objective function=8
1800.09/1789.65	c Total wall clock time (in seconds): 1789.541

Verifier Data

OK	8

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.91 3/192 24615
/proc/meminfo: memFree=29532864/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24615/stat : 24615 (java) D 24613 24615 23289 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253742638 9515008 182 33554432000 1073741824 1073778376 140733455253104 140733455244136 252263087797 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24615/statm: 2323 182 140 9 0 71 0

[startup+0.079515 s]
/proc/loadavg: 1.99 1.98 1.91 3/192 24615
/proc/meminfo: memFree=29532864/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 3319 0 1 0 4 1 0 0 20 0 18 0 253742638 9787813888 4528 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2389603 4529 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100326 s]
/proc/loadavg: 1.99 1.98 1.91 3/192 24615
/proc/meminfo: memFree=29532864/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 253742638 9787813888 5479 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2389603 5479 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300274 s]
/proc/loadavg: 1.99 1.98 1.91 3/192 24615
/proc/meminfo: memFree=29532864/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 8619 0 1 0 48 2 0 0 20 0 19 0 253742638 9855975424 9232 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 9232 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700291 s]
/proc/loadavg: 1.99 1.98 1.91 3/192 24615
/proc/meminfo: memFree=29532864/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 11315 0 1 0 113 3 0 0 20 0 19 0 253742638 9855975424 13992 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 13992 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.99 1.98 1.91 3/211 24634
/proc/meminfo: memFree=29480060/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 11339 0 1 0 198 4 0 0 20 0 19 0 253742638 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 16563 2270 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2458 0 1 0 140 1 0 0 20 0 19 0 253742639 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177647186424 140177482173735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 253742642 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2941 0 0 0 26 0 0 0 20 0 19 0 253742645 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4678 0 0 0 23 0 0 0 20 0 19 0 253742645 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 16563 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 2.07 2.00 1.92 3/211 24634
/proc/meminfo: memFree=29473296/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=3.66 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 11423 0 1 0 362 4 0 0 20 0 19 0 253742638 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 18634 2271 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2462 0 1 0 293 1 0 0 20 0 19 0 253742639 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177647186328 140177482124560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 253742642 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4678 0 0 0 23 0 0 0 20 0 19 0 253742645 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 18634 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 2.07 2.00 1.92 3/211 24634
/proc/meminfo: memFree=29456548/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=6.91 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 11482 0 1 0 686 5 0 0 20 0 19 0 253742638 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 23252 2271 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=6.03 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2469 0 1 0 602 1 0 0 20 0 19 0 253742639 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177647186376 140177482191856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742641 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 19 0 253742642 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4678 0 0 0 23 0 0 0 20 0 19 0 253742645 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 23252 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 149500 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4683 0 0 0 26 0 0 0 20 0 19 0 253742645 9855975424 149500 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 149500 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 94 0 0 0 32 34 0 0 20 0 19 0 253742645 9855975424 149500 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 149500 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1672.24
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/211 24709
/proc/meminfo: memFree=28453916/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=1732.45 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 15948 0 1 0 173124 121 0 0 20 0 19 0 253742638 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 150012 2272 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=1699.56 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2700 0 1 0 169925 31 0 0 20 0 19 0 253742639 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177647186208 140177482117134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=1.66 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 521 0 0 0 158 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 363 0 0 0 147 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 469 0 0 0 151 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 517 0 0 0 152 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 342 0 0 0 155 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=1.53 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 516 0 0 0 145 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 556 0 0 0 141 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 555 0 0 0 166 10 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=14.29 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 454 0 0 0 1426 3 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4683 0 0 0 26 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 98 0 0 0 34 35 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.45
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/211 24709
/proc/meminfo: memFree=28453296/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=1792.77 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 15959 0 1 0 179151 126 0 0 20 0 19 0 253742638 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 150012 2272 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=1758.84 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2703 0 1 0 175852 32 0 0 20 0 19 0 253742639 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177647186208 140177482192021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=1.69 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 521 0 0 0 160 9 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 363 0 0 0 155 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 469 0 0 0 157 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 517 0 0 0 156 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 342 0 0 0 158 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 516 0 0 0 149 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 556 0 0 0 144 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 555 0 0 0 171 10 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=14.77 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 458 0 0 0 1474 3 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4683 0 0 0 26 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 102 0 0 0 34 38 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1792.77
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 2.01 2.02 1.95 3/211 24709
/proc/meminfo: memFree=28453420/32873852 swapFree=7616/7616
[pid=24615] ppid=24613 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/24615/stat : 24615 (java) S 24613 24615 23289 0 -1 4202496 15959 0 1 0 179883 126 0 0 20 0 19 0 253742638 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140736177818720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24615/statm: 2406244 150012 2272 9 0 2396937 0
[pid=24615/tid=24617] ppid=24613 vsize=9624976 CPUtime=1766.13 cores=1,3,5,7
/proc/24615/task/24617/stat : 24617 (java) R 24613 24615 23289 0 -1 4202560 2703 0 1 0 176581 32 0 0 20 0 19 0 253742639 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177647186208 140177482193687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24618] ppid=24613 vsize=9624976 CPUtime=1.69 cores=1,3,5,7
/proc/24615/task/24618/stat : 24618 (java) S 24613 24615 23289 0 -1 4202560 521 0 0 0 160 9 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177608677544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24619] ppid=24613 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/24615/task/24619/stat : 24619 (java) S 24613 24615 23289 0 -1 4202560 363 0 0 0 155 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177607625000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24620] ppid=24613 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24615/task/24620/stat : 24620 (java) S 24613 24615 23289 0 -1 4202560 469 0 0 0 157 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177606572456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24621] ppid=24613 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/24615/task/24621/stat : 24621 (java) S 24613 24615 23289 0 -1 4202560 517 0 0 0 156 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177605519912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24622] ppid=24613 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24615/task/24622/stat : 24622 (java) S 24613 24615 23289 0 -1 4202560 342 0 0 0 158 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177604467368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24615/tid=24623] ppid=24613 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/24615/task/24623/stat : 24623 (java) S 24613 24615 23289 0 -1 4202560 516 0 0 0 149 8 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177603414824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24624] ppid=24613 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/24615/task/24624/stat : 24624 (java) S 24613 24615 23289 0 -1 4202560 556 0 0 0 144 7 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177602362280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24625] ppid=24613 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/24615/task/24625/stat : 24625 (java) S 24613 24615 23289 0 -1 4202560 555 0 0 0 171 10 0 0 20 0 19 0 253742641 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177601309736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24626] ppid=24613 vsize=9624976 CPUtime=14.77 cores=1,3,5,7
/proc/24615/task/24626/stat : 24626 (java) S 24613 24615 23289 0 -1 4202560 458 0 0 0 1474 3 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177470511208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24627] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24627/stat : 24627 (java) S 24613 24615 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177469457528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24628] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24628/stat : 24628 (java) S 24613 24615 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253742642 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177468404872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24629] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24629/stat : 24629 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177467353616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24630] ppid=24613 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24615/task/24630/stat : 24630 (java) S 24613 24615 23289 0 -1 4202560 2995 0 0 0 28 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140177466300984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24615/tid=24631] ppid=24613 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24615/task/24631/stat : 24631 (java) S 24613 24615 23289 0 -1 4202560 4683 0 0 0 26 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176592464568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24632] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24632/stat : 24632 (java) S 24613 24615 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176591412216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24615/tid=24633] ppid=24613 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/24615/task/24633/stat : 24633 (java) S 24613 24615 23289 0 -1 4202560 102 0 0 0 34 38 0 0 20 0 19 0 253742645 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176590359880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24615/tid=24634] ppid=24613 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24615/task/24634/stat : 24634 (java) S 24613 24615 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253742658 9855975424 150012 33554432000 1073741824 1073778376 140736177827584 140176589304616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24615 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=138249
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=502771
# CPU time returned by wait4() is 1795.64
# 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): 1789.66
CPU time (s): 1800.09
CPU user time (s): 1798.83
CPU system time (s): 1.26
CPU usage (%): 100.583
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 1.50277
maximum resident set size= 600200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16000
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= 43377
involuntary context switches= 34799

runsolver used 6.01209 second user time and 15.9916 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 18:16:12
IDJOB=3687843
IDBENCH=2226
IDSOLVER=2269
FILE ID=node131/3687843-1337876172
RUNJOBID= node131-1337871881-23306
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687843-1337876172/watcher-3687843-1337876172 -o /tmp/evaluation-result-3687843-1337876172/solver-3687843-1337876172 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687843-1337876172.opb

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

MD5SUM BENCH= 7acfcd4d612717a490c27c9a55b3f455
RANDOM SEED=1211135272

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:        29534036 kB
Buffers:          210800 kB
Cached:          2126620 kB
SwapCached:            0 kB
Active:           732380 kB
Inactive:        1842472 kB
Active(anon):     239916 kB
Inactive(anon):        0 kB
Active(file):     492464 kB
Inactive(file):  1842472 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        244920 kB
Mapped:            22508 kB
Shmem:               204 kB
Slab:             628596 kB
SReclaimable:      71184 kB
SUnreclaim:       557412 kB
KernelStack:        1584 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     696640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71600 MiB
End job on node131 at 2012-05-24 18:46:03