Trace number 2663117

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-31SAT (TO)10 1800.33 950.228

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUMf9ec307a3c8f55679d3b9ab693efbd4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.431933
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2663117-1276481926.opb
0.24/0.21	c reading problem ... 
0.73/0.52	c ... done. Wall clock time 0.305s.
0.73/0.52	c #vars     934
0.73/0.52	c #constraints  1063
0.73/0.52	c constraints type 
0.73/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.73/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
0.73/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 873
0.73/0.52	c constraints type 
0.73/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.73/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.73/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.92/0.61	c And the winner is Resolution
1.01/1.57	c SATISFIABLE
1.01/1.57	c OPTIMIZING...
1.01/1.57	c Got one! Elapsed wall clock time (in seconds):1.354
1.01/1.57	o 17
4.46/3.33	c And the winner is CuttingPlanes
4.55/3.64	c Got one! Elapsed wall clock time (in seconds):3.429
4.55/3.64	o 16
4.65/3.74	c And the winner is CuttingPlanes
4.76/4.66	c Got one! Elapsed wall clock time (in seconds):4.443
4.76/4.66	o 15
5.43/5.02	c And the winner is CuttingPlanes
5.49/5.70	c Got one! Elapsed wall clock time (in seconds):5.491
5.49/5.70	o 14
5.49/5.75	c And the winner is CuttingPlanes
5.58/6.72	c Got one! Elapsed wall clock time (in seconds):6.503
5.58/6.72	o 10
7.54/7.74	c cleaning 2495 clauses out of 5000 with flag 5000/5000
10.06/9.01	c cleaning 4249 clauses out of 8505 with flag 11000/11000
12.80/10.47	c cleaning 5624 clauses out of 11257 with flag 18001/18001
16.12/12.14	c cleaning 6807 clauses out of 13632 with flag 26000/26000
20.00/14.14	c cleaning 7913 clauses out of 15826 with flag 35001/35001
23.92/16.11	c cleaning 8948 clauses out of 17912 with flag 45000/45000
27.62/18.07	c cleaning 9470 clauses out of 18964 with flag 55000/55000
31.91/20.22	c cleaning 9736 clauses out of 19495 with flag 65001/65001
36.18/22.41	c cleaning 9873 clauses out of 19758 with flag 75000/75000
40.07/24.45	c cleaning 9932 clauses out of 19885 with flag 85000/85000
44.17/26.55	c cleaning 9971 clauses out of 19953 with flag 95000/95000
48.46/28.75	c cleaning 9986 clauses out of 19983 with flag 105001/105001
52.72/30.97	c cleaning 9991 clauses out of 19996 with flag 115000/115000
56.82/33.07	c cleaning 9997 clauses out of 20006 with flag 125001/125001
60.90/35.18	c cleaning 9991 clauses out of 20009 with flag 135001/135001
65.19/37.33	c cleaning 9994 clauses out of 20017 with flag 145000/145000
69.43/39.60	c cleaning 10006 clauses out of 20023 with flag 155000/155000
74.09/41.91	c cleaning 9998 clauses out of 20018 with flag 165001/165001
78.37/44.12	c cleaning 10005 clauses out of 20020 with flag 175001/175001
82.26/46.19	c cleaning 9997 clauses out of 20015 with flag 185001/185001
86.70/48.45	c cleaning 10002 clauses out of 20018 with flag 195001/195001
90.97/50.65	c cleaning 10006 clauses out of 20016 with flag 205001/205001
95.03/52.75	c cleaning 9993 clauses out of 20010 with flag 215001/215001
99.30/54.93	c cleaning 9998 clauses out of 20016 with flag 225000/225000
103.33/57.07	c cleaning 9992 clauses out of 20020 with flag 235002/235002
108.01/59.49	c cleaning 10004 clauses out of 20028 with flag 245002/245002
112.45/61.79	c cleaning 9996 clauses out of 20022 with flag 255000/255000
116.73/63.92	c cleaning 10011 clauses out of 20026 with flag 265000/265000
121.14/66.25	c cleaning 10004 clauses out of 20017 with flag 275002/275002
125.81/68.66	c cleaning 9999 clauses out of 20011 with flag 285000/285000
130.27/70.94	c cleaning 9996 clauses out of 20013 with flag 295001/295001
134.52/73.11	c cleaning 9995 clauses out of 20016 with flag 305000/305000
139.14/75.56	c cleaning 9998 clauses out of 20022 with flag 315001/315001
143.39/77.78	c cleaning 9998 clauses out of 20023 with flag 325000/325000
148.45/80.37	c cleaning 10005 clauses out of 20026 with flag 335001/335001
153.88/83.10	c cleaning 10004 clauses out of 20020 with flag 345000/345000
158.91/85.74	c cleaning 10003 clauses out of 20017 with flag 355001/355001
163.54/88.12	c cleaning 9997 clauses out of 20014 with flag 365001/365001
168.38/90.69	c cleaning 9994 clauses out of 20016 with flag 375000/375000
173.42/93.25	c cleaning 10001 clauses out of 20023 with flag 385001/385001
178.24/95.75	c cleaning 10004 clauses out of 20024 with flag 395003/395003
182.87/98.10	c cleaning 10002 clauses out of 20018 with flag 405001/405001
187.51/100.52	c cleaning 10000 clauses out of 20016 with flag 415001/415001
192.16/102.99	c cleaning 10002 clauses out of 20016 with flag 425001/425001
196.75/105.35	c cleaning 9997 clauses out of 20014 with flag 435001/435001
201.38/107.73	c cleaning 10000 clauses out of 20019 with flag 445003/445003
205.82/110.09	c cleaning 10003 clauses out of 20017 with flag 455001/455001
210.84/112.63	c cleaning 9994 clauses out of 20014 with flag 465001/465001
215.83/115.29	c cleaning 10000 clauses out of 20019 with flag 475000/475000
220.86/117.89	c cleaning 9997 clauses out of 20020 with flag 485001/485001
226.48/120.74	c cleaning 9997 clauses out of 20023 with flag 495001/495001
232.10/123.60	c cleaning 9999 clauses out of 20026 with flag 505001/505001
237.28/126.40	c cleaning 9997 clauses out of 20026 with flag 515000/515000
242.10/128.83	c cleaning 10005 clauses out of 20030 with flag 525001/525001
247.32/131.54	c cleaning 10005 clauses out of 20024 with flag 535000/535000
251.95/133.93	c cleaning 9999 clauses out of 20019 with flag 545000/545000
256.73/136.47	c cleaning 9992 clauses out of 20020 with flag 555000/555000
261.74/139.08	c cleaning 10007 clauses out of 20029 with flag 565001/565001
266.36/141.44	c cleaning 10000 clauses out of 20022 with flag 575001/575001
270.78/143.71	c cleaning 10000 clauses out of 20021 with flag 585000/585000
274.97/145.92	c cleaning 10004 clauses out of 20022 with flag 595001/595001
279.39/148.21	c cleaning 9999 clauses out of 20018 with flag 605001/605001
283.81/150.55	c cleaning 10004 clauses out of 20021 with flag 615003/615003
288.25/152.83	c cleaning 10003 clauses out of 20014 with flag 625000/625000
292.80/155.22	c cleaning 9988 clauses out of 20011 with flag 635000/635000
297.04/157.49	c cleaning 10002 clauses out of 20023 with flag 645000/645000
301.84/159.96	c cleaning 10003 clauses out of 20021 with flag 655000/655000
306.66/162.40	c cleaning 9997 clauses out of 20019 with flag 665001/665001
311.63/165.04	c cleaning 10000 clauses out of 20021 with flag 675000/675000
316.04/167.30	c cleaning 9996 clauses out of 20021 with flag 685000/685000
320.25/169.52	c cleaning 10003 clauses out of 20026 with flag 695001/695001
324.86/171.92	c cleaning 10004 clauses out of 20022 with flag 705000/705000
329.24/174.23	c cleaning 10005 clauses out of 20018 with flag 715000/715000
333.25/176.34	c cleaning 9993 clauses out of 20014 with flag 725001/725001
337.47/178.55	c cleaning 10000 clauses out of 20020 with flag 735000/735000
341.68/180.75	c cleaning 9997 clauses out of 20021 with flag 745001/745001
345.86/182.99	c cleaning 10002 clauses out of 20025 with flag 755002/755002
350.27/185.20	c cleaning 9999 clauses out of 20021 with flag 765000/765000
354.29/187.37	c cleaning 9995 clauses out of 20022 with flag 775000/775000
358.30/189.43	c cleaning 10007 clauses out of 20028 with flag 785001/785001
362.67/191.78	c cleaning 10000 clauses out of 20020 with flag 795000/795000
367.30/194.15	c cleaning 9994 clauses out of 20020 with flag 805000/805000
371.48/196.38	c cleaning 10009 clauses out of 20028 with flag 815002/815002
375.90/198.63	c cleaning 9998 clauses out of 20017 with flag 825000/825000
380.25/200.96	c cleaning 10000 clauses out of 20021 with flag 835002/835002
384.66/203.28	c cleaning 10004 clauses out of 20021 with flag 845002/845002
389.85/205.90	c cleaning 9998 clauses out of 20015 with flag 855000/855000
394.46/208.39	c cleaning 9997 clauses out of 20019 with flag 865002/865002
399.59/211.02	c cleaning 9994 clauses out of 20020 with flag 875000/875000
404.40/213.54	c cleaning 10011 clauses out of 20027 with flag 885001/885001
409.00/215.90	c cleaning 9995 clauses out of 20015 with flag 895000/895000
413.40/218.24	c cleaning 10004 clauses out of 20023 with flag 905003/905003
418.36/220.82	c cleaning 9997 clauses out of 20016 with flag 915000/915000
422.75/223.16	c cleaning 10003 clauses out of 20019 with flag 925000/925000
427.54/225.63	c cleaning 9996 clauses out of 20016 with flag 935000/935000
431.93/227.90	c cleaning 10002 clauses out of 20021 with flag 945001/945001
436.67/230.45	c cleaning 9996 clauses out of 20018 with flag 955000/955000
441.46/232.98	c cleaning 10004 clauses out of 20022 with flag 965000/965000
445.86/235.30	c cleaning 9999 clauses out of 20018 with flag 975000/975000
450.64/237.71	c cleaning 10004 clauses out of 20022 with flag 985003/985003
454.77/239.97	c cleaning 9996 clauses out of 20015 with flag 995000/995000
458.97/242.14	c cleaning 9998 clauses out of 20020 with flag 1005001/1005001
463.16/244.34	c cleaning 10002 clauses out of 20022 with flag 1015001/1015001
467.96/246.81	c cleaning 10001 clauses out of 20019 with flag 1025000/1025000
472.70/249.30	c cleaning 9994 clauses out of 20019 with flag 1035001/1035001
477.70/251.96	c cleaning 9998 clauses out of 20026 with flag 1045002/1045002
482.87/254.64	c cleaning 10000 clauses out of 20026 with flag 1055000/1055000
488.07/257.33	c cleaning 9996 clauses out of 20026 with flag 1065000/1065000
493.19/260.08	c cleaning 10000 clauses out of 20030 with flag 1075000/1075000
497.58/262.31	c cleaning 10000 clauses out of 20030 with flag 1085000/1085000
502.57/264.97	c cleaning 10006 clauses out of 20030 with flag 1095000/1095000
507.56/267.56	c cleaning 10002 clauses out of 20025 with flag 1105001/1105001
512.48/270.11	c cleaning 10003 clauses out of 20022 with flag 1115000/1115000
517.26/272.62	c cleaning 9997 clauses out of 20021 with flag 1125002/1125002
522.64/275.48	c cleaning 10004 clauses out of 20024 with flag 1135002/1135002
527.82/278.17	c cleaning 10001 clauses out of 20018 with flag 1145000/1145000
533.33/281.05	c cleaning 9998 clauses out of 20018 with flag 1155001/1155001
538.11/283.56	c cleaning 9995 clauses out of 20019 with flag 1165000/1165000
543.29/286.26	c cleaning 10004 clauses out of 20025 with flag 1175001/1175001
548.47/288.96	c cleaning 10002 clauses out of 20020 with flag 1185000/1185000
555.38/292.53	c cleaning 10005 clauses out of 20018 with flag 1195000/1195000
560.35/295.15	c cleaning 9988 clauses out of 20013 with flag 1205000/1205000
565.71/297.99	c cleaning 10007 clauses out of 20025 with flag 1215000/1215000
570.71/300.58	c cleaning 9995 clauses out of 20019 with flag 1225001/1225001
575.60/303.14	c cleaning 10007 clauses out of 20023 with flag 1235000/1235000
580.77/305.88	c cleaning 9995 clauses out of 20016 with flag 1245000/1245000
586.14/308.64	c cleaning 9998 clauses out of 20021 with flag 1255000/1255000
592.30/311.89	c cleaning 9997 clauses out of 20023 with flag 1265000/1265000
598.80/315.27	c cleaning 10000 clauses out of 20027 with flag 1275001/1275001
604.95/318.45	c cleaning 10003 clauses out of 20027 with flag 1285001/1285001
609.92/321.08	c cleaning 9991 clauses out of 20024 with flag 1295001/1295001
615.49/323.92	c cleaning 10002 clauses out of 20032 with flag 1305000/1305000
620.82/326.76	c cleaning 10005 clauses out of 20030 with flag 1315000/1315000
626.98/329.99	c cleaning 10000 clauses out of 20025 with flag 1325000/1325000
631.16/332.20	c cleaning 10005 clauses out of 20025 with flag 1335000/1335000
635.91/334.62	c cleaning 9999 clauses out of 20020 with flag 1345000/1345000
640.82/337.24	c cleaning 10001 clauses out of 20022 with flag 1355001/1355001
645.80/339.85	c cleaning 10002 clauses out of 20020 with flag 1365000/1365000
650.35/342.30	c cleaning 10002 clauses out of 20021 with flag 1375003/1375003
655.51/344.90	c cleaning 10002 clauses out of 20016 with flag 1385000/1385000
661.20/347.94	c cleaning 9991 clauses out of 20015 with flag 1395001/1395001
665.97/350.43	c cleaning 9998 clauses out of 20023 with flag 1405000/1405000
670.55/352.88	c cleaning 10003 clauses out of 20025 with flag 1415000/1415000
675.72/355.59	c cleaning 10006 clauses out of 20022 with flag 1425000/1425000
680.83/358.29	c cleaning 10005 clauses out of 20017 with flag 1435001/1435001
685.79/360.82	c cleaning 9995 clauses out of 20012 with flag 1445001/1445001
690.35/363.29	c cleaning 10000 clauses out of 20018 with flag 1455002/1455002
694.92/365.61	c cleaning 9994 clauses out of 20016 with flag 1465000/1465000
699.43/368.00	c cleaning 9998 clauses out of 20023 with flag 1475001/1475001
704.00/370.44	c cleaning 9998 clauses out of 20025 with flag 1485001/1485001
708.60/372.90	c cleaning 10004 clauses out of 20026 with flag 1495000/1495000
713.16/375.22	c cleaning 10005 clauses out of 20022 with flag 1505000/1505000
717.47/377.54	c cleaning 9997 clauses out of 20017 with flag 1515000/1515000
721.85/379.81	c cleaning 9998 clauses out of 20020 with flag 1525000/1525000
726.62/382.33	c cleaning 9996 clauses out of 20023 with flag 1535001/1535001
731.20/384.79	c cleaning 10000 clauses out of 20026 with flag 1545000/1545000
736.11/387.32	c cleaning 10000 clauses out of 20027 with flag 1555001/1555001
741.07/389.90	c cleaning 9997 clauses out of 20026 with flag 1565000/1565000
745.84/392.42	c cleaning 10007 clauses out of 20029 with flag 1575000/1575000
750.63/394.95	c cleaning 10001 clauses out of 20023 with flag 1585001/1585001
755.52/397.55	c cleaning 9997 clauses out of 20021 with flag 1595000/1595000
760.08/399.98	c cleaning 10004 clauses out of 20024 with flag 1605000/1605000
765.06/402.53	c cleaning 10002 clauses out of 20020 with flag 1615000/1615000
769.63/404.90	c cleaning 9999 clauses out of 20018 with flag 1625000/1625000
773.92/407.22	c cleaning 10003 clauses out of 20020 with flag 1635001/1635001
778.49/409.62	c cleaning 9997 clauses out of 20016 with flag 1645000/1645000
783.66/412.32	c cleaning 10002 clauses out of 20019 with flag 1655000/1655000
788.42/414.87	c cleaning 9997 clauses out of 20018 with flag 1665001/1665001
793.33/417.48	c cleaning 10001 clauses out of 20020 with flag 1675000/1675000
798.70/420.24	c cleaning 9997 clauses out of 20019 with flag 1685000/1685000
803.65/422.87	c cleaning 10001 clauses out of 20022 with flag 1695000/1695000
808.61/425.47	c cleaning 9999 clauses out of 20021 with flag 1705000/1705000
813.51/428.08	c cleaning 10001 clauses out of 20023 with flag 1715001/1715001
818.68/430.76	c cleaning 10001 clauses out of 20022 with flag 1725001/1725001
823.64/433.38	c cleaning 9993 clauses out of 20022 with flag 1735002/1735002
829.20/436.21	c cleaning 10000 clauses out of 20027 with flag 1745000/1745000
834.49/439.00	c cleaning 9998 clauses out of 20027 with flag 1755000/1755000
839.67/441.73	c cleaning 10000 clauses out of 20029 with flag 1765000/1765000
844.42/444.27	c cleaning 10003 clauses out of 20030 with flag 1775001/1775001
849.38/446.86	c cleaning 10001 clauses out of 20026 with flag 1785000/1785000
854.28/449.40	c cleaning 10000 clauses out of 20025 with flag 1795000/1795000
859.03/451.96	c cleaning 10003 clauses out of 20025 with flag 1805000/1805000
864.38/454.74	c cleaning 9997 clauses out of 20022 with flag 1815000/1815000
869.34/457.31	c cleaning 10001 clauses out of 20025 with flag 1825000/1825000
873.63/459.67	c cleaning 9992 clauses out of 20024 with flag 1835000/1835000
878.01/461.97	c cleaning 10007 clauses out of 20032 with flag 1845000/1845000
882.55/464.33	c cleaning 9996 clauses out of 20025 with flag 1855000/1855000
886.91/466.64	c cleaning 10001 clauses out of 20029 with flag 1865000/1865000
891.60/469.17	c cleaning 10002 clauses out of 20029 with flag 1875001/1875001
896.16/471.59	c cleaning 10001 clauses out of 20028 with flag 1885002/1885002
900.73/473.92	c cleaning 10003 clauses out of 20025 with flag 1895000/1895000
905.48/476.40	c cleaning 10002 clauses out of 20024 with flag 1905002/1905002
910.17/478.92	c cleaning 9997 clauses out of 20020 with flag 1915000/1915000
914.94/481.44	c cleaning 10004 clauses out of 20023 with flag 1925000/1925000
919.70/483.94	c cleaning 9991 clauses out of 20019 with flag 1935000/1935000
924.24/486.33	c cleaning 9995 clauses out of 20028 with flag 1945000/1945000
928.73/488.80	c cleaning 10007 clauses out of 20033 with flag 1955000/1955000
933.29/491.20	c cleaning 10001 clauses out of 20026 with flag 1965000/1965000
937.64/493.45	c cleaning 10003 clauses out of 20026 with flag 1975001/1975001
942.19/495.85	c cleaning 10000 clauses out of 20023 with flag 1985001/1985001
946.89/498.36	c cleaning 10004 clauses out of 20023 with flag 1995001/1995001
951.62/500.86	c cleaning 9996 clauses out of 20018 with flag 2005000/2005000
956.37/503.32	c cleaning 10006 clauses out of 20023 with flag 2015001/2015001
961.72/506.11	c cleaning 10002 clauses out of 20016 with flag 2025000/2025000
966.60/508.71	c cleaning 9996 clauses out of 20015 with flag 2035001/2035001
971.96/511.51	c cleaning 10000 clauses out of 20019 with flag 2045001/2045001
976.49/513.95	c cleaning 9997 clauses out of 20018 with flag 2055000/2055000
981.65/516.69	c cleaning 10001 clauses out of 20022 with flag 2065001/2065001
986.13/519.09	c cleaning 9994 clauses out of 20020 with flag 2075000/2075000
990.50/521.38	c cleaning 10001 clauses out of 20026 with flag 2085000/2085000
995.23/523.84	c cleaning 10000 clauses out of 20025 with flag 2095000/2095000
999.99/526.38	c cleaning 10002 clauses out of 20025 with flag 2105000/2105000
1004.68/528.89	c cleaning 10000 clauses out of 20023 with flag 2115000/2115000
1009.25/531.22	c cleaning 9998 clauses out of 20023 with flag 2125000/2125000
1014.18/533.81	c cleaning 10001 clauses out of 20026 with flag 2135001/2135001
1018.54/536.16	c cleaning 9997 clauses out of 20024 with flag 2145000/2145000
1023.62/538.83	c cleaning 9993 clauses out of 20027 with flag 2155000/2155000
1028.57/541.46	c cleaning 10015 clauses out of 20036 with flag 2165002/2165002
1033.52/544.08	c cleaning 9995 clauses out of 20019 with flag 2175000/2175000
1038.48/546.67	c cleaning 10002 clauses out of 20024 with flag 2185000/2185000
1043.35/549.25	c cleaning 10004 clauses out of 20022 with flag 2195000/2195000
1048.30/551.88	c cleaning 9996 clauses out of 20018 with flag 2205000/2205000
1053.27/554.43	c cleaning 9997 clauses out of 20022 with flag 2215000/2215000
1058.40/557.16	c cleaning 9997 clauses out of 20025 with flag 2225000/2225000
1063.49/559.81	c cleaning 10005 clauses out of 20030 with flag 2235002/2235002
1068.42/562.49	c cleaning 9995 clauses out of 20023 with flag 2245000/2245000
1073.57/565.13	c cleaning 10009 clauses out of 20028 with flag 2255000/2255000
1078.72/567.85	c cleaning 9997 clauses out of 20021 with flag 2265002/2265002
1084.00/570.61	c cleaning 9994 clauses out of 20023 with flag 2275001/2275001
1088.76/573.14	c cleaning 10000 clauses out of 20028 with flag 2285000/2285000
1093.09/575.49	c cleaning 10005 clauses out of 20028 with flag 2295000/2295000
1097.84/577.97	c cleaning 10004 clauses out of 20025 with flag 2305002/2305002
1102.52/580.43	c cleaning 9997 clauses out of 20020 with flag 2315001/2315001
1107.27/582.96	c cleaning 9996 clauses out of 20023 with flag 2325001/2325001
1111.63/585.24	c cleaning 9999 clauses out of 20027 with flag 2335001/2335001
1116.17/587.64	c cleaning 9997 clauses out of 20027 with flag 2345000/2345000
1120.44/589.98	c cleaning 10002 clauses out of 20030 with flag 2355000/2355000
1124.99/592.34	c cleaning 10003 clauses out of 20028 with flag 2365000/2365000
1129.34/594.69	c cleaning 10002 clauses out of 20025 with flag 2375000/2375000
1133.69/596.95	c cleaning 9994 clauses out of 20023 with flag 2385000/2385000
1138.59/599.51	c cleaning 9999 clauses out of 20029 with flag 2395000/2395000
1142.74/601.76	c cleaning 9999 clauses out of 20030 with flag 2405000/2405000
1147.47/604.21	c cleaning 9996 clauses out of 20031 with flag 2415000/2415000
1152.01/606.60	c cleaning 10010 clauses out of 20038 with flag 2425003/2425003
1156.69/609.16	c cleaning 10003 clauses out of 20025 with flag 2435000/2435000
1161.83/611.88	c cleaning 10003 clauses out of 20023 with flag 2445001/2445001
1167.37/614.70	c cleaning 10000 clauses out of 20020 with flag 2455001/2455001
1172.52/617.44	c cleaning 10000 clauses out of 20019 with flag 2465000/2465000
1177.59/620.16	c cleaning 10003 clauses out of 20020 with flag 2475001/2475001
1183.14/623.01	c cleaning 9994 clauses out of 20017 with flag 2485001/2485001
1188.49/625.85	c cleaning 9996 clauses out of 20022 with flag 2495000/2495000
1193.81/628.64	c cleaning 10004 clauses out of 20026 with flag 2505000/2505000
1199.26/631.52	c cleaning 10001 clauses out of 20022 with flag 2515000/2515000
1204.60/634.32	c cleaning 10003 clauses out of 20023 with flag 2525002/2525002
1209.72/637.07	c cleaning 9993 clauses out of 20018 with flag 2535000/2535000
1214.85/639.74	c cleaning 10003 clauses out of 20025 with flag 2545000/2545000
1220.31/642.61	c cleaning 10000 clauses out of 20022 with flag 2555000/2555000
1225.24/645.28	c cleaning 9997 clauses out of 20023 with flag 2565001/2565001
1230.56/648.06	c cleaning 10002 clauses out of 20026 with flag 2575001/2575001
1235.69/650.78	c cleaning 10002 clauses out of 20023 with flag 2585000/2585000
1240.93/653.52	c cleaning 9998 clauses out of 20021 with flag 2595000/2595000
1245.68/656.06	c cleaning 10002 clauses out of 20025 with flag 2605002/2605002
1250.82/658.74	c cleaning 10002 clauses out of 20022 with flag 2615001/2615001
1255.56/661.20	c cleaning 9997 clauses out of 20019 with flag 2625000/2625000
1260.23/663.75	c cleaning 9995 clauses out of 20023 with flag 2635001/2635001
1265.17/666.33	c cleaning 10002 clauses out of 20027 with flag 2645000/2645000
1270.30/669.01	c cleaning 10004 clauses out of 20025 with flag 2655000/2655000
1275.24/671.69	c cleaning 9997 clauses out of 20022 with flag 2665001/2665001
1280.50/674.45	c cleaning 9996 clauses out of 20024 with flag 2675000/2675000
1285.63/677.11	c cleaning 10004 clauses out of 20028 with flag 2685000/2685000
1290.17/679.59	c cleaning 10000 clauses out of 20024 with flag 2695000/2695000
1294.93/682.09	c cleaning 10002 clauses out of 20024 with flag 2705000/2705000
1300.56/685.04	c cleaning 9998 clauses out of 20023 with flag 2715001/2715001
1305.70/687.75	c cleaning 10003 clauses out of 20025 with flag 2725001/2725001
1310.44/690.30	c cleaning 9994 clauses out of 20021 with flag 2735000/2735000
1315.78/693.01	c cleaning 10001 clauses out of 20027 with flag 2745000/2745000
1320.62/695.69	c cleaning 10008 clauses out of 20026 with flag 2755000/2755000
1325.36/698.14	c cleaning 9998 clauses out of 20019 with flag 2765001/2765001
1330.10/700.63	c cleaning 9997 clauses out of 20020 with flag 2775000/2775000
1334.82/703.16	c cleaning 9997 clauses out of 20023 with flag 2785000/2785000
1339.49/705.66	c cleaning 9993 clauses out of 20026 with flag 2795000/2795000
1344.43/708.29	c cleaning 10002 clauses out of 20033 with flag 2805000/2805000
1349.16/710.78	c cleaning 10013 clauses out of 20032 with flag 2815001/2815001
1354.09/713.36	c cleaning 9995 clauses out of 20018 with flag 2825000/2825000
1358.96/715.92	c cleaning 10002 clauses out of 20023 with flag 2835000/2835000
1364.10/718.61	c cleaning 9996 clauses out of 20022 with flag 2845001/2845001
1369.03/721.29	c cleaning 9997 clauses out of 20025 with flag 2855000/2855000
1374.35/724.05	c cleaning 9998 clauses out of 20029 with flag 2865001/2865001
1379.01/726.56	c cleaning 10002 clauses out of 20030 with flag 2875000/2875000
1384.35/729.37	c cleaning 9998 clauses out of 20029 with flag 2885001/2885001
1389.04/731.88	c cleaning 10001 clauses out of 20031 with flag 2895001/2895001
1394.36/734.60	c cleaning 9998 clauses out of 20029 with flag 2905000/2905000
1399.21/737.27	c cleaning 10001 clauses out of 20031 with flag 2915000/2915000
1403.73/739.64	c cleaning 10003 clauses out of 20032 with flag 2925002/2925002
1408.26/742.08	c cleaning 10000 clauses out of 20028 with flag 2935001/2935001
1413.57/744.80	c cleaning 10000 clauses out of 20027 with flag 2945000/2945000
1418.61/747.54	c cleaning 10002 clauses out of 20028 with flag 2955001/2955001
1423.32/750.04	c cleaning 9994 clauses out of 20026 with flag 2965001/2965001
1427.86/752.48	c cleaning 10004 clauses out of 20032 with flag 2975001/2975001
1432.77/755.09	c cleaning 9997 clauses out of 20028 with flag 2985001/2985001
1437.42/757.54	c cleaning 10005 clauses out of 20031 with flag 2995001/2995001
1441.95/759.98	c cleaning 10010 clauses out of 20025 with flag 3005000/3005000
1446.48/762.38	c cleaning 10002 clauses out of 20015 with flag 3015000/3015000
1451.38/764.95	c cleaning 9999 clauses out of 20014 with flag 3025001/3025001
1455.62/767.26	c cleaning 9999 clauses out of 20014 with flag 3035000/3035000
1460.54/769.86	c cleaning 9996 clauses out of 20015 with flag 3045000/3045000
1465.45/772.43	c cleaning 9998 clauses out of 20020 with flag 3055001/3055001
1470.57/775.16	c cleaning 10005 clauses out of 20021 with flag 3065000/3065000
1475.42/777.73	c cleaning 9993 clauses out of 20016 with flag 3075000/3075000
1479.93/780.14	c cleaning 9995 clauses out of 20025 with flag 3085002/3085002
1484.66/782.60	c cleaning 9998 clauses out of 20028 with flag 3095000/3095000
1489.39/785.16	c cleaning 10005 clauses out of 20030 with flag 3105000/3105000
1494.24/787.79	c cleaning 10004 clauses out of 20025 with flag 3115000/3115000
1498.95/790.28	c cleaning 10005 clauses out of 20021 with flag 3125000/3125000
1504.65/793.22	c cleaning 9998 clauses out of 20016 with flag 3135000/3135000
1509.98/796.05	c cleaning 9994 clauses out of 20018 with flag 3145000/3145000
1515.81/799.11	c cleaning 10004 clauses out of 20025 with flag 3155001/3155001
1521.13/801.99	c cleaning 10001 clauses out of 20021 with flag 3165001/3165001
1527.03/805.02	c cleaning 9997 clauses out of 20022 with flag 3175003/3175003
1532.74/808.04	c cleaning 10008 clauses out of 20023 with flag 3185001/3185001
1538.17/810.95	c cleaning 10000 clauses out of 20015 with flag 3195001/3195001
1543.28/813.66	c cleaning 10002 clauses out of 20014 with flag 3205000/3205000
1548.22/816.28	c cleaning 9995 clauses out of 20012 with flag 3215000/3215000
1552.92/818.77	c cleaning 9996 clauses out of 20017 with flag 3225000/3225000
1557.76/821.30	c cleaning 10001 clauses out of 20022 with flag 3235001/3235001
1562.49/823.88	c cleaning 10000 clauses out of 20020 with flag 3245000/3245000
1567.20/826.37	c cleaning 9994 clauses out of 20020 with flag 3255000/3255000
1572.13/828.90	c cleaning 10001 clauses out of 20027 with flag 3265001/3265001
1576.78/831.42	c cleaning 10000 clauses out of 20025 with flag 3275000/3275000
1581.32/833.89	c cleaning 10001 clauses out of 20026 with flag 3285001/3285001
1586.41/836.54	c cleaning 10008 clauses out of 20025 with flag 3295001/3295001
1591.54/839.29	c cleaning 9997 clauses out of 20016 with flag 3305000/3305000
1596.57/841.93	c cleaning 10000 clauses out of 20020 with flag 3315001/3315001
1601.28/844.49	c cleaning 9995 clauses out of 20020 with flag 3325001/3325001
1606.38/847.12	c cleaning 9998 clauses out of 20028 with flag 3335004/3335004
1611.29/849.79	c cleaning 10001 clauses out of 20026 with flag 3345000/3345000
1616.72/852.60	c cleaning 10000 clauses out of 20026 with flag 3355001/3355001
1621.83/855.36	c cleaning 10004 clauses out of 20025 with flag 3365000/3365000
1627.73/858.41	c cleaning 9998 clauses out of 20023 with flag 3375002/3375002
1632.44/861.00	c cleaning 9997 clauses out of 20023 with flag 3385000/3385000
1637.49/863.67	c cleaning 9998 clauses out of 20026 with flag 3395000/3395000
1642.40/866.26	c cleaning 9996 clauses out of 20028 with flag 3405000/3405000
1647.53/868.92	c cleaning 10009 clauses out of 20032 with flag 3415000/3415000
1652.63/871.60	c cleaning 9997 clauses out of 20023 with flag 3425000/3425000
1657.46/874.24	c cleaning 10003 clauses out of 20026 with flag 3435000/3435000
1662.77/877.06	c cleaning 10002 clauses out of 20023 with flag 3445000/3445000
1668.08/879.84	c cleaning 10003 clauses out of 20023 with flag 3455002/3455002
1673.00/882.41	c cleaning 10002 clauses out of 20019 with flag 3465001/3465001
1678.02/885.20	c cleaning 9996 clauses out of 20016 with flag 3475000/3475000
1683.33/887.95	c cleaning 9998 clauses out of 20022 with flag 3485002/3485002
1688.64/890.72	c cleaning 9996 clauses out of 20022 with flag 3495000/3495000
1693.75/893.50	c cleaning 10004 clauses out of 20027 with flag 3505001/3505001
1698.97/896.23	c cleaning 9997 clauses out of 20024 with flag 3515002/3515002
1704.08/898.93	c cleaning 9998 clauses out of 20025 with flag 3525000/3525000
1708.97/901.50	c cleaning 10009 clauses out of 20029 with flag 3535002/3535002
1713.67/904.07	c cleaning 9995 clauses out of 20018 with flag 3545000/3545000
1718.70/906.77	c cleaning 9999 clauses out of 20023 with flag 3555000/3555000
1723.80/909.45	c cleaning 9999 clauses out of 20024 with flag 3565000/3565000
1728.69/912.09	c cleaning 9998 clauses out of 20025 with flag 3575000/3575000
1733.79/914.71	c cleaning 10005 clauses out of 20027 with flag 3585000/3585000
1738.83/917.42	c cleaning 10003 clauses out of 20023 with flag 3595001/3595001
1743.32/919.89	c cleaning 9995 clauses out of 20020 with flag 3605001/3605001
1748.42/922.58	c cleaning 10007 clauses out of 20024 with flag 3615000/3615000
1753.52/925.29	c cleaning 10000 clauses out of 20017 with flag 3625000/3625000
1758.34/927.87	c cleaning 10001 clauses out of 20020 with flag 3635003/3635003
1763.25/930.49	c cleaning 9997 clauses out of 20017 with flag 3645001/3645001
1768.14/933.04	c cleaning 10004 clauses out of 20019 with flag 3655000/3655000
1773.23/935.77	c cleaning 10000 clauses out of 20016 with flag 3665001/3665001
1778.64/938.63	c cleaning 10000 clauses out of 20015 with flag 3675000/3675000
1783.54/941.25	c cleaning 10000 clauses out of 20017 with flag 3685002/3685002
1788.47/943.88	c cleaning 9999 clauses out of 20015 with flag 3695000/3695000
1793.16/946.35	c cleaning 9992 clauses out of 20017 with flag 3705001/3705001
1798.37/949.14	c cleaning 10000 clauses out of 20024 with flag 3715000/3715000
1800.12/950.12	c starts		: 5
1800.12/950.12	c conflicts		: 1695
1800.12/950.12	c decisions		: 306831
1800.12/950.12	c propagations		: 950088
1800.12/950.12	c inspects		: 270823658
1800.12/950.12	c learnt literals	: 0
1800.12/950.12	c learnt binary clauses	: 0
1800.12/950.12	c learnt ternary clauses	: 0
1800.12/950.12	c learnt clauses	: 1694
1800.12/950.12	c ignored clauses	: 0
1800.12/950.12	c root simplifications	: 0
1800.12/950.12	c removed literals (reason simplification)	: 0
1800.12/950.12	c reason swapping (by a shorter reason)	: 0
1800.12/950.12	c Calls to reduceDB	: 0
1800.12/950.12	c number of reductions to clauses (during analyze)	: 0
1800.12/950.12	c number of learned constraints concerned by reduction	: 0
1800.12/950.12	c number of learning phase by resolution	: 0
1800.12/950.12	c number of learning phase by cutting planes	: 0
1800.12/950.12	c speed (assignments/second)	: 1007.0956567457499
1800.12/950.12	c non guided choices	0
1800.12/950.12	c learnt constraints type 
1800.12/950.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1694
1800.12/950.12	c constraints type 
1800.12/950.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
1800.12/950.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1800.12/950.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 873
1800.12/950.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.12/950.12	c constraints type 
1800.12/950.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
1800.12/950.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
1800.12/950.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
1800.12/950.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.12/950.12	s SATISFIABLE
1800.12/950.15	v x1 -x2 -x3 x4 x5 x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 x15 x16 -x17 -x18 x19 x20 x21 x22 x23 x24 x25 x26 -x27 -x28 x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 x44 x45 x46 -x47 -x48 x49 x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 x58 x59 x60 x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 x69 x70 -x71 -x72 -x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 x94 -x95 -x96 x97 x98 -x99 -x100 x101 x102 x103 x104 x105 x106 x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 x115 x116 x117 x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 x136 -x137 -x138 x139 x140 -x141 -x142 x143 x144 -x145 -x146 x147 x148 x149 -x150 -x151 x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 x169 x170 x171 x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 x188 x189 x190 x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 x215 x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 x225 -x226 -x227 x228 x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 x237 x238 -x239 x240 x241 -x242 -x243 x244 x245 x246 -x247 -x248 -x249 x250 -x251 -x252 x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 x270 x271 -x272 -x273 -x274 x275 -x276 -x277 x278 x279 -x280 -x281 x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 x299 x300 -x301 -x302 x303 x304 -x305 -x306 x307 x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 x320 x321 -x322 -x323 -x324 x325 -x326 -x327 x328 x329 -x330 -x331 x332 x333 -x334 -x335 x336 x337 -x338 -x339 -x340 x341 -x342 -x343 x344 x345 x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 x366 x367 x368 x369 x370 -x371 -x372 -x373 x374 -x375 -x376 x377 x378 -x379 -x380 -x381 x382 x383 -x384 -x385 -x386 x387 -x388 -x389 x390 x391 -x392 -x393 x394 x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 x404 x405 x406 x407 -x408 -x409 x410 x411 -x412 -x413 x414 x415 x416 x417 x418 x419 x420 -x421 x422 x423 x424 x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 x438 x439 x440 -x441 -x442 x443 x444 x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 x453 x454 -x455 x456 x457 x458 x459 x460 -x461 -x462 x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 x495 -x496 -x497 -x498 x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 x511 x512 -x513 -x514 -x515 x516 x517 x518 x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 x528 -x529 -x530 x531 x532 x533 -x534 x535 x536 -x537 -x538 x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 x559 x560 x561 -x562 x563 x564 -x565 -x566 x567 x568 x569 x570 x571 x572 -x573 -x574 x575 x576 -x577 -x578 -x579 -x580 -x581 x582 x583 -x584 -x585 x586 x587 -x588 -x589 -x590 x591 x592 -x593 -x594 x595 x596 x597 x598 x599 x600 -x601 -x602 -x603 x604 -x605 -x606 x607 x608 -x609 -x610 x611 x612 -x613 -x614 x615 x616 x617 x618 x619 x620 -x621 -x622 x623 x624 -x625 -x626 x627 x628 -x629 -x630 x631 x632 -x633 -x634 x635 x636 x637 -x638 -x639 x640 x641 -x642 -x643 x644 x645 -x646 -x647 x648 x649 -x650 -x651 x652 x653 -x654 -x655 x656 x657 x658 x659 x660 x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 -x674 -x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 -x689 x690 -x691 -x692 x693 x694 -x695 -x696 x697 x698 x699 -x700 -x701 -x702 x703 x704 -x705 -x706 x707 x708 -x709 -x710 x711 x712 x713 -x714 x715 x716 -x717 -x718 x719 x720 -x721 -x722 x723 x724 -x725 -x726 x727 x728 x729 -x730 x731 x732 x733 x734 x735 x736 x737 x738 -x739 -x740 x741 x742 x743 -x744 x745 x746 x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 x755 -x756 -x757 x758 x759 x760 x761 x762 -x763 -x764 x765 x766 x767 x768 -x769 -x770 -x771 -x772 x773 x774 -x775 -x776 -x777 x778 -x779 -x780 x781 x782 x783 x784 x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 x801 -x802 -x803 x804 x805 x806 -x807 -x808 -x809 x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 x822 -x823 -x824 -x825 x826 -x827 -x828 x829 x830 x831 -x832 -x833 -x834 x835 -x836 -x837 -x838 x839 -x840 -x841 x842 x843 x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 -x854 x855 -x856 -x857 -x858 x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 x867 x868 -x869 x870 x871 -x872 -x873 x874 x875 x876 -x877 -x878 -x879 x880 -x881 -x882 -x883 x884 x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 x903 x904 -x905 x906 x907 -x908 -x909 x910 x911 x912 -x913 -x914 x915 x916 -x917 -x918 -x919 x920 -x921 -x922 x923 x924 -x925 -x926 -x927 x928 -x929 -x930 -x931 -x932 -x933 x934 
1800.12/950.15	c objective function=10
1800.12/950.15	c Total wall clock time (in seconds): 949.939

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663117-1276481926/watcher-2663117-1276481926 -o /tmp/evaluation-result-2663117-1276481926/solver-2663117-1276481926 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663117-1276481926.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.16 3/106 28107
/proc/meminfo: memFree=1754932/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1832 CPUtime=0
/proc/28107/stat : 28107 (java6) S 28105 28107 27326 0 -1 4194304 254 0 0 0 0 0 0 0 21 0 1 0 21848964 1875968 156 1992294400 134512640 134550932 4293992768 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/28107/statm: 458 156 119 10 0 63 0

