Trace number 2661950

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)-28 1801.61 969.896

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products3113
Sum of products size6226

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2661950-1276662782.opb
0.25/0.22	c reading problem ... 
4.30/2.32	c ... done. Wall clock time 2.104s.
4.30/2.32	c #vars     3313
4.30/2.32	c #constraints  9339
4.30/2.32	c constraints type 
4.30/2.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
4.30/2.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
4.30/2.32	c constraints type 
4.30/2.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3113
4.30/2.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
4.49/2.42	c And the winner is Resolution
5.15/3.37	c SATISFIABLE
5.15/3.37	c OPTIMIZING...
5.15/3.37	c Got one! Elapsed wall clock time (in seconds):3.152
5.15/3.37	o -20
5.62/3.64	c And the winner is Resolution
6.10/4.38	c Got one! Elapsed wall clock time (in seconds):4.162
6.10/4.38	o -21
6.10/4.40	c And the winner is Resolution
6.15/5.39	c Got one! Elapsed wall clock time (in seconds):5.173
6.15/5.39	o -23
6.19/5.47	c And the winner is Resolution
6.34/6.43	c Got one! Elapsed wall clock time (in seconds):6.219
6.34/6.43	o -24
6.47/6.52	c And the winner is Resolution
6.59/7.46	c Got one! Elapsed wall clock time (in seconds):7.226
6.59/7.46	o -26
8.88/8.71	c cleaning 2500 clauses out of 5000 with flag 5000/5000
11.97/10.22	c cleaning 4248 clauses out of 8500 with flag 11000/11000
15.06/11.83	c And the winner is Resolution
15.19/12.76	c Got one! Elapsed wall clock time (in seconds):12.543
15.19/12.76	o -27
15.67/13.10	c cleaning 5625 clauses out of 11252 with flag 18000/18000
21.12/15.87	c cleaning 6814 clauses out of 13628 with flag 26001/26001
26.92/18.81	c cleaning 7907 clauses out of 15814 with flag 35001/35001
33.34/22.14	c cleaning 8947 clauses out of 17907 with flag 45001/45001
40.75/25.98	c cleaning 9480 clauses out of 18960 with flag 55001/55001
47.17/29.28	c cleaning 9736 clauses out of 19479 with flag 65000/65000
53.13/32.35	c cleaning 9870 clauses out of 19743 with flag 75000/75000
59.13/35.49	c cleaning 9926 clauses out of 19873 with flag 85000/85000
66.70/39.31	c cleaning 9972 clauses out of 19947 with flag 95000/95000
74.28/43.22	c cleaning 9984 clauses out of 19975 with flag 105000/105000
83.97/48.28	c cleaning 9991 clauses out of 19991 with flag 115000/115000
90.55/51.65	c cleaning 9990 clauses out of 20000 with flag 125000/125000
97.29/55.10	c cleaning 10001 clauses out of 20010 with flag 135000/135000
103.84/58.55	c cleaning 10000 clauses out of 20009 with flag 145000/145000
112.11/62.83	c cleaning 10000 clauses out of 20009 with flag 155000/155000
120.83/67.39	c cleaning 10000 clauses out of 20009 with flag 165000/165000
128.17/71.10	c cleaning 10003 clauses out of 20009 with flag 175000/175000
130.94/72.66	c And the winner is Resolution
131.53/73.34	c Got one! Elapsed wall clock time (in seconds):73.123
131.53/73.34	o -28
136.42/75.86	c cleaning 10000 clauses out of 20006 with flag 185000/185000
143.85/79.74	c cleaning 9994 clauses out of 20006 with flag 195000/195000
151.95/83.94	c cleaning 9997 clauses out of 20012 with flag 205000/205000
159.68/87.96	c cleaning 10003 clauses out of 20015 with flag 215000/215000
167.18/91.88	c cleaning 9999 clauses out of 20012 with flag 225000/225000
175.99/96.49	c cleaning 10002 clauses out of 20013 with flag 235000/235000
185.88/101.51	c cleaning 10004 clauses out of 20012 with flag 245001/245001
193.97/105.77	c cleaning 9991 clauses out of 20007 with flag 255000/255000
204.05/110.92	c cleaning 9999 clauses out of 20016 with flag 265000/265000
210.69/114.43	c cleaning 10002 clauses out of 20017 with flag 275000/275000
218.56/118.59	c cleaning 9997 clauses out of 20015 with flag 285000/285000
226.03/122.44	c cleaning 9998 clauses out of 20018 with flag 295000/295000
234.68/126.98	c cleaning 10004 clauses out of 20020 with flag 305000/305000
245.20/132.41	c cleaning 10000 clauses out of 20016 with flag 315000/315000
252.67/136.37	c cleaning 9997 clauses out of 20016 with flag 325000/325000
259.14/139.78	c cleaning 10004 clauses out of 20020 with flag 335001/335001
266.80/143.73	c cleaning 9992 clauses out of 20015 with flag 345000/345000
272.98/147.03	c cleaning 9999 clauses out of 20023 with flag 355000/355000
281.04/151.26	c cleaning 10009 clauses out of 20024 with flag 365000/365000
288.90/155.35	c cleaning 9998 clauses out of 20016 with flag 375001/375001
296.35/159.29	c cleaning 10004 clauses out of 20017 with flag 385000/385000
304.51/163.54	c cleaning 9998 clauses out of 20013 with flag 395000/395000
311.17/167.05	c cleaning 10002 clauses out of 20015 with flag 405000/405000
318.01/170.60	c cleaning 10004 clauses out of 20015 with flag 415002/415002
326.64/175.18	c cleaning 9999 clauses out of 20009 with flag 425000/425000
333.98/179.02	c cleaning 10000 clauses out of 20012 with flag 435002/435002
343.00/183.73	c cleaning 10003 clauses out of 20011 with flag 445001/445001
351.22/188.05	c cleaning 10001 clauses out of 20008 with flag 455001/455001
359.83/192.56	c cleaning 10003 clauses out of 20007 with flag 465001/465001
367.15/196.47	c cleaning 9994 clauses out of 20003 with flag 475000/475000
373.19/199.65	c cleaning 9998 clauses out of 20009 with flag 485000/485000
381.99/204.21	c cleaning 10003 clauses out of 20011 with flag 495000/495000
390.81/208.82	c cleaning 9999 clauses out of 20009 with flag 505001/505001
400.89/214.13	c cleaning 10002 clauses out of 20009 with flag 515000/515000
409.29/218.54	c cleaning 10001 clauses out of 20008 with flag 525001/525001
417.10/222.68	c cleaning 9995 clauses out of 20006 with flag 535000/535000
425.30/226.90	c cleaning 9999 clauses out of 20012 with flag 545001/545001
432.82/230.96	c cleaning 9997 clauses out of 20013 with flag 555001/555001
441.59/235.54	c cleaning 10002 clauses out of 20016 with flag 565001/565001
449.40/239.65	c cleaning 9995 clauses out of 20013 with flag 575000/575000
458.78/244.58	c cleaning 10006 clauses out of 20018 with flag 585000/585000
466.50/248.68	c cleaning 9996 clauses out of 20012 with flag 595000/595000
473.28/252.26	c cleaning 9998 clauses out of 20016 with flag 605000/605000
476.52/254.09	c cleaning 0 clauses out of 5001 with flag 0/5001
481.50/256.76	c cleaning 10006 clauses out of 20019 with flag 615001/615001
488.77/260.70	c cleaning 9995 clauses out of 20012 with flag 625000/625000
495.53/264.30	c cleaning 10003 clauses out of 20017 with flag 635000/635000
504.09/268.77	c cleaning 10002 clauses out of 20014 with flag 645000/645000
511.06/272.41	c cleaning 9998 clauses out of 20013 with flag 655001/655001
518.93/276.67	c cleaning 10002 clauses out of 20014 with flag 665000/665000
526.70/280.72	c cleaning 10001 clauses out of 20012 with flag 675000/675000
533.48/284.33	c cleaning 10000 clauses out of 20011 with flag 685000/685000
541.25/288.49	c cleaning 9998 clauses out of 20011 with flag 695000/695000
550.70/293.45	c cleaning 9992 clauses out of 20013 with flag 705000/705000
557.49/297.07	c cleaning 10000 clauses out of 20021 with flag 715000/715000
565.24/301.14	c cleaning 10007 clauses out of 20022 with flag 725001/725001
573.20/305.32	c cleaning 10004 clauses out of 20015 with flag 735001/735001
581.24/309.68	c cleaning 9998 clauses out of 20010 with flag 745000/745000
588.79/313.61	c cleaning 10000 clauses out of 20012 with flag 755000/755000
598.33/318.60	c cleaning 10001 clauses out of 20012 with flag 765000/765000
606.27/322.86	c cleaning 10004 clauses out of 20012 with flag 775001/775001
615.88/327.99	c cleaning 9997 clauses out of 20007 with flag 785000/785000
623.22/331.85	c cleaning 10004 clauses out of 20011 with flag 795001/795001
632.17/336.53	c cleaning 9996 clauses out of 20006 with flag 805000/805000
639.29/340.32	c cleaning 9997 clauses out of 20010 with flag 815000/815000
646.52/344.22	c cleaning 10005 clauses out of 20013 with flag 825000/825000
654.41/348.46	c cleaning 9994 clauses out of 20008 with flag 835000/835000
662.34/352.67	c cleaning 10002 clauses out of 20014 with flag 845000/845000
670.26/356.89	c cleaning 9996 clauses out of 20012 with flag 855000/855000
679.67/361.90	c cleaning 10003 clauses out of 20016 with flag 865000/865000
687.36/365.96	c cleaning 10000 clauses out of 20013 with flag 875000/875000
695.48/370.25	c cleaning 10003 clauses out of 20014 with flag 885001/885001
702.01/373.76	c cleaning 9996 clauses out of 20010 with flag 895000/895000
708.03/377.08	c cleaning 9994 clauses out of 20015 with flag 905001/905001
715.93/381.24	c cleaning 10004 clauses out of 20020 with flag 915000/915000
724.63/385.87	c cleaning 10004 clauses out of 20016 with flag 925000/925000
732.52/390.03	c cleaning 9995 clauses out of 20012 with flag 935000/935000
740.88/394.53	c cleaning 10002 clauses out of 20017 with flag 945000/945000
748.57/398.65	c cleaning 10004 clauses out of 20015 with flag 955000/955000
758.06/403.65	c cleaning 10002 clauses out of 20012 with flag 965001/965001
766.32/408.04	c cleaning 10004 clauses out of 20009 with flag 975000/975000
775.40/412.98	c cleaning 9997 clauses out of 20005 with flag 985000/985000
786.05/418.58	c cleaning 10004 clauses out of 20008 with flag 995000/995000
794.12/422.85	c cleaning 9998 clauses out of 20005 with flag 1005001/1005001
803.95/428.00	c cleaning 9997 clauses out of 20007 with flag 1015001/1015001
811.87/432.34	c cleaning 9992 clauses out of 20009 with flag 1025000/1025000
820.34/436.81	c cleaning 9994 clauses out of 20017 with flag 1035000/1035000
829.16/441.56	c cleaning 10007 clauses out of 20023 with flag 1045000/1045000
837.80/446.14	c cleaning 10004 clauses out of 20017 with flag 1055001/1055001
847.86/451.53	c cleaning 10004 clauses out of 20012 with flag 1065000/1065000
855.91/455.86	c cleaning 9996 clauses out of 20008 with flag 1075000/1075000
864.34/460.37	c cleaning 9997 clauses out of 20012 with flag 1085000/1085000
873.19/465.08	c cleaning 10002 clauses out of 20015 with flag 1095000/1095000
881.48/469.57	c cleaning 10000 clauses out of 20013 with flag 1105000/1105000
889.13/473.68	c cleaning 9994 clauses out of 20013 with flag 1115000/1115000
896.74/477.71	c cleaning 10007 clauses out of 20019 with flag 1125000/1125000
904.38/481.90	c cleaning 9996 clauses out of 20012 with flag 1135000/1135000
912.02/486.00	c cleaning 9994 clauses out of 20016 with flag 1145000/1145000
919.27/489.96	c cleaning 10003 clauses out of 20024 with flag 1155002/1155002
927.88/494.59	c cleaning 10009 clauses out of 20020 with flag 1165001/1165001
935.31/498.55	c cleaning 10002 clauses out of 20011 with flag 1175001/1175001
942.78/502.70	c cleaning 9994 clauses out of 20008 with flag 1185000/1185000
951.38/507.25	c cleaning 10002 clauses out of 20014 with flag 1195000/1195000
959.40/511.53	c cleaning 10002 clauses out of 20012 with flag 1205000/1205000
968.79/516.59	c cleaning 10004 clauses out of 20010 with flag 1215000/1215000
976.44/520.74	c cleaning 9995 clauses out of 20006 with flag 1225000/1225000
984.45/525.08	c cleaning 9990 clauses out of 20011 with flag 1235000/1235000
991.66/528.94	c cleaning 10006 clauses out of 20022 with flag 1245001/1245001
1000.27/533.58	c cleaning 10000 clauses out of 20015 with flag 1255000/1255000
1007.90/537.72	c cleaning 10007 clauses out of 20015 with flag 1265000/1265000
1015.90/542.05	c cleaning 10000 clauses out of 20008 with flag 1275000/1275000
1024.50/546.69	c cleaning 10001 clauses out of 20008 with flag 1285000/1285000
1033.25/551.31	c cleaning 9995 clauses out of 20008 with flag 1295001/1295001
1042.66/556.50	c cleaning 9997 clauses out of 20012 with flag 1305000/1305000
1053.02/561.92	c cleaning 10003 clauses out of 20015 with flag 1315000/1315000
1061.78/566.63	c cleaning 10006 clauses out of 20014 with flag 1325002/1325002
1069.72/570.97	c cleaning 9996 clauses out of 20006 with flag 1335000/1335000
1078.07/575.56	c cleaning 9997 clauses out of 20010 with flag 1345000/1345000
1087.62/580.61	c cleaning 9998 clauses out of 20014 with flag 1355001/1355001
1095.98/585.13	c cleaning 10001 clauses out of 20015 with flag 1365000/1365000
1103.14/589.08	c cleaning 9992 clauses out of 20014 with flag 1375000/1375000
1111.14/593.48	c cleaning 9997 clauses out of 20022 with flag 1385000/1385000
1119.07/597.72	c cleaning 10007 clauses out of 20026 with flag 1395001/1395001
1127.58/602.38	c cleaning 10000 clauses out of 20018 with flag 1405000/1405000
1137.69/607.72	c cleaning 10004 clauses out of 20019 with flag 1415001/1415001
1145.07/611.88	c cleaning 9998 clauses out of 20015 with flag 1425001/1425001
1151.26/615.29	c cleaning 10003 clauses out of 20018 with flag 1435002/1435002
1159.79/619.86	c cleaning 9993 clauses out of 20013 with flag 1445000/1445000
1166.96/623.77	c cleaning 10002 clauses out of 20022 with flag 1455002/1455002
1174.31/627.80	c cleaning 9999 clauses out of 20018 with flag 1465000/1465000
1182.26/632.11	c cleaning 10002 clauses out of 20019 with flag 1475000/1475000
1190.82/636.79	c cleaning 9997 clauses out of 20017 with flag 1485000/1485000
1199.94/641.62	c cleaning 10000 clauses out of 20020 with flag 1495000/1495000
1209.29/646.76	c cleaning 9998 clauses out of 20020 with flag 1505000/1505000
1218.99/651.93	c cleaning 10000 clauses out of 20023 with flag 1515001/1515001
1226.92/656.25	c cleaning 10006 clauses out of 20022 with flag 1525000/1525000
1234.85/660.51	c cleaning 9996 clauses out of 20016 with flag 1535000/1535000
1244.41/665.72	c cleaning 10000 clauses out of 20020 with flag 1545000/1545000
1252.31/670.09	c cleaning 10004 clauses out of 20020 with flag 1555000/1555000
1260.43/674.47	c cleaning 9997 clauses out of 20016 with flag 1565000/1565000
1268.93/679.01	c cleaning 9999 clauses out of 20019 with flag 1575000/1575000
1276.68/683.38	c cleaning 10005 clauses out of 20022 with flag 1585002/1585002
1284.21/687.50	c cleaning 10000 clauses out of 20015 with flag 1595000/1595000
1292.11/691.80	c cleaning 10000 clauses out of 20015 with flag 1605000/1605000
1300.22/696.20	c cleaning 10002 clauses out of 20016 with flag 1615001/1615001
1309.93/701.49	c cleaning 9998 clauses out of 20013 with flag 1625000/1625000
1319.66/706.64	c cleaning 10007 clauses out of 20015 with flag 1635000/1635000
1327.93/711.18	c cleaning 9999 clauses out of 20008 with flag 1645000/1645000
1337.45/716.29	c cleaning 10004 clauses out of 20009 with flag 1655000/1655000
1346.74/721.33	c cleaning 9981 clauses out of 20005 with flag 1665000/1665000
1354.45/725.59	c cleaning 10003 clauses out of 20024 with flag 1675000/1675000
1363.33/730.37	c cleaning 10002 clauses out of 20021 with flag 1685000/1685000
1372.40/735.23	c cleaning 10004 clauses out of 20019 with flag 1695000/1695000
1381.11/740.02	c cleaning 10000 clauses out of 20015 with flag 1705000/1705000
1390.59/745.16	c cleaning 10004 clauses out of 20015 with flag 1715000/1715000
1398.88/749.69	c cleaning 10003 clauses out of 20011 with flag 1725000/1725000
1408.18/754.64	c cleaning 9998 clauses out of 20008 with flag 1735000/1735000
1417.64/759.80	c cleaning 9999 clauses out of 20010 with flag 1745000/1745000
1426.51/764.63	c cleaning 9995 clauses out of 20012 with flag 1755001/1755001
1436.17/769.90	c cleaning 9993 clauses out of 20017 with flag 1765001/1765001
1444.61/774.48	c cleaning 10005 clauses out of 20023 with flag 1775000/1775000
1454.26/779.73	c cleaning 10006 clauses out of 20018 with flag 1785000/1785000
1462.92/784.41	c cleaning 9996 clauses out of 20012 with flag 1795000/1795000
1471.16/788.98	c cleaning 9998 clauses out of 20016 with flag 1805000/1805000
1479.61/793.52	c cleaning 10007 clauses out of 20020 with flag 1815002/1815002
1488.87/798.63	c cleaning 9996 clauses out of 20011 with flag 1825000/1825000
1498.50/803.84	c cleaning 10000 clauses out of 20015 with flag 1835000/1835000
1508.52/809.21	c cleaning 9999 clauses out of 20015 with flag 1845000/1845000
1516.78/813.72	c cleaning 10006 clauses out of 20017 with flag 1855001/1855001
1525.42/818.58	c cleaning 10004 clauses out of 20011 with flag 1865001/1865001
1535.64/824.06	c cleaning 9999 clauses out of 20007 with flag 1875001/1875001
1544.46/828.89	c cleaning 9993 clauses out of 20008 with flag 1885001/1885001
1554.28/834.18	c cleaning 10006 clauses out of 20016 with flag 1895002/1895002
1563.13/839.02	c cleaning 9998 clauses out of 20008 with flag 1905000/1905000
1572.76/844.22	c cleaning 10000 clauses out of 20011 with flag 1915001/1915001
1582.94/849.74	c cleaning 10003 clauses out of 20011 with flag 1925001/1925001
1591.21/854.21	c cleaning 9991 clauses out of 20007 with flag 1935000/1935000
1600.00/859.15	c cleaning 9990 clauses out of 20016 with flag 1945000/1945000
1608.22/863.65	c cleaning 10002 clauses out of 20026 with flag 1955000/1955000
1617.41/868.61	c cleaning 10002 clauses out of 20024 with flag 1965000/1965000
1626.42/873.56	c cleaning 10004 clauses out of 20022 with flag 1975000/1975000
1635.83/878.78	c cleaning 10008 clauses out of 20019 with flag 1985001/1985001
1644.62/883.53	c cleaning 9998 clauses out of 20012 with flag 1995002/1995002
1653.01/888.13	c cleaning 10000 clauses out of 20012 with flag 2005000/2005000
1661.81/892.99	c cleaning 9995 clauses out of 20012 with flag 2015000/2015000
1670.02/897.59	c cleaning 9991 clauses out of 20017 with flag 2025000/2025000
1678.80/902.38	c cleaning 9994 clauses out of 20026 with flag 2035000/2035000
1687.19/906.99	c cleaning 10014 clauses out of 20032 with flag 2045000/2045000
1696.58/912.03	c cleaning 9998 clauses out of 20018 with flag 2055000/2055000
1706.37/917.47	c cleaning 10006 clauses out of 20020 with flag 2065000/2065000
1714.74/922.04	c cleaning 10001 clauses out of 20014 with flag 2075000/2075000
1723.12/926.65	c cleaning 9999 clauses out of 20013 with flag 2085000/2085000
1732.31/931.66	c cleaning 10003 clauses out of 20014 with flag 2095000/2095000
1743.44/937.72	c cleaning 10005 clauses out of 20012 with flag 2105001/2105001
1751.81/942.30	c cleaning 9991 clauses out of 20007 with flag 2115001/2115001
1759.97/946.80	c cleaning 9999 clauses out of 20015 with flag 2125000/2125000
1768.95/951.75	c cleaning 9997 clauses out of 20016 with flag 2135000/2135000
1778.28/956.93	c cleaning 9992 clauses out of 20021 with flag 2145002/2145002
1788.97/962.73	c cleaning 10010 clauses out of 20028 with flag 2155001/2155001
1798.69/968.07	c cleaning 10004 clauses out of 20017 with flag 2165000/2165000
1801.26/969.71	c starts		: 234
1801.26/969.71	c conflicts		: 2168267
1801.26/969.71	c decisions		: 2275569
1801.26/969.71	c propagations		: 12849258
1801.26/969.71	c inspects		: 1523046960
1801.26/969.71	c learnt literals	: 0
1801.26/969.71	c learnt binary clauses	: 0
1801.26/969.71	c learnt ternary clauses	: 0
1801.26/969.71	c learnt clauses	: 2168268
1801.26/969.71	c ignored clauses	: 0
1801.26/969.71	c root simplifications	: 0
1801.26/969.71	c removed literals (reason simplification)	: 25661116
1801.26/969.71	c reason swapping (by a shorter reason)	: 0
1801.26/969.71	c Calls to reduceDB	: 218
1801.26/969.71	c number of reductions to clauses (during analyze)	: 0
1801.26/969.71	c number of learned constraints concerned by reduction	: 0
1801.26/969.71	c number of learning phase by resolution	: 0
1801.26/969.71	c number of learning phase by cutting planes	: 0
1801.26/969.71	c speed (assignments/second)	: 14334.742344983617
1801.26/969.71	c non guided choices	0
1801.46/969.83	c learnt constraints type 
1801.46/969.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13545
1801.46/969.83	c constraints type 
1801.46/969.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
1801.46/969.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1801.46/969.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
1801.46/969.83	c constraints type 
1801.46/969.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3113
1801.46/969.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1801.46/969.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
1801.46/969.83	s SATISFIABLE
1801.46/969.83	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 
1801.46/969.83	c objective function=-28
1801.46/969.83	c Total wall clock time (in seconds): 969.62

