Trace number 3687855

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)305 1800.65 1795.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-6.opb
MD5SUMdcfce19ac0444148b26b7675e35c76bc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark304
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304
Optimality of the best value was proved YES
Number of variables257
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Number of terms in the objective function 173
Biggest coefficient in the objective function 100
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 8448
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 100
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 8448
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-3687855-1337877250.opb
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.045s.
0.09/0.16	c declared #vars     257
0.09/0.16	c #constraints  181
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 56
0.09/0.16	c ignored satisfied constraints => 1
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c 182 constraints processed.
0.09/0.16	c objective function length is 173 literals
0.09/0.17	c SATISFIABLE
0.09/0.17	c OPTIMIZING...
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.053
0.09/0.17	o 305
0.68/0.44	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.97/0.66	c cleaning 4248 clauses out of 8499 with flag 11000/11000
1.19/0.87	c cleaning 5621 clauses out of 11251 with flag 18000/18000
1.52/1.13	c cleaning 6813 clauses out of 13630 with flag 26000/26000
1.85/1.43	c cleaning 7906 clauses out of 15817 with flag 35000/35000
2.15/1.70	c cleaning 8953 clauses out of 17911 with flag 45000/45000
2.45/2.02	c cleaning 9978 clauses out of 19958 with flag 56000/56000
2.85/2.42	c cleaning 10988 clauses out of 21981 with flag 68001/68001
3.26/2.87	c cleaning 11997 clauses out of 23993 with flag 81001/81001
3.76/3.36	c cleaning 12994 clauses out of 25996 with flag 95001/95001
4.27/3.85	c cleaning 14000 clauses out of 28001 with flag 110000/110000
4.78/4.36	c cleaning 14999 clauses out of 30001 with flag 126000/126000
5.38/4.94	c cleaning 15998 clauses out of 32002 with flag 143000/143000
6.00/5.52	c cleaning 16997 clauses out of 34004 with flag 161000/161000
6.60/6.19	c cleaning 17998 clauses out of 36007 with flag 180000/180000
7.31/6.82	c cleaning 19005 clauses out of 38010 with flag 200001/200001
7.91/7.47	c cleaning 20002 clauses out of 40004 with flag 221000/221000
9.03/8.58	c cleaning 21001 clauses out of 42002 with flag 243000/243000
10.15/9.63	c cleaning 21995 clauses out of 44002 with flag 266001/266001
11.06/10.58	c cleaning 23003 clauses out of 46007 with flag 290001/290001
11.99/11.42	c cleaning 24002 clauses out of 48003 with flag 315000/315000
13.10/12.59	c cleaning 25001 clauses out of 50002 with flag 341001/341001
14.42/13.89	c cleaning 25997 clauses out of 52000 with flag 368000/368000
15.85/15.21	c cleaning 27000 clauses out of 54003 with flag 396000/396000
17.08/16.44	c cleaning 27999 clauses out of 56003 with flag 425000/425000
18.37/17.73	c cleaning 29001 clauses out of 58004 with flag 455000/455000
19.70/19.04	c cleaning 30002 clauses out of 60005 with flag 486002/486002
21.21/20.54	c cleaning 30999 clauses out of 62001 with flag 518000/518000
22.74/22.06	c cleaning 31999 clauses out of 64002 with flag 551000/551000
24.57/23.82	c cleaning 33002 clauses out of 66005 with flag 585002/585002
26.09/25.32	c cleaning 33999 clauses out of 68002 with flag 620001/620001
27.60/26.89	c cleaning 34999 clauses out of 70003 with flag 656001/656001
29.50/28.72	c cleaning 35998 clauses out of 72003 with flag 693000/693000
31.32/30.51	c cleaning 37002 clauses out of 74005 with flag 731000/731000
33.23/32.41	c cleaning 38000 clauses out of 76003 with flag 770000/770000
35.04/34.22	c cleaning 39000 clauses out of 78003 with flag 810000/810000
37.16/36.39	c cleaning 40002 clauses out of 80005 with flag 851002/851002
39.38/38.52	c cleaning 41000 clauses out of 82001 with flag 893000/893000
41.38/40.56	c cleaning 41995 clauses out of 84002 with flag 936001/936001
43.48/42.64	c cleaning 43001 clauses out of 86006 with flag 980000/980000
45.70/44.86	c cleaning 44003 clauses out of 88005 with flag 1025000/1025000
48.22/47.30	c cleaning 44995 clauses out of 90002 with flag 1071000/1071000
50.85/49.90	c cleaning 46001 clauses out of 92009 with flag 1118002/1118002
53.48/52.58	c cleaning 47004 clauses out of 94009 with flag 1166003/1166003
56.41/55.44	c cleaning 48000 clauses out of 96002 with flag 1215000/1215000
59.32/58.33	c cleaning 48999 clauses out of 98002 with flag 1265000/1265000
62.34/61.35	c cleaning 50001 clauses out of 100003 with flag 1316000/1316000
65.08/64.03	c cleaning 51000 clauses out of 102005 with flag 1368003/1368003
67.69/66.69	c cleaning 52002 clauses out of 104003 with flag 1421001/1421001
70.51/69.42	c cleaning 53000 clauses out of 106001 with flag 1475001/1475001
73.84/72.72	c cleaning 53996 clauses out of 108001 with flag 1530001/1530001
76.98/75.90	c cleaning 55002 clauses out of 110005 with flag 1586001/1586001
79.90/78.75	c cleaning 55997 clauses out of 112002 with flag 1643000/1643000
83.41/82.29	c cleaning 57001 clauses out of 114005 with flag 1701000/1701000
87.13/85.98	c cleaning 58003 clauses out of 116005 with flag 1760001/1760001
90.86/89.63	c cleaning 59000 clauses out of 118002 with flag 1820001/1820001
95.08/93.83	c cleaning 60000 clauses out of 120002 with flag 1881001/1881001
99.31/98.09	c cleaning 60999 clauses out of 122002 with flag 1943001/1943001
103.73/102.47	c cleaning 61999 clauses out of 124002 with flag 2006000/2006000
107.35/106.00	c cleaning 62996 clauses out of 126003 with flag 2070000/2070000
111.30/110.00	c cleaning 63998 clauses out of 128008 with flag 2135001/2135001
115.00/113.65	c cleaning 65001 clauses out of 130010 with flag 2201001/2201001
119.26/117.83	c cleaning 66006 clauses out of 132011 with flag 2268003/2268003
123.17/121.77	c cleaning 66999 clauses out of 134002 with flag 2336000/2336000
127.89/126.48	c cleaning 68000 clauses out of 136005 with flag 2405002/2405002
131.80/130.37	c cleaning 69001 clauses out of 138004 with flag 2475001/2475001
136.73/135.23	c cleaning 70000 clauses out of 140003 with flag 2546001/2546001
141.75/140.25	c cleaning 71002 clauses out of 142003 with flag 2618001/2618001
145.87/144.37	c cleaning 72000 clauses out of 144002 with flag 2691002/2691002
150.87/149.33	c cleaning 72998 clauses out of 146001 with flag 2765001/2765001
155.88/154.33	c cleaning 73995 clauses out of 148002 with flag 2840000/2840000
161.29/159.76	c cleaning 75001 clauses out of 150007 with flag 2916000/2916000
167.00/165.45	c cleaning 75999 clauses out of 152006 with flag 2993000/2993000
172.03/170.44	c cleaning 77001 clauses out of 154007 with flag 3071000/3071000
177.23/175.64	c cleaning 77999 clauses out of 156007 with flag 3150001/3150001
182.23/180.69	c cleaning 79002 clauses out of 158007 with flag 3230000/3230000
187.23/185.66	c cleaning 79997 clauses out of 160005 with flag 3311000/3311000
193.65/192.05	c cleaning 80999 clauses out of 162008 with flag 3393000/3393000
198.86/197.27	c cleaning 82006 clauses out of 164012 with flag 3476003/3476003
205.18/203.58	c cleaning 82997 clauses out of 166003 with flag 3560000/3560000
211.51/209.80	c cleaning 84000 clauses out of 168008 with flag 3645002/3645002
218.13/216.40	c cleaning 85000 clauses out of 170006 with flag 3731000/3731000
225.14/223.41	c cleaning 86003 clauses out of 172006 with flag 3818000/3818000
232.57/230.84	c cleaning 87001 clauses out of 174005 with flag 3906002/3906002
240.71/238.90	c cleaning 87993 clauses out of 176002 with flag 3995000/3995000
247.83/246.07	c cleaning 89001 clauses out of 178009 with flag 4085000/4085000
255.43/253.67	c cleaning 89998 clauses out of 180009 with flag 4176001/4176001
263.25/261.42	c cleaning 91004 clauses out of 182010 with flag 4268000/4268000
271.67/269.84	c cleaning 91998 clauses out of 184006 with flag 4361000/4361000
279.32/277.42	c cleaning 93000 clauses out of 186009 with flag 4455001/4455001
286.68/284.73	c cleaning 93998 clauses out of 188008 with flag 4550000/4550000
293.91/291.96	c cleaning 95002 clauses out of 190011 with flag 4646001/4646001
300.92/298.92	c cleaning 95999 clauses out of 192009 with flag 4743001/4743001
307.54/305.55	c cleaning 97003 clauses out of 194010 with flag 4841001/4841001
315.55/313.53	c cleaning 98001 clauses out of 196007 with flag 4940001/4940001
324.30/322.21	c cleaning 99000 clauses out of 198006 with flag 5040001/5040001
333.19/331.03	c cleaning 100001 clauses out of 200005 with flag 5141000/5141000
341.22/339.07	c cleaning 101003 clauses out of 202005 with flag 5243001/5243001
350.46/348.26	c cleaning 101998 clauses out of 204002 with flag 5346001/5346001
358.78/356.57	c cleaning 102997 clauses out of 206003 with flag 5450000/5450000
367.59/365.36	c cleaning 104004 clauses out of 208007 with flag 5555001/5555001
376.91/374.61	c cleaning 104999 clauses out of 210003 with flag 5661001/5661001
386.46/384.17	c cleaning 105997 clauses out of 212003 with flag 5768000/5768000
396.07/393.77	c cleaning 106999 clauses out of 214006 with flag 5876000/5876000
404.98/402.69	c cleaning 108001 clauses out of 216007 with flag 5985000/5985000
414.49/412.17	c cleaning 109002 clauses out of 218006 with flag 6095000/6095000
424.51/422.15	c cleaning 109997 clauses out of 220004 with flag 6206000/6206000
435.62/433.22	c cleaning 111003 clauses out of 222007 with flag 6318000/6318000
446.95/444.54	c cleaning 111997 clauses out of 224004 with flag 6431000/6431000
458.38/455.94	c cleaning 113005 clauses out of 226010 with flag 6545003/6545003
470.19/467.76	c cleaning 113996 clauses out of 228002 with flag 6660000/6660000
480.44/477.95	c cleaning 114997 clauses out of 230007 with flag 6776001/6776001
490.44/487.93	c cleaning 116002 clauses out of 232010 with flag 6893001/6893001
499.87/497.38	c cleaning 116998 clauses out of 234008 with flag 7011001/7011001
510.88/508.35	c cleaning 118003 clauses out of 236009 with flag 7130000/7130000
519.92/517.35	c cleaning 118998 clauses out of 238006 with flag 7250000/7250000
531.05/528.44	c cleaning 120004 clauses out of 240008 with flag 7371000/7371000
541.09/538.47	c cleaning 120997 clauses out of 242004 with flag 7493000/7493000
553.01/550.35	c cleaning 122000 clauses out of 244008 with flag 7616001/7616001
564.62/561.96	c cleaning 122997 clauses out of 246007 with flag 7740000/7740000
577.05/574.38	c cleaning 124000 clauses out of 248010 with flag 7865000/7865000
588.30/585.55	c cleaning 125001 clauses out of 250011 with flag 7991001/7991001
600.63/597.80	c cleaning 126001 clauses out of 252009 with flag 8118000/8118000
612.95/610.13	c cleaning 126997 clauses out of 254008 with flag 8246000/8246000
625.90/623.03	c cleaning 128003 clauses out of 256011 with flag 8375000/8375000
638.63/635.80	c cleaning 129002 clauses out of 258008 with flag 8505000/8505000
652.03/649.15	c cleaning 130000 clauses out of 260006 with flag 8636000/8636000
666.05/663.17	c cleaning 131001 clauses out of 262007 with flag 8768001/8768001
681.57/678.62	c cleaning 131994 clauses out of 264006 with flag 8901001/8901001
692.70/689.78	c cleaning 133003 clauses out of 266011 with flag 9035000/9035000
705.32/702.36	c cleaning 134000 clauses out of 268009 with flag 9170001/9170001
719.07/716.04	c cleaning 135002 clauses out of 270008 with flag 9306000/9306000
734.06/731.01	c cleaning 136001 clauses out of 272007 with flag 9443001/9443001
749.99/746.90	c cleaning 136995 clauses out of 274006 with flag 9581001/9581001
766.81/763.79	c cleaning 137999 clauses out of 276011 with flag 9720001/9720001
782.34/779.21	c cleaning 139004 clauses out of 278013 with flag 9860002/9860002
799.76/796.62	c cleaning 140002 clauses out of 280008 with flag 10001001/10001001
816.83/813.60	c cleaning 141000 clauses out of 282007 with flag 10143002/10143002
830.55/827.34	c cleaning 141998 clauses out of 284005 with flag 10286000/10286000
844.95/841.71	c cleaning 142999 clauses out of 286007 with flag 10430000/10430000
858.20/854.97	c cleaning 144000 clauses out of 288009 with flag 10575001/10575001
874.54/871.22	c cleaning 145000 clauses out of 290010 with flag 10721002/10721002
887.87/884.56	c cleaning 146001 clauses out of 292010 with flag 10868002/10868002
904.01/900.68	c cleaning 147001 clauses out of 294007 with flag 11016000/11016000
917.03/913.62	c cleaning 147999 clauses out of 296006 with flag 11165000/11165000
933.86/930.40	c cleaning 149000 clauses out of 298009 with flag 11315002/11315002
951.28/947.85	c cleaning 150002 clauses out of 300009 with flag 11466002/11466002
969.41/965.99	c cleaning 150996 clauses out of 302006 with flag 11618001/11618001
985.45/981.93	c cleaning 152000 clauses out of 304009 with flag 11771000/11771000
1001.88/998.35	c cleaning 153000 clauses out of 306009 with flag 11925000/11925000
1021.40/1017.84	c cleaning 154002 clauses out of 308010 with flag 12080001/12080001
1038.91/1035.33	c cleaning 155002 clauses out of 310007 with flag 12236000/12236000
1055.97/1052.34	c cleaning 155999 clauses out of 312005 with flag 12393000/12393000
1073.41/1069.74	c cleaning 157000 clauses out of 314006 with flag 12551000/12551000
1093.02/1089.27	c cleaning 157997 clauses out of 316006 with flag 12710000/12710000
1111.49/1107.64	c cleaning 159001 clauses out of 318009 with flag 12870000/12870000
1131.70/1127.82	c cleaning 160000 clauses out of 320008 with flag 13031000/13031000
1151.77/1147.84	c cleaning 161002 clauses out of 322009 with flag 13193001/13193001
1171.63/1167.63	c cleaning 162001 clauses out of 324007 with flag 13356001/13356001
1189.28/1185.26	c cleaning 163002 clauses out of 326007 with flag 13520002/13520002
1209.02/1204.97	c cleaning 164002 clauses out of 328004 with flag 13685001/13685001
1228.14/1224.03	c cleaning 165000 clauses out of 330002 with flag 13851001/13851001
1248.18/1244.01	c cleaning 165996 clauses out of 332001 with flag 14018000/14018000
1268.98/1264.81	c cleaning 167000 clauses out of 334006 with flag 14186001/14186001
1290.20/1286.01	c cleaning 167998 clauses out of 336005 with flag 14355000/14355000
1312.77/1308.52	c cleaning 169002 clauses out of 338007 with flag 14525000/14525000
1333.57/1329.22	c cleaning 170004 clauses out of 340007 with flag 14696002/14696002
1354.69/1350.34	c cleaning 171001 clauses out of 342003 with flag 14868002/14868002
1376.39/1372.10	c cleaning 171998 clauses out of 344000 with flag 15041000/15041000
1401.72/1397.31	c cleaning 172992 clauses out of 346002 with flag 15215000/15215000
1422.38/1417.94	c cleaning 173996 clauses out of 348010 with flag 15390000/15390000
1440.30/1435.82	c cleaning 174997 clauses out of 350014 with flag 15566000/15566000
1461.22/1456.72	c cleaning 176006 clauses out of 352018 with flag 15743001/15743001
1478.73/1474.26	c cleaning 177002 clauses out of 354011 with flag 15921000/15921000
1500.05/1495.50	c cleaning 178001 clauses out of 356009 with flag 16100000/16100000
1520.08/1515.51	c cleaning 178996 clauses out of 358008 with flag 16280000/16280000
1543.50/1538.92	c cleaning 180001 clauses out of 360012 with flag 16461000/16461000
1568.20/1563.53	c cleaning 181000 clauses out of 362011 with flag 16643000/16643000
1590.40/1585.76	c cleaning 182004 clauses out of 364011 with flag 16826000/16826000
1616.36/1611.64	c cleaning 183003 clauses out of 366007 with flag 17010000/17010000
1639.84/1635.03	c cleaning 183997 clauses out of 368004 with flag 17195000/17195000
1665.31/1660.40	c cleaning 185004 clauses out of 370008 with flag 17381001/17381001
1693.11/1688.23	c cleaning 185999 clauses out of 372005 with flag 17568002/17568002
1718.32/1713.45	c cleaning 186999 clauses out of 374004 with flag 17756000/17756000
1747.26/1742.37	c cleaning 187996 clauses out of 376005 with flag 17945000/17945000
1773.88/1768.93	c cleaning 189004 clauses out of 378009 with flag 18135000/18135000
1800.02/1795.01	c starts		: 350
1800.02/1795.01	c conflicts		: 18326000
1800.02/1795.01	c decisions		: 24623223
1800.02/1795.01	c propagations		: 864627782
1800.02/1795.01	c inspects		: 11896614370
1800.02/1795.01	c shortcuts		: 0
1800.02/1795.01	c learnt literals	: 0
1800.02/1795.01	c learnt binary clauses	: 0
1800.02/1795.01	c learnt ternary clauses	: 0
1800.02/1795.01	c learnt constraints	: 18326000
1800.02/1795.01	c ignored constraints	: 0
1800.02/1795.01	c root simplifications	: 0
1800.02/1795.01	c removed literals (reason simplification)	: 0
1800.02/1795.01	c reason swapping (by a shorter reason)	: 0
1800.02/1795.01	c Calls to reduceDB	: 187
1800.02/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.01	c number of learned constraints concerned by reduction	: 0
1800.02/1795.01	c number of learning phase by resolution	: 0
1800.02/1795.01	c number of learning phase by cutting planes	: 0
1800.02/1795.01	c speed (assignments/second)	: 481727.5791599066
1800.02/1795.01	c non guided choices	15
1800.02/1795.05	c learnt constraints type 
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 380005
1800.02/1795.05	c constraints type 
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
1800.02/1795.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 56
1800.02/1795.05	c ignored satisfied constraints => 1
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
1800.02/1795.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1795.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1795.05	c 183 constraints processed.
1800.02/1795.05	s SATISFIABLE
1800.02/1795.05	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 
1800.02/1795.05	c objective function=305
1800.02/1795.05	c Total wall clock time (in seconds): 1794.935