[startup+0.087992 s]
/proc/loadavg: 1.00 1.00 1.16 3/106 28107
/proc/meminfo: memFree=1754932/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1521796 CPUtime=0.07
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 3828 0 1 0 5 2 0 0 18 0 7 0 21848964 1558319104 3269 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 380449 3269 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10099 s]
/proc/loadavg: 1.00 1.00 1.16 3/106 28107
/proc/meminfo: memFree=1754932/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1524180 CPUtime=0.08
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 21848964 1560760320 3393 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300443 s]
/proc/loadavg: 1.00 1.00 1.16 3/106 28107
/proc/meminfo: memFree=1754932/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1526100 CPUtime=0.35
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 5355 0 1 0 32 3 0 0 18 0 12 0 21848964 1562726400 4792 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 381525 4792 1361 10 0 378828 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526100

[startup+0.700435 s]
/proc/loadavg: 1.00 1.00 1.16 3/106 28107
/proc/meminfo: memFree=1754932/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1528784 CPUtime=1.01
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 7477 0 1 0 96 5 0 0 18 0 14 0 21848964 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 382196 6840 1416 10 0 379499 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528784

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 1.16 1/120 28123
/proc/meminfo: memFree=1732872/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1528784 CPUtime=1.01
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 7477 0 1 0 96 5 0 0 18 0 14 0 21848964 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 382196 6840 1416 10 0 379499 0
[pid=28107/tid=28109] ppid=28105 vsize=1528784 CPUtime=0.49
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 4849 0 1 0 46 3 0 0 19 0 14 0 21848965 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 21848967 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 21848967 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 21848969 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 21848969 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 21848969 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21848973 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1528784 CPUtime=0.12
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 126 0 0 0 12 0 0 0 25 0 14 0 21848973 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1528784 CPUtime=0.23
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 955 0 0 0 23 0 0 0 15 0 14 0 21848973 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21848973 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21848973 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 21849022 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1528784 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 21849025 1565474816 6840 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528784