Verifier Data

OK	-28

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661950-1276662782/watcher-2661950-1276662782 -o /tmp/evaluation-result-2661950-1276662782/solver-2661950-1276662782 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661950-1276662782.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.08 1.02 1.01 3/106 14041
/proc/meminfo: memFree=1775224/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1832 CPUtime=0
/proc/14041/stat : 14041 (java6) S 14039 14041 13766 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 7566206 1875968 154 1992294400 134512640 134550932 4293615792 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699535038 0 0 17 1 0 0 0
/proc/14041/statm: 458 154 116 10 0 63 0

[startup+0.0294741 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14041
/proc/meminfo: memFree=1775224/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1517712 CPUtime=0.01
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 7566206 1554137088 2064 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101344 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14041
/proc/meminfo: memFree=1775224/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1524180 CPUtime=0.09
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 3954 0 1 0 6 3 0 0 18 0 12 0 7566206 1560760320 3393 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301541 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14041
/proc/meminfo: memFree=1775224/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1526236 CPUtime=0.37
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 5376 0 1 0 33 4 0 0 18 0 12 0 7566206 1562865664 4813 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 381559 4813 1356 10 0 378862 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526236

[startup+0.701551 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14041
/proc/meminfo: memFree=1775224/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1527568 CPUtime=1.12
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 6797 0 1 0 108 4 0 0 18 0 12 0 7566206 1564229632 6234 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 381892 6234 1402 10 0 379195 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527568

[startup+1.50157 s]
/proc/loadavg: 1.08 1.02 1.01 4/118 14053
/proc/meminfo: memFree=1748284/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1541012 CPUtime=2.71
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 11691 0 1 0 264 7 0 0 18 0 12 0 7566206 1577996288 10632 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385253 10632 1409 10 0 382556 0
[pid=14041/tid=14043] ppid=14039 vsize=1541012 CPUtime=1.47
/proc/14041/task/14043/stat : 14043 (java) R 14039 14041 13766 0 -1 4202560 6097 0 1 0 143 4 0 0 19 0 12 0 7566207 1577996288 10632 1992294400 134512640 134550932 4291566928 18446744073709551615 4109207643 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 7566208 1577996288 10632 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 7566208 1577996288 10632 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7566210 1577996288 10632 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 7566211 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7566211 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7566215 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1541012 CPUtime=0.61
/proc/14041/task/14050/stat : 14050 (java) R 14039 14041 13766 0 -1 4202560 2834 0 0 0 60 1 0 0 25 0 12 0 7566215 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 105496582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1541012 CPUtime=0.6
/proc/14041/task/14051/stat : 14051 (java) R 14039 14041 13766 0 -1 4202560 1696 0 0 0 60 0 0 0 25 0 12 0 7566215 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 103108544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7566215 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1541012 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7566215 1577996288 10633 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1541012

[startup+3.10061 s]
/proc/loadavg: 1.08 1.02 1.01 3/118 14053
/proc/meminfo: memFree=1730552/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1541232 CPUtime=5.15
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 16842 0 1 0 505 10 0 0 18 0 14 0 7566206 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385308 11959 1422 10 0 382611 0
[pid=14041/tid=14043] ppid=14039 vsize=1541232 CPUtime=2.29
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 6871 0 1 0 225 4 0 0 22 0 14 0 7566207 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 7566208 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7566208 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 7566210 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 7566211 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7566211 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 7566215 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1541232 CPUtime=1.8
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6595 0 0 0 177 3 0 0 25 0 14 0 7566215 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1541232 CPUtime=0.93
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 1824 0 0 0 93 0 0 0 21 0 14 0 7566215 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7566215 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1541232 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7566215 1578221568 11959 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1541232

[startup+6.30221 s]
/proc/loadavg: 0.99 1.00 1.00 4/120 14061
/proc/meminfo: memFree=1723592/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=6.34
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 21388 0 1 0 622 12 0 0 18 0 14 0 7566206 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 15256 1428 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.31
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 6929 0 1 0 226 5 0 0 19 0 14 0 7566207 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 7566208 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7566208 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 7566210 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 7566211 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7566211 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 7566215 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542256 CPUtime=2.07
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6792 0 0 0 204 3 0 0 16 0 14 0 7566215 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542256 CPUtime=1.44
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 3151 0 0 0 143 1 0 0 15 0 14 0 7566215 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7566215 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7566215 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7566443 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7566444 1579270144 15256 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1542256

[startup+12.7018 s]
/proc/loadavg: 1.23 1.05 1.02 1/120 14067
/proc/meminfo: memFree=1598476/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=15.19
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 51543 0 1 0 1493 26 0 0 18 0 14 0 7566206 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 45250 1451 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 6966 0 1 0 227 5 0 0 18 0 14 0 7566207 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=0.11
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 2516 0 0 0 10 1 0 0 15 0 14 0 7566208 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=0.11
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 1795 0 0 0 11 0 0 0 16 0 14 0 7566208 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=0.15
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 3887 0 0 0 14 1 0 0 15 0 14 0 7566210 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7566211 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7566211 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 7566215 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542256 CPUtime=3.28
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6865 0 0 0 325 3 0 0 15 0 14 0 7566215 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542256 CPUtime=1.74
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 3338 0 0 0 173 1 0 0 15 0 14 0 7566215 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7566215 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7566215 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7566443 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7566444 1579270144 45250 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 1542256

[startup+25.5012 s]
/proc/loadavg: 1.40 1.10 1.03 4/122 14069
/proc/meminfo: memFree=1543156/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=39.96
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 68566 0 1 0 3960 36 0 0 18 0 16 0 7566206 1579270144 59831 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 59831 1451 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 6967 0 1 0 227 5 0 0 18 0 16 0 7566207 1579270144 59831 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=0.4
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 8853 0 0 0 35 5 0 0 16 0 16 0 7566208 1579270144 59831 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=0.41
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 8980 0 0 0 37 4 0 0 15 0 16 0 7566208 1579270144 59831 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=0.63

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

/proc/14041/task/14072/stat : 14072 (java) R 14039 14041 13766 0 -1 4202560 335 0 0 0 69432 5 0 0 24 0 16 0 7573540 1579270144 95628 1992294400 134512640 134550932 4291566928 18446744073709551615 4109800724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14073] ppid=14039 vsize=1542256 CPUtime=691.73
/proc/14041/task/14073/stat : 14073 (java) R 14039 14041 13766 0 -1 4202560 220 0 0 0 69169 4 0 0 25 0 16 0 7573540 1579270144 95628 1992294400 134512640 134550932 4291566928 18446744073709551615 4109779920 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1642.25
Current children cumulated vsize (KiB) 1542256

[startup+942.301 s]
/proc/loadavg: 1.95 1.93 1.63 3/122 14097
/proc/meminfo: memFree=1390776/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=1751.81
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 112010 0 1 0 175009 172 0 0 18 0 16 0 7566206 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 96694 1451 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 7022 0 1 0 227 5 0 0 15 0 16 0 7566207 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=17.5
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 30541 0 0 0 1692 58 0 0 16 0 16 0 7566208 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=17.46
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 28133 0 0 0 1681 65 0 0 15 0 16 0 7566208 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=106.4
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 8363 0 0 0 10629 11 0 0 15 0 16 0 7566210 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7566215 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542256 CPUtime=4.33
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6950 0 0 0 430 3 0 0 15 0 16 0 7566215 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542256 CPUtime=1.9
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 4059 0 0 0 189 1 0 0 15 0 16 0 7566215 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7566215 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7566215 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 7566443 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7566444 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14072] ppid=14039 vsize=1542256 CPUtime=742.7
/proc/14041/task/14072/stat : 14072 (java) R 14039 14041 13766 0 -1 4202560 346 0 0 0 74265 5 0 0 25 0 16 0 7573540 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4109303976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14073] ppid=14039 vsize=1542256 CPUtime=740.92
/proc/14041/task/14073/stat : 14073 (java) R 14039 14041 13766 0 -1 4202560 237 0 0 0 74088 4 0 0 25 0 16 0 7573540 1579270144 96694 1992294400 134512640 134550932 4291566928 18446744073709551615 4109779924 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.81
Current children cumulated vsize (KiB) 1542256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+969.109 s]
/proc/loadavg: 2.12 1.97 1.65 3/122 14097
/proc/meminfo: memFree=1388792/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=1800.1
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 112642 0 1 0 179835 175 0 0 18 0 16 0 7566206 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 97184 1451 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 7025 0 1 0 227 5 0 0 15 0 16 0 7566207 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=18.13
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 30891 0 0 0 1754 59 0 0 16 0 16 0 7566208 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=18.08
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 28395 0 0 0 1743 65 0 0 16 0 16 0 7566208 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=111.31
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 8363 0 0 0 11120 11 0 0 16 0 16 0 7566210 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7566215 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542256 CPUtime=4.33
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6950 0 0 0 430 3 0 0 15 0 16 0 7566215 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542256 CPUtime=1.9
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 4059 0 0 0 189 1 0 0 15 0 16 0 7566215 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7566215 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7566215 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 7566443 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7566444 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14072] ppid=14039 vsize=1542256 CPUtime=763.66
/proc/14041/task/14072/stat : 14072 (java) R 14039 14041 13766 0 -1 4202560 354 0 0 0 76360 6 0 0 18 0 16 0 7573540 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4109602377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14073] ppid=14039 vsize=1542256 CPUtime=762.09
/proc/14041/task/14073/stat : 14073 (java) R 14039 14041 13766 0 -1 4202560 246 0 0 0 76204 5 0 0 18 0 16 0 7573540 1579270144 97184 1992294400 134512640 134550932 4291566928 18446744073709551615 4109454407 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1542256

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

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

