Trace number 2662995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT30 371.484 198.925

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark23.5534
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662995-1276355333.opb
0.22/0.22	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.129s.
0.35/0.35	c #vars     45
0.35/0.35	c #constraints  331
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.35/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.35/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.35/0.36	c And the winner is Resolution
0.45/1.36	c SATISFIABLE
0.45/1.36	c OPTIMIZING...
0.45/1.36	c Got one! Elapsed wall clock time (in seconds):1.142
0.45/1.36	o 33
0.45/1.38	c And the winner is Resolution
0.48/2.37	c Got one! Elapsed wall clock time (in seconds):2.149
0.48/2.37	o 32
0.94/2.65	c And the winner is Resolution
1.04/3.37	c Got one! Elapsed wall clock time (in seconds):3.154
1.04/3.37	o 31
1.68/3.72	c And the winner is CuttingPlanes
1.73/4.38	c Got one! Elapsed wall clock time (in seconds):4.16
1.73/4.38	o 30
2.57/4.81	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.34/5.79	c cleaning 4250 clauses out of 8499 with flag 11000/11000
5.50/6.32	c cleaning 5624 clauses out of 11249 with flag 18000/18000
6.85/7.01	c cleaning 6813 clauses out of 13626 with flag 26001/26001
8.40/7.88	c cleaning 7906 clauses out of 15812 with flag 35000/35000
10.35/8.86	c cleaning 8953 clauses out of 17907 with flag 45001/45001
12.50/9.93	c cleaning 9475 clauses out of 18953 with flag 55000/55000
14.63/11.02	c cleaning 9740 clauses out of 19479 with flag 65001/65001
16.76/12.19	c cleaning 9864 clauses out of 19738 with flag 75000/75000
18.90/13.25	c cleaning 9936 clauses out of 19875 with flag 85001/85001
20.83/14.29	c cleaning 9968 clauses out of 19939 with flag 95001/95001
22.96/15.35	c cleaning 9978 clauses out of 19970 with flag 105000/105000
25.29/16.53	c cleaning 9997 clauses out of 19993 with flag 115001/115001
27.22/17.59	c cleaning 9993 clauses out of 19996 with flag 125001/125001
29.36/18.66	c cleaning 9997 clauses out of 20002 with flag 135000/135000
31.28/19.69	c cleaning 9998 clauses out of 20005 with flag 145000/145000
33.62/20.83	c cleaning 9998 clauses out of 20007 with flag 155000/155000
35.95/22.03	c cleaning 10000 clauses out of 20009 with flag 165000/165000
38.09/23.18	c cleaning 10003 clauses out of 20010 with flag 175001/175001
40.01/24.15	c cleaning 10000 clauses out of 20006 with flag 185000/185000
41.93/25.15	c cleaning 10000 clauses out of 20008 with flag 195002/195002
43.87/26.13	c cleaning 9998 clauses out of 20006 with flag 205000/205000
45.80/27.16	c cleaning 9997 clauses out of 20008 with flag 215000/215000
48.13/28.34	c cleaning 10006 clauses out of 20012 with flag 225001/225001
50.24/29.46	c cleaning 10001 clauses out of 20005 with flag 235000/235000
52.57/30.68	c cleaning 10000 clauses out of 20005 with flag 245001/245001
54.92/31.88	c cleaning 9998 clauses out of 20004 with flag 255000/255000
57.05/32.99	c cleaning 10002 clauses out of 20007 with flag 265001/265001
59.16/34.09	c cleaning 10000 clauses out of 20004 with flag 275000/275000
61.29/35.17	c cleaning 10002 clauses out of 20006 with flag 285002/285002
63.42/36.30	c cleaning 9996 clauses out of 20002 with flag 295000/295000
65.54/37.40	c cleaning 10000 clauses out of 20008 with flag 305002/305002
67.85/38.59	c cleaning 10001 clauses out of 20006 with flag 315000/315000
69.98/39.64	c cleaning 10003 clauses out of 20005 with flag 325000/325000
72.28/40.84	c cleaning 9998 clauses out of 20003 with flag 335001/335001
74.60/42.07	c cleaning 10002 clauses out of 20005 with flag 345001/345001
76.91/43.24	c cleaning 10002 clauses out of 20003 with flag 355001/355001
79.23/44.47	c cleaning 9999 clauses out of 20000 with flag 365000/365000
81.55/45.69	c cleaning 9998 clauses out of 20001 with flag 375000/375000
84.07/46.97	c cleaning 10001 clauses out of 20004 with flag 385001/385001
86.78/48.32	c cleaning 9994 clauses out of 20003 with flag 395001/395001
89.10/49.51	c cleaning 10002 clauses out of 20009 with flag 405001/405001
91.39/50.70	c cleaning 10002 clauses out of 20006 with flag 415000/415000
93.91/52.00	c cleaning 9999 clauses out of 20005 with flag 425001/425001
95.61/52.94	c cleaning 0 clauses out of 5000 with flag 0/5000
96.34/53.31	c cleaning 9995 clauses out of 20006 with flag 435001/435001
98.84/54.63	c cleaning 10000 clauses out of 20010 with flag 445000/445000
101.16/55.88	c cleaning 9999 clauses out of 20012 with flag 455002/455002
103.67/57.20	c cleaning 10002 clauses out of 20012 with flag 465001/465001
106.16/58.41	c cleaning 10001 clauses out of 20009 with flag 475000/475000
108.48/59.66	c cleaning 10003 clauses out of 20008 with flag 485000/485000
110.80/60.88	c cleaning 9997 clauses out of 20005 with flag 495000/495000
113.30/62.19	c cleaning 10003 clauses out of 20008 with flag 505000/505000
115.61/63.32	c cleaning 10001 clauses out of 20006 with flag 515001/515001
117.53/64.39	c cleaning 10001 clauses out of 20006 with flag 525002/525002
119.84/65.56	c cleaning 9999 clauses out of 20003 with flag 535000/535000
122.14/66.70	c cleaning 10001 clauses out of 20004 with flag 545000/545000
124.05/67.78	c cleaning 9993 clauses out of 20003 with flag 555000/555000
126.36/68.93	c cleaning 10004 clauses out of 20011 with flag 565001/565001
128.47/70.06	c cleaning 10001 clauses out of 20006 with flag 575000/575000
130.77/71.23	c cleaning 10002 clauses out of 20007 with flag 585002/585002
132.68/72.24	c cleaning 9994 clauses out of 20004 with flag 595001/595001
134.60/73.28	c cleaning 9988 clauses out of 20010 with flag 605001/605001
136.71/74.35	c cleaning 10001 clauses out of 20022 with flag 615001/615001
138.81/75.47	c cleaning 10007 clauses out of 20020 with flag 625000/625000
140.92/76.57	c cleaning 10007 clauses out of 20014 with flag 635001/635001
143.04/77.62	c cleaning 10002 clauses out of 20007 with flag 645001/645001
145.15/78.75	c cleaning 9994 clauses out of 20004 with flag 655000/655000
147.24/79.88	c cleaning 9993 clauses out of 20010 with flag 665000/665000
149.56/81.05	c cleaning 10001 clauses out of 20018 with flag 675001/675001
151.66/82.17	c cleaning 10003 clauses out of 20016 with flag 685000/685000
153.77/83.20	c cleaning 10000 clauses out of 20013 with flag 695000/695000
155.67/84.29	c cleaning 9999 clauses out of 20013 with flag 705000/705000
157.97/85.41	c cleaning 10004 clauses out of 20014 with flag 715000/715000
159.88/86.44	c cleaning 9995 clauses out of 20010 with flag 725000/725000
161.79/87.47	c cleaning 10004 clauses out of 20015 with flag 735000/735000
163.88/88.55	c cleaning 10000 clauses out of 20011 with flag 745000/745000
165.99/89.63	c cleaning 10003 clauses out of 20011 with flag 755000/755000
167.90/90.68	c cleaning 9996 clauses out of 20009 with flag 765001/765001
170.01/91.73	c cleaning 10000 clauses out of 20012 with flag 775000/775000
172.10/92.82	c cleaning 9997 clauses out of 20012 with flag 785000/785000
174.40/94.06	c cleaning 10008 clauses out of 20016 with flag 795001/795001
176.50/95.16	c cleaning 9996 clauses out of 20008 with flag 805001/805001
178.61/96.23	c cleaning 10004 clauses out of 20012 with flag 815001/815001
180.70/97.37	c cleaning 10002 clauses out of 20008 with flag 825001/825001
183.01/98.52	c cleaning 10001 clauses out of 20005 with flag 835000/835000
185.11/99.65	c cleaning 10000 clauses out of 20004 with flag 845000/845000
187.21/100.72	c cleaning 10000 clauses out of 20004 with flag 855000/855000
189.10/101.79	c cleaning 9995 clauses out of 20004 with flag 865000/865000
191.40/102.91	c cleaning 10003 clauses out of 20009 with flag 875000/875000
193.50/104.05	c cleaning 9992 clauses out of 20006 with flag 885000/885000
195.60/105.13	c cleaning 9995 clauses out of 20014 with flag 895000/895000
197.69/106.21	c cleaning 10009 clauses out of 20020 with flag 905001/905001
199.79/107.33	c cleaning 9999 clauses out of 20010 with flag 915000/915000
201.69/108.37	c cleaning 10001 clauses out of 20011 with flag 925000/925000
204.00/109.54	c cleaning 10004 clauses out of 20010 with flag 935000/935000
206.08/110.60	c cleaning 10003 clauses out of 20007 with flag 945001/945001
208.18/111.73	c cleaning 10001 clauses out of 20003 with flag 955000/955000
210.29/112.82	c cleaning 10001 clauses out of 20003 with flag 965001/965001
212.19/113.85	c cleaning 9999 clauses out of 20002 with flag 975001/975001
214.28/114.96	c cleaning 10001 clauses out of 20002 with flag 985000/985000
216.38/116.05	c cleaning 9998 clauses out of 20001 with flag 995000/995000
218.68/117.23	c cleaning 9999 clauses out of 20003 with flag 1005000/1005000
220.78/118.34	c cleaning 9999 clauses out of 20004 with flag 1015000/1015000
223.26/119.60	c cleaning 9995 clauses out of 20006 with flag 1025001/1025001
225.36/120.79	c cleaning 10003 clauses out of 20010 with flag 1035000/1035000
227.65/121.99	c cleaning 10002 clauses out of 20007 with flag 1045000/1045000
229.96/123.15	c cleaning 10004 clauses out of 20007 with flag 1055002/1055002
232.24/124.35	c cleaning 9998 clauses out of 20001 with flag 1065000/1065000
234.34/125.45	c cleaning 10001 clauses out of 20004 with flag 1075001/1075001
236.44/126.57	c cleaning 10002 clauses out of 20003 with flag 1085001/1085001
238.71/127.76	c cleaning 10000 clauses out of 20000 with flag 1095000/1095000
241.19/129.00	c cleaning 9996 clauses out of 20001 with flag 1105001/1105001
243.29/130.20	c cleaning 9998 clauses out of 20005 with flag 1115001/1115001
245.78/131.40	c cleaning 10001 clauses out of 20006 with flag 1125000/1125000
248.08/132.65	c cleaning 10002 clauses out of 20005 with flag 1135000/1135000
250.35/133.89	c cleaning 9999 clauses out of 20003 with flag 1145000/1145000
252.64/135.08	c cleaning 10000 clauses out of 20004 with flag 1155000/1155000
254.93/136.28	c cleaning 10000 clauses out of 20004 with flag 1165000/1165000
257.24/137.48	c cleaning 10001 clauses out of 20005 with flag 1175001/1175001
259.70/138.70	c cleaning 9994 clauses out of 20004 with flag 1185001/1185001
261.99/139.95	c cleaning 10000 clauses out of 20009 with flag 1195000/1195000
264.28/141.13	c cleaning 10004 clauses out of 20009 with flag 1205000/1205000
266.57/142.35	c cleaning 9997 clauses out of 20005 with flag 1215000/1215000
269.05/143.68	c cleaning 10002 clauses out of 20008 with flag 1225000/1225000
271.33/144.84	c cleaning 10002 clauses out of 20006 with flag 1235000/1235000
273.82/146.10	c cleaning 10003 clauses out of 20005 with flag 1245001/1245001
276.12/147.39	c cleaning 9993 clauses out of 20000 with flag 1255000/1255000
278.57/148.69	c cleaning 9993 clauses out of 20007 with flag 1265000/1265000
281.06/149.95	c cleaning 10006 clauses out of 20014 with flag 1275000/1275000
283.34/151.17	c cleaning 10002 clauses out of 20009 with flag 1285001/1285001
285.63/152.38	c cleaning 9997 clauses out of 20006 with flag 1295000/1295000
288.10/153.67	c cleaning 10004 clauses out of 20010 with flag 1305001/1305001
290.58/154.90	c cleaning 10001 clauses out of 20006 with flag 1315001/1315001
292.69/156.05	c cleaning 10001 clauses out of 20004 with flag 1325000/1325000
294.99/157.24	c cleaning 9995 clauses out of 20003 with flag 1335000/1335000
297.25/158.47	c cleaning 9996 clauses out of 20008 with flag 1345000/1345000
299.53/159.68	c cleaning 10005 clauses out of 20012 with flag 1355000/1355000
301.81/160.83	c cleaning 9997 clauses out of 20007 with flag 1365000/1365000
303.90/161.95	c cleaning 10001 clauses out of 20009 with flag 1375000/1375000
306.17/163.18	c cleaning 10001 clauses out of 20009 with flag 1385001/1385001
308.25/164.23	c cleaning 10000 clauses out of 20008 with flag 1395001/1395001
310.54/165.40	c cleaning 9999 clauses out of 20008 with flag 1405001/1405001
312.62/166.56	c cleaning 9997 clauses out of 20008 with flag 1415000/1415000
314.69/167.69	c cleaning 9997 clauses out of 20011 with flag 1425000/1425000
316.98/168.86	c cleaning 10003 clauses out of 20014 with flag 1435000/1435000
319.06/169.96	c cleaning 10004 clauses out of 20011 with flag 1445000/1445000
321.15/171.04	c cleaning 10000 clauses out of 20008 with flag 1455001/1455001
323.21/172.18	c cleaning 9999 clauses out of 20007 with flag 1465001/1465001
325.50/173.35	c cleaning 10000 clauses out of 20007 with flag 1475000/1475000
327.58/174.48	c cleaning 10001 clauses out of 20008 with flag 1485001/1485001
329.87/175.61	c cleaning 10001 clauses out of 20006 with flag 1495000/1495000
331.93/176.76	c cleaning 10000 clauses out of 20006 with flag 1505001/1505001
334.22/177.91	c cleaning 10001 clauses out of 20005 with flag 1515000/1515000
336.10/178.95	c cleaning 9999 clauses out of 20003 with flag 1525000/1525000
338.18/180.04	c cleaning 10000 clauses out of 20005 with flag 1535001/1535001
340.05/181.08	c cleaning 10000 clauses out of 20003 with flag 1545000/1545000
342.13/182.17	c cleaning 9999 clauses out of 20004 with flag 1555001/1555001
344.22/183.27	c cleaning 10000 clauses out of 20005 with flag 1565001/1565001
346.50/184.43	c cleaning 9995 clauses out of 20003 with flag 1575000/1575000
348.56/185.57	c cleaning 10004 clauses out of 20008 with flag 1585000/1585000
350.64/186.67	c cleaning 9997 clauses out of 20004 with flag 1595000/1595000
352.71/187.75	c cleaning 10004 clauses out of 20007 with flag 1605000/1605000
354.79/188.82	c cleaning 9992 clauses out of 20002 with flag 1615000/1615000
356.85/189.90	c cleaning 10000 clauses out of 20010 with flag 1625000/1625000
358.73/190.90	c cleaning 10002 clauses out of 20010 with flag 1635001/1635001
360.61/191.90	c cleaning 10002 clauses out of 20007 with flag 1645001/1645001
362.50/192.94	c cleaning 10000 clauses out of 20005 with flag 1655001/1655001
364.56/194.00	c cleaning 10002 clauses out of 20003 with flag 1665000/1665000
366.44/195.09	c cleaning 9995 clauses out of 19999 with flag 1675000/1675000
368.52/196.13	c cleaning 9998 clauses out of 20000 with flag 1685000/1685000
369.01/196.40	c And the winner is Resolution
371.37/198.87	c starts		: 193
371.37/198.87	c conflicts		: 1687528
371.37/198.87	c decisions		: 1773482
371.37/198.87	c propagations		: 7902480
371.37/198.87	c inspects		: 885105390
371.37/198.87	c learnt literals	: 30
371.37/198.87	c learnt binary clauses	: 393
371.37/198.87	c learnt ternary clauses	: 3235
371.37/198.87	c learnt clauses	: 1687497
371.37/198.87	c ignored clauses	: 0
371.37/198.87	c root simplifications	: 0
371.37/198.87	c removed literals (reason simplification)	: 10989386
371.37/198.87	c reason swapping (by a shorter reason)	: 0
371.37/198.87	c Calls to reduceDB	: 170
371.37/198.87	c number of reductions to clauses (during analyze)	: 0
371.37/198.87	c number of learned constraints concerned by reduction	: 0
371.37/198.87	c number of learning phase by resolution	: 0
371.37/198.87	c number of learning phase by cutting planes	: 0
371.37/198.87	c speed (assignments/second)	: 40630.97062120168
371.37/198.87	c non guided choices	0
371.37/198.87	c learnt constraints type 
371.37/198.87	c constraints type 
371.37/198.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
371.37/198.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
371.37/198.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
371.37/198.87	c constraints type 
371.37/198.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
371.37/198.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
371.37/198.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
371.37/198.87	s OPTIMUM FOUND
371.37/198.87	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 
371.37/198.87	c objective function=30
371.37/198.87	c Total wall clock time (in seconds): 198.656

