Trace number 2662988

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)51501 1803.69 971.638

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.502922
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662988-1276353888.opb
0.23/0.22	c reading problem ... 
0.75/0.58	c ... done. Wall clock time 0.368s.
0.75/0.58	c #vars     572
0.75/0.58	c #constraints  215
0.75/0.59	c constraints type 
0.75/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
0.75/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.75/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
0.75/0.59	c constraints type 
0.75/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58
0.75/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
0.75/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
5.51/2.99	c And the winner is Resolution
6.30/3.60	c SATISFIABLE
6.30/3.60	c OPTIMIZING...
6.30/3.60	c Got one! Elapsed wall clock time (in seconds):3.385
6.30/3.60	o 270000
6.49/3.71	c And the winner is Resolution
6.57/4.61	c Got one! Elapsed wall clock time (in seconds):4.393
6.57/4.61	o 234061
6.94/4.84	c And the winner is Resolution
7.10/5.65	c Got one! Elapsed wall clock time (in seconds):5.432
7.10/5.65	o 195382
7.60/5.91	c And the winner is Resolution
7.63/6.67	c Got one! Elapsed wall clock time (in seconds):6.453
7.63/6.67	o 191392
8.67/7.30	c And the winner is Resolution
8.89/7.68	c Got one! Elapsed wall clock time (in seconds):7.46
8.89/7.68	o 190117
8.94/7.79	c And the winner is Resolution
9.12/8.68	c Got one! Elapsed wall clock time (in seconds):8.468
9.12/8.69	o 189822
9.15/8.79	c And the winner is Resolution
9.57/9.69	c Got one! Elapsed wall clock time (in seconds):9.477
9.57/9.69	o 113566
9.79/9.84	c cleaning 2497 clauses out of 5001 with flag 5001/5001
12.50/11.24	c And the winner is Resolution
12.60/11.70	c Got one! Elapsed wall clock time (in seconds):11.486
12.60/11.70	o 113428
12.60/11.77	c cleaning 4245 clauses out of 8502 with flag 11000/11000
15.70/13.31	c cleaning 5619 clauses out of 11258 with flag 18001/18001
19.41/15.22	c cleaning 6806 clauses out of 13638 with flag 26000/26000
22.71/16.92	c cleaning 7907 clauses out of 15832 with flag 35001/35001
23.23/17.29	c And the winner is CuttingPlanes
23.41/17.72	c Got one! Elapsed wall clock time (in seconds):17.503
23.41/17.72	o 63388
26.74/19.42	c cleaning 8948 clauses out of 17924 with flag 45000/45000
30.63/21.43	c cleaning 9484 clauses out of 18976 with flag 55001/55001
35.30/23.82	c cleaning 9738 clauses out of 19492 with flag 65001/65001
38.35/25.40	c And the winner is CuttingPlanes
38.35/25.74	c Got one! Elapsed wall clock time (in seconds):25.526
38.35/25.74	o 55022
40.04/26.69	c cleaning 9868 clauses out of 19753 with flag 75000/75000
45.12/29.25	c cleaning 9927 clauses out of 19885 with flag 85000/85000
50.56/32.07	c cleaning 9963 clauses out of 19958 with flag 95000/95000
55.23/34.47	c cleaning 9975 clauses out of 19996 with flag 105001/105001
59.45/36.68	c cleaning 10004 clauses out of 20021 with flag 115001/115001
63.12/38.58	c cleaning 9994 clauses out of 20017 with flag 125001/125001
66.37/40.26	c cleaning 9983 clauses out of 20022 with flag 135000/135000
71.80/43.06	c cleaning 9986 clauses out of 20039 with flag 145000/145000
77.00/45.75	c cleaning 10002 clauses out of 20053 with flag 155000/155000
81.03/47.87	c cleaning 10010 clauses out of 20052 with flag 165001/165001
85.47/50.16	c cleaning 10003 clauses out of 20041 with flag 175000/175000
89.12/52.09	c cleaning 10002 clauses out of 20038 with flag 185000/185000
93.72/54.42	c cleaning 10008 clauses out of 20036 with flag 195000/195000
99.34/57.34	c cleaning 10004 clauses out of 20028 with flag 205000/205000
103.97/59.77	c cleaning 9999 clauses out of 20024 with flag 215000/215000
107.81/61.76	c cleaning 10010 clauses out of 20027 with flag 225002/225002
112.22/64.08	c cleaning 9985 clauses out of 20019 with flag 235004/235004
116.08/66.01	c cleaning 9987 clauses out of 20031 with flag 245001/245001
119.51/67.85	c cleaning 10013 clauses out of 20043 with flag 255000/255000
123.35/69.87	c cleaning 9998 clauses out of 20031 with flag 265001/265001
128.76/72.66	c cleaning 10011 clauses out of 20032 with flag 275000/275000
133.20/74.91	c cleaning 9983 clauses out of 20021 with flag 285000/285000
138.25/77.55	c cleaning 10008 clauses out of 20038 with flag 295000/295000
142.50/79.80	c cleaning 9992 clauses out of 20030 with flag 305000/305000
146.70/81.95	c cleaning 10000 clauses out of 20039 with flag 315001/315001
153.11/85.27	c cleaning 9998 clauses out of 20041 with flag 325003/325003
160.52/89.10	c cleaning 9998 clauses out of 20041 with flag 335001/335001
166.32/92.08	c cleaning 10008 clauses out of 20043 with flag 345001/345001
170.70/94.31	c cleaning 9988 clauses out of 20034 with flag 355000/355000
175.12/96.69	c cleaning 10007 clauses out of 20046 with flag 365000/365000
179.34/98.80	c cleaning 10012 clauses out of 20040 with flag 375001/375001
183.16/100.85	c cleaning 9989 clauses out of 20027 with flag 385000/385000
186.70/102.79	c cleaning 10005 clauses out of 20039 with flag 395001/395001
191.31/105.19	c cleaning 10000 clauses out of 20033 with flag 405000/405000
195.30/107.26	c cleaning 10001 clauses out of 20033 with flag 415000/415000
199.90/109.62	c cleaning 10007 clauses out of 20033 with flag 425001/425001
204.44/112.04	c cleaning 9987 clauses out of 20025 with flag 435000/435000
209.64/114.72	c cleaning 10004 clauses out of 20038 with flag 445000/445000
214.83/117.47	c cleaning 9981 clauses out of 20034 with flag 455000/455000
219.64/119.92	c cleaning 10013 clauses out of 20053 with flag 465000/465000
225.54/123.02	c cleaning 9992 clauses out of 20041 with flag 475001/475001
230.52/125.68	c cleaning 10009 clauses out of 20050 with flag 485002/485002
234.12/127.55	c cleaning 9998 clauses out of 20039 with flag 495000/495000
238.09/129.66	c cleaning 9991 clauses out of 20042 with flag 505001/505001
244.39/132.93	c cleaning 10002 clauses out of 20050 with flag 515000/515000
249.36/135.52	c cleaning 9999 clauses out of 20048 with flag 525000/525000
254.13/138.00	c cleaning 10001 clauses out of 20051 with flag 535002/535002
258.90/140.52	c cleaning 10005 clauses out of 20048 with flag 545000/545000
263.42/142.98	c cleaning 9998 clauses out of 20044 with flag 555001/555001
267.99/145.39	c cleaning 9999 clauses out of 20045 with flag 565000/565000
272.55/147.74	c cleaning 9996 clauses out of 20046 with flag 575000/575000
277.12/150.19	c cleaning 10016 clauses out of 20050 with flag 585000/585000
281.21/152.36	c cleaning 9987 clauses out of 20037 with flag 595003/595003
286.96/155.33	c cleaning 10017 clauses out of 20048 with flag 605001/605001
291.13/157.51	c cleaning 9968 clauses out of 20030 with flag 615000/615000
295.30/159.76	c cleaning 10027 clauses out of 20063 with flag 625001/625001
300.39/162.43	c cleaning 10005 clauses out of 20035 with flag 635000/635000
305.16/164.91	c cleaning 9994 clauses out of 20030 with flag 645000/645000
312.47/168.73	c cleaning 9988 clauses out of 20036 with flag 655000/655000
320.59/172.97	c cleaning 9991 clauses out of 20048 with flag 665000/665000
327.27/176.43	c cleaning 10014 clauses out of 20060 with flag 675003/675003
333.61/179.71	c cleaning 10008 clauses out of 20045 with flag 685002/685002
340.75/183.45	c cleaning 9997 clauses out of 20035 with flag 695000/695000
346.90/186.69	c cleaning 10003 clauses out of 20038 with flag 705000/705000
352.97/189.81	c cleaning 10013 clauses out of 20037 with flag 715002/715002
358.31/192.69	c cleaning 9997 clauses out of 20023 with flag 725001/725001
363.64/195.40	c cleaning 9998 clauses out of 20025 with flag 735000/735000
369.36/198.42	c cleaning 9992 clauses out of 20027 with flag 745000/745000
375.82/201.87	c cleaning 9999 clauses out of 20037 with flag 755002/755002
382.13/205.16	c cleaning 10001 clauses out of 20038 with flag 765002/765002
382.51/205.46	c And the winner is CuttingPlanes
382.65/206.11	c Got one! Elapsed wall clock time (in seconds):205.893
382.65/206.11	o 53173
387.18/208.41	c cleaning 10000 clauses out of 20035 with flag 775000/775000
392.32/211.17	c cleaning 9978 clauses out of 20038 with flag 785003/785003
398.92/214.66	c cleaning 9981 clauses out of 20059 with flag 795002/795002
405.63/218.13	c cleaning 9973 clauses out of 20077 with flag 805001/805001
412.11/221.52	c cleaning 9996 clauses out of 20104 with flag 815001/815001
418.00/224.70	c cleaning 10005 clauses out of 20107 with flag 825000/825000
423.99/227.89	c cleaning 9996 clauses out of 20103 with flag 835001/835001
429.90/230.93	c cleaning 9999 clauses out of 20107 with flag 845001/845001
430.61/231.49	c And the winner is CuttingPlanes
430.81/232.43	c Got one! Elapsed wall clock time (in seconds):232.21
430.81/232.43	o 51501
434.12/234.17	c cleaning 10050 clauses out of 20109 with flag 855002/855002
437.63/236.09	c cleaning 10021 clauses out of 20057 with flag 865000/865000
441.83/238.34	c cleaning 10001 clauses out of 20036 with flag 875000/875000
446.54/240.82	c cleaning 10009 clauses out of 20036 with flag 885001/885001
451.23/243.33	c cleaning 9994 clauses out of 20029 with flag 895003/895003
456.34/246.10	c cleaning 10008 clauses out of 20033 with flag 905001/905001
462.28/249.21	c cleaning 9995 clauses out of 20025 with flag 915001/915001
467.76/252.19	c cleaning 10006 clauses out of 20030 with flag 925001/925001
473.03/254.99	c cleaning 9996 clauses out of 20023 with flag 935000/935000
479.48/258.39	c cleaning 9965 clauses out of 20029 with flag 945002/945002
485.43/261.52	c cleaning 9987 clauses out of 20062 with flag 955000/955000
490.89/264.50	c cleaning 9990 clauses out of 20076 with flag 965001/965001
496.53/267.43	c cleaning 9993 clauses out of 20085 with flag 975000/975000
500.80/269.71	c cleaning 10036 clauses out of 20092 with flag 985000/985000
506.14/272.66	c cleaning 9996 clauses out of 20057 with flag 995001/995001
511.81/275.70	c cleaning 10016 clauses out of 20061 with flag 1005001/1005001
516.89/278.31	c cleaning 9992 clauses out of 20044 with flag 1015000/1015000
521.53/280.81	c cleaning 10003 clauses out of 20052 with flag 1025000/1025000
526.87/283.72	c cleaning 9994 clauses out of 20050 with flag 1035001/1035001
531.70/286.38	c cleaning 9992 clauses out of 20056 with flag 1045001/1045001
535.75/288.56	c cleaning 9992 clauses out of 20063 with flag 1055000/1055000
539.79/290.76	c cleaning 10000 clauses out of 20073 with flag 1065002/1065002
544.91/293.54	c cleaning 9999 clauses out of 20071 with flag 1075000/1075000
549.74/296.11	c cleaning 10001 clauses out of 20073 with flag 1085001/1085001
554.57/298.78	c cleaning 10003 clauses out of 20072 with flag 1095001/1095001
559.63/301.48	c cleaning 10002 clauses out of 20069 with flag 1105001/1105001
564.71/304.27	c cleaning 9997 clauses out of 20069 with flag 1115003/1115003
570.56/307.36	c cleaning 9999 clauses out of 20074 with flag 1125005/1125005
577.17/310.84	c cleaning 9995 clauses out of 20070 with flag 1135000/1135000
582.39/313.64	c cleaning 10017 clauses out of 20075 with flag 1145000/1145000
587.49/316.40	c cleaning 10002 clauses out of 20060 with flag 1155002/1155002
591.53/318.67	c cleaning 9987 clauses out of 20056 with flag 1165000/1165000
595.98/321.02	c cleaning 9989 clauses out of 20070 with flag 1175001/1175001
600.45/323.43	c cleaning 9992 clauses out of 20080 with flag 1185000/1185000
605.16/326.05	c cleaning 9990 clauses out of 20088 with flag 1195000/1195000
609.62/328.49	c cleaning 10002 clauses out of 20099 with flag 1205001/1205001
614.68/331.18	c cleaning 10025 clauses out of 20097 with flag 1215001/1215001
618.72/333.38	c cleaning 10007 clauses out of 20071 with flag 1225000/1225000
622.83/335.64	c cleaning 9999 clauses out of 20064 with flag 1235000/1235000
626.87/337.85	c cleaning 10001 clauses out of 20066 with flag 1245001/1245001
631.92/340.50	c cleaning 9993 clauses out of 20065 with flag 1255001/1255001
636.76/343.17	c cleaning 9989 clauses out of 20071 with flag 1265000/1265000
641.04/345.55	c cleaning 10016 clauses out of 20082 with flag 1275000/1275000
644.90/347.64	c cleaning 9997 clauses out of 20067 with flag 1285001/1285001
649.14/349.94	c cleaning 10025 clauses out of 20071 with flag 1295002/1295002
654.40/352.75	c cleaning 10006 clauses out of 20045 with flag 1305001/1305001
658.71/355.17	c cleaning 9995 clauses out of 20039 with flag 1315001/1315001
662.56/357.22	c cleaning 10007 clauses out of 20043 with flag 1325000/1325000
666.81/359.58	c cleaning 10014 clauses out of 20036 with flag 1335000/1335000
671.06/361.89	c cleaning 9993 clauses out of 20022 with flag 1345000/1345000
675.17/364.17	c cleaning 9994 clauses out of 20029 with flag 1355000/1355000
679.78/366.70	c cleaning 9995 clauses out of 20035 with flag 1365000/1365000
683.63/368.76	c cleaning 9999 clauses out of 20040 with flag 1375000/1375000
690.46/372.39	c cleaning 9999 clauses out of 20041 with flag 1385000/1385000
699.34/377.07	c cleaning 9999 clauses out of 20042 with flag 1395000/1395000
706.16/380.68	c cleaning 10007 clauses out of 20043 with flag 1405000/1405000
711.99/383.80	c cleaning 9995 clauses out of 20038 with flag 1415002/1415002
717.02/386.49	c cleaning 9997 clauses out of 20041 with flag 1425000/1425000
721.32/388.81	c cleaning 9986 clauses out of 20044 with flag 1435000/1435000
725.55/391.16	c cleaning 10001 clauses out of 20061 with flag 1445003/1445003
732.16/394.68	c cleaning 9999 clauses out of 20058 with flag 1455001/1455001
739.59/398.50	c cleaning 9987 clauses out of 20058 with flag 1465000/1465000
746.69/402.31	c cleaning 9999 clauses out of 20074 with flag 1475003/1475003
752.51/405.46	c cleaning 10001 clauses out of 20072 with flag 1485000/1485000
756.93/407.80	c cleaning 10019 clauses out of 20082 with flag 1495011/1495011
760.97/410.02	c cleaning 10016 clauses out of 20052 with flag 1505000/1505000
764.67/412.17	c cleaning 9993 clauses out of 20037 with flag 1515001/1515001
768.30/414.12	c cleaning 10003 clauses out of 20044 with flag 1525001/1525001
772.94/416.66	c cleaning 9999 clauses out of 20041 with flag 1535001/1535001
777.18/419.00	c cleaning 10008 clauses out of 20041 with flag 1545000/1545000
782.26/421.79	c cleaning 9993 clauses out of 20033 with flag 1555000/1555000
786.29/423.98	c cleaning 10009 clauses out of 20040 with flag 1565000/1565000
791.32/426.69	c cleaning 9973 clauses out of 20031 with flag 1575000/1575000
796.13/429.27	c cleaning 10017 clauses out of 20058 with flag 1585000/1585000
801.82/432.35	c cleaning 10005 clauses out of 20041 with flag 1595000/1595000
807.03/435.13	c cleaning 9995 clauses out of 20036 with flag 1605000/1605000
813.84/438.78	c cleaning 9997 clauses out of 20041 with flag 1615000/1615000
820.06/442.08	c cleaning 10001 clauses out of 20046 with flag 1625002/1625002
825.15/444.81	c cleaning 9997 clauses out of 20044 with flag 1635001/1635001
829.78/447.36	c cleaning 9999 clauses out of 20048 with flag 1645002/1645002
835.80/450.58	c cleaning 10001 clauses out of 20047 with flag 1655000/1655000
842.62/454.14	c cleaning 10001 clauses out of 20051 with flag 1665005/1665005
850.08/458.11	c cleaning 10003 clauses out of 20045 with flag 1675000/1675000
856.10/461.33	c cleaning 9998 clauses out of 20042 with flag 1685000/1685000
863.10/465.02	c cleaning 9994 clauses out of 20044 with flag 1695000/1695000
870.12/468.76	c cleaning 9997 clauses out of 20052 with flag 1705002/1705002
877.59/472.70	c cleaning 9999 clauses out of 20054 with flag 1715001/1715001
883.62/475.99	c cleaning 10001 clauses out of 20054 with flag 1725000/1725000
888.85/478.71	c cleaning 10003 clauses out of 20053 with flag 1735000/1735000
895.07/482.00	c cleaning 10000 clauses out of 20050 with flag 1745000/1745000
901.35/485.42	c cleaning 9995 clauses out of 20050 with flag 1755000/1755000
906.77/488.32	c cleaning 9997 clauses out of 20055 with flag 1765000/1765000
912.58/491.49	c cleaning 9994 clauses out of 20058 with flag 1775000/1775000
918.61/494.68	c cleaning 10001 clauses out of 20064 with flag 1785000/1785000
924.28/497.79	c cleaning 10005 clauses out of 20064 with flag 1795001/1795001
930.10/500.89	c cleaning 10005 clauses out of 20058 with flag 1805000/1805000
935.75/503.83	c cleaning 10002 clauses out of 20057 with flag 1815004/1815004
941.57/506.91	c cleaning 10001 clauses out of 20051 with flag 1825000/1825000
946.84/509.83	c cleaning 10001 clauses out of 20050 with flag 1835000/1835000
952.26/512.75	c cleaning 10004 clauses out of 20049 with flag 1845000/1845000
958.12/515.81	c cleaning 9987 clauses out of 20047 with flag 1855002/1855002
963.94/519.00	c cleaning 9994 clauses out of 20058 with flag 1865000/1865000
970.80/522.68	c cleaning 10010 clauses out of 20064 with flag 1875000/1875000
975.42/525.15	c cleaning 10008 clauses out of 20053 with flag 1885000/1885000
980.64/527.98	c cleaning 9992 clauses out of 20045 with flag 1895000/1895000
987.83/531.73	c cleaning 9986 clauses out of 20053 with flag 1905000/1905000
995.87/536.07	c cleaning 9999 clauses out of 20069 with flag 1915002/1915002
1001.87/539.25	c cleaning 10017 clauses out of 20072 with flag 1925004/1925004
1006.08/541.55	c cleaning 9990 clauses out of 20052 with flag 1935001/1935001
1013.10/545.30	c cleaning 9990 clauses out of 20062 with flag 1945001/1945001
1020.17/549.07	c cleaning 9991 clauses out of 20071 with flag 1955000/1955000
1026.36/552.38	c cleaning 9994 clauses out of 20081 with flag 1965001/1965001
1033.35/556.08	c cleaning 10002 clauses out of 20087 with flag 1975001/1975001
1040.36/559.75	c cleaning 9994 clauses out of 20085 with flag 1985001/1985001
1046.63/563.11	c cleaning 10003 clauses out of 20090 with flag 1995000/1995000
1052.45/566.26	c cleaning 10007 clauses out of 20087 with flag 2005000/2005000
1058.28/569.33	c cleaning 10009 clauses out of 20081 with flag 2015001/2015001
1064.50/572.64	c cleaning 10010 clauses out of 20076 with flag 2025005/2025005
1069.99/575.66	c cleaning 9998 clauses out of 20061 with flag 2035000/2035000
1075.41/578.57	c cleaning 10002 clauses out of 20065 with flag 2045002/2045002
1081.40/581.72	c cleaning 9991 clauses out of 20061 with flag 2055000/2055000
1087.20/584.85	c cleaning 10000 clauses out of 20070 with flag 2065000/2065000
1093.24/588.17	c cleaning 9982 clauses out of 20071 with flag 2075001/2075001
1099.07/591.25	c cleaning 10003 clauses out of 20092 with flag 2085004/2085004
1104.67/594.27	c cleaning 10018 clauses out of 20085 with flag 2095000/2095000
1109.11/596.68	c cleaning 10019 clauses out of 20067 with flag 2105000/2105000
1113.97/599.34	c cleaning 10006 clauses out of 20049 with flag 2115001/2115001
1118.99/602.06	c cleaning 9980 clauses out of 20047 with flag 2125005/2125005
1123.60/604.54	c cleaning 10018 clauses out of 20063 with flag 2135001/2135001
1127.81/606.81	c cleaning 10008 clauses out of 20044 with flag 2145000/2145000
1132.86/609.63	c cleaning 10009 clauses out of 20038 with flag 2155002/2155002
1137.27/612.01	c cleaning 9994 clauses out of 20029 with flag 2165002/2165002
1143.46/615.30	c cleaning 9992 clauses out of 20034 with flag 2175001/2175001
1150.65/619.18	c cleaning 9993 clauses out of 20041 with flag 2185000/2185000
1155.69/621.94	c cleaning 10013 clauses out of 20049 with flag 2195001/2195001
1159.52/624.06	c cleaning 10004 clauses out of 20036 with flag 2205001/2205001
1163.54/626.22	c cleaning 10000 clauses out of 20031 with flag 2215000/2215000
1167.36/628.36	c cleaning 9993 clauses out of 20031 with flag 2225000/2225000
1171.42/630.65	c cleaning 10006 clauses out of 20038 with flag 2235000/2235000
1177.62/633.91	c cleaning 9999 clauses out of 20032 with flag 2245000/2245000
1184.20/637.42	c cleaning 9985 clauses out of 20034 with flag 2255001/2255001
1190.61/640.86	c cleaning 10000 clauses out of 20053 with flag 2265005/2265005
1198.20/644.92	c cleaning 9999 clauses out of 20051 with flag 2275003/2275003
1205.39/648.77	c cleaning 9991 clauses out of 20050 with flag 2285001/2285001
1212.76/652.64	c cleaning 10005 clauses out of 20060 with flag 2295002/2295002
1218.16/655.51	c cleaning 10021 clauses out of 20054 with flag 2305001/2305001
1222.97/658.21	c cleaning 9992 clauses out of 20032 with flag 2315000/2315000
1228.18/661.04	c cleaning 9983 clauses out of 20040 with flag 2325000/2325000
1233.37/663.88	c cleaning 9999 clauses out of 20057 with flag 2335000/2335000
1239.17/666.98	c cleaning 9992 clauses out of 20058 with flag 2345000/2345000
1244.43/669.88	c cleaning 10005 clauses out of 20069 with flag 2355003/2355003
1250.62/673.20	c cleaning 9994 clauses out of 20063 with flag 2365002/2365002
1255.41/675.79	c cleaning 10014 clauses out of 20071 with flag 2375004/2375004
1260.40/678.49	c cleaning 10018 clauses out of 20053 with flag 2385000/2385000
1265.43/681.28	c cleaning 9992 clauses out of 20037 with flag 2395002/2395002
1270.24/683.82	c cleaning 10011 clauses out of 20043 with flag 2405000/2405000
1275.44/686.63	c cleaning 10004 clauses out of 20032 with flag 2415000/2415000
1280.04/689.20	c cleaning 9996 clauses out of 20029 with flag 2425001/2425001
1285.46/692.18	c cleaning 10008 clauses out of 20033 with flag 2435001/2435001
1290.26/694.75	c cleaning 9996 clauses out of 20024 with flag 2445000/2445000
1295.45/697.58	c cleaning 9994 clauses out of 20028 with flag 2455000/2455000
1300.88/700.47	c cleaning 10007 clauses out of 20035 with flag 2465001/2465001
1306.66/703.68	c cleaning 9996 clauses out of 20027 with flag 2475000/2475000
1312.44/706.71	c cleaning 10003 clauses out of 20032 with flag 2485001/2485001
1317.82/709.63	c cleaning 10004 clauses out of 20029 with flag 2495001/2495001
1323.02/712.48	c cleaning 10001 clauses out of 20024 with flag 2505000/2505000
1328.61/715.50	c cleaning 10009 clauses out of 20025 with flag 2515002/2515002
1333.80/718.39	c cleaning 9988 clauses out of 20014 with flag 2525000/2525000
1338.98/721.12	c cleaning 9990 clauses out of 20026 with flag 2535000/2535000
1344.15/723.99	c cleaning 10000 clauses out of 20036 with flag 2545000/2545000
1351.52/727.94	c cleaning 9989 clauses out of 20037 with flag 2555001/2555001
1357.69/731.28	c cleaning 9998 clauses out of 20047 with flag 2565000/2565000
1365.84/735.59	c cleaning 9998 clauses out of 20049 with flag 2575000/2575000
1375.17/740.49	c cleaning 9992 clauses out of 20054 with flag 2585003/2585003
1381.58/743.98	c cleaning 10006 clauses out of 20061 with flag 2595002/2595002
1389.18/748.00	c cleaning 10005 clauses out of 20057 with flag 2605004/2605004
1397.17/752.18	c cleaning 9990 clauses out of 20049 with flag 2615001/2615001
1403.39/755.45	c cleaning 10009 clauses out of 20061 with flag 2625003/2625003
1410.19/759.10	c cleaning 10003 clauses out of 20050 with flag 2635001/2635001
1418.56/763.58	c cleaning 10001 clauses out of 20047 with flag 2645001/2645001
1427.08/768.02	c cleaning 9993 clauses out of 20045 with flag 2655000/2655000
1435.62/772.58	c cleaning 9999 clauses out of 20052 with flag 2665000/2665000
1443.21/776.66	c cleaning 9998 clauses out of 20053 with flag 2675000/2675000
1450.98/780.77	c cleaning 10003 clauses out of 20055 with flag 2685000/2685000
1460.55/785.72	c cleaning 10006 clauses out of 20053 with flag 2695001/2695001
1469.69/790.50	c cleaning 10000 clauses out of 20048 with flag 2705002/2705002
1477.26/794.69	c cleaning 10001 clauses out of 20046 with flag 2715000/2715000
1486.02/799.26	c cleaning 9997 clauses out of 20047 with flag 2725002/2725002
1492.80/802.82	c cleaning 10001 clauses out of 20048 with flag 2735000/2735000
1499.18/806.25	c cleaning 10001 clauses out of 20047 with flag 2745000/2745000
1506.15/810.02	c cleaning 10000 clauses out of 20047 with flag 2755001/2755001
1512.92/813.68	c cleaning 9999 clauses out of 20047 with flag 2765001/2765001
1518.91/816.87	c cleaning 10001 clauses out of 20047 with flag 2775000/2775000
1524.70/819.91	c cleaning 10008 clauses out of 20049 with flag 2785003/2785003
1530.49/823.20	c cleaning 9999 clauses out of 20039 with flag 2795001/2795001
1535.68/826.00	c cleaning 9993 clauses out of 20040 with flag 2805001/2805001
1541.66/829.11	c cleaning 10006 clauses out of 20046 with flag 2815000/2815000
1547.44/832.23	c cleaning 10003 clauses out of 20042 with flag 2825002/2825002
1553.81/835.73	c cleaning 9992 clauses out of 20037 with flag 2835000/2835000
1559.98/839.06	c cleaning 10012 clauses out of 20046 with flag 2845001/2845001
1565.99/842.29	c cleaning 10000 clauses out of 20034 with flag 2855001/2855001
1572.15/845.55	c cleaning 10002 clauses out of 20033 with flag 2865000/2865000
1578.73/849.20	c cleaning 9993 clauses out of 20031 with flag 2875000/2875000
1585.48/852.72	c cleaning 10004 clauses out of 20038 with flag 2885000/2885000
1592.05/856.20	c cleaning 9994 clauses out of 20035 with flag 2895001/2895001
1597.82/859.35	c cleaning 10003 clauses out of 20042 with flag 2905002/2905002
1603.58/862.53	c cleaning 9997 clauses out of 20037 with flag 2915000/2915000
1609.57/865.77	c cleaning 10001 clauses out of 20041 with flag 2925001/2925001
1615.73/869.03	c cleaning 10000 clauses out of 20040 with flag 2935001/2935001
1622.65/872.79	c cleaning 9999 clauses out of 20039 with flag 2945000/2945000
1629.20/876.34	c cleaning 10004 clauses out of 20042 with flag 2955002/2955002
1635.55/879.70	c cleaning 10004 clauses out of 20036 with flag 2965000/2965000
1641.13/882.73	c cleaning 9994 clauses out of 20032 with flag 2975000/2975000
1646.67/885.72	c cleaning 9993 clauses out of 20040 with flag 2985002/2985002
1652.64/889.04	c cleaning 9994 clauses out of 20046 with flag 2995001/2995001
1658.22/892.07	c cleaning 10011 clauses out of 20054 with flag 3005003/3005003
1663.59/894.97	c cleaning 9995 clauses out of 20040 with flag 3015000/3015000
1670.39/898.58	c cleaning 10003 clauses out of 20046 with flag 3025001/3025001
1676.35/901.86	c cleaning 10009 clauses out of 20045 with flag 3035003/3035003
1681.53/904.69	c cleaning 9998 clauses out of 20034 with flag 3045001/3045001
1687.50/907.83	c cleaning 9992 clauses out of 20035 with flag 3055000/3055000
1693.87/911.23	c cleaning 10009 clauses out of 20044 with flag 3065001/3065001
1699.65/914.45	c cleaning 9995 clauses out of 20034 with flag 3075000/3075000
1705.63/917.61	c cleaning 9995 clauses out of 20039 with flag 3085000/3085000
1711.78/920.92	c cleaning 9993 clauses out of 20045 with flag 3095001/3095001
1716.37/923.48	c cleaning 10009 clauses out of 20051 with flag 3105000/3105000
1720.57/925.85	c cleaning 9989 clauses out of 20043 with flag 3115001/3115001
1724.15/927.87	c cleaning 10013 clauses out of 20053 with flag 3125000/3125000
1732.50/932.26	c cleaning 10007 clauses out of 20041 with flag 3135001/3135001
1738.07/935.24	c cleaning 10007 clauses out of 20033 with flag 3145000/3145000
1743.43/938.29	c cleaning 9991 clauses out of 20026 with flag 3155000/3155000
1747.42/940.50	c cleaning 10006 clauses out of 20037 with flag 3165002/3165002
1751.78/942.85	c cleaning 9994 clauses out of 20030 with flag 3175001/3175001
1755.76/945.07	c cleaning 9993 clauses out of 20036 with flag 3185001/3185001
1760.52/947.74	c cleaning 10005 clauses out of 20043 with flag 3195001/3195001
1765.11/950.23	c cleaning 10001 clauses out of 20037 with flag 3205000/3205000
1769.33/952.57	c cleaning 10004 clauses out of 20037 with flag 3215001/3215001
1773.87/955.05	c cleaning 10010 clauses out of 20033 with flag 3225001/3225001
1778.05/957.50	c cleaning 9978 clauses out of 20022 with flag 3235000/3235000
1782.62/959.95	c cleaning 10002 clauses out of 20044 with flag 3245000/3245000
1787.76/962.70	c cleaning 10007 clauses out of 20046 with flag 3255004/3255004
1792.53/965.33	c cleaning 10000 clauses out of 20035 with flag 3265000/3265000
1797.70/968.22	c cleaning 9998 clauses out of 20037 with flag 3275002/3275002
1803.06/971.12	c cleaning 10000 clauses out of 20039 with flag 3285002/3285002
1803.49/971.53	c starts		: 19
1803.49/971.53	c conflicts		: 2314
1803.49/971.53	c decisions		: 15107
1803.49/971.53	c propagations		: 88309
1803.49/971.53	c inspects		: 27567268
1803.49/971.53	c learnt literals	: 0
1803.49/971.53	c learnt binary clauses	: 0
1803.49/971.53	c learnt ternary clauses	: 0
1803.49/971.53	c learnt clauses	: 2313
1803.49/971.53	c ignored clauses	: 0
1803.49/971.53	c root simplifications	: 0
1803.49/971.53	c removed literals (reason simplification)	: 0
1803.49/971.53	c reason swapping (by a shorter reason)	: 0
1803.49/971.53	c Calls to reduceDB	: 0
1803.49/971.53	c number of reductions to clauses (during analyze)	: 0
1803.49/971.53	c number of learned constraints concerned by reduction	: 0
1803.49/971.53	c number of learning phase by resolution	: 0
1803.49/971.53	c number of learning phase by cutting planes	: 0
1803.49/971.53	c speed (assignments/second)	: 119.48131721830381
1803.49/971.53	c non guided choices	0
1803.49/971.54	c learnt constraints type 
1803.49/971.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1803.49/971.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
1803.49/971.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2208
1803.49/971.54	c constraints type 
1803.49/971.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
1803.49/971.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
1803.49/971.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1803.49/971.54	c constraints type 
1803.49/971.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58
1803.49/971.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
1803.49/971.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1803.49/971.54	s SATISFIABLE
1803.49/971.54	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30 -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 x239 -x240 -x241 -x242 x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 
1803.49/971.54	c objective function=51501
1803.49/971.54	c Total wall clock time (in seconds): 971.327

