Trace number 2661952

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)-30 1802.98 963.938

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
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-30
Best CPU time to get the best result obtained on this benchmark1800.27
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 constraint43
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)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

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@4413ee
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@1cb25f1
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-2661952-1276663091.opb
0.24/0.21	c reading problem ... 
4.38/2.51	c ... done. Wall clock time 2.302s.
4.38/2.51	c #vars     3302
4.38/2.51	c #constraints  9306
4.38/2.51	c constraints type 
4.38/2.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
4.38/2.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3102
4.38/2.51	c constraints type 
4.38/2.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3102
4.38/2.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3102
4.59/2.61	c And the winner is Resolution
5.15/3.56	c SATISFIABLE
5.15/3.56	c OPTIMIZING...
5.15/3.56	c Got one! Elapsed wall clock time (in seconds):3.349
5.15/3.56	o -19
5.15/3.60	c And the winner is CuttingPlanes
5.32/4.57	c Got one! Elapsed wall clock time (in seconds):4.357
5.32/4.57	o -20
5.38/4.66	c And the winner is Resolution
5.54/5.58	c Got one! Elapsed wall clock time (in seconds):5.367
5.54/5.58	o -21
5.60/5.61	c And the winner is CuttingPlanes
5.70/6.59	c Got one! Elapsed wall clock time (in seconds):6.38
5.70/6.59	o -22
6.31/6.94	c And the winner is Resolution
6.44/7.66	c Got one! Elapsed wall clock time (in seconds):7.448
6.44/7.66	o -23
6.73/7.89	c And the winner is Resolution
6.99/8.69	c Got one! Elapsed wall clock time (in seconds):8.476
6.99/8.69	o -24
7.20/8.88	c And the winner is Resolution
7.40/9.69	c Got one! Elapsed wall clock time (in seconds):9.482
7.40/9.69	o -25
8.38/10.22	c And the winner is Resolution
8.45/10.74	c Got one! Elapsed wall clock time (in seconds):10.527
8.45/10.74	o -26
9.35/11.26	c cleaning 2498 clauses out of 5000 with flag 5000/5000
12.06/12.62	c cleaning 4251 clauses out of 8502 with flag 11000/11000
15.35/14.32	c cleaning 5624 clauses out of 11251 with flag 18000/18000
19.81/16.69	c cleaning 6813 clauses out of 13627 with flag 26000/26000
21.66/17.63	c And the winner is Resolution
21.85/17.87	c Got one! Elapsed wall clock time (in seconds):17.656
21.85/17.87	o -27
26.67/20.33	c cleaning 7907 clauses out of 15814 with flag 35000/35000
33.28/23.77	c cleaning 8954 clauses out of 17908 with flag 45001/45001
40.50/27.48	c cleaning 9477 clauses out of 18954 with flag 55001/55001
47.51/31.04	c cleaning 9734 clauses out of 19476 with flag 65000/65000
54.47/34.69	c cleaning 9866 clauses out of 19742 with flag 75000/75000
61.65/38.36	c cleaning 9933 clauses out of 19876 with flag 85000/85000
69.03/42.12	c cleaning 9972 clauses out of 19943 with flag 95000/95000
76.02/45.70	c cleaning 9984 clauses out of 19972 with flag 105001/105001
83.53/49.69	c cleaning 9991 clauses out of 19987 with flag 115000/115000
90.29/53.17	c cleaning 9998 clauses out of 19997 with flag 125001/125001
98.83/57.56	c cleaning 9999 clauses out of 19998 with flag 135000/135000
108.36/62.46	c cleaning 10000 clauses out of 20000 with flag 145001/145001
115.84/66.31	c cleaning 9997 clauses out of 19999 with flag 155000/155000
124.57/70.81	c cleaning 10001 clauses out of 20002 with flag 165000/165000
131.71/74.53	c cleaning 9997 clauses out of 20001 with flag 175000/175000
138.08/77.84	c cleaning 10003 clauses out of 20005 with flag 185001/185001
145.35/81.68	c cleaning 9993 clauses out of 20001 with flag 195000/195000
152.49/85.33	c cleaning 10002 clauses out of 20008 with flag 205000/205000
159.61/89.09	c cleaning 9997 clauses out of 20006 with flag 215000/215000
168.33/93.54	c cleaning 10004 clauses out of 20010 with flag 225001/225001
176.77/98.00	c cleaning 9995 clauses out of 20005 with flag 235000/235000
184.66/102.02	c cleaning 10005 clauses out of 20011 with flag 245001/245001
192.96/106.37	c cleaning 9992 clauses out of 20005 with flag 255000/255000
199.87/110.00	c cleaning 9996 clauses out of 20013 with flag 265000/265000
205.69/113.03	c cleaning 10008 clauses out of 20017 with flag 275000/275000
212.38/116.58	c cleaning 9997 clauses out of 20009 with flag 285000/285000
220.28/120.63	c cleaning 9999 clauses out of 20012 with flag 295000/295000
226.18/123.79	c cleaning 10001 clauses out of 20013 with flag 305000/305000
233.38/127.54	c cleaning 9997 clauses out of 20012 with flag 315000/315000
240.26/131.11	c cleaning 10000 clauses out of 20015 with flag 325000/325000
248.73/135.57	c cleaning 9995 clauses out of 20015 with flag 335000/335000
258.19/140.46	c cleaning 10007 clauses out of 20020 with flag 345000/345000
264.79/143.93	c cleaning 10003 clauses out of 20013 with flag 355000/355000
272.24/147.85	c cleaning 10001 clauses out of 20010 with flag 365000/365000
280.51/152.11	c cleaning 10002 clauses out of 20009 with flag 375000/375000
288.57/156.35	c cleaning 10004 clauses out of 20008 with flag 385001/385001
295.32/159.93	c And the winner is Resolution
296.14/160.75	c Got one! Elapsed wall clock time (in seconds):160.541
296.14/160.75	o -28
298.23/161.82	c cleaning 9994 clauses out of 20003 with flag 395000/395000
305.87/165.90	c cleaning 9997 clauses out of 20010 with flag 405001/405001
313.13/169.62	c cleaning 10001 clauses out of 20013 with flag 415001/415001
319.99/173.25	c cleaning 10001 clauses out of 20011 with flag 425000/425000
320.60/173.73	c And the winner is Resolution
321.44/174.92	c Got one! Elapsed wall clock time (in seconds):174.711
321.44/174.92	o -29
329.53/179.05	c cleaning 10005 clauses out of 20011 with flag 435001/435001
338.77/183.84	c cleaning 9999 clauses out of 20005 with flag 445000/445000
348.18/188.78	c cleaning 9997 clauses out of 20006 with flag 455000/455000
355.81/192.75	c cleaning 9999 clauses out of 20009 with flag 465000/465000
366.51/198.32	c cleaning 10001 clauses out of 20010 with flag 475000/475000
376.13/203.34	c cleaning 9999 clauses out of 20009 with flag 485000/485000
383.95/207.45	c cleaning 9997 clauses out of 20010 with flag 495000/495000
392.96/212.13	c cleaning 10001 clauses out of 20014 with flag 505001/505001
401.46/216.65	c cleaning 9998 clauses out of 20012 with flag 515000/515000
411.07/221.65	c cleaning 10004 clauses out of 20014 with flag 525000/525000
417.69/225.18	c cleaning 10005 clauses out of 20010 with flag 535000/535000
426.89/230.00	c cleaning 10002 clauses out of 20005 with flag 545000/545000
434.19/233.80	c cleaning 9992 clauses out of 20003 with flag 555000/555000
441.20/237.53	c cleaning 10004 clauses out of 20011 with flag 565000/565000
448.41/241.30	c cleaning 9995 clauses out of 20008 with flag 575001/575001
453.63/244.19	c cleaning 0 clauses out of 5002 with flag 0/5002
456.74/245.99	c cleaning 9999 clauses out of 20013 with flag 585001/585001
464.51/250.03	c cleaning 9999 clauses out of 20013 with flag 595000/595000
471.51/253.79	c cleaning 10002 clauses out of 20014 with flag 605000/605000
478.54/257.43	c cleaning 10002 clauses out of 20012 with flag 615000/615000
486.98/261.95	c cleaning 10004 clauses out of 20010 with flag 625000/625000
496.54/266.97	c cleaning 9998 clauses out of 20006 with flag 635000/635000
506.31/272.05	c cleaning 9995 clauses out of 20008 with flag 645000/645000
514.29/276.27	c cleaning 10002 clauses out of 20014 with flag 655001/655001
524.31/281.53	c cleaning 10004 clauses out of 20011 with flag 665000/665000
533.70/286.41	c cleaning 9998 clauses out of 20008 with flag 675001/675001
542.07/290.86	c cleaning 9996 clauses out of 20011 with flag 685002/685002
549.67/294.86	c cleaning 10000 clauses out of 20013 with flag 695000/695000
558.90/299.78	c cleaning 10004 clauses out of 20014 with flag 705001/705001
566.89/303.96	c cleaning 9991 clauses out of 20009 with flag 715000/715000
574.28/307.89	c cleaning 10004 clauses out of 20019 with flag 725001/725001
581.87/311.85	c cleaning 10005 clauses out of 20015 with flag 735001/735001
589.54/315.98	c cleaning 9994 clauses out of 20009 with flag 745000/745000
598.30/320.58	c cleaning 10002 clauses out of 20015 with flag 755000/755000
606.67/324.92	c cleaning 10000 clauses out of 20014 with flag 765001/765001
616.44/330.10	c cleaning 9999 clauses out of 20013 with flag 775000/775000
625.27/334.79	c cleaning 10003 clauses out of 20014 with flag 785000/785000
634.22/339.43	c cleaning 10003 clauses out of 20011 with flag 795000/795000
642.81/343.99	c cleaning 9997 clauses out of 20008 with flag 805000/805000
652.38/348.97	c cleaning 10000 clauses out of 20011 with flag 815000/815000
661.64/353.80	c cleaning 10002 clauses out of 20011 with flag 825000/825000
670.22/358.32	c cleaning 9996 clauses out of 20009 with flag 835000/835000
679.80/363.33	c cleaning 9998 clauses out of 20013 with flag 845000/845000
687.59/367.48	c cleaning 9999 clauses out of 20016 with flag 855001/855001
697.27/372.55	c cleaning 10005 clauses out of 20016 with flag 865000/865000
705.04/376.62	c cleaning 9995 clauses out of 20011 with flag 875000/875000
714.42/381.52	c cleaning 9997 clauses out of 20016 with flag 885000/885000
721.99/385.55	c cleaning 10003 clauses out of 20019 with flag 895000/895000
727.84/388.74	c cleaning 10004 clauses out of 20016 with flag 905000/905000
734.44/392.28	c cleaning 9997 clauses out of 20012 with flag 915000/915000
742.20/396.35	c cleaning 9988 clauses out of 20015 with flag 925000/925000
748.79/399.87	c cleaning 10010 clauses out of 20027 with flag 935000/935000
757.92/404.62	c cleaning 10004 clauses out of 20017 with flag 945000/945000
764.06/407.95	c cleaning 10000 clauses out of 20014 with flag 955001/955001
772.65/412.49	c cleaning 9976 clauses out of 20013 with flag 965000/965000
781.81/417.23	c cleaning 10011 clauses out of 20039 with flag 975002/975002
789.10/421.17	c cleaning 10006 clauses out of 20027 with flag 985001/985001
796.26/424.98	c And the winner is Resolution
799.05/427.75	c Got one! Elapsed wall clock time (in seconds):427.539
799.05/427.75	o -30
800.11/428.32	c cleaning 10007 clauses out of 20020 with flag 995000/995000
811.04/434.02	c cleaning 10005 clauses out of 20013 with flag 1005000/1005000
822.55/440.05	c cleaning 10000 clauses out of 20008 with flag 1015000/1015000
833.49/445.88	c cleaning 10003 clauses out of 20008 with flag 1025000/1025000
843.42/451.10	c cleaning 9992 clauses out of 20005 with flag 1035000/1035000
851.32/455.28	c cleaning 10002 clauses out of 20013 with flag 1045000/1045000
862.24/460.97	c cleaning 10000 clauses out of 20011 with flag 1055000/1055000
870.99/465.69	c cleaning 10000 clauses out of 20012 with flag 1065001/1065001
881.29/471.08	c cleaning 10006 clauses out of 20013 with flag 1075002/1075002
891.18/476.23	c cleaning 9994 clauses out of 20005 with flag 1085000/1085000
902.08/481.92	c cleaning 9997 clauses out of 20011 with flag 1095000/1095000
911.41/486.91	c cleaning 9996 clauses out of 20014 with flag 1105000/1105000
920.71/491.82	c cleaning 10004 clauses out of 20018 with flag 1115000/1115000
928.63/496.04	c cleaning 9995 clauses out of 20014 with flag 1125000/1125000
936.10/500.08	c cleaning 10001 clauses out of 20020 with flag 1135001/1135001
944.04/504.38	c cleaning 9993 clauses out of 20018 with flag 1145000/1145000
952.33/508.78	c cleaning 10003 clauses out of 20025 with flag 1155000/1155000
959.23/512.44	c cleaning 10001 clauses out of 20024 with flag 1165002/1165002
966.53/516.39	c cleaning 10009 clauses out of 20022 with flag 1175001/1175001
974.26/520.56	c cleaning 9992 clauses out of 20012 with flag 1185000/1185000
982.37/524.81	c cleaning 10004 clauses out of 20021 with flag 1195001/1195001
989.28/528.58	c cleaning 9998 clauses out of 20017 with flag 1205001/1205001
997.17/532.73	c cleaning 10007 clauses out of 20018 with flag 1215000/1215000
1005.50/537.22	c cleaning 10004 clauses out of 20012 with flag 1225001/1225001
1013.04/541.29	c cleaning 9994 clauses out of 20007 with flag 1235000/1235000
1020.35/545.11	c cleaning 9998 clauses out of 20014 with flag 1245001/1245001
1028.67/549.59	c cleaning 9998 clauses out of 20015 with flag 1255000/1255000
1038.23/554.62	c cleaning 10004 clauses out of 20017 with flag 1265000/1265000
1046.74/559.19	c cleaning 10004 clauses out of 20013 with flag 1275000/1275000
1054.48/563.22	c cleaning 10002 clauses out of 20009 with flag 1285000/1285000
1062.58/567.60	c cleaning 9995 clauses out of 20007 with flag 1295000/1295000
1072.13/572.68	c cleaning 10004 clauses out of 20012 with flag 1305000/1305000
1081.84/577.76	c cleaning 9998 clauses out of 20008 with flag 1315000/1315000
1089.55/581.89	c cleaning 10001 clauses out of 20011 with flag 1325001/1325001
1096.08/585.37	c cleaning 9983 clauses out of 20009 with flag 1335000/1335000
1105.77/590.50	c cleaning 10010 clauses out of 20027 with flag 1345001/1345001
1112.48/594.15	c cleaning 10003 clauses out of 20016 with flag 1355000/1355000
1119.57/597.94	c cleaning 10004 clauses out of 20015 with flag 1365002/1365002
1126.87/601.87	c cleaning 9984 clauses out of 20009 with flag 1375000/1375000
1136.00/606.72	c cleaning 10004 clauses out of 20025 with flag 1385000/1385000
1143.29/610.62	c cleaning 9996 clauses out of 20021 with flag 1395000/1395000
1151.16/614.84	c cleaning 9995 clauses out of 20025 with flag 1405000/1405000
1158.24/618.65	c cleaning 10008 clauses out of 20031 with flag 1415001/1415001
1166.36/623.01	c cleaning 10000 clauses out of 20023 with flag 1425001/1425001
1175.61/627.91	c cleaning 10000 clauses out of 20022 with flag 1435000/1435000
1182.29/631.56	c cleaning 10004 clauses out of 20022 with flag 1445000/1445000
1189.53/635.50	c cleaning 10005 clauses out of 20019 with flag 1455001/1455001
1197.05/639.55	c cleaning 10003 clauses out of 20014 with flag 1465001/1465001
1204.74/643.61	c cleaning 9996 clauses out of 20011 with flag 1475001/1475001
1211.20/647.19	c cleaning 10001 clauses out of 20014 with flag 1485000/1485000
1218.90/651.23	c cleaning 10003 clauses out of 20013 with flag 1495000/1495000
1226.64/655.44	c cleaning 9995 clauses out of 20010 with flag 1505000/1505000
1234.72/659.76	c cleaning 9997 clauses out of 20015 with flag 1515000/1515000
1242.42/663.87	c cleaning 10003 clauses out of 20018 with flag 1525000/1525000
1251.71/668.70	c cleaning 9995 clauses out of 20016 with flag 1535001/1535001
1260.06/673.26	c cleaning 10001 clauses out of 20020 with flag 1545000/1545000
1266.95/676.92	c cleaning 10002 clauses out of 20020 with flag 1555001/1555001
1275.03/681.26	c cleaning 10004 clauses out of 20017 with flag 1565000/1565000
1283.90/685.90	c cleaning 9997 clauses out of 20013 with flag 1575000/1575000
1291.22/689.92	c cleaning 10000 clauses out of 20016 with flag 1585000/1585000
1299.86/694.56	c cleaning 10000 clauses out of 20017 with flag 1595001/1595001
1306.71/698.24	c cleaning 10006 clauses out of 20016 with flag 1605000/1605000
1314.39/702.35	c cleaning 10001 clauses out of 20010 with flag 1615000/1615000
1322.52/706.78	c cleaning 9983 clauses out of 20009 with flag 1625000/1625000
1330.79/711.12	c cleaning 10005 clauses out of 20026 with flag 1635000/1635000
1338.09/715.07	c cleaning 10003 clauses out of 20021 with flag 1645000/1645000
1346.18/719.40	c cleaning 10004 clauses out of 20018 with flag 1655000/1655000
1355.07/724.16	c cleaning 9998 clauses out of 20014 with flag 1665000/1665000
1363.56/728.64	c cleaning 10003 clauses out of 20018 with flag 1675002/1675002
1371.99/733.11	c cleaning 10000 clauses out of 20013 with flag 1685000/1685000
1380.23/737.53	c cleaning 9995 clauses out of 20013 with flag 1695000/1695000
1388.71/742.19	c cleaning 10000 clauses out of 20018 with flag 1705000/1705000
1396.97/746.54	c cleaning 10001 clauses out of 20019 with flag 1715001/1715001
1406.26/751.46	c cleaning 9999 clauses out of 20020 with flag 1725003/1725003
1413.93/755.50	c cleaning 9999 clauses out of 20018 with flag 1735000/1735000
1422.42/760.14	c cleaning 10001 clauses out of 20019 with flag 1745000/1745000
1429.46/763.93	c cleaning 10004 clauses out of 20019 with flag 1755001/1755001
1437.51/768.23	c cleaning 9998 clauses out of 20014 with flag 1765000/1765000
1444.57/772.03	c cleaning 9999 clauses out of 20017 with flag 1775001/1775001
1453.07/776.66	c cleaning 9999 clauses out of 20017 with flag 1785000/1785000
1461.56/781.18	c cleaning 10002 clauses out of 20018 with flag 1795000/1795000
1469.03/785.11	c cleaning 10001 clauses out of 20016 with flag 1805000/1805000
1477.12/789.42	c cleaning 9997 clauses out of 20015 with flag 1815000/1815000
1485.04/793.74	c cleaning 9994 clauses out of 20018 with flag 1825000/1825000
1493.72/798.36	c cleaning 10011 clauses out of 20025 with flag 1835001/1835001
1500.21/801.87	c cleaning 9999 clauses out of 20014 with flag 1845001/1845001
1508.11/806.03	c cleaning 9996 clauses out of 20014 with flag 1855000/1855000
1516.82/810.74	c cleaning 9992 clauses out of 20018 with flag 1865000/1865000
1525.10/815.11	c cleaning 10006 clauses out of 20027 with flag 1875001/1875001
1532.98/819.39	c cleaning 9998 clauses out of 20020 with flag 1885000/1885000
1540.86/823.50	c cleaning 9991 clauses out of 20023 with flag 1895001/1895001
1549.19/828.03	c cleaning 10001 clauses out of 20032 with flag 1905001/1905001
1556.88/832.13	c cleaning 10008 clauses out of 20031 with flag 1915001/1915001
1565.36/836.66	c cleaning 9999 clauses out of 20023 with flag 1925001/1925001
1573.66/841.06	c cleaning 10000 clauses out of 20023 with flag 1935000/1935000
1580.94/845.07	c cleaning 9995 clauses out of 20023 with flag 1945000/1945000
1590.23/849.95	c cleaning 10007 clauses out of 20028 with flag 1955000/1955000
1599.71/854.94	c cleaning 9999 clauses out of 20021 with flag 1965000/1965000
1608.19/859.48	c cleaning 10005 clauses out of 20023 with flag 1975001/1975001
1617.12/864.26	c cleaning 10002 clauses out of 20017 with flag 1985000/1985000
1625.41/868.66	c cleaning 9994 clauses out of 20015 with flag 1995000/1995000
1634.71/873.54	c cleaning 10007 clauses out of 20021 with flag 2005000/2005000
1643.38/878.13	c cleaning 9990 clauses out of 20014 with flag 2015000/2015000
1650.09/881.81	c cleaning 10000 clauses out of 20024 with flag 2025000/2025000
1657.58/885.88	c cleaning 9997 clauses out of 20024 with flag 2035000/2035000
1664.26/889.46	c cleaning 10006 clauses out of 20028 with flag 2045001/2045001
1671.94/893.54	c cleaning 10007 clauses out of 20021 with flag 2055000/2055000
1680.44/898.13	c cleaning 10005 clauses out of 20015 with flag 2065001/2065001
1687.74/902.10	c cleaning 9997 clauses out of 20009 with flag 2075000/2075000
1696.02/906.42	c cleaning 9998 clauses out of 20013 with flag 2085001/2085001
1704.50/910.96	c cleaning 10000 clauses out of 20015 with flag 2095001/2095001
1712.81/915.48	c cleaning 10000 clauses out of 20014 with flag 2105000/2105000
1721.09/919.86	c cleaning 9994 clauses out of 20015 with flag 2115001/2115001
1728.55/923.87	c cleaning 10002 clauses out of 20020 with flag 2125000/2125000
1737.43/928.53	c cleaning 10000 clauses out of 20018 with flag 2135000/2135000
1746.10/933.21	c cleaning 9994 clauses out of 20018 with flag 2145000/2145000
1753.59/937.25	c cleaning 10012 clauses out of 20025 with flag 2155001/2155001
1762.41/941.93	c cleaning 9997 clauses out of 20012 with flag 2165000/2165000
1770.44/946.27	c cleaning 10000 clauses out of 20015 with flag 2175000/2175000
1778.53/950.62	c cleaning 9996 clauses out of 20015 with flag 2185000/2185000
1785.79/954.53	c cleaning 10005 clauses out of 20019 with flag 2195000/2195000
1793.07/958.40	c cleaning 9987 clauses out of 20014 with flag 2205000/2205000
1799.95/962.16	c cleaning 10006 clauses out of 20027 with flag 2215000/2215000
1802.75/963.84	c starts		: 238
1802.75/963.84	c conflicts		: 2218974
1802.75/963.84	c decisions		: 2317844
1802.75/963.84	c propagations		: 13213911
1802.75/963.84	c inspects		: 1603587219
1802.75/963.84	c learnt literals	: 0
1802.75/963.84	c learnt binary clauses	: 0
1802.75/963.84	c learnt ternary clauses	: 0
1802.75/963.84	c learnt clauses	: 2218974
1802.75/963.84	c ignored clauses	: 0
1802.75/963.84	c root simplifications	: 0
1802.75/963.84	c removed literals (reason simplification)	: 26908095
1802.75/963.84	c reason swapping (by a shorter reason)	: 0
1802.75/963.84	c Calls to reduceDB	: 223
1802.75/963.84	c number of reductions to clauses (during analyze)	: 0
1802.75/963.84	c number of learned constraints concerned by reduction	: 0
1802.75/963.84	c number of learning phase by resolution	: 0
1802.75/963.84	c number of learning phase by cutting planes	: 0
1802.75/963.84	c speed (assignments/second)	: 24648.680258911747
1802.75/963.84	c non guided choices	0
1802.75/963.86	c learnt constraints type 
1802.75/963.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13995
1802.75/963.86	c constraints type 
1802.75/963.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
1802.75/963.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1802.75/963.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3102
1802.75/963.86	c constraints type 
1802.75/963.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3102
1802.75/963.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1802.75/963.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3102
1802.75/963.86	s SATISFIABLE
1802.75/963.86	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 
1802.75/963.86	c objective function=-30
1802.75/963.86	c Total wall clock time (in seconds): 963.65