Verifier Data

OK	30

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662995-1276355333/watcher-2662995-1276355333 -o /tmp/evaluation-result-2662995-1276355333/solver-2662995-1276355333 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662995-1276355333.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10761
/proc/meminfo: memFree=1485148/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=392 CPUtime=0
/proc/10761/stat : 10761 (java6) R 10759 10761 10652 0 -1 4194304 119 0 0 0 0 0 0 0 19 0 1 0 11135056 401408 38 1992294400 134512640 134550932 4291506832 18446744073709551615 11228323 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10761/statm: 98 41 32 10 0 25 0

[startup+0.0605241 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10761
/proc/meminfo: memFree=1485148/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1521664 CPUtime=0.04
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 3593 0 1 0 3 1 0 0 15 0 7 0 11135056 1558183936 3033 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 380416 3034 1015 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100523 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10761
/proc/meminfo: memFree=1485148/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1524020 CPUtime=0.08
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 3933 0 1 0 7 1 0 0 15 0 12 0 11135056 1560596480 3371 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 381005 3372 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300522 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10761
/proc/meminfo: memFree=1485148/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1525792 CPUtime=0.35
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 5352 0 1 0 33 2 0 0 15 0 12 0 11135056 1562411008 4787 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 381448 4787 1361 10 0 378751 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525792

[startup+0.700519 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10761
/proc/meminfo: memFree=1485148/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1527924 CPUtime=0.45
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 5743 0 1 0 43 2 0 0 15 0 14 0 11135056 1564594176 5178 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 381981 5178 1370 10 0 379284 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1527924

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 10777
/proc/meminfo: memFree=1469536/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1528248 CPUtime=0.48
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 5824 0 1 0 46 2 0 0 15 0 14 0 11135056 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 382062 5259 1370 10 0 379365 0
[pid=10761/tid=10763] ppid=10759 vsize=1528248 CPUtime=0.32
/proc/10761/task/10763/stat : 10763 (java) S 10759 10761 10652 0 -1 4202560 3893 0 1 0 31 1 0 0 19 0 14 0 11135058 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 11135060 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 11135060 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 11135061 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 11135062 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 11135062 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1528248 CPUtime=0.03
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 61 0 0 0 3 0 0 0 18 0 14 0 11135066 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1528248 CPUtime=0.06
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 675 0 0 0 6 0 0 0 16 0 14 0 11135066 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 11135066 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1528248 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1564925952 5259 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1528248

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 10779
/proc/meminfo: memFree=1468916/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1532436 CPUtime=1.04
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 7393 0 1 0 101 3 0 0 15 0 14 0 11135056 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 383109 6592 1416 10 0 380412 0
[pid=10761/tid=10763] ppid=10759 vsize=1532436 CPUtime=0.32
/proc/10761/task/10763/stat : 10763 (java) S 10759 10761 10652 0 -1 4202560 3898 0 1 0 31 1 0 0 19 0 14 0 11135058 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 11135060 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 11135060 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 11135061 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 11135062 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 11135062 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1532436 CPUtime=0.26
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 767 0 0 0 26 0 0 0 17 0 14 0 11135066 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1532436 CPUtime=0.24
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 1259 0 0 0 24 0 0 0 15 0 14 0 11135066 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 11135066 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1532436 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1569214464 6592 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1532436
heavy processes:

[startup+6.30242 s]
/proc/loadavg: 1.32 1.07 1.02 5/122 10785
/proc/meminfo: memFree=1426492/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1546752 CPUtime=5.5
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 32565 0 1 0 536 14 0 0 15 0 16 0 11135056 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386688 28174 1442 10 0 383991 0
[pid=10761/tid=10763] ppid=10759 vsize=1546752 CPUtime=0.33
/proc/10761/task/10763/stat : 10763 (java) S 10759 10761 10652 0 -1 4202560 3910 0 1 0 32 1 0 0 18 0 16 0 11135058 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1546752 CPUtime=0.01
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 16 0 11135060 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 16 0 11135060 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1546752 CPUtime=0.05
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 643 0 0 0 5 0 0 0 16 0 16 0 11135061 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11135062 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11135062 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11135066 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1546752 CPUtime=1.54
/proc/10761/task/10770/stat : 10770 (java) R 10759 10761 10652 0 -1 4202560 5067 0 0 0 152 2 0 0 15 0 16 0 11135066 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 106797904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1546752 CPUtime=1.24
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4385 0 0 0 122 2 0 0 15 0 16 0 11135066 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11135066 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 11135066 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 11135093 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1546752 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11135093 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10784] ppid=10759 vsize=1546752 CPUtime=1.15
/proc/10761/task/10784/stat : 10784 (java) R 10759 10761 10652 0 -1 4202560 523 0 0 0 115 0 0 0 21 0 16 0 11135495 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4109350602 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10785] ppid=10759 vsize=1546752 CPUtime=0.74
/proc/10761/task/10785/stat : 10785 (java) R 10759 10761 10652 0 -1 4202560 14536 0 0 0 68 6 0 0 18 0 16 0 11135495 1583874048 28174 1992294400 134512640 134550932 4287132848 18446744073709551615 4109612572 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 1546752

