Trace number 2658430

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 Resolution 2.2.0 2010-05-26OPT3 564.652 562.203

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark16.7774
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658430-1276649626.opb
0.23/0.20	c reading problem ... 
0.54/0.43	c ... done. Wall clock time 0.222s.
0.54/0.43	c #vars     756
0.54/0.43	c #constraints  1156
0.54/0.43	c constraints type 
0.54/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.54/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
3.13/2.19	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.90/3.84	c cleaning 4250 clauses out of 8499 with flag 11000/11000
7.20/6.12	c cleaning 5623 clauses out of 11250 with flag 18001/18001
10.00/8.98	c cleaning 6814 clauses out of 13627 with flag 26001/26001
12.25/11.17	c cleaning 7905 clauses out of 15812 with flag 35000/35000
14.36/13.29	c cleaning 8948 clauses out of 17907 with flag 45000/45000
16.86/15.71	c cleaning 9475 clauses out of 18960 with flag 55001/55001
19.66/18.56	c cleaning 9741 clauses out of 19484 with flag 65000/65000
21.62/20.46	c cleaning 9869 clauses out of 19744 with flag 75001/75001
24.02/22.89	c cleaning 9929 clauses out of 19874 with flag 85000/85000
26.11/24.95	c cleaning 9972 clauses out of 19946 with flag 95001/95001
28.52/27.39	c cleaning 9975 clauses out of 19973 with flag 105000/105000
30.93/29.75	c cleaning 9997 clauses out of 19998 with flag 115000/115000
32.93/31.72	c cleaning 10002 clauses out of 20006 with flag 125005/125005
35.34/34.13	c cleaning 9990 clauses out of 19999 with flag 135000/135000
37.33/36.10	c cleaning 9997 clauses out of 20011 with flag 145002/145002
39.14/37.99	c cleaning 10002 clauses out of 20012 with flag 155000/155000
41.74/40.57	c cleaning 10001 clauses out of 20011 with flag 165001/165001
44.24/43.07	c cleaning 9999 clauses out of 20009 with flag 175000/175000
46.04/44.87	c cleaning 9985 clauses out of 20010 with flag 185000/185000
47.74/46.55	c cleaning 10004 clauses out of 20026 with flag 195001/195001
51.35/50.10	c cleaning 10001 clauses out of 20021 with flag 205000/205000
53.55/52.32	c cleaning 9999 clauses out of 20021 with flag 215001/215001
55.47/54.21	c cleaning 9998 clauses out of 20022 with flag 225001/225001
57.17/55.92	c cleaning 10007 clauses out of 20024 with flag 235001/235001
60.07/58.87	c cleaning 10004 clauses out of 20017 with flag 245001/245001
62.27/61.09	c cleaning 9994 clauses out of 20013 with flag 255001/255001
64.75/63.49	c cleaning 10010 clauses out of 20019 with flag 265001/265001
67.37/65.74	c cleaning 9997 clauses out of 20008 with flag 275000/275000
69.77/68.19	c cleaning 10001 clauses out of 20011 with flag 285000/285000
71.67/70.08	c cleaning 9991 clauses out of 20010 with flag 295000/295000
73.77/72.17	c cleaning 9998 clauses out of 20020 with flag 305001/305001
76.78/75.19	c cleaning 9997 clauses out of 20022 with flag 315001/315001
78.78/77.11	c cleaning 10001 clauses out of 20024 with flag 325000/325000
80.18/78.59	c cleaning 9996 clauses out of 20023 with flag 335000/335000
81.78/80.20	c cleaning 9999 clauses out of 20027 with flag 345000/345000
84.10/82.48	c cleaning 10001 clauses out of 20028 with flag 355000/355000
86.30/84.68	c cleaning 10000 clauses out of 20028 with flag 365001/365001
88.50/86.88	c cleaning 9998 clauses out of 20027 with flag 375000/375000
90.90/89.25	c cleaning 10001 clauses out of 20030 with flag 385001/385001
93.40/91.72	c cleaning 10006 clauses out of 20028 with flag 395000/395000
95.92/94.25	c cleaning 10003 clauses out of 20022 with flag 405000/405000
97.72/96.04	c cleaning 9995 clauses out of 20020 with flag 415001/415001
100.51/98.81	c cleaning 9998 clauses out of 20024 with flag 425000/425000
103.42/101.78	c cleaning 10007 clauses out of 20026 with flag 435000/435000
106.03/104.33	c cleaning 10001 clauses out of 20019 with flag 445000/445000
108.23/106.60	c cleaning 9998 clauses out of 20020 with flag 455002/455002
110.84/109.13	c cleaning 10004 clauses out of 20021 with flag 465001/465001
113.54/111.85	c cleaning 10002 clauses out of 20016 with flag 475000/475000
115.54/113.82	c cleaning 9996 clauses out of 20015 with flag 485001/485001
117.16/115.42	c cleaning 9999 clauses out of 20019 with flag 495001/495001
118.65/117.00	c cleaning 9998 clauses out of 20019 with flag 505000/505000
120.35/118.64	c cleaning 10000 clauses out of 20022 with flag 515001/515001
122.15/120.43	c cleaning 10008 clauses out of 20022 with flag 525001/525001
124.96/123.20	c cleaning 10003 clauses out of 20013 with flag 535000/535000
127.26/125.54	c cleaning 9995 clauses out of 20011 with flag 545001/545001
129.76/128.00	c cleaning 9998 clauses out of 20016 with flag 555001/555001
132.46/130.70	c cleaning 10001 clauses out of 20017 with flag 565000/565000
135.26/133.52	c cleaning 10004 clauses out of 20017 with flag 575001/575001
137.57/135.89	c cleaning 10000 clauses out of 20013 with flag 585001/585001
139.67/137.91	c cleaning 9996 clauses out of 20013 with flag 595001/595001
142.97/141.28	c cleaning 10004 clauses out of 20018 with flag 605002/605002
145.18/143.40	c cleaning 9999 clauses out of 20012 with flag 615000/615000
146.68/144.90	c cleaning 9992 clauses out of 20013 with flag 625000/625000
148.98/147.20	c cleaning 10005 clauses out of 20021 with flag 635000/635000
152.10/150.32	c cleaning 10001 clauses out of 20016 with flag 645000/645000
155.90/154.13	c cleaning 10005 clauses out of 20016 with flag 655001/655001
159.20/157.43	c cleaning 9999 clauses out of 20011 with flag 665001/665001
162.41/160.63	c cleaning 10000 clauses out of 20011 with flag 675000/675000
166.02/164.21	c cleaning 10000 clauses out of 20012 with flag 685001/685001
169.53/167.77	c cleaning 9997 clauses out of 20011 with flag 695000/695000
172.74/171.00	c cleaning 10002 clauses out of 20016 with flag 705002/705002
176.23/174.43	c cleaning 9999 clauses out of 20012 with flag 715000/715000
179.63/177.83	c cleaning 10000 clauses out of 20013 with flag 725000/725000
183.44/181.66	c cleaning 10004 clauses out of 20015 with flag 735002/735002
186.68/184.81	c cleaning 10001 clauses out of 20009 with flag 745000/745000
189.77/187.91	c cleaning 10000 clauses out of 20009 with flag 755001/755001
193.38/191.55	c cleaning 9998 clauses out of 20008 with flag 765000/765000
196.60/194.71	c cleaning 9995 clauses out of 20010 with flag 775000/775000
197.89/196.09	c cleaning 10000 clauses out of 20016 with flag 785001/785001
200.90/199.07	c cleaning 10000 clauses out of 20015 with flag 795000/795000
204.20/202.34	c cleaning 9999 clauses out of 20016 with flag 805001/805001
208.40/206.52	c cleaning 9999 clauses out of 20016 with flag 815000/815000
212.30/210.43	c cleaning 10001 clauses out of 20018 with flag 825001/825001
216.00/214.18	c cleaning 9999 clauses out of 20017 with flag 835001/835001
219.10/217.28	c cleaning 10000 clauses out of 20017 with flag 845000/845000
221.60/219.76	c cleaning 10003 clauses out of 20018 with flag 855001/855001
223.81/221.96	c cleaning 10000 clauses out of 20015 with flag 865001/865001
226.22/224.36	c cleaning 9999 clauses out of 20014 with flag 875000/875000
228.62/226.73	c cleaning 9993 clauses out of 20016 with flag 885001/885001
231.62/229.70	c cleaning 10004 clauses out of 20022 with flag 895000/895000
235.13/233.24	c cleaning 10001 clauses out of 20019 with flag 905001/905001
239.02/237.18	c cleaning 10004 clauses out of 20017 with flag 915000/915000
242.62/240.73	c cleaning 10003 clauses out of 20013 with flag 925000/925000
246.14/244.25	c cleaning 10004 clauses out of 20011 with flag 935001/935001
249.54/247.60	c cleaning 9998 clauses out of 20006 with flag 945000/945000
252.93/251.07	c cleaning 10001 clauses out of 20008 with flag 955000/955000
256.14/254.25	c cleaning 10000 clauses out of 20008 with flag 965001/965001
259.94/258.00	c cleaning 10000 clauses out of 20008 with flag 975001/975001
263.34/261.48	c cleaning 10001 clauses out of 20007 with flag 985000/985000
266.44/264.56	c cleaning 9999 clauses out of 20006 with flag 995000/995000
269.53/267.64	c cleaning 10003 clauses out of 20007 with flag 1005000/1005000
271.57/269.61	c cleaning 9998 clauses out of 20005 with flag 1015001/1015001
273.40/271.47	c cleaning 9994 clauses out of 20006 with flag 1025000/1025000
275.60/273.62	c cleaning 10004 clauses out of 20012 with flag 1035000/1035000
278.24/276.22	c cleaning 9990 clauses out of 20006 with flag 1045000/1045000
280.15/278.17	c cleaning 9995 clauses out of 20017 with flag 1055001/1055001
282.05/280.04	c cleaning 10003 clauses out of 20022 with flag 1065001/1065001
283.74/281.75	c cleaning 10000 clauses out of 20019 with flag 1075001/1075001
285.35/283.36	c cleaning 10002 clauses out of 20020 with flag 1085002/1085002
287.05/285.08	c cleaning 10002 clauses out of 20017 with flag 1095001/1095001
288.75/286.75	c cleaning 9998 clauses out of 20015 with flag 1105001/1105001
289.66/287.66	c SATISFIABLE
289.66/287.66	c OPTIMIZING...
289.66/287.66	c Got one! Elapsed wall clock time (in seconds):287.456
289.66/287.66	o 481
290.35/288.35	c cleaning 10000 clauses out of 20017 with flag 1115001/1115001
293.26/291.21	c cleaning 9998 clauses out of 20018 with flag 1125002/1125002
294.86/292.85	c cleaning 9992 clauses out of 20018 with flag 1135000/1135000
296.46/294.41	c cleaning 9995 clauses out of 20026 with flag 1145000/1145000
298.07/296.06	c cleaning 9993 clauses out of 20031 with flag 1155000/1155000
299.77/297.73	c cleaning 9997 clauses out of 20038 with flag 1165000/1165000
301.28/299.24	c cleaning 10002 clauses out of 20041 with flag 1175000/1175000
302.77/300.75	c cleaning 9998 clauses out of 20039 with flag 1185000/1185000
304.37/302.36	c cleaning 9998 clauses out of 20041 with flag 1195000/1195000
306.08/304.00	c cleaning 10004 clauses out of 20043 with flag 1205000/1205000
307.59/305.59	c cleaning 10011 clauses out of 20039 with flag 1215000/1215000
309.69/307.69	c cleaning 10008 clauses out of 20029 with flag 1225001/1225001
312.09/310.00	c cleaning 10003 clauses out of 20020 with flag 1235000/1235000
314.80/312.70	c cleaning 10004 clauses out of 20017 with flag 1245000/1245000
317.20/315.18	c cleaning 10003 clauses out of 20013 with flag 1255000/1255000
319.90/317.84	c cleaning 9997 clauses out of 20010 with flag 1265000/1265000
322.39/320.38	c cleaning 10001 clauses out of 20013 with flag 1275000/1275000
325.00/322.91	c cleaning 9999 clauses out of 20013 with flag 1285001/1285001
327.50/325.42	c cleaning 10000 clauses out of 20013 with flag 1295000/1295000
329.91/327.86	c cleaning 10002 clauses out of 20013 with flag 1305000/1305000
332.51/330.40	c cleaning 10000 clauses out of 20011 with flag 1315000/1315000
335.01/332.91	c cleaning 10000 clauses out of 20012 with flag 1325001/1325001
337.31/335.25	c cleaning 9999 clauses out of 20010 with flag 1335000/1335000
339.72/337.67	c cleaning 9996 clauses out of 20011 with flag 1345000/1345000
342.12/340.08	c cleaning 10002 clauses out of 20016 with flag 1355001/1355001
344.23/342.19	c cleaning 9999 clauses out of 20014 with flag 1365001/1365001
346.63/344.57	c cleaning 10000 clauses out of 20016 with flag 1375002/1375002
348.64/346.51	c cleaning 10002 clauses out of 20015 with flag 1385001/1385001
350.13/348.02	c cleaning 9993 clauses out of 20012 with flag 1395000/1395000
352.23/350.14	c cleaning 9996 clauses out of 20019 with flag 1405000/1405000
354.94/352.80	c cleaning 9996 clauses out of 20024 with flag 1415001/1415001
357.24/355.19	c cleaning 10007 clauses out of 20028 with flag 1425001/1425001
359.66/357.55	c cleaning 10004 clauses out of 20021 with flag 1435001/1435001
362.05/359.92	c cleaning 9999 clauses out of 20017 with flag 1445001/1445001
364.35/362.20	c cleaning 9998 clauses out of 20017 with flag 1455000/1455000
365.96/363.84	c cleaning 9986 clauses out of 20019 with flag 1465000/1465000
367.76/365.60	c cleaning 9992 clauses out of 20033 with flag 1475000/1475000
369.26/367.18	c cleaning 10016 clauses out of 20042 with flag 1485001/1485001
370.86/368.77	c cleaning 10002 clauses out of 20025 with flag 1495000/1495000
373.08/370.97	c cleaning 10006 clauses out of 20024 with flag 1505001/1505001
373.68/371.51	c Got one! Elapsed wall clock time (in seconds):371.3
373.68/371.51	o 257
374.88/372.75	c cleaning 9996 clauses out of 20018 with flag 1515001/1515001
376.58/374.43	c cleaning 10007 clauses out of 20021 with flag 1525000/1525000
378.79/376.60	c cleaning 10003 clauses out of 20015 with flag 1535001/1535001
381.19/379.06	c cleaning 10001 clauses out of 20011 with flag 1545000/1545000
382.80/380.65	c cleaning 9991 clauses out of 20010 with flag 1555000/1555000
384.20/382.06	c cleaning 9997 clauses out of 20019 with flag 1565000/1565000
385.80/383.66	c cleaning 10003 clauses out of 20022 with flag 1575000/1575000
386.91/384.75	c Got one! Elapsed wall clock time (in seconds):384.549
386.91/384.75	o 17
388.00/385.85	c cleaning 9996 clauses out of 20019 with flag 1585000/1585000
389.71/387.58	c cleaning 9996 clauses out of 20024 with flag 1595001/1595001
391.42/389.24	c cleaning 10000 clauses out of 20027 with flag 1605000/1605000
393.03/390.82	c cleaning 10000 clauses out of 20027 with flag 1615000/1615000
394.53/392.39	c cleaning 10000 clauses out of 20027 with flag 1625000/1625000
396.93/394.74	c cleaning 10009 clauses out of 20027 with flag 1635000/1635000
399.54/397.38	c cleaning 10002 clauses out of 20018 with flag 1645000/1645000
402.14/399.99	c cleaning 10004 clauses out of 20017 with flag 1655001/1655001
405.25/403.02	c cleaning 10003 clauses out of 20013 with flag 1665001/1665001
407.76/405.50	c cleaning 10002 clauses out of 20011 with flag 1675002/1675002
410.27/408.02	c cleaning 10001 clauses out of 20008 with flag 1685001/1685001
412.47/410.22	c cleaning 9987 clauses out of 20006 with flag 1695000/1695000
414.16/411.91	c cleaning 9996 clauses out of 20020 with flag 1705001/1705001
416.16/413.92	c cleaning 10000 clauses out of 20024 with flag 1715001/1715001
418.16/415.91	c cleaning 10003 clauses out of 20023 with flag 1725000/1725000
420.18/417.99	c cleaning 10000 clauses out of 20021 with flag 1735001/1735001
421.78/419.52	c cleaning 10003 clauses out of 20021 with flag 1745001/1745001
423.38/421.13	c cleaning 9999 clauses out of 20017 with flag 1755000/1755000
425.08/422.86	c cleaning 10001 clauses out of 20018 with flag 1765000/1765000
426.79/424.57	c cleaning 9999 clauses out of 20017 with flag 1775000/1775000
428.58/426.31	c cleaning 9997 clauses out of 20018 with flag 1785000/1785000
430.09/427.87	c cleaning 10006 clauses out of 20022 with flag 1795001/1795001
432.40/430.18	c cleaning 10005 clauses out of 20015 with flag 1805000/1805000
434.90/432.69	c cleaning 10001 clauses out of 20011 with flag 1815001/1815001
437.50/435.24	c cleaning 10004 clauses out of 20010 with flag 1825001/1825001
440.00/437.79	c cleaning 9998 clauses out of 20005 with flag 1835000/1835000
442.60/440.35	c cleaning 9999 clauses out of 20007 with flag 1845000/1845000
444.90/442.68	c cleaning 10004 clauses out of 20008 with flag 1855000/1855000
447.40/445.15	c cleaning 9998 clauses out of 20003 with flag 1865000/1865000
449.29/447.09	c cleaning 9991 clauses out of 20009 with flag 1875004/1875004
451.02/448.77	c cleaning 9994 clauses out of 20014 with flag 1885000/1885000
452.61/450.40	c cleaning 9999 clauses out of 20021 with flag 1895001/1895001
454.21/451.96	c cleaning 9996 clauses out of 20021 with flag 1905000/1905000
456.52/454.24	c cleaning 9999 clauses out of 20027 with flag 1915002/1915002
458.42/456.12	c cleaning 9998 clauses out of 20027 with flag 1925001/1925001
460.02/457.76	c cleaning 9996 clauses out of 20030 with flag 1935002/1935002
461.92/459.68	c cleaning 10003 clauses out of 20033 with flag 1945001/1945001
464.92/462.60	c cleaning 9999 clauses out of 20029 with flag 1955000/1955000
466.84/464.54	c cleaning 9998 clauses out of 20030 with flag 1965000/1965000
468.75/466.49	c cleaning 9998 clauses out of 20032 with flag 1975000/1975000
470.44/468.15	c cleaning 9997 clauses out of 20034 with flag 1985000/1985000
472.15/469.81	c cleaning 10000 clauses out of 20039 with flag 1995002/1995002
474.26/471.99	c cleaning 10000 clauses out of 20037 with flag 2005000/2005000
476.46/474.17	c cleaning 10014 clauses out of 20037 with flag 2015000/2015000
478.86/476.50	c cleaning 10006 clauses out of 20023 with flag 2025000/2025000
481.06/478.78	c cleaning 10003 clauses out of 20018 with flag 2035001/2035001
483.47/481.17	c cleaning 10004 clauses out of 20014 with flag 2045000/2045000
485.76/483.44	c cleaning 10002 clauses out of 20011 with flag 2055001/2055001
487.97/485.67	c cleaning 10000 clauses out of 20008 with flag 2065000/2065000
490.07/487.77	c cleaning 10002 clauses out of 20009 with flag 2075001/2075001
492.28/489.91	c cleaning 9998 clauses out of 20006 with flag 2085000/2085000
494.49/492.19	c cleaning 10003 clauses out of 20009 with flag 2095001/2095001
496.89/494.52	c cleaning 9999 clauses out of 20005 with flag 2105000/2105000
499.19/496.89	c cleaning 9996 clauses out of 20007 with flag 2115001/2115001
501.39/499.01	c cleaning 10002 clauses out of 20011 with flag 2125001/2125001
503.50/501.13	c cleaning 9998 clauses out of 20009 with flag 2135001/2135001
505.90/503.56	c cleaning 10001 clauses out of 20010 with flag 2145000/2145000
507.79/505.45	c cleaning 9999 clauses out of 20010 with flag 2155002/2155002
509.30/506.98	c cleaning 9997 clauses out of 20010 with flag 2165001/2165001
511.00/508.64	c cleaning 9997 clauses out of 20013 with flag 2175001/2175001
512.61/510.27	c cleaning 9998 clauses out of 20016 with flag 2185001/2185001
514.31/511.94	c cleaning 10001 clauses out of 20017 with flag 2195000/2195000
516.13/513.73	c cleaning 9997 clauses out of 20017 with flag 2205001/2205001
517.92/515.50	c cleaning 10003 clauses out of 20020 with flag 2215001/2215001
519.72/517.37	c cleaning 9999 clauses out of 20016 with flag 2225000/2225000
519.93/517.59	c Got one! Elapsed wall clock time (in seconds):517.387
519.93/517.59	o 13
521.53/519.17	c cleaning 9998 clauses out of 20018 with flag 2235001/2235001
523.33/520.91	c cleaning 9999 clauses out of 20020 with flag 2245001/2245001
525.22/522.81	c cleaning 9994 clauses out of 20020 with flag 2255000/2255000
528.53/526.19	c cleaning 10005 clauses out of 20026 with flag 2265000/2265000
531.25/528.81	c cleaning 10003 clauses out of 20021 with flag 2275000/2275000
534.05/531.64	c cleaning 10005 clauses out of 20019 with flag 2285001/2285001
536.75/534.38	c cleaning 10003 clauses out of 20013 with flag 2295000/2295000
539.65/537.26	c cleaning 10003 clauses out of 20010 with flag 2305000/2305000
542.26/539.89	c cleaning 9998 clauses out of 20008 with flag 2315001/2315001
544.96/542.52	c cleaning 9999 clauses out of 20009 with flag 2325000/2325000
547.77/545.36	c cleaning 10002 clauses out of 20011 with flag 2335001/2335001
550.57/548.13	c cleaning 9999 clauses out of 20008 with flag 2345000/2345000
553.27/550.84	c cleaning 9997 clauses out of 20009 with flag 2355000/2355000
555.87/553.45	c cleaning 10003 clauses out of 20012 with flag 2365000/2365000
558.47/556.02	c cleaning 10004 clauses out of 20010 with flag 2375001/2375001
561.07/558.68	c cleaning 9999 clauses out of 20005 with flag 2385000/2385000
563.68/561.26	c cleaning 9998 clauses out of 20007 with flag 2395002/2395002
564.50/562.09	c Got one! Elapsed wall clock time (in seconds):561.889
564.50/562.09	o 3
564.60/562.13	c starts		: 214
564.60/562.13	c conflicts		: 2400542
564.60/562.13	c decisions		: 2462782
564.60/562.13	c propagations		: 55501998
564.60/562.13	c inspects		: 1400992675
564.60/562.13	c learnt literals	: 6
564.60/562.13	c learnt binary clauses	: 22
564.60/562.13	c learnt ternary clauses	: 111
564.60/562.13	c learnt clauses	: 2400536
564.60/562.13	c ignored clauses	: 0
564.60/562.13	c root simplifications	: 0
564.60/562.13	c removed literals (reason simplification)	: 94516496
564.60/562.13	c reason swapping (by a shorter reason)	: 0
564.60/562.13	c Calls to reduceDB	: 241
564.60/562.13	c number of reductions to clauses (during analyze)	: 0
564.60/562.13	c number of learned constraints concerned by reduction	: 0
564.60/562.13	c number of learning phase by resolution	: 0
564.60/562.13	c number of learning phase by cutting planes	: 0
564.60/562.13	c speed (assignments/second)	: 1.5417221666666667E9
564.60/562.13	c non guided choices	9922
564.60/562.13	c learnt constraints type 
564.60/562.13	c constraints type 
564.60/562.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
564.60/562.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
564.60/562.13	s OPTIMUM FOUND
564.60/562.13	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 
564.60/562.13	c objective function=3
564.60/562.13	c Total wall clock time (in seconds): 561.928

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658430-1276649626/watcher-2658430-1276649626 -o /tmp/evaluation-result-2658430-1276649626/solver-2658430-1276649626 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658430-1276649626.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.07 3/106 12754
/proc/meminfo: memFree=1838616/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1832 CPUtime=0
/proc/12754/stat : 12754 (java6) S 12752 12754 12041 0 -1 4194304 241 0 0 0 0 0 0 0 23 0 1 0 6255347 1875968 144 1992294400 134512640 134550932 4290086880 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12754/statm: 458 144 107 10 0 63 0