Verifier Data

OK	305

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-3687855-1337877250/watcher-3687855-1337877250 -o /tmp/evaluation-result-3687855-1337877250/solver-3687855-1337877250 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687855-1337877250.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.92 1.98 1.93 3/194 2962
/proc/meminfo: memFree=29668680/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2962/stat : 2962 (java) D 2960 2962 2422 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253849893 9515008 182 33554432000 1073741824 1073778376 140737070238144 140737070229176 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2962/statm: 2323 182 140 9 0 71 0

[startup+0.032728 s]
/proc/loadavg: 1.92 1.98 1.93 3/194 2962
/proc/meminfo: memFree=29668680/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 2774 0 1 0 0 0 0 0 20 0 10 0 253849893 9233014784 3474 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2254154 3474 1539 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100322 s]
/proc/loadavg: 1.92 1.98 1.93 3/194 2962
/proc/meminfo: memFree=29668680/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 4265 0 1 0 8 1 0 0 20 0 18 0 253849893 9787813888 5461 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2389603 5461 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 1.92 1.98 1.93 3/194 2962
/proc/meminfo: memFree=29668680/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 7222 0 1 0 51 2 0 0 20 0 19 0 253849893 9855975424 7546 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 7546 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624976

[startup+0.700228 s]
/proc/loadavg: 1.92 1.98 1.93 3/194 2962
/proc/meminfo: memFree=29668680/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 7898 0 1 0 107 2 0 0 20 0 19 0 253849893 9855975424 10298 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 10298 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.93 3/213 2981
/proc/meminfo: memFree=29633888/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=1.95 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 7930 0 1 0 192 3 0 0 20 0 19 0 253849893 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 10837 2270 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2456 0 1 0 139 2 0 0 20 0 19 0 253849894 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297556365720 140297405809788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 253849896 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2849 0 0 0 23 0 0 0 20 0 19 0 253849899 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 10837 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.93 3/213 2981
/proc/meminfo: memFree=29633392/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=3.56 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 7943 0 1 0 353 3 0 0 20 0 19 0 253849893 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 10846 2270 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2460 0 1 0 293 2 0 0 20 0 19 0 253849894 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297556365720 140297405658402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 253849896 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2849 0 0 0 23 0 0 0 20 0 19 0 253849899 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 10846 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9624976