[startup+12.7021 s]
/proc/loadavg: 1.37 1.08 1.03 3/122 10787
/proc/meminfo: memFree=1325556/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1545728 CPUtime=17.89
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 45762 0 1 0 1769 20 0 0 15 0 16 0 11135056 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386432 40826 1448 10 0 383735 0
[pid=10761/tid=10763] ppid=10759 vsize=1545728 CPUtime=0.33
/proc/10761/task/10763/stat : 10763 (java) S 10759 10761 10652 0 -1 4202560 3910 0 1 0 32 1 0 0 18 0 16 0 11135058 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=0.07
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 520 0 0 0 7 0 0 0 15 0 16 0 11135060 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=0.08
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 483 0 0 0 8 0 0 0 16 0 16 0 11135060 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=0.33
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 1834 0 0 0 33 0 0 0 16 0 16 0 11135061 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11135062 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11135062 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11135066 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.57
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 155 2 0 0 15 0 16 0 11135066 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.74
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 172 2 0 0 15 0 16 0 11135066 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11135066 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 11135066 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 11135093 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11135093 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10784] ppid=10759 vsize=1545728 CPUtime=7.15
/proc/10761/task/10784/stat : 10784 (java) R 10759 10761 10652 0 -1 4202560 620 0 0 0 715 0 0 0 25 0 16 0 11135495 1582825472 40826 1992294400 134512640 134550932 4287132848 18446744073709551615 4109728151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10785] ppid=10759 vsize=1545728 CPUtime=6.17

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