Verifier Data

OK	-30

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16817
/proc/meminfo: memFree=1805840/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=248 CPUtime=0
/proc/16817/stat : 16817 (java) R 16815 16817 16255 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 7602288 253952 28 1992294400 134512640 134550932 4290591584 18446744073709551615 10461780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16817/statm: 62 28 21 10 0 23 0

[startup+0.064876 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16817
/proc/meminfo: memFree=1805840/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1522364 CPUtime=0.05
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 3668 0 1 0 3 2 0 0 18 0 7 0 7602288 1558900736 3109 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 380591 3110 1033 10 0 377901 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1522364

[startup+0.100874 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16817
/proc/meminfo: memFree=1805840/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1524588 CPUtime=0.08
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 7602288 1561178112 3405 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 381147 3405 1077 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524588

[startup+0.300905 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16817
/proc/meminfo: memFree=1805840/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1525592 CPUtime=0.36
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 5396 0 1 0 33 3 0 0 18 0 12 0 7602288 1562206208 4833 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 381398 4833 1356 10 0 378701 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525592

[startup+0.879995 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16817
/proc/meminfo: memFree=1805840/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1530756 CPUtime=1.4
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 8064 0 1 0 136 4 0 0 18 0 12 0 7602288 1567494144 7379 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 382689 7379 1402 10 0 379992 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1530756

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 16829
/proc/meminfo: memFree=1778836/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1541100 CPUtime=2.64
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 13058 0 1 0 258 6 0 0 18 0 12 0 7602288 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 385275 10780 1407 10 0 382578 0
[pid=16817/tid=16819] ppid=16815 vsize=1541100 CPUtime=1.4
/proc/16817/task/16819/stat : 16819 (java) R 16815 16817 16255 0 -1 4202560 5953 0 1 0 137 3 0 0 25 0 12 0 7602290 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4108977217 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 7602291 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 7602291 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16822/stat : 16822 (java) S 16815 16817 16255 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 7602293 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7602293 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7602293 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7602297 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1541100 CPUtime=0.13
/proc/16817/task/16826/stat : 16826 (java) R 16815 16817 16255 0 -1 4202560 252 0 0 0 13 0 0 0 23 0 12 0 7602297 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 102192183 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1541100 CPUtime=1.08
/proc/16817/task/16827/stat : 16827 (java) R 16815 16817 16255 0 -1 4202560 5791 0 0 0 107 1 0 0 16 0 12 0 7602297 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 104163515 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7602297 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1541100 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7602298 1578086400 10780 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1541100

[startup+3.10226 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 16829
/proc/meminfo: memFree=1765196/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1545736 CPUtime=5.15
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 18037 0 1 0 507 8 0 0 18 0 14 0 7602288 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 386434 13288 1422 10 0 383737 0
[pid=16817/tid=16819] ppid=16815 vsize=1545736 CPUtime=2.4
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6839 0 1 0 237 3 0 0 25 0 14 0 7602290 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 7602291 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7602291 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16822/stat : 16822 (java) S 16815 16817 16255 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 14 0 7602293 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 7602293 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7602293 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7602297 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1545736 CPUtime=1.01
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3190 0 0 0 100 1 0 0 23 0 14 0 7602297 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1545736 CPUtime=1.61
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6462 0 0 0 159 2 0 0 16 0 14 0 7602297 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7602297 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1545736 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7602298 1582833664 13288 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1545736

[startup+6.30165 s]
/proc/loadavg: 1.16 1.03 1.01 1/119 16837
/proc/meminfo: memFree=1752284/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546060 CPUtime=5.7
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 20009 0 1 0 561 9 0 0 18 0 14 0 7602288 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 386515 15255 1425 10 0 383818 0
[pid=16817/tid=16819] ppid=16815 vsize=1546060 CPUtime=2.43
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6898 0 1 0 240 3 0 0 19 0 14 0 7602290 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 7602291 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7602291 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16822/stat : 16822 (java) S 16815 16817 16255 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 7602293 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 7602293 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 7602293 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7602297 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546060 CPUtime=1.1
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3198 0 0 0 109 1 0 0 15 0 14 0 7602297 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546060 CPUtime=1.88
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6473 0 0 0 186 2 0 0 15 0 14 0 7602297 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7602297 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7602298 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 7602545 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7602550 1583165440 15255 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1546060

[startup+12.7024 s]
/proc/loadavg: 1.07 1.02 1.00 4/121 16849
/proc/meminfo: memFree=1623928/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546060 CPUtime=12.2
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 51375 0 1 0 1199 21 0 0 18 0 16 0 7602288 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 386515 46560 1447 10 0 383818 0
[pid=16817/tid=16819] ppid=16815 vsize=1546060 CPUtime=2.43
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6972 0 1 0 240 3 0 0 18 0 16 0 7602290 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546060 CPUtime=0.12
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 2871 0 0 0 11 1 0 0 16 0 16 0 7602291 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546060 CPUtime=0.11
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 2892 0 0 0 11 0 0 0 15 0 16 0 7602291 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546060 CPUtime=0.13
/proc/16817/task/16822/stat : 16822 (java) R 16815 16817 16255 0 -1 4202560 2638 0 0 0 13 0 0 0 15 0 16 0 7602293 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546060 CPUtime=2.32
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3266 0 0 0 231 1 0 0 15 0 16 0 7602297 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546060 CPUtime=2.57
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6515 0 0 0 255 2 0 0 16 0 16 0 7602297 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7602298 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7602545 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602550 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16848] ppid=16815 vsize=1546060 CPUtime=1.57
/proc/16817/task/16848/stat : 16848 (java) S 16815 16817 16255 0 -1 4202560 1124 0 0 0 157 0 0 0 21 0 16 0 7603362 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16849] ppid=16815 vsize=1546060 CPUtime=1.2
/proc/16817/task/16849/stat : 16849 (java) S 16815 16817 16255 0 -1 4202560 1643 0 0 0 120 0 0 0 22 0 16 0 7603362 1583165440 46560 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1546060

[startup+25.502 s]
/proc/loadavg: 1.35 1.08 1.02 3/121 16851
/proc/meminfo: memFree=1576560/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546060 CPUtime=36.73
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 63792 0 1 0 3646 27 0 0 18 0 16 0 7602288 1583165440 58356 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 386515 58356 1451 10 0 383818 0
[pid=16817/tid=16819] ppid=16815 vsize=1546060 CPUtime=2.43
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6974 0 1 0 240 3 0 0 15 0 16 0 7602290 1583165440 58356 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546060 CPUtime=0.39

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

/proc/16817/statm: 386515 108138 1451 10 0 383818 0
[pid=16817/tid=16819] ppid=16815 vsize=1546060 CPUtime=2.44
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6989 0 1 0 241 3 0 0 15 0 16 0 7602290 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546060 CPUtime=10.27
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 31408 0 0 0 989 38 0 0 15 0 16 0 7602291 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546060 CPUtime=10.21
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 34682 0 0 0 979 42 0 0 16 0 16 0 7602291 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546060 CPUtime=91.57
/proc/16817/task/16822/stat : 16822 (java) R 16815 16817 16255 0 -1 4202560 11814 0 0 0 9112 45 0 0 16 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 104187845 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546060 CPUtime=2.51
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3280 0 0 0 250 1 0 0 15 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546060 CPUtime=3.14
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6541 0 0 0 312 2 0 0 15 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7602298 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7602545 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602550 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16866] ppid=16815 vsize=1546060 CPUtime=447.46
/proc/16817/task/16866/stat : 16866 (java) S 16815 16817 16255 0 -1 4202560 190 0 0 0 44744 2 0 0 25 0 16 0 7645064 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16867] ppid=16815 vsize=1546060 CPUtime=446.99
/proc/16817/task/16867/stat : 16867 (java) S 16815 16817 16255 0 -1 4202560 77 0 0 0 44696 3 0 0 25 0 16 0 7645064 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.85
Current children cumulated vsize (KiB) 1546060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+962.202 s]
/proc/loadavg: 2.00 1.95 1.63 2/121 16883
/proc/meminfo: memFree=1375060/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546060 CPUtime=1800.13
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 122190 0 1 0 179855 158 0 0 18 0 16 0 7602288 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16817/statm: 386515 108138 1451 10 0 383818 0
[pid=16817/tid=16819] ppid=16815 vsize=1546060 CPUtime=2.44
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6990 0 1 0 241 3 0 0 15 0 16 0 7602290 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546060 CPUtime=10.38
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 31408 0 0 0 1000 38 0 0 16 0 16 0 7602291 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546060 CPUtime=10.32
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 34682 0 0 0 989 43 0 0 15 0 16 0 7602291 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546060 CPUtime=93.85
/proc/16817/task/16822/stat : 16822 (java) R 16815 16817 16255 0 -1 4202560 11816 0 0 0 9339 46 0 0 15 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 105696815 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7602293 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546060 CPUtime=2.51
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3280 0 0 0 250 1 0 0 15 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546060 CPUtime=3.14
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6541 0 0 0 312 2 0 0 15 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602297 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 7602298 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7602545 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546060 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7602550 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16866] ppid=16815 vsize=1546060 CPUtime=464.78
/proc/16817/task/16866/stat : 16866 (java) S 16815 16817 16255 0 -1 4202560 199 0 0 0 46476 2 0 0 25 0 16 0 7645064 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16867] ppid=16815 vsize=1546060 CPUtime=464.47
/proc/16817/task/16867/stat : 16867 (java) S 16815 16817 16255 0 -1 4202560 79 0 0 0 46444 3 0 0 20 0 16 0 7645064 1583165440 108138 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1546060

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

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