[startup+3.10138 s]
/proc/loadavg: 0.92 0.98 1.16 6/122 28125
/proc/meminfo: memFree=1716860/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1542444 CPUtime=4.06
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 14761 0 1 0 398 8 0 0 18 0 16 0 21848964 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385611 11033 1425 10 0 382914 0
[pid=28107/tid=28109] ppid=28105 vsize=1542444 CPUtime=0.52
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 4959 0 1 0 49 3 0 0 18 0 16 0 21848965 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 21848967 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 21848967 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 21848969 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 21848969 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 21848969 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1542444 CPUtime=0.21
/proc/28107/task/28116/stat : 28116 (java) R 28105 28107 27326 0 -1 4202560 182 0 0 0 21 0 0 0 18 0 16 0 21848973 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 105535866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1542444 CPUtime=1.67
/proc/28107/task/28117/stat : 28117 (java) R 28105 28107 27326 0 -1 4202560 7335 0 0 0 164 3 0 0 17 0 16 0 21848973 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 103142700 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21848973 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1542444 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28124] ppid=28105 vsize=1542444 CPUtime=0.78
/proc/28107/task/28124/stat : 28124 (java) R 28105 28107 27326 0 -1 4202560 331 0 0 0 78 0 0 0 21 0 16 0 21849123 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4110070124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28107/tid=28125] ppid=28105 vsize=1542444 CPUtime=0.7
/proc/28107/task/28125/stat : 28125 (java) R 28105 28107 27326 0 -1 4202560 406 0 0 0 70 0 0 0 22 0 16 0 21849123 1579462656 11033 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1542444