Verifier Data

OK	51501

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662988-1276353888/watcher-2662988-1276353888 -o /tmp/evaluation-result-2662988-1276353888/solver-2662988-1276353888 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662988-1276353888.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: 0.93 1.00 1.09 3/106 11455
/proc/meminfo: memFree=1565064/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=248 CPUtime=0
/proc/11455/stat : 11455 (java) R 11453 11455 11158 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 10992566 253952 29 1992294400 134512640 134550932 4291167040 18446744073709551615 8782420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11455/statm: 62 29 21 10 0 23 0

[startup+0.0897579 s]
/proc/loadavg: 0.93 1.00 1.09 3/106 11455
/proc/meminfo: memFree=1565064/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1521796 CPUtime=0.07
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 3853 0 1 0 5 2 0 0 18 0 7 0 10992566 1558319104 3294 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 380449 3294 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101757 s]
/proc/loadavg: 0.93 1.00 1.09 3/106 11455
/proc/meminfo: memFree=1565064/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1524180 CPUtime=0.08
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 10992566 1560760320 3404 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301782 s]
/proc/loadavg: 0.93 1.00 1.09 3/106 11455
/proc/meminfo: memFree=1565064/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1527432 CPUtime=0.37
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 5461 0 1 0 34 3 0 0 18 0 12 0 10992566 1564090368 4898 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 381858 4899 1361 10 0 379161 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1527432