[startup+0.0335631 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 12754
/proc/meminfo: memFree=1838616/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1518368 CPUtime=0.01
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 2794 0 1 0 0 1 0 0 18 0 4 0 6255347 1554808832 2237 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 380044 2518 762 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.104188 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 12754
/proc/meminfo: memFree=1838616/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1524184 CPUtime=0.09
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 3973 0 1 0 7 2 0 0 18 0 12 0 6255347 1560764416 3412 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 381046 3412 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300186 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 12754
/proc/meminfo: memFree=1838616/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1526860 CPUtime=0.39
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 5447 0 1 0 36 3 0 0 18 0 12 0 6255347 1563504640 4884 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 381715 4884 1363 10 0 379017 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526860

[startup+0.700183 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 12754
/proc/meminfo: memFree=1838616/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529752 CPUtime=1.14
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 6780 0 1 0 111 3 0 0 18 0 13 0 6255347 1566466048 6134 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382438 6134 1418 10 0 379740 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529752

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.07 5/119 12767
/proc/meminfo: memFree=1816812/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529972 CPUtime=2.45
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 10140 0 1 0 240 5 0 0 18 0 13 0 6255347 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382493 9493 1421 10 0 379795 0
[pid=12754/tid=12756] ppid=12752 vsize=1529972 CPUtime=1.45
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 7497 0 1 0 141 4 0 0 25 0 13 0 6255349 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4109383228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 6255350 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6255350 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6255352 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6255352 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6255352 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529972 CPUtime=0.46
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 636 0 0 0 46 0 0 0 24 0 13 0 6255357 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529972 CPUtime=0.52
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 939 0 0 0 52 0 0 0 18 0 13 0 6255357 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) R 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6255357 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566691328 9493 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1529972

[startup+3.10116 s]
/proc/loadavg: 1.32 1.07 1.09 2/119 12767
/proc/meminfo: memFree=1793500/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529972 CPUtime=4.16
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 14424 0 1 0 409 7 0 0 18 0 13 0 6255347 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382493 13772 1440 10 0 379795 0
[pid=12754/tid=12756] ppid=12752 vsize=1529972 CPUtime=3
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 10731 0 1 0 295 5 0 0 25 0 13 0 6255349 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4109267400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 336 0 0 0 0 0 0 0 18 0 13 0 6255350 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 188 0 0 0 0 0 0 0 18 0 13 0 6255350 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529972 CPUtime=0.02
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 513 0 0 0 2 0 0 0 16 0 13 0 6255352 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529972 CPUtime=0.53
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 651 0 0 0 53 0 0 0 17 0 13 0 6255357 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529972 CPUtime=0.55
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 939 0 0 0 55 0 0 0 15 0 13 0 6255357 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6255357 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529972 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566691328 13772 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1529972

[startup+6.30114 s]
/proc/loadavg: 1.32 1.07 1.09 2/119 12767
/proc/meminfo: memFree=1775024/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529656 CPUtime=7.41
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 18164 0 1 0 733 8 0 0 18 0 13 0 6255347 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382414 17456 1440 10 0 379716 0
[pid=12754/tid=12756] ppid=12752 vsize=1529656 CPUtime=6.11
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 13240 0 1 0 605 6 0 0 25 0 13 0 6255349 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4109274788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529656 CPUtime=0.01
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 637 0 0 0 1 0 0 0 15 0 13 0 6255350 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529656 CPUtime=0.01
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 402 0 0 0 1 0 0 0 18 0 13 0 6255350 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529656 CPUtime=0.08
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 1223 0 0 0 8 0 0 0 16 0 13 0 6255352 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529656 CPUtime=0.56
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 653 0 0 0 56 0 0 0 16 0 13 0 6255357 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529656 CPUtime=0.59
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 943 0 0 0 59 0 0 0 15 0 13 0 6255357 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6255357 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566367744 17456 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1529656

[startup+12.7016 s]
/proc/loadavg: 1.27 1.06 1.09 2/119 12769
/proc/meminfo: memFree=1761632/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529656 CPUtime=13.86
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 21117 0 1 0 1376 10 0 0 18 0 13 0 6255347 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382414 20407 1440 10 0 379716 0
[pid=12754/tid=12756] ppid=12752 vsize=1529656 CPUtime=12.42
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 16096 0 1 0 1234 8 0 0 25 0 13 0 6255349 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4109383398 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529656 CPUtime=0.03
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 639 0 0 0 3 0 0 0 15 0 13 0 6255350 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529656 CPUtime=0.02
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 402 0 0 0 2 0 0 0 18 0 13 0 6255350 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529656 CPUtime=0.14
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 1312 0 0 0 14 0 0 0 15 0 13 0 6255352 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529656 CPUtime=0.6
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 659 0 0 0 60 0 0 0 15 0 13 0 6255357 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529656 CPUtime=0.59
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 943 0 0 0 59 0 0 0 15 0 13 0 6255357 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6255357 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529656 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566367744 20407 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 1529656

[startup+25.502 s]
/proc/loadavg: 1.23 1.06 1.09 2/119 12769
/proc/meminfo: memFree=1748240/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529656 CPUtime=26.73
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 24476 0 1 0 2661 12 0 0 18 0 13 0 6255347 1566367744 23756 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382414 23756 1440 10 0 379716 0
[pid=12754/tid=12756] ppid=12752 vsize=1529656 CPUtime=24.96
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 18445 0 1 0 2487 9 0 0 25 0 13 0 6255349 1566367744 23756 1992294400 134512640 134550932 4289006096 18446744073709551615 4109284310 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529656 CPUtime=0.07
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 791 0 0 0 7 0 0 0 15 0 13 0 6255350 1566367744 23756 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529656 CPUtime=0.05
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 503 0 0 0 5 0 0 0 18 0 13 0 6255350 1566367744 23756 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529656 CPUtime=0.34

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

[pid=12754] ppid=12752 vsize=1529624 CPUtime=559.17
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 48457 0 1 0 55874 43 0 0 18 0 13 0 6255347 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382406 44922 1440 10 0 379708 0
[pid=12754/tid=12756] ppid=12752 vsize=1529624 CPUtime=544.64
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 34039 0 1 0 54437 27 0 0 25 0 13 0 6255349 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4109382590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529624 CPUtime=1.37
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 1946 0 0 0 132 5 0 0 16 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529624 CPUtime=1.35
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1448 0 0 0 131 4 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529624 CPUtime=9.94
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 5853 0 0 0 991 3 0 0 16 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529624 CPUtime=1.19
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 3116 0 0 0 118 1 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529624 CPUtime=0.61
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 957 0 0 0 61 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 559.17
Current children cumulated vsize (KiB) 1529624

[startup+559.91 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 12792
/proc/meminfo: memFree=1662184/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529624 CPUtime=562.39
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 48458 0 1 0 56195 44 0 0 18 0 13 0 6255347 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382406 44922 1440 10 0 379708 0
[pid=12754/tid=12756] ppid=12752 vsize=1529624 CPUtime=547.79
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 34040 0 1 0 54752 27 0 0 25 0 13 0 6255349 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4109237942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529624 CPUtime=1.38
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 1946 0 0 0 133 5 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529624 CPUtime=1.36
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1448 0 0 0 132 4 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529624 CPUtime=10
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 5853 0 0 0 997 3 0 0 15 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529624 CPUtime=1.19
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 3116 0 0 0 118 1 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529624 CPUtime=0.61
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 957 0 0 0 61 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 562.39
Current children cumulated vsize (KiB) 1529624

[startup+561.502 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 12792
/proc/meminfo: memFree=1662184/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529624 CPUtime=563.99
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 48459 0 1 0 56355 44 0 0 18 0 13 0 6255347 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382406 44922 1440 10 0 379708 0
[pid=12754/tid=12756] ppid=12752 vsize=1529624 CPUtime=549.32
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 34041 0 1 0 54905 27 0 0 25 0 13 0 6255349 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4109284849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529624 CPUtime=1.39
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 1946 0 0 0 134 5 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529624 CPUtime=1.37
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1448 0 0 0 133 4 0 0 16 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529624 CPUtime=10.05
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 5853 0 0 0 1002 3 0 0 16 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529624 CPUtime=1.19
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 3116 0 0 0 118 1 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529624 CPUtime=0.61
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 957 0 0 0 61 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 563.99
Current children cumulated vsize (KiB) 1529624

[startup+561.902 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 12792
/proc/meminfo: memFree=1662184/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529624 CPUtime=564.39
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 48461 0 1 0 56395 44 0 0 18 0 13 0 6255347 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382406 44922 1440 10 0 379708 0
[pid=12754/tid=12756] ppid=12752 vsize=1529624 CPUtime=549.72
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 34041 0 1 0 54945 27 0 0 25 0 13 0 6255349 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4109383364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529624 CPUtime=1.39
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 1946 0 0 0 134 5 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529624 CPUtime=1.37
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1448 0 0 0 133 4 0 0 16 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529624 CPUtime=10.05
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 5853 0 0 0 1002 3 0 0 16 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529624 CPUtime=1.19
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 3116 0 0 0 118 1 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529624 CPUtime=0.61
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 957 0 0 0 61 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 564.39
Current children cumulated vsize (KiB) 1529624

[startup+562.11 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 12792
/proc/meminfo: memFree=1662184/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=1529624 CPUtime=564.6
/proc/12754/stat : 12754 (java) S 12752 12754 12041 0 -1 4202496 48461 0 1 0 56416 44 0 0 18 0 13 0 6255347 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 382406 44922 1440 10 0 379708 0
[pid=12754/tid=12756] ppid=12752 vsize=1529624 CPUtime=549.93
/proc/12754/task/12756/stat : 12756 (java) R 12752 12754 12041 0 -1 4202560 34041 0 1 0 54966 27 0 0 25 0 13 0 6255349 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4109026991 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12754/tid=12757] ppid=12752 vsize=1529624 CPUtime=1.39
/proc/12754/task/12757/stat : 12757 (java) S 12752 12754 12041 0 -1 4202560 1946 0 0 0 134 5 0 0 15 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12758] ppid=12752 vsize=1529624 CPUtime=1.37
/proc/12754/task/12758/stat : 12758 (java) S 12752 12754 12041 0 -1 4202560 1448 0 0 0 133 4 0 0 16 0 13 0 6255350 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12759] ppid=12752 vsize=1529624 CPUtime=10.05
/proc/12754/task/12759/stat : 12759 (java) S 12752 12754 12041 0 -1 4202560 5853 0 0 0 1002 3 0 0 16 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 0 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12760] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12760/stat : 12760 (java) S 12752 12754 12041 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12761] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12761/stat : 12761 (java) S 12752 12754 12041 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6255352 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12762] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12762/stat : 12762 (java) S 12752 12754 12041 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12763] ppid=12752 vsize=1529624 CPUtime=1.19
/proc/12754/task/12763/stat : 12763 (java) S 12752 12754 12041 0 -1 4202560 3116 0 0 0 118 1 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12764] ppid=12752 vsize=1529624 CPUtime=0.61
/proc/12754/task/12764/stat : 12764 (java) S 12752 12754 12041 0 -1 4202560 957 0 0 0 61 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12765] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12765/stat : 12765 (java) S 12752 12754 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 0 0 0 0
[pid=12754/tid=12766] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12766/stat : 12766 (java) S 12752 12754 12041 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 13 0 6255357 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
[pid=12754/tid=12767] ppid=12752 vsize=1529624 CPUtime=0
/proc/12754/task/12767/stat : 12767 (java) S 12752 12754 12041 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6255391 1566334976 44922 1992294400 134512640 134550932 4289006096 18446744073709551615 4294960144 0 4 0 16800975 18446604437837178048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 564.6
Current children cumulated vsize (KiB) 1529624