[startup+6.30132 s]
/proc/loadavg: 0.92 0.98 1.16 1/120 28129
/proc/meminfo: memFree=1700880/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1541868 CPUtime=5.58
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 19552 0 1 0 549 9 0 0 18 0 14 0 21848964 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385467 15675 1433 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.54
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5283 0 1 0 51 3 0 0 18 0 14 0 21848965 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 21848967 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 21848967 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21848969 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 21848969 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 21848969 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21848973 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.43
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 207 0 0 0 43 0 0 0 15 0 14 0 21848973 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.24
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7371 0 0 0 221 3 0 0 15 0 14 0 21848973 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21848973 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21848973 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 21849022 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 21849025 1578872832 15675 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1541868

[startup+12.7022 s]
/proc/loadavg: 1.24 1.05 1.18 3/122 28133
/proc/meminfo: memFree=1589884/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1541868 CPUtime=17.23
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 46505 0 1 0 1702 21 0 0 18 0 16 0 21848964 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385467 42619 1447 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.54
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5391 0 1 0 51 3 0 0 18 0 16 0 21848965 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=0.05
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 1121 0 0 0 5 0 0 0 16 0 16 0 21848967 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=0.06
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 1744 0 0 0 6 0 0 0 15 0 16 0 21848967 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=0.2
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 2780 0 0 0 19 1 0 0 16 0 16 0 21848969 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.72
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 229 0 0 0 72 0 0 0 15 0 16 0 21848973 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.69
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7415 0 0 0 266 3 0 0 15 0 16 0 21848973 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21848973 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=1541868 CPUtime=5.27
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4202560 2079 0 0 0 526 1 0 0 19 0 16 0 21849636 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4110098315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28133] ppid=28105 vsize=1541868 CPUtime=5.27
/proc/28107/task/28133/stat : 28133 (java) R 28105 28107 27326 0 -1 4202560 19057 0 0 0 519 8 0 0 25 0 16 0 21849636 1578872832 42619 1992294400 134512640 134550932 4287136096 18446744073709551615 4110115423 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