[startup+0.701829 s]
/proc/loadavg: 0.93 1.00 1.09 3/106 11455
/proc/meminfo: memFree=1565064/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1537212 CPUtime=1.14
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 9098 0 1 0 110 4 0 0 18 0 15 0 10992566 1574105088 8173 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 384303 8173 1400 10 0 381606 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1537212

[startup+1.50192 s]
/proc/loadavg: 0.93 1.00 1.09 5/122 11471
/proc/meminfo: memFree=1529348/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1544700 CPUtime=2.73
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 14120 0 1 0 267 6 0 0 18 0 16 0 10992566 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386175 10682 1413 10 0 383478 0
[pid=11455/tid=11457] ppid=11453 vsize=1544700 CPUtime=0.56
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 4781 0 1 0 54 2 0 0 19 0 16 0 10992568 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 10992569 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10992569 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10992571 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10992572 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 10992572 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1544700 CPUtime=0.04
/proc/11455/task/11464/stat : 11464 (java) R 11453 11455 11158 0 -1 4202560 251 0 0 0 4 0 0 0 23 0 16 0 10992576 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1544700 CPUtime=1.19
/proc/11455/task/11465/stat : 11465 (java) R 11453 11455 11158 0 -1 4202560 7086 0 0 0 117 2 0 0 18 0 16 0 10992576 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 104163168 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10992576 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11468] ppid=11453 vsize=1544700 CPUtime=0.57
/proc/11455/task/11468/stat : 11468 (java) R 11453 11455 11158 0 -1 4202560 520 0 0 0 57 0 0 0 22 0 16 0 10992626 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4108525991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11469] ppid=11453 vsize=1544700 CPUtime=0.33
/proc/11455/task/11469/stat : 11469 (java) R 11453 11455 11158 0 -1 4202560 407 0 0 0 33 0 0 0 22 0 16 0 10992626 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4108560237 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10992630 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1544700 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10992657 1581772800 10682 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1544700