[startup+963.102 s]
/proc/loadavg: 2.00 1.95 1.63 2/122 16884
/proc/meminfo: memFree=1375052/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546708 CPUtime=1801.35
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 122201 0 1 0 179977 158 0 0 18 0 18 0 7602288 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16817/statm: 386677 108149 1451 10 0 383980 0
[pid=16817/tid=16819] ppid=16815 vsize=1546708 CPUtime=2.44
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6990 0 1 0 241 3 0 0 15 0 18 0 7602290 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546708 CPUtime=10.38
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 31408 0 0 0 1000 38 0 0 16 0 18 0 7602291 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546708 CPUtime=10.32
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 34682 0 0 0 989 43 0 0 15 0 18 0 7602291 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546708 CPUtime=94.41
/proc/16817/task/16822/stat : 16822 (java) S 16815 16817 16255 0 -1 4202560 11816 0 0 0 9395 46 0 0 16 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546708 CPUtime=2.51
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3280 0 0 0 250 1 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546708 CPUtime=3.14
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6541 0 0 0 312 2 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 7602298 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 7602545 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7602550 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16866] ppid=16815 vsize=1546708 CPUtime=465.11
/proc/16817/task/16866/stat : 16866 (java) R 16815 16817 16255 0 -1 4202560 199 0 0 0 46509 2 0 0 20 0 18 0 7645064 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4109521912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16817/tid=16867] ppid=16815 vsize=1546708 CPUtime=464.8
/proc/16817/task/16867/stat : 16867 (java) R 16815 16817 16255 0 -1 4202560 79 0 0 0 46477 3 0 0 16 0 18 0 7645064 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4109902999 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.35
Current children cumulated vsize (KiB) 1546708