[startup+969.402 s]
/proc/loadavg: 2.12 1.97 1.65 3/122 14097
/proc/meminfo: memFree=1388792/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542256 CPUtime=1800.66
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 112645 0 1 0 179891 175 0 0 18 0 16 0 7566206 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385564 97187 1451 10 0 382867 0
[pid=14041/tid=14043] ppid=14039 vsize=1542256 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 7025 0 1 0 227 5 0 0 15 0 16 0 7566207 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542256 CPUtime=18.13
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 30891 0 0 0 1754 59 0 0 16 0 16 0 7566208 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542256 CPUtime=18.08
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 28395 0 0 0 1743 65 0 0 16 0 16 0 7566208 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542256 CPUtime=111.31
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 8363 0 0 0 11120 11 0 0 16 0 16 0 7566210 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7566211 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) R 14039 14041 13766 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 7566215 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542256 CPUtime=4.33
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6950 0 0 0 430 3 0 0 15 0 16 0 7566215 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542256 CPUtime=1.9
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 4059 0 0 0 189 1 0 0 15 0 16 0 7566215 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7566215 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7566215 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 7566443 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542256 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7566444 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14072] ppid=14039 vsize=1542256 CPUtime=763.94
/proc/14041/task/14072/stat : 14072 (java) R 14039 14041 13766 0 -1 4202560 354 0 0 0 76388 6 0 0 18 0 16 0 7573540 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4109576964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14073] ppid=14039 vsize=1542256 CPUtime=762.37
/proc/14041/task/14073/stat : 14073 (java) R 14039 14041 13766 0 -1 4202560 246 0 0 0 76232 5 0 0 18 0 16 0 7573540 1579270144 97187 1992294400 134512640 134550932 4291566928 18446744073709551615 4109779399 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 1542256