[startup+3.1011 s]
/proc/loadavg: 0.93 1.00 1.09 6/122 11471
/proc/meminfo: memFree=1524884/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1544884 CPUtime=5.9
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 21926 0 1 0 581 9 0 0 18 0 15 0 10992566 1581961216 15454 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386221 15456 1426 10 0 383524 0
[pid=11455/tid=11457] ppid=11453 vsize=1544884 CPUtime=0.56
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 4781 0 1 0 54 2 0 0 18 0 15 0 10992568 1581961216 15458 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 10992569 1581961216 15459 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 10992569 1581961216 15461 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 15 0 10992571 1581961216 15462 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 15 0 10992572 1581961216 15463 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 15 0 10992572 1581961216 15465 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 10992576 1581961216 15466 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1544884 CPUtime=0.37
/proc/11455/task/11464/stat : 11464 (java) R 11453 11455 11158 0 -1 4202560 432 0 0 0 37 0 0 0 25 0 15 0 10992576 1581961216 15468 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1544884 CPUtime=2.44
/proc/11455/task/11465/stat : 11465 (java) R 11453 11455 11158 0 -1 4202560 10174 0 0 0 241 3 0 0 19 0 15 0 10992576 1581961216 15468 1992294400 134512640 134550932 4291167040 18446744073709551615 106262430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 10992576 1581961216 15470 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 10992576 1581961216 15471 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11469] ppid=11453 vsize=1544884 CPUtime=1.17
/proc/11455/task/11469/stat : 11469 (java) R 11453 11455 11158 0 -1 4202560 4215 0 0 0 116 1 0 0 25 0 15 0 10992626 1581961216 15473 1992294400 134512640 134550932 4291167040 18446744073709551615 4109072846 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 10992630 1581961216 15475 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1544884 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 10992657 1581961216 15476 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1544884