[startup+963.502 s]
/proc/loadavg: 2.00 1.95 1.63 2/122 16884
/proc/meminfo: memFree=1375052/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=1546708 CPUtime=1802.15
/proc/16817/stat : 16817 (java) S 16815 16817 16255 0 -1 4202496 122201 0 1 0 180057 158 0 0 18 0 18 0 7602288 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16817/statm: 386677 108149 1451 10 0 383980 0
[pid=16817/tid=16819] ppid=16815 vsize=1546708 CPUtime=2.44
/proc/16817/task/16819/stat : 16819 (java) S 16815 16817 16255 0 -1 4202560 6990 0 1 0 241 3 0 0 15 0 18 0 7602290 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16820] ppid=16815 vsize=1546708 CPUtime=10.38
/proc/16817/task/16820/stat : 16820 (java) S 16815 16817 16255 0 -1 4202560 31408 0 0 0 1000 38 0 0 16 0 18 0 7602291 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16821] ppid=16815 vsize=1546708 CPUtime=10.32
/proc/16817/task/16821/stat : 16821 (java) S 16815 16817 16255 0 -1 4202560 34682 0 0 0 989 43 0 0 15 0 18 0 7602291 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16822] ppid=16815 vsize=1546708 CPUtime=94.41
/proc/16817/task/16822/stat : 16822 (java) S 16815 16817 16255 0 -1 4202560 11816 0 0 0 9395 46 0 0 16 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 0 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16823] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16823/stat : 16823 (java) S 16815 16817 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16824] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16824/stat : 16824 (java) S 16815 16817 16255 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7602293 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16825] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16825/stat : 16825 (java) S 16815 16817 16255 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16826] ppid=16815 vsize=1546708 CPUtime=2.51
/proc/16817/task/16826/stat : 16826 (java) S 16815 16817 16255 0 -1 4202560 3280 0 0 0 250 1 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16827] ppid=16815 vsize=1546708 CPUtime=3.14
/proc/16817/task/16827/stat : 16827 (java) S 16815 16817 16255 0 -1 4202560 6541 0 0 0 312 2 0 0 15 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16828] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16828/stat : 16828 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7602297 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16829] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16829/stat : 16829 (java) S 16815 16817 16255 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 7602298 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 1 0 0 0
[pid=16817/tid=16832] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16832/stat : 16832 (java) S 16815 16817 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 7602545 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16833] ppid=16815 vsize=1546708 CPUtime=0
/proc/16817/task/16833/stat : 16833 (java) S 16815 16817 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7602550 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4294960144 0 4 0 16800975 18446604437828424640 0 0 -1 0 0 0 0
[pid=16817/tid=16866] ppid=16815 vsize=1546708 CPUtime=465.51
/proc/16817/task/16866/stat : 16866 (java) R 16815 16817 16255 0 -1 4202560 199 0 0 0 46549 2 0 0 21 0 18 0 7645064 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4109123747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16817/tid=16867] ppid=16815 vsize=1546708 CPUtime=465.2
/proc/16817/task/16867/stat : 16867 (java) R 16815 16817 16255 0 -1 4202560 79 0 0 0 46517 3 0 0 16 0 18 0 7645064 1583828992 108149 1992294400 134512640 134550932 4290591584 18446744073709551615 4109842770 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 1546708