[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=1.44
/proc/10761/task/10764/stat : 10764 (java) R 10759 10761 10652 0 -1 4202560 1281 0 0 0 142 2 0 0 16 0 16 0 11135060 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=1.47
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 1367 0 0 0 145 2 0 0 15 0 16 0 11135060 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=13.14
/proc/10761/task/10766/stat : 10766 (java) R 10759 10761 10652 0 -1 4202560 5524 0 0 0 1311 3 0 0 15 0 16 0 11135061 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11135062 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11135062 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11135066 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.81
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 179 2 0 0 15 0 16 0 11135066 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.79
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 177 2 0 0 15 0 16 0 11135066 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11135066 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 11135066 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 11135093 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 11135093 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10784] ppid=10759 vsize=1545728 CPUtime=173.76
/proc/10761/task/10784/stat : 10784 (java) S 10759 10761 10652 0 -1 4202560 802 0 0 0 17374 2 0 0 24 0 16 0 11135495 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10785] ppid=10759 vsize=1545728 CPUtime=172.44
/proc/10761/task/10785/stat : 10785 (java) S 10759 10761 10652 0 -1 4202560 33007 0 0 0 17230 14 0 0 25 0 16 0 11135495 1582825472 53274 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 366.64
Current children cumulated vsize (KiB) 1545728