[startup+6.30144 s]
/proc/loadavg: 0.86 0.98 1.08 1/120 11475
/proc/meminfo: memFree=1495264/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1544832 CPUtime=7.63
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 31406 0 1 0 749 14 0 0 18 0 14 0 10992566 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386208 24556 1433 10 0 383511 0
[pid=11455/tid=11457] ppid=11453 vsize=1544832 CPUtime=0.58
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 4977 0 1 0 55 3 0 0 19 0 14 0 10992568 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 10992569 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 10992569 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10992571 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 10992572 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 10992572 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10992576 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1544832 CPUtime=0.86
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 620 0 0 0 86 0 0 0 15 0 14 0 10992576 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1544832 CPUtime=2.97
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10419 0 0 0 294 3 0 0 15 0 14 0 10992576 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10992576 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10992576 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 10992630 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1544832 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 10992657 1581907968 24556 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 1544832

[startup+12.7022 s]
/proc/loadavg: 0.79 0.97 1.08 3/122 11487
/proc/meminfo: memFree=1399520/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1546952 CPUtime=14.52
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 49544 0 1 0 1430 22 0 0 18 0 16 0 10992566 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386738 42467 1447 10 0 384041 0
[pid=11455/tid=11457] ppid=11453 vsize=1546952 CPUtime=0.6
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 5043 0 1 0 57 3 0 0 19 0 16 0 10992568 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1546952 CPUtime=0.06
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 1549 0 0 0 6 0 0 0 16 0 16 0 10992569 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1546952 CPUtime=0.06
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 1279 0 0 0 6 0 0 0 16 0 16 0 10992569 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1546952 CPUtime=0.1
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 1702 0 0 0 9 1 0 0 15 0 16 0 10992571 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10992572 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10992572 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1546952 CPUtime=1.37
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 1332 0 0 0 137 0 0 0 15 0 16 0 10992576 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1546952 CPUtime=3.29
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10460 0 0 0 326 3 0 0 15 0 16 0 10992576 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10992576 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10992630 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1546952 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10992657 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11486] ppid=11453 vsize=1546952 CPUtime=0.92
/proc/11455/task/11486/stat : 11486 (java) R 11453 11455 11158 0 -1 4202560 0 0 0 0 92 0 0 0 20 0 16 0 10993737 1584078848 42467 1992294400 134512640 134550932 4291167040 18446744073709551615 4109314937 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 39688 0 0 0 915 54 0 0 16 0 16 0 10992569 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1545460 CPUtime=105
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 6895 0 0 0 10479 21 0 0 15 0 16 0 10992571 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10992572 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10992572 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1545460 CPUtime=1.4
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 1336 0 0 0 140 0 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1545460 CPUtime=3.59
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10486 0 0 0 355 4 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10992630 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10992657 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11500] ppid=11453 vsize=1545460 CPUtime=609.86
/proc/11455/task/11500/stat : 11500 (java) R 11453 11455 11158 0 -1 4202560 320 0 0 0 60974 12 0 0 25 0 16 0 11015810 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4109200009 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11501] ppid=11453 vsize=1545460 CPUtime=606.56
/proc/11455/task/11501/stat : 11501 (java) R 11453 11455 11158 0 -1 4202560 170 0 0 0 60646 10 0 0 17 0 16 0 11015810 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4109437030 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1750.79
Current children cumulated vsize (KiB) 1545460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+969.602 s]
/proc/loadavg: 2.49 2.34 1.87 3/122 11521
/proc/meminfo: memFree=1099068/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1545460 CPUtime=1800.11
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 138880 0 1 0 179821 190 0 0 18 0 16 0 10992566 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386365 116928 1451 10 0 383668 0
[pid=11455/tid=11457] ppid=11453 vsize=1545460 CPUtime=0.61
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 5068 0 1 0 58 3 0 0 15 0 16 0 10992568 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1545460 CPUtime=9.9
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 42808 0 0 0 934 56 0 0 15 0 16 0 10992569 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1545460 CPUtime=9.86
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 39688 0 0 0 931 55 0 0 16 0 16 0 10992569 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1545460 CPUtime=109.9
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 6897 0 0 0 10969 21 0 0 16 0 16 0 10992571 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10992572 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10992572 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1545460 CPUtime=1.4
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 1336 0 0 0 140 0 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1545460 CPUtime=3.59
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10486 0 0 0 355 4 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 10992576 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10992630 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1545460 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10992657 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11500] ppid=11453 vsize=1545460 CPUtime=631.92
/proc/11455/task/11500/stat : 11500 (java) R 11453 11455 11158 0 -1 4202560 331 0 0 0 63180 12 0 0 25 0 16 0 11015810 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4109232516 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11501] ppid=11453 vsize=1545460 CPUtime=628.54
/proc/11455/task/11501/stat : 11501 (java) R 11453 11455 11158 0 -1 4202560 178 0 0 0 62844 10 0 0 17 0 16 0 11015810 1582551040 116928 1992294400 134512640 134550932 4291167040 18446744073709551615 4109436884 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1545460

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11455

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