[startup+969.802 s]
/proc/loadavg: 2.12 1.97 1.65 3/122 14097
/proc/meminfo: memFree=1388792/2059040 swapFree=4144492/4192956
[pid=14041] ppid=14039 vsize=1542904 CPUtime=1801.46
/proc/14041/stat : 14041 (java) S 14039 14041 13766 0 -1 4202496 112657 0 1 0 179971 175 0 0 18 0 18 0 7566206 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14041/statm: 385726 97199 1451 10 0 383029 0
[pid=14041/tid=14043] ppid=14039 vsize=1542904 CPUtime=2.32
/proc/14041/task/14043/stat : 14043 (java) S 14039 14041 13766 0 -1 4202560 7025 0 1 0 227 5 0 0 15 0 18 0 7566207 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14044] ppid=14039 vsize=1542904 CPUtime=18.13
/proc/14041/task/14044/stat : 14044 (java) S 14039 14041 13766 0 -1 4202560 30891 0 0 0 1754 59 0 0 16 0 18 0 7566208 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14045] ppid=14039 vsize=1542904 CPUtime=18.08
/proc/14041/task/14045/stat : 14045 (java) S 14039 14041 13766 0 -1 4202560 28395 0 0 0 1743 65 0 0 16 0 18 0 7566208 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14046] ppid=14039 vsize=1542904 CPUtime=111.31
/proc/14041/task/14046/stat : 14046 (java) S 14039 14041 13766 0 -1 4202560 8363 0 0 0 11120 11 0 0 16 0 18 0 7566210 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 0 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14047] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14047/stat : 14047 (java) S 14039 14041 13766 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 7566211 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14048] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14048/stat : 14048 (java) S 14039 14041 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7566211 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14049] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14049/stat : 14049 (java) S 14039 14041 13766 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 7566215 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14050] ppid=14039 vsize=1542904 CPUtime=4.33
/proc/14041/task/14050/stat : 14050 (java) S 14039 14041 13766 0 -1 4202560 6950 0 0 0 430 3 0 0 15 0 18 0 7566215 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14051] ppid=14039 vsize=1542904 CPUtime=1.9
/proc/14041/task/14051/stat : 14051 (java) S 14039 14041 13766 0 -1 4202560 4059 0 0 0 189 1 0 0 15 0 18 0 7566215 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 1 0 0 0
[pid=14041/tid=14052] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14052/stat : 14052 (java) S 14039 14041 13766 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7566215 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14053] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14053/stat : 14053 (java) S 14039 14041 13766 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 7566215 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14056] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14056/stat : 14056 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 18 0 7566443 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14057] ppid=14039 vsize=1542904 CPUtime=0
/proc/14041/task/14057/stat : 14057 (java) S 14039 14041 13766 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 7566444 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4294960144 0 4 0 16800975 18446604437836282048 0 0 -1 0 0 0 0
[pid=14041/tid=14072] ppid=14039 vsize=1542904 CPUtime=764.34
/proc/14041/task/14072/stat : 14072 (java) R 14039 14041 13766 0 -1 4202560 354 0 0 0 76428 6 0 0 19 0 18 0 7573540 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4109800922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14041/tid=14073] ppid=14039 vsize=1542904 CPUtime=762.76
/proc/14041/task/14073/stat : 14073 (java) R 14039 14041 13766 0 -1 4202560 246 0 0 0 76271 5 0 0 19 0 18 0 7573540 1579933696 97199 1992294400 134512640 134550932 4291566928 18446744073709551615 4109592840 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 1542904

Child status: 143
Real time (s): 969.896
CPU time (s): 1801.61
CPU user time (s): 1799.83
CPU system time (s): 1.78873
CPU usage (%): 185.753
Max. virtual memory (cumulated for all children) (KiB): 1546364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 1.78873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112660
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= 29126
involuntary context switches= 50922

runsolver used 4.71528 second user time and 11.1113 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 06:33:02
IDJOB=2661950
IDBENCH=48205
IDSOLVER=1166
FILE ID=node049/2661950-1276662782
PBS_JOBID= 11172493
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661950-1276662782/watcher-2661950-1276662782 -o /tmp/evaluation-result-2661950-1276662782/solver-2661950-1276662782 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661950-1276662782.opb

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=1133300244

node049.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.244
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.48
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.244
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1775620 kB
Buffers:         80232 kB
Cached:         108212 kB
SwapCached:       5856 kB
Active:          99940 kB
Inactive:       105340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1775620 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:            2168 kB
Writeback:           0 kB
AnonPages:       14112 kB
Mapped:          12968 kB
Slab:            56124 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 06:49:13