[startup+562.202 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 12792
/proc/meminfo: memFree=1662184/2059040 swapFree=4163396/4192956
[pid=12754] ppid=12752 vsize=0 CPUtime=564.65
/proc/12754/stat : 12754 (java) R 12752 12754 12041 0 -1 4203524 48474 0 1 0 56419 46 0 0 18 0 1 0 6255347 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12754/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.65
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 562.203
CPU time (s): 564.652
CPU user time (s): 564.19
CPU system time (s): 0.461929
CPU usage (%): 100.436
Max. virtual memory (cumulated for all children) (KiB): 1537156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 564.19
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48474
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= 14296
involuntary context switches= 8949

runsolver used 1.14882 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 02:53:46
IDJOB=2658430
IDBENCH=48044
IDSOLVER=1164
FILE ID=node038/2658430-1276649626
PBS_JOBID= 11172447
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658430-1276649626/watcher-2658430-1276649626 -o /tmp/evaluation-result-2658430-1276649626/solver-2658430-1276649626 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658430-1276649626.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1732350946

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1839012 kB
Buffers:         26436 kB
Cached:          98048 kB
SwapCached:       1504 kB
Active:          84416 kB
Inactive:        71472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1839012 kB
SwapTotal:     4192956 kB
SwapFree:      4163396 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       29884 kB
Mapped:          14084 kB
Slab:            42128 kB
PageTables:       3900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179960 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= 62476 MiB
End job on node038 at 2010-06-16 03:03:08