[startup+971.001 s]
/proc/loadavg: 2.49 2.34 1.87 4/123 11522
/proc/meminfo: memFree=1099060/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1546108 CPUtime=1802.86
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 138892 0 1 0 180096 190 0 0 18 0 18 0 10992566 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386527 116940 1451 10 0 383830 0
[pid=11455/tid=11457] ppid=11453 vsize=1546108 CPUtime=0.61
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 5068 0 1 0 58 3 0 0 15 0 18 0 10992568 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1546108 CPUtime=9.9
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 42808 0 0 0 934 56 0 0 15 0 18 0 10992569 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1546108 CPUtime=9.86
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 39688 0 0 0 931 55 0 0 16 0 18 0 10992569 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1546108 CPUtime=109.9
/proc/11455/task/11460/stat : 11460 (java) S 11453 11455 11158 0 -1 4202560 6897 0 0 0 10969 21 0 0 15 0 18 0 10992571 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10992572 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 10992572 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1546108 CPUtime=1.4
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 1336 0 0 0 140 0 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1546108 CPUtime=3.59
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10486 0 0 0 355 4 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 10992630 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 10992657 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11500] ppid=11453 vsize=1546108 CPUtime=633.29
/proc/11455/task/11500/stat : 11500 (java) R 11453 11455 11158 0 -1 4202560 331 0 0 0 63317 12 0 0 25 0 18 0 11015810 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4109232551 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11501] ppid=11453 vsize=1546108 CPUtime=629.93
/proc/11455/task/11501/stat : 11501 (java) R 11453 11455 11158 0 -1 4202560 178 0 0 0 62983 10 0 0 18 0 18 0 11015810 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4109437065 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.86
Current children cumulated vsize (KiB) 1546108