/proc/28107/statm: 385467 69992 1447 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.55
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5414 0 1 0 52 3 0 0 15 0 16 0 21848965 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=6.03
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 13277 0 0 0 578 25 0 0 16 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=6.02
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 14522 0 0 0 570 32 0 0 15 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=63.58
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 5898 0 0 0 6350 8 0 0 16 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.72
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 229 0 0 0 72 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.95
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7428 0 0 0 292 3 0 0 16 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=1541868 CPUtime=739.76
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4202560 2646 0 0 0 73957 19 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110171505 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28133] ppid=28105 vsize=1541868 CPUtime=737.47
/proc/28107/task/28133/stat : 28133 (java) R 28105 28107 27326 0 -1 4202560 22389 0 0 0 73726 21 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110107629 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1559.51
Current children cumulated vsize (KiB) 1541868

[startup+882.302 s]
/proc/loadavg: 2.02 2.01 1.70 3/122 28157
/proc/meminfo: memFree=1477168/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1541868 CPUtime=1672.8
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 78570 0 1 0 167157 123 0 0 18 0 16 0 21848964 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385467 69992 1447 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.55
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5417 0 1 0 52 3 0 0 15 0 16 0 21848965 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=6.36
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 13277 0 0 0 610 26 0 0 15 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=6.35
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 14522 0 0 0 602 33 0 0 16 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=69.3
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 5902 0 0 0 6921 9 0 0 15 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.72
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 229 0 0 0 72 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.95
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7428 0 0 0 292 3 0 0 16 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=1541868 CPUtime=793.23
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4202560 2665 0 0 0 79303 20 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4159979714 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28107/tid=28133] ppid=28105 vsize=1541868 CPUtime=790.92
/proc/28107/task/28133/stat : 28133 (java) R 28105 28107 27326 0 -1 4202560 22390 0 0 0 79069 23 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110107830 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.8
Current children cumulated vsize (KiB) 1541868

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 1.72 3/122 28159
/proc/meminfo: memFree=1477044/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1541868 CPUtime=1785.48
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 78598 0 1 0 178421 127 0 0 18 0 16 0 21848964 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385467 69992 1447 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.55
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5423 0 1 0 52 3 0 0 15 0 16 0 21848965 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=6.69
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 13277 0 0 0 642 27 0 0 16 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=6.68
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 14522 0 0 0 635 33 0 0 16 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=75.67
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 5904 0 0 0 7558 9 0 0 16 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.72
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 229 0 0 0 72 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.95
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7428 0 0 0 292 3 0 0 16 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=1541868 CPUtime=845.86
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4202560 2682 0 0 0 84565 21 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110247062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28133] ppid=28105 vsize=1541868 CPUtime=843.92
/proc/28107/task/28133/stat : 28133 (java) R 28105 28107 27326 0 -1 4202560 22391 0 0 0 84368 24 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110107487 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (KiB) 1541868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.102 s]
/proc/loadavg: 1.99 2.00 1.72 3/122 28159
/proc/meminfo: memFree=1477044/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=1541868 CPUtime=1800.12
/proc/28107/stat : 28107 (java) S 28105 28107 27326 0 -1 4202496 78605 0 1 0 179884 128 0 0 18 0 16 0 21848964 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 385467 69992 1447 10 0 382770 0
[pid=28107/tid=28109] ppid=28105 vsize=1541868 CPUtime=0.55
/proc/28107/task/28109/stat : 28109 (java) S 28105 28107 27326 0 -1 4202560 5423 0 1 0 52 3 0 0 15 0 16 0 21848965 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28110] ppid=28105 vsize=1541868 CPUtime=6.74
/proc/28107/task/28110/stat : 28110 (java) S 28105 28107 27326 0 -1 4202560 13277 0 0 0 646 28 0 0 16 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28111] ppid=28105 vsize=1541868 CPUtime=6.73
/proc/28107/task/28111/stat : 28111 (java) S 28105 28107 27326 0 -1 4202560 14522 0 0 0 640 33 0 0 15 0 16 0 21848967 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28112] ppid=28105 vsize=1541868 CPUtime=76.52
/proc/28107/task/28112/stat : 28112 (java) S 28105 28107 27326 0 -1 4202560 5906 0 0 0 7643 9 0 0 16 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28113] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28113/stat : 28113 (java) S 28105 28107 27326 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28114] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28114/stat : 28114 (java) S 28105 28107 27326 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21848969 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28115] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28115/stat : 28115 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28116] ppid=28105 vsize=1541868 CPUtime=0.72
/proc/28107/task/28116/stat : 28116 (java) S 28105 28107 27326 0 -1 4202560 229 0 0 0 72 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28117] ppid=28105 vsize=1541868 CPUtime=2.95
/proc/28107/task/28117/stat : 28117 (java) S 28105 28107 27326 0 -1 4202560 7428 0 0 0 292 3 0 0 16 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28118] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28118/stat : 28118 (java) S 28105 28107 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28119] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28119/stat : 28119 (java) S 28105 28107 27326 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 21848973 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28122] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28122/stat : 28122 (java) S 28105 28107 27326 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 21849022 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=28107/tid=28123] ppid=28105 vsize=1541868 CPUtime=0
/proc/28107/task/28123/stat : 28123 (java) S 28105 28107 27326 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21849025 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=1541868 CPUtime=852.78
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4202560 2685 0 0 0 85256 22 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110232183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28107/tid=28133] ppid=28105 vsize=1541868 CPUtime=850.71
/proc/28107/task/28133/stat : 28133 (java) R 28105 28107 27326 0 -1 4202560 22391 0 0 0 85047 24 0 0 25 0 16 0 21849636 1578872832 69992 1992294400 134512640 134550932 4287136096 18446744073709551615 4110107815 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1541868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+950.217 s]
/proc/loadavg: 1.99 2.00 1.72 3/122 28159
/proc/meminfo: memFree=1477044/2059040 swapFree=4140228/4192956
[pid=28107] ppid=28105 vsize=0 CPUtime=1800.31
/proc/28107/stat : 28107 (java) Z 28105 28107 27326 0 -1 4203548 78625 0 1 0 179901 130 0 0 17 0 2 0 21848964 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28107/statm: 0 0 0 0 0 0 0
[pid=28107/tid=28132] ppid=28105 vsize=0 CPUtime=852.87
/proc/28107/task/28132/stat : 28132 (java) R 28105 28107 27326 0 -1 4203588 2685 0 0 0 85263 24 0 0 25 0 2 0 21849636 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 950.228
CPU time (s): 1800.33
CPU user time (s): 1799.01
CPU system time (s): 1.3198
CPU usage (%): 189.463
Max. virtual memory (cumulated for all children) (KiB): 1544348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78625
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= 26312
involuntary context switches= 51035

runsolver used 5.19321 second user time and 10.2804 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 04:18:46
IDJOB=2663117
IDBENCH=2227
IDSOLVER=1166
FILE ID=node018/2663117-1276481926
PBS_JOBID= 11173380
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663117-1276481926/watcher-2663117-1276481926 -o /tmp/evaluation-result-2663117-1276481926/solver-2663117-1276481926 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663117-1276481926.opb

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

MD5SUM BENCH= f9ec307a3c8f55679d3b9ab693efbd4c
RANDOM SEED=1891440469

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755328 kB
Buffers:         93212 kB
Cached:         119632 kB
SwapCached:       5768 kB
Active:          96252 kB
Inactive:       129096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755328 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:             356 kB
Writeback:           0 kB
AnonPages:       11068 kB
Mapped:          12892 kB
Slab:            56468 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180448 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= 62368 MiB
End job on node018 at 2010-06-14 04:34:38