[startup+6.30079 s]
/proc/loadavg: 1.93 1.98 1.93 3/213 2981
/proc/meminfo: memFree=29628924/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=6.81 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 8000 0 1 0 678 3 0 0 20 0 19 0 253849893 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 12396 2270 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=6.04 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2467 0 1 0 602 2 0 0 20 0 19 0 253849894 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297556365720 140297405809870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253849895 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 32 0 0 0 17 0 0 0 20 0 19 0 253849896 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2849 0 0 0 24 0 0 0 20 0 19 0 253849899 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 12396 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 282 0 0 0 81 2 0 0 20 0 19 0 253849895 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 269 0 0 0 78 2 0 0 20 0 19 0 253849895 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 389 0 0 0 81 1 0 0 20 0 19 0 253849895 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=8.77 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 150 0 0 0 872 5 0 0 20 0 19 0 253849896 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2852 0 0 0 26 0 0 0 20 0 19 0 253849899 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 95 0 0 0 17 22 0 0 20 0 19 0 253849899 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 43476 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.22
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 3078
/proc/meminfo: memFree=28577236/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=1727.26 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 10769 0 1 0 172692 34 0 0 20 0 19 0 253849893 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 43485 2271 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=1711.33 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2652 0 1 0 171104 29 0 0 20 0 19 0 253849894 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297556365600 140297405809875 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 268 0 0 0 72 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 238 0 0 0 79 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 383 0 0 0 78 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 272 0 0 0 75 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 375 0 0 0 75 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 282 0 0 0 82 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 269 0 0 0 79 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 389 0 0 0 83 1 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=8.97 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 154 0 0 0 892 5 0 0 20 0 19 0 253849896 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2852 0 0 0 26 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 99 0 0 0 17 22 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.26
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3078
/proc/meminfo: memFree=28568796/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=1787.32 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 10777 0 1 0 178698 34 0 0 20 0 19 0 253849893 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 43485 2271 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=1771.14 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2654 0 1 0 177084 30 0 0 20 0 19 0 253849894 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297556365600 140297405845156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 268 0 0 0 74 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 238 0 0 0 80 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 383 0 0 0 78 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 272 0 0 0 76 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 375 0 0 0 76 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 282 0 0 0 83 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 269 0 0 0 80 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 389 0 0 0 85 1 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=9.13 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 156 0 0 0 908 5 0 0 20 0 19 0 253849896 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2852 0 0 0 26 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 103 0 0 0 18 23 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.32
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3078
/proc/meminfo: memFree=28568672/32873844 swapFree=6848/6848
[pid=2962] ppid=2960 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/2962/stat : 2962 (java) S 2960 2962 2422 0 -1 4202496 10777 0 1 0 179968 34 0 0 20 0 19 0 253849893 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140736952478784 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2962/statm: 2406244 43485 2271 9 0 2396937 0
[pid=2962/tid=2964] ppid=2960 vsize=9624976 CPUtime=1783.85 cores=1,3,5,7
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2422 0 -1 4202560 2654 0 1 0 178354 31 0 0 20 0 19 0 253849894 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297556365600 140297405844828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2422 0 -1 4202560 268 0 0 0 74 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297528818472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2422 0 -1 4202560 238 0 0 0 80 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297527765672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2422 0 -1 4202560 383 0 0 0 78 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297526713384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2422 0 -1 4202560 272 0 0 0 76 0 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297525660584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2969] ppid=2960 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2422 0 -1 4202560 375 0 0 0 76 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297524607272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2422 0 -1 4202560 282 0 0 0 83 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297394235560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2971] ppid=2960 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2422 0 -1 4202560 269 0 0 0 80 2 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297393183272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2972] ppid=2960 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/2962/task/2972/stat : 2972 (java) S 2960 2962 2422 0 -1 4202560 389 0 0 0 85 1 0 0 20 0 19 0 253849895 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140297392130472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2973] ppid=2960 vsize=9624976 CPUtime=9.13 cores=1,3,5,7
/proc/2962/task/2973/stat : 2973 (java) S 2960 2962 2422 0 -1 4202560 156 0 0 0 908 5 0 0 20 0 19 0 253849896 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296909183720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2974] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2974/stat : 2974 (java) S 2960 2962 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296908129784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2975] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2975/stat : 2975 (java) S 2960 2962 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253849897 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296907077384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2976] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2976/stat : 2976 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296906025872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2977] ppid=2960 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2962/task/2977/stat : 2977 (java) S 2960 2962 2422 0 -1 4202560 1356 0 0 0 21 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296904972472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2978] ppid=2960 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2962/task/2978/stat : 2978 (java) S 2960 2962 2422 0 -1 4202560 2852 0 0 0 26 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296903919672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2962/tid=2979] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2979/stat : 2979 (java) S 2960 2962 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296902867576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2962/tid=2980] ppid=2960 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/2962/task/2980/stat : 2980 (java) S 2960 2962 2422 0 -1 4202560 103 0 0 0 18 23 0 0 20 0 19 0 253849899 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296901814984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2962/tid=2981] ppid=2960 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2962/task/2981/stat : 2981 (java) S 2960 2962 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253849909 9855975424 43485 33554432000 1073741824 1073778376 140736952487648 140296900761000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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
Real time (s): 1795.06
CPU time (s): 1800.65
CPU user time (s): 1799.81
CPU system time (s): 0.841872
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.841872
maximum resident set size= 180236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10823
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= 43176
involuntary context switches= 18106

runsolver used 6.92995 second user time and 14.1149 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 18:34:10
IDJOB=3687855
IDBENCH=2232
IDSOLVER=2269
FILE ID=node144/3687855-1337877250
RUNJOBID= node144-1337871880-2439
PBS_JOBID= 14620060
Free space on /tmp= 71728 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/course-ass/normalized-ss97-6.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687855-1337877250/watcher-3687855-1337877250 -o /tmp/evaluation-result-3687855-1337877250/solver-3687855-1337877250 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687855-1337877250.opb

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

MD5SUM BENCH= dcfce19ac0444148b26b7675e35c76bc
RANDOM SEED=1789182882

node144.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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
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.196
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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29669324 kB
Buffers:          218676 kB
Cached:          1850864 kB
SwapCached:            0 kB
Active:           774420 kB
Inactive:        1654552 kB
Active(anon):     360500 kB
Inactive(anon):        0 kB
Active(file):     413920 kB
Inactive(file):  1654552 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:        376836 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             626644 kB
SReclaimable:      69228 kB
SUnreclaim:       557416 kB
KernelStack:        1608 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71724 MiB
End job on node144 at 2012-05-24 19:04:07