[startup+196.701 s]
/proc/loadavg: 2.08 1.57 1.22 3/122 10791
/proc/meminfo: memFree=1275584/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1545728 CPUtime=369.25
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 58543 0 1 0 36892 33 0 0 15 0 14 0 11135056 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386432 53393 1448 10 0 383735 0
[pid=10761/tid=10763] ppid=10759 vsize=1545728 CPUtime=0.44
/proc/10761/task/10763/stat : 10763 (java) R 10759 10761 10652 0 -1 4202560 3918 0 1 0 43 1 0 0 16 0 14 0 11135058 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4109350625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=1.45
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 1281 0 0 0 143 2 0 0 15 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=1.48
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 1367 0 0 0 146 2 0 0 16 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=13.34
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 5642 0 0 0 1331 3 0 0 16 0 14 0 11135061 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.81
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 179 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.8
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 178 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 369.25
Current children cumulated vsize (KiB) 1545728

[startup+198.302 s]
/proc/loadavg: 2.08 1.57 1.22 2/120 10791
/proc/meminfo: memFree=1275104/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1545728 CPUtime=370.87
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 58543 0 1 0 37054 33 0 0 15 0 14 0 11135056 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386432 53393 1448 10 0 383735 0
[pid=10761/tid=10763] ppid=10759 vsize=1545728 CPUtime=2.04
/proc/10761/task/10763/stat : 10763 (java) R 10759 10761 10652 0 -1 4202560 3918 0 1 0 203 1 0 0 17 0 14 0 11135058 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4109350620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=1.45
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 1281 0 0 0 143 2 0 0 15 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=1.48
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 1367 0 0 0 146 2 0 0 16 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=13.34
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 5642 0 0 0 1331 3 0 0 16 0 14 0 11135061 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.81
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 179 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.82
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 180 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 370.87
Current children cumulated vsize (KiB) 1545728