[startup+971.401 s]
/proc/loadavg: 2.49 2.34 1.87 2/125 11524
/proc/meminfo: memFree=1099044/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=1546108 CPUtime=1803.39
/proc/11455/stat : 11455 (java) S 11453 11455 11158 0 -1 4202496 138893 0 1 0 180149 190 0 0 18 0 18 0 10992566 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 386527 116940 1451 10 0 383830 0
[pid=11455/tid=11457] ppid=11453 vsize=1546108 CPUtime=0.61
/proc/11455/task/11457/stat : 11457 (java) S 11453 11455 11158 0 -1 4202560 5068 0 1 0 58 3 0 0 15 0 18 0 10992568 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11458] ppid=11453 vsize=1546108 CPUtime=9.91
/proc/11455/task/11458/stat : 11458 (java) S 11453 11455 11158 0 -1 4202560 42808 0 0 0 935 56 0 0 15 0 18 0 10992569 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11459] ppid=11453 vsize=1546108 CPUtime=9.87
/proc/11455/task/11459/stat : 11459 (java) S 11453 11455 11158 0 -1 4202560 39688 0 0 0 932 55 0 0 16 0 18 0 10992569 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11460] ppid=11453 vsize=1546108 CPUtime=110.17
/proc/11455/task/11460/stat : 11460 (java) R 11453 11455 11158 0 -1 4202560 6897 0 0 0 10996 21 0 0 16 0 18 0 10992571 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 104187713 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11455/tid=11461] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11461/stat : 11461 (java) S 11453 11455 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10992572 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11462] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11462/stat : 11462 (java) S 11453 11455 11158 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 10992572 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11463] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11463/stat : 11463 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11464] ppid=11453 vsize=1546108 CPUtime=1.4
/proc/11455/task/11464/stat : 11464 (java) S 11453 11455 11158 0 -1 4202560 1336 0 0 0 140 0 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11465] ppid=11453 vsize=1546108 CPUtime=3.59
/proc/11455/task/11465/stat : 11465 (java) S 11453 11455 11158 0 -1 4202560 10486 0 0 0 355 4 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11466] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11466/stat : 11466 (java) S 11453 11455 11158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11467] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11467/stat : 11467 (java) S 11453 11455 11158 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 10992576 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11470] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11470/stat : 11470 (java) S 11453 11455 11158 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 10992630 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11471] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11471/stat : 11471 (java) S 11453 11455 11158 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 10992657 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11500] ppid=11453 vsize=1546108 CPUtime=633.41
/proc/11455/task/11500/stat : 11500 (java) S 11453 11455 11158 0 -1 4202560 331 0 0 0 63329 12 0 0 25 0 18 0 11015810 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
[pid=11455/tid=11501] ppid=11453 vsize=1546108 CPUtime=630.06
/proc/11455/task/11501/stat : 11501 (java) S 11453 11455 11158 0 -1 4202560 178 0 0 0 62996 10 0 0 18 0 18 0 11015810 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11523] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11523/stat : 11523 (java) S 11453 11455 11158 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 18 0 11089634 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 0 0 0 0
[pid=11455/tid=11524] ppid=11453 vsize=1546108 CPUtime=0
/proc/11455/task/11524/stat : 11524 (java) S 11453 11455 11158 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 11089644 1583214592 116940 1992294400 134512640 134550932 4291167040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822724288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.39
Current children cumulated vsize (KiB) 1546108