[startup+963.902 s]
/proc/loadavg: 1.92 1.93 1.62 5/124 16886
/proc/meminfo: memFree=1375036/2059040 swapFree=4164956/4192956
[pid=16817] ppid=16815 vsize=0 CPUtime=1802.94
/proc/16817/stat : 16817 (java) Z 16815 16817 16255 0 -1 4203548 122209 0 1 0 180135 159 0 0 18 0 2 0 7602288 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16817/statm: 0 0 0 0 0 0 0
[pid=16817/tid=16866] ppid=16815 vsize=0 CPUtime=465.89
/proc/16817/task/16866/stat : 16866 (java) R 16815 16817 16255 0 -1 4203588 199 0 0 0 46586 3 0 0 22 0 2 0 7645064 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) 1802.94
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 963.938
CPU time (s): 1802.98
CPU user time (s): 1801.35
CPU system time (s): 1.62975
CPU usage (%): 187.043
Max. virtual memory (cumulated for all children) (KiB): 1546708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.35
system time used= 1.62975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122209
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= 27799
involuntary context switches= 47874

runsolver used 3.67144 second user time and 8.03878 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 06:38:11
IDJOB=2661952
IDBENCH=48207
IDSOLVER=1166
FILE ID=node080/2661952-1276663091
PBS_JOBID= 11172468
Free space on /tmp= 62592 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661952-1276663091/watcher-2661952-1276663091 -o /tmp/evaluation-result-2661952-1276663091/solver-2661952-1276663091 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661952-1276663091.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=774894601

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806112 kB
Buffers:         40132 kB
Cached:         103332 kB
SwapCached:       1540 kB
Active:          94352 kB
Inactive:        82724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806112 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       32060 kB
Mapped:          14388 kB
Slab:            54036 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182956 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= 62592 MiB
End job on node080 at 2010-06-16 06:54:16