[startup+198.702 s]
/proc/loadavg: 2.08 1.57 1.22 2/120 10791
/proc/meminfo: memFree=1275104/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1545728 CPUtime=371.27
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 58543 0 1 0 37094 33 0 0 15 0 14 0 11135056 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386432 53393 1448 10 0 383735 0
[pid=10761/tid=10763] ppid=10759 vsize=1545728 CPUtime=2.44
/proc/10761/task/10763/stat : 10763 (java) R 10759 10761 10652 0 -1 4202560 3918 0 1 0 243 1 0 0 18 0 14 0 11135058 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4109350593 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=1.45
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 1281 0 0 0 143 2 0 0 15 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=1.48
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 1367 0 0 0 146 2 0 0 16 0 14 0 11135060 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=13.34
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 5642 0 0 0 1331 3 0 0 16 0 14 0 11135061 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.81
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 179 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.82
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 180 2 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 11135066 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53393 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 371.27
Current children cumulated vsize (KiB) 1545728

[startup+198.902 s]
/proc/loadavg: 2.08 1.57 1.22 2/120 10791
/proc/meminfo: memFree=1275104/2059040 swapFree=4192956/4192956
[pid=10761] ppid=10759 vsize=1545728 CPUtime=371.45
/proc/10761/stat : 10761 (java) S 10759 10761 10652 0 -1 4202496 58549 0 1 0 37112 33 0 0 15 0 14 0 11135056 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10761/statm: 386432 53398 1448 10 0 383735 0
[pid=10761/tid=10763] ppid=10759 vsize=1545728 CPUtime=2.62
/proc/10761/task/10763/stat : 10763 (java) S 10759 10761 10652 0 -1 4202560 3924 0 1 0 261 1 0 0 18 0 14 0 11135058 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10764] ppid=10759 vsize=1545728 CPUtime=1.45
/proc/10761/task/10764/stat : 10764 (java) S 10759 10761 10652 0 -1 4202560 1281 0 0 0 143 2 0 0 15 0 14 0 11135060 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10765] ppid=10759 vsize=1545728 CPUtime=1.48
/proc/10761/task/10765/stat : 10765 (java) S 10759 10761 10652 0 -1 4202560 1367 0 0 0 146 2 0 0 16 0 14 0 11135060 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10766] ppid=10759 vsize=1545728 CPUtime=13.34
/proc/10761/task/10766/stat : 10766 (java) S 10759 10761 10652 0 -1 4202560 5642 0 0 0 1331 3 0 0 16 0 14 0 11135061 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 0 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10767] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10767/stat : 10767 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10768] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10768/stat : 10768 (java) S 10759 10761 10652 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11135062 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10769] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10769/stat : 10769 (java) S 10759 10761 10652 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 11135066 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10770] ppid=10759 vsize=1545728 CPUtime=1.81
/proc/10761/task/10770/stat : 10770 (java) S 10759 10761 10652 0 -1 4202560 5067 0 0 0 179 2 0 0 15 0 14 0 11135066 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10771] ppid=10759 vsize=1545728 CPUtime=1.82
/proc/10761/task/10771/stat : 10771 (java) S 10759 10761 10652 0 -1 4202560 4671 0 0 0 180 2 0 0 15 0 14 0 11135066 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10772] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10772/stat : 10772 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 11135066 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10773] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10773/stat : 10773 (java) S 10759 10761 10652 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 11135066 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 0 0 0 0
[pid=10761/tid=10776] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10776/stat : 10776 (java) S 10759 10761 10652 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
[pid=10761/tid=10777] ppid=10759 vsize=1545728 CPUtime=0
/proc/10761/task/10777/stat : 10777 (java) S 10759 10761 10652 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11135093 1582825472 53398 1992294400 134512640 134550932 4287132848 18446744073709551615 4294960144 0 4 0 16800975 18446604437833173888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 371.45
Current children cumulated vsize (KiB) 1545728

Child status: 30
Real time (s): 198.925
CPU time (s): 371.484
CPU user time (s): 371.129
CPU system time (s): 0.354946
CPU usage (%): 186.745
Max. virtual memory (cumulated for all children) (KiB): 1549544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.129
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58553
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6878
involuntary context switches= 11304

runsolver used 0.91886 second user time and 2.46362 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 17:08:53
IDJOB=2662995
IDBENCH=1865
IDSOLVER=1166
FILE ID=node009/2662995-1276355333
PBS_JOBID= 11173210
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662995-1276355333/watcher-2662995-1276355333 -o /tmp/evaluation-result-2662995-1276355333/solver-2662995-1276355333 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662995-1276355333.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=1191762987

node009.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.199
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.39
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.199
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1485420 kB
Buffers:        116176 kB
Cached:         328108 kB
SwapCached:          0 kB
Active:         177484 kB
Inactive:       325972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1485420 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       59128 kB
Mapped:          15464 kB
Slab:            48104 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node009 at 2010-06-12 17:12:12