[startup+971.602 s]
/proc/loadavg: 2.49 2.34 1.87 2/125 11524
/proc/meminfo: memFree=1099044/2059040 swapFree=4192956/4192956
[pid=11455] ppid=11453 vsize=0 CPUtime=1803.65
/proc/11455/stat : 11455 (java) R 11453 11455 11158 0 -1 4203524 138902 0 1 0 180174 191 0 0 18 0 1 0 10992566 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11455/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1803.65
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 971.638
CPU time (s): 1803.69
CPU user time (s): 1801.74
CPU system time (s): 1.9507
CPU usage (%): 185.634
Max. virtual memory (cumulated for all children) (KiB): 1546952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.74
system time used= 1.9507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138902
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= 30135
involuntary context switches= 51138

runsolver used 4.16637 second user time and 9.34958 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 16:44:48
IDJOB=2662988
IDBENCH=1855
IDSOLVER=1166
FILE ID=node005/2662988-1276353888
PBS_JOBID= 11173199
Free space on /tmp= 62532 MiB

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

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=1249823143

node005.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.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
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:       1565336 kB
Buffers:        126836 kB
Cached:         237276 kB
SwapCached:          0 kB
Active:         148752 kB
Inactive:       274624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1565336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             296 kB
Writeback:           8 kB
AnonPages:       59324 kB
Mapped:          15396 kB
Slab:            48388 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182564 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= 62532 MiB
End job on node005 at 2010-06-12 17:01:00