Trace number 2662493

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)319 1800.3 968.825

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark3.36149
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 792
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 792
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 792
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662493-1276466683.opb
0.24/0.22	c reading problem ... 
1.12/0.73	c ... done. Wall clock time 0.506s.
1.12/0.73	c #vars     792
1.12/0.73	c #constraints  3194
1.12/0.73	c constraints type 
1.12/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1.12/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
1.12/0.73	c constraints type 
1.12/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
1.12/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 350
1.31/0.81	c And the winner is Resolution
1.34/1.77	c SATISFIABLE
1.34/1.77	c OPTIMIZING...
1.34/1.77	c Got one! Elapsed wall clock time (in seconds):1.548
1.34/1.77	o 349
1.60/1.96	c And the winner is CuttingPlanes
1.74/2.80	c Got one! Elapsed wall clock time (in seconds):2.574
1.74/2.80	o 338
6.87/5.45	c And the winner is Resolution
7.03/6.30	c Got one! Elapsed wall clock time (in seconds):6.076
7.03/6.30	o 321
8.02/6.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.94/8.38	c cleaning 4250 clauses out of 8500 with flag 11000/11000
15.05/10.46	c cleaning 5618 clauses out of 11250 with flag 18000/18000
19.13/12.56	c cleaning 6813 clauses out of 13632 with flag 26000/26000
23.01/14.56	c cleaning 7903 clauses out of 15820 with flag 35001/35001
27.88/17.03	c cleaning 8955 clauses out of 17917 with flag 45001/45001
32.94/19.68	c cleaning 9476 clauses out of 18961 with flag 55000/55000
37.20/21.89	c cleaning 9735 clauses out of 19486 with flag 65001/65001
42.22/24.41	c cleaning 9870 clauses out of 19750 with flag 75000/75000
47.06/26.98	c cleaning 9929 clauses out of 19881 with flag 85001/85001
51.70/29.32	c cleaning 9968 clauses out of 19951 with flag 95000/95000
56.35/31.76	c cleaning 9988 clauses out of 19984 with flag 105001/105001
61.93/34.61	c cleaning 9994 clauses out of 19995 with flag 115000/115000
66.56/37.08	c cleaning 9990 clauses out of 20001 with flag 125000/125000
71.60/39.61	c cleaning 9991 clauses out of 20011 with flag 135000/135000
76.40/42.17	c cleaning 10004 clauses out of 20020 with flag 145000/145000
81.18/44.68	c cleaning 10002 clauses out of 20016 with flag 155000/155000
85.60/46.92	c cleaning 10000 clauses out of 20014 with flag 165000/165000
90.02/49.26	c cleaning 10000 clauses out of 20014 with flag 175000/175000
95.42/52.05	c cleaning 9995 clauses out of 20014 with flag 185000/185000
100.37/54.65	c cleaning 10000 clauses out of 20020 with flag 195001/195001
105.76/57.48	c cleaning 9995 clauses out of 20020 with flag 205001/205001
110.94/60.19	c cleaning 10003 clauses out of 20024 with flag 215000/215000
115.33/62.43	c cleaning 10005 clauses out of 20021 with flag 225000/225000
120.25/65.05	c cleaning 10001 clauses out of 20017 with flag 235001/235001
125.63/67.87	c cleaning 9994 clauses out of 20016 with flag 245001/245001
131.80/71.09	c cleaning 9997 clauses out of 20022 with flag 255001/255001
137.19/73.84	c cleaning 10007 clauses out of 20024 with flag 265000/265000
142.06/76.49	c cleaning 10002 clauses out of 20017 with flag 275000/275000
147.21/79.16	c cleaning 10008 clauses out of 20015 with flag 285000/285000
152.39/81.81	c cleaning 9989 clauses out of 20008 with flag 295001/295001
156.75/84.14	c cleaning 9995 clauses out of 20018 with flag 305000/305000
161.24/86.57	c cleaning 9999 clauses out of 20023 with flag 315000/315000
166.99/89.53	c cleaning 10000 clauses out of 20024 with flag 325000/325000
173.13/92.70	c cleaning 10005 clauses out of 20025 with flag 335001/335001
179.46/96.08	c cleaning 10002 clauses out of 20019 with flag 345000/345000
184.74/98.82	c cleaning 9999 clauses out of 20018 with flag 355001/355001
189.67/101.41	c cleaning 9996 clauses out of 20019 with flag 365001/365001
194.80/104.17	c cleaning 10001 clauses out of 20022 with flag 375000/375000
200.51/107.10	c cleaning 9996 clauses out of 20021 with flag 385000/385000
205.96/110.01	c cleaning 10004 clauses out of 20025 with flag 395000/395000
211.66/113.07	c cleaning 9988 clauses out of 20021 with flag 405000/405000
216.97/115.88	c cleaning 10006 clauses out of 20034 with flag 415001/415001
222.29/118.64	c cleaning 10004 clauses out of 20028 with flag 425001/425001
229.89/122.61	c cleaning 9984 clauses out of 20024 with flag 435001/435001
239.76/127.76	c cleaning 10004 clauses out of 20039 with flag 445000/445000
245.26/130.66	c cleaning 10008 clauses out of 20035 with flag 455000/455000
250.57/133.48	c cleaning 10003 clauses out of 20028 with flag 465001/465001
256.54/136.65	c cleaning 9999 clauses out of 20025 with flag 475001/475001
261.82/139.47	c cleaning 10003 clauses out of 20026 with flag 485001/485001
268.51/142.96	c cleaning 9999 clauses out of 20022 with flag 495000/495000
275.58/146.64	c cleaning 9998 clauses out of 20023 with flag 505000/505000
281.96/150.00	c cleaning 10004 clauses out of 20025 with flag 515000/515000
288.04/153.21	c cleaning 10001 clauses out of 20022 with flag 525001/525001
293.93/156.37	c cleaning 10000 clauses out of 20021 with flag 535001/535001
300.39/159.72	c cleaning 9996 clauses out of 20020 with flag 545000/545000
306.77/163.13	c cleaning 10000 clauses out of 20024 with flag 555000/555000
313.04/166.41	c cleaning 10001 clauses out of 20025 with flag 565001/565001
319.10/169.65	c cleaning 9995 clauses out of 20023 with flag 575000/575000
324.98/172.79	c cleaning 10003 clauses out of 20028 with flag 585000/585000
330.74/175.88	c cleaning 10006 clauses out of 20025 with flag 595000/595000
336.03/178.63	c cleaning 10000 clauses out of 20019 with flag 605000/605000
341.70/181.64	c cleaning 10009 clauses out of 20020 with flag 615001/615001
348.75/185.35	c cleaning 9984 clauses out of 20011 with flag 625001/625001
354.12/188.28	c cleaning 10005 clauses out of 20027 with flag 635001/635001
359.97/191.30	c cleaning 10002 clauses out of 20021 with flag 645000/645000
365.43/194.28	c cleaning 9980 clauses out of 20020 with flag 655001/655001
371.70/197.55	c cleaning 9998 clauses out of 20040 with flag 665001/665001
378.26/201.06	c cleaning 10013 clauses out of 20041 with flag 675000/675000
384.32/204.23	c cleaning 10014 clauses out of 20028 with flag 685000/685000
390.18/207.35	c cleaning 9999 clauses out of 20015 with flag 695001/695001
397.24/211.07	c cleaning 9996 clauses out of 20016 with flag 705001/705001
404.98/215.15	c cleaning 10001 clauses out of 20020 with flag 715001/715001
410.25/217.97	c cleaning 9999 clauses out of 20018 with flag 725000/725000
415.49/220.76	c cleaning 9995 clauses out of 20019 with flag 735000/735000
420.38/223.35	c cleaning 10002 clauses out of 20024 with flag 745000/745000
425.32/226.09	c cleaning 10001 clauses out of 20023 with flag 755001/755001
430.40/228.77	c cleaning 9995 clauses out of 20021 with flag 765000/765000
435.46/231.41	c cleaning 9999 clauses out of 20026 with flag 775000/775000
440.15/233.96	c cleaning 10009 clauses out of 20027 with flag 785000/785000
446.32/237.25	c cleaning 10001 clauses out of 20018 with flag 795000/795000
452.00/240.23	c cleaning 10001 clauses out of 20017 with flag 805000/805000
457.27/243.03	c cleaning 9995 clauses out of 20016 with flag 815000/815000
462.55/245.86	c cleaning 10002 clauses out of 20021 with flag 825000/825000
468.32/248.93	c cleaning 9999 clauses out of 20019 with flag 835000/835000
474.19/252.10	c cleaning 10002 clauses out of 20021 with flag 845001/845001
479.63/254.97	c cleaning 10000 clauses out of 20018 with flag 855000/855000
484.89/257.76	c cleaning 9999 clauses out of 20018 with flag 865000/865000
490.46/260.78	c cleaning 10000 clauses out of 20019 with flag 875000/875000
496.10/263.71	c cleaning 10001 clauses out of 20019 with flag 885000/885000
501.16/266.45	c cleaning 10002 clauses out of 20019 with flag 895001/895001
506.22/269.12	c cleaning 9998 clauses out of 20016 with flag 905000/905000
511.97/272.30	c cleaning 10001 clauses out of 20018 with flag 915000/915000
517.43/275.16	c cleaning 9998 clauses out of 20018 with flag 925001/925001
523.08/278.10	c cleaning 9994 clauses out of 20019 with flag 935000/935000
528.74/281.14	c cleaning 9995 clauses out of 20025 with flag 945000/945000
536.43/285.29	c cleaning 10000 clauses out of 20030 with flag 955000/955000
545.05/289.77	c cleaning 9998 clauses out of 20030 with flag 965000/965000
551.10/292.95	c cleaning 10003 clauses out of 20032 with flag 975000/975000
556.75/295.98	c cleaning 10000 clauses out of 20029 with flag 985000/985000
562.87/299.21	c cleaning 10001 clauses out of 20029 with flag 995000/995000
569.10/302.53	c cleaning 10003 clauses out of 20028 with flag 1005000/1005000
575.11/305.79	c cleaning 10003 clauses out of 20026 with flag 1015001/1015001
581.34/309.02	c cleaning 9997 clauses out of 20022 with flag 1025000/1025000
587.68/312.41	c cleaning 9996 clauses out of 20025 with flag 1035000/1035000
593.70/315.60	c cleaning 10002 clauses out of 20029 with flag 1045000/1045000
601.31/319.68	c cleaning 10003 clauses out of 20027 with flag 1055000/1055000
607.34/322.86	c cleaning 9996 clauses out of 20024 with flag 1065000/1065000
613.66/326.25	c cleaning 10000 clauses out of 20028 with flag 1075000/1075000
619.09/329.12	c cleaning 10008 clauses out of 20029 with flag 1085001/1085001
623.73/331.61	c cleaning 9999 clauses out of 20020 with flag 1095000/1095000
628.37/334.17	c cleaning 10003 clauses out of 20022 with flag 1105001/1105001
633.30/336.83	c cleaning 10002 clauses out of 20018 with flag 1115000/1115000
637.93/339.37	c cleaning 10000 clauses out of 20016 with flag 1125000/1125000
642.77/341.92	c cleaning 9999 clauses out of 20016 with flag 1135000/1135000
647.61/344.55	c cleaning 10000 clauses out of 20017 with flag 1145000/1145000
652.74/347.31	c cleaning 10005 clauses out of 20017 with flag 1155000/1155000
657.40/349.83	c cleaning 9999 clauses out of 20012 with flag 1165000/1165000
662.02/352.34	c cleaning 9998 clauses out of 20014 with flag 1175001/1175001
666.67/354.89	c cleaning 9996 clauses out of 20015 with flag 1185000/1185000
671.99/357.75	c cleaning 10001 clauses out of 20020 with flag 1195001/1195001
677.22/360.55	c cleaning 9999 clauses out of 20019 with flag 1205001/1205001
682.45/363.30	c cleaning 10001 clauses out of 20020 with flag 1215001/1215001
687.49/366.07	c cleaning 10001 clauses out of 20019 with flag 1225001/1225001
692.78/368.96	c cleaning 10002 clauses out of 20018 with flag 1235001/1235001
697.80/371.67	c cleaning 10001 clauses out of 20016 with flag 1245001/1245001
703.03/374.50	c cleaning 9993 clauses out of 20015 with flag 1255001/1255001
708.26/377.25	c cleaning 10005 clauses out of 20022 with flag 1265001/1265001
713.43/380.05	c cleaning 9994 clauses out of 20017 with flag 1275001/1275001
718.47/382.79	c cleaning 10005 clauses out of 20022 with flag 1285000/1285000
723.71/385.56	c cleaning 9995 clauses out of 20017 with flag 1295000/1295000
728.73/388.26	c cleaning 10005 clauses out of 20022 with flag 1305000/1305000
733.88/391.04	c cleaning 9998 clauses out of 20017 with flag 1315000/1315000
738.71/393.67	c cleaning 10003 clauses out of 20019 with flag 1325000/1325000
743.55/396.22	c cleaning 9985 clauses out of 20017 with flag 1335001/1335001
748.97/399.10	c cleaning 9997 clauses out of 20031 with flag 1345000/1345000
753.88/401.88	c cleaning 10008 clauses out of 20034 with flag 1355000/1355000
759.30/404.70	c cleaning 10008 clauses out of 20026 with flag 1365000/1365000
763.74/407.15	c cleaning 10003 clauses out of 20019 with flag 1375001/1375001
768.16/409.55	c cleaning 9996 clauses out of 20015 with flag 1385000/1385000
774.24/412.88	c cleaning 9996 clauses out of 20019 with flag 1395000/1395000
780.25/416.03	c cleaning 10001 clauses out of 20023 with flag 1405000/1405000
786.27/419.21	c cleaning 10007 clauses out of 20023 with flag 1415001/1415001
791.07/421.81	c cleaning 10000 clauses out of 20016 with flag 1425001/1425001
796.16/424.61	c cleaning 9998 clauses out of 20016 with flag 1435001/1435001
800.76/427.16	c cleaning 10004 clauses out of 20018 with flag 1445001/1445001
805.37/429.68	c cleaning 9998 clauses out of 20014 with flag 1455001/1455001
810.77/432.54	c cleaning 9995 clauses out of 20015 with flag 1465000/1465000
816.85/435.84	c cleaning 9990 clauses out of 20020 with flag 1475000/1475000
822.87/439.07	c cleaning 10008 clauses out of 20031 with flag 1485001/1485001
829.84/442.72	c cleaning 9997 clauses out of 20022 with flag 1495000/1495000
836.62/446.30	c cleaning 10001 clauses out of 20026 with flag 1505001/1505001
844.69/450.66	c cleaning 9994 clauses out of 20024 with flag 1515000/1515000
849.31/453.18	c And the winner is Resolution
857.56/462.04	c Got one! Elapsed wall clock time (in seconds):461.816
857.56/462.04	o 319
858.67/462.69	c cleaning 10016 clauses out of 20032 with flag 1525002/1525002
864.47/465.72	c cleaning 9996 clauses out of 20014 with flag 1535000/1535000
870.28/468.80	c cleaning 10000 clauses out of 20018 with flag 1545000/1545000
875.57/471.75	c cleaning 10001 clauses out of 20018 with flag 1555000/1555000
880.92/474.67	c cleaning 9999 clauses out of 20017 with flag 1565000/1565000
886.50/477.63	c cleaning 9999 clauses out of 20018 with flag 1575000/1575000
892.10/480.66	c cleaning 10003 clauses out of 20020 with flag 1585001/1585001
898.73/484.20	c cleaning 10005 clauses out of 20016 with flag 1595000/1595000
904.13/487.16	c cleaning 9996 clauses out of 20012 with flag 1605001/1605001
909.73/490.12	c cleaning 10000 clauses out of 20015 with flag 1615000/1615000
915.11/493.00	c cleaning 10003 clauses out of 20015 with flag 1625000/1625000
921.35/496.40	c cleaning 10001 clauses out of 20012 with flag 1635000/1635000
926.76/499.31	c cleaning 9993 clauses out of 20011 with flag 1645000/1645000
931.77/502.04	c cleaning 9991 clauses out of 20018 with flag 1655000/1655000
937.38/505.08	c cleaning 10001 clauses out of 20027 with flag 1665000/1665000
943.01/508.12	c cleaning 9998 clauses out of 20026 with flag 1675000/1675000
948.22/510.98	c cleaning 9995 clauses out of 20029 with flag 1685001/1685001
953.44/513.74	c cleaning 10001 clauses out of 20033 with flag 1695000/1695000
959.03/516.78	c cleaning 10002 clauses out of 20032 with flag 1705000/1705000
964.90/519.98	c cleaning 10001 clauses out of 20031 with flag 1715001/1715001
970.50/522.93	c cleaning 10005 clauses out of 20029 with flag 1725000/1725000
975.48/525.70	c cleaning 9998 clauses out of 20024 with flag 1735000/1735000
981.28/528.70	c cleaning 10008 clauses out of 20026 with flag 1745000/1745000
986.52/531.68	c cleaning 9995 clauses out of 20019 with flag 1755001/1755001
992.13/534.67	c cleaning 10004 clauses out of 20023 with flag 1765000/1765000
997.51/537.52	c cleaning 9999 clauses out of 20020 with flag 1775001/1775001
1002.71/540.38	c cleaning 9996 clauses out of 20021 with flag 1785001/1785001
1008.95/543.79	c cleaning 9998 clauses out of 20024 with flag 1795000/1795000
1015.74/547.35	c cleaning 10005 clauses out of 20026 with flag 1805000/1805000
1022.92/551.17	c cleaning 9992 clauses out of 20021 with flag 1815000/1815000
1031.89/555.83	c cleaning 9999 clauses out of 20029 with flag 1825000/1825000
1038.94/559.63	c cleaning 9993 clauses out of 20031 with flag 1835001/1835001
1046.11/563.44	c cleaning 10001 clauses out of 20037 with flag 1845000/1845000
1053.48/567.33	c cleaning 10004 clauses out of 20037 with flag 1855001/1855001
1060.46/571.09	c cleaning 9991 clauses out of 20032 with flag 1865000/1865000
1067.88/575.06	c cleaning 10008 clauses out of 20041 with flag 1875000/1875000
1075.08/578.87	c cleaning 9997 clauses out of 20033 with flag 1885000/1885000
1082.46/582.78	c cleaning 10001 clauses out of 20037 with flag 1895001/1895001
1089.83/586.67	c cleaning 9996 clauses out of 20035 with flag 1905000/1905000
1097.06/590.55	c cleaning 10007 clauses out of 20040 with flag 1915001/1915001
1104.05/594.21	c cleaning 9996 clauses out of 20032 with flag 1925000/1925000
1111.02/597.97	c cleaning 9996 clauses out of 20036 with flag 1935000/1935000
1118.18/601.76	c cleaning 10003 clauses out of 20041 with flag 1945001/1945001
1125.18/605.53	c cleaning 10002 clauses out of 20038 with flag 1955001/1955001
1132.14/609.25	c cleaning 9999 clauses out of 20036 with flag 1965001/1965001
1139.90/613.31	c cleaning 10000 clauses out of 20037 with flag 1975001/1975001
1147.28/617.22	c cleaning 9999 clauses out of 20036 with flag 1985000/1985000
1153.93/620.84	c cleaning 10015 clauses out of 20037 with flag 1995000/1995000
1158.53/623.34	c cleaning 10003 clauses out of 20023 with flag 2005001/2005001
1163.92/626.28	c cleaning 9989 clauses out of 20019 with flag 2015000/2015000
1169.52/629.21	c cleaning 10003 clauses out of 20031 with flag 2025001/2025001
1175.12/632.36	c cleaning 10004 clauses out of 20028 with flag 2035001/2035001
1182.10/636.08	c cleaning 10001 clauses out of 20024 with flag 2045001/2045001
1187.09/638.77	c cleaning 10003 clauses out of 20022 with flag 2055000/2055000
1191.90/641.32	c cleaning 10002 clauses out of 20020 with flag 2065001/2065001
1196.71/644.09	c cleaning 9993 clauses out of 20017 with flag 2075000/2075000
1201.70/646.72	c cleaning 9992 clauses out of 20025 with flag 2085001/2085001
1207.09/649.67	c cleaning 9998 clauses out of 20033 with flag 2095001/2095001
1212.67/652.63	c cleaning 10001 clauses out of 20034 with flag 2105000/2105000
1218.69/655.91	c cleaning 10001 clauses out of 20034 with flag 2115001/2115001
1224.08/658.82	c cleaning 10010 clauses out of 20032 with flag 2125000/2125000
1229.07/661.53	c cleaning 9996 clauses out of 20022 with flag 2135000/2135000
1234.25/664.35	c cleaning 10009 clauses out of 20027 with flag 2145001/2145001
1239.66/667.39	c cleaning 10002 clauses out of 20017 with flag 2155000/2155000
1245.26/670.34	c cleaning 9993 clauses out of 20016 with flag 2165001/2165001
1250.86/673.35	c cleaning 10000 clauses out of 20022 with flag 2175000/2175000
1256.63/676.43	c cleaning 10002 clauses out of 20023 with flag 2185001/2185001
1262.27/679.53	c cleaning 9997 clauses out of 20020 with flag 2195000/2195000
1267.46/682.39	c cleaning 10002 clauses out of 20023 with flag 2205000/2205000
1272.66/685.18	c cleaning 10000 clauses out of 20021 with flag 2215000/2215000
1278.05/688.02	c cleaning 10001 clauses out of 20021 with flag 2225000/2225000
1283.47/691.06	c cleaning 9996 clauses out of 20020 with flag 2235000/2235000
1289.27/694.17	c cleaning 10000 clauses out of 20024 with flag 2245000/2245000
1295.25/697.33	c cleaning 10003 clauses out of 20025 with flag 2255001/2255001
1301.23/700.50	c cleaning 9997 clauses out of 20022 with flag 2265001/2265001
1307.07/703.77	c cleaning 10004 clauses out of 20025 with flag 2275001/2275001
1312.46/706.64	c cleaning 9999 clauses out of 20021 with flag 2285001/2285001
1317.26/709.28	c cleaning 10003 clauses out of 20021 with flag 2295000/2295000
1324.05/712.85	c cleaning 9998 clauses out of 20018 with flag 2305000/2305000
1330.85/716.53	c cleaning 10001 clauses out of 20020 with flag 2315000/2315000
1337.63/720.15	c cleaning 10000 clauses out of 20019 with flag 2325000/2325000
1344.63/723.84	c cleaning 9998 clauses out of 20019 with flag 2335000/2335000
1350.60/727.10	c cleaning 10002 clauses out of 20021 with flag 2345000/2345000
1357.40/730.73	c cleaning 9998 clauses out of 20019 with flag 2355000/2355000
1363.96/734.28	c cleaning 10000 clauses out of 20022 with flag 2365001/2365001
1370.52/737.76	c cleaning 10001 clauses out of 20021 with flag 2375000/2375000
1377.28/741.31	c cleaning 9998 clauses out of 20020 with flag 2385000/2385000
1383.91/744.90	c cleaning 10003 clauses out of 20023 with flag 2395001/2395001
1390.48/748.47	c cleaning 9996 clauses out of 20019 with flag 2405000/2405000
1397.66/752.22	c cleaning 10005 clauses out of 20023 with flag 2415000/2415000
1404.44/755.88	c cleaning 9999 clauses out of 20019 with flag 2425001/2425001
1411.33/759.56	c cleaning 9996 clauses out of 20019 with flag 2435000/2435000
1417.51/762.81	c cleaning 9995 clauses out of 20023 with flag 2445000/2445000
1423.08/765.80	c cleaning 9999 clauses out of 20028 with flag 2455000/2455000
1428.87/768.98	c cleaning 10000 clauses out of 20029 with flag 2465000/2465000
1435.66/772.61	c cleaning 10000 clauses out of 20029 with flag 2475000/2475000
1443.03/776.54	c cleaning 10001 clauses out of 20029 with flag 2485000/2485000
1449.42/779.99	c cleaning 10003 clauses out of 20029 with flag 2495001/2495001
1457.19/784.01	c cleaning 9997 clauses out of 20026 with flag 2505001/2505001
1463.61/787.53	c cleaning 9998 clauses out of 20029 with flag 2515001/2515001
1469.78/790.89	c cleaning 10002 clauses out of 20031 with flag 2525001/2525001
1476.18/794.25	c cleaning 10001 clauses out of 20029 with flag 2535001/2535001
1482.14/797.50	c cleaning 9994 clauses out of 20027 with flag 2545000/2545000
1488.75/801.09	c cleaning 10005 clauses out of 20034 with flag 2555001/2555001
1495.52/804.69	c cleaning 10006 clauses out of 20029 with flag 2565001/2565001
1502.91/808.60	c cleaning 9997 clauses out of 20023 with flag 2575001/2575001
1509.28/811.99	c cleaning 10001 clauses out of 20025 with flag 2585000/2585000
1515.90/815.50	c cleaning 9995 clauses out of 20025 with flag 2595001/2595001
1522.47/819.05	c cleaning 10000 clauses out of 20029 with flag 2605000/2605000
1528.85/822.43	c cleaning 10006 clauses out of 20029 with flag 2615000/2615000
1535.42/825.92	c cleaning 10002 clauses out of 20023 with flag 2625000/2625000
1542.40/829.62	c cleaning 9994 clauses out of 20022 with flag 2635001/2635001
1548.76/833.00	c cleaning 10006 clauses out of 20027 with flag 2645000/2645000
1554.74/836.27	c cleaning 9996 clauses out of 20022 with flag 2655001/2655001
1560.12/839.19	c cleaning 10000 clauses out of 20025 with flag 2665000/2665000
1566.77/842.70	c cleaning 10001 clauses out of 20025 with flag 2675000/2675000
1573.12/846.18	c cleaning 9999 clauses out of 20024 with flag 2685000/2685000
1578.90/849.29	c cleaning 9998 clauses out of 20025 with flag 2695000/2695000
1584.28/852.16	c cleaning 10000 clauses out of 20027 with flag 2705000/2705000
1589.90/855.28	c cleaning 10002 clauses out of 20027 with flag 2715000/2715000
1595.67/858.32	c cleaning 9996 clauses out of 20026 with flag 2725001/2725001
1601.05/861.30	c cleaning 10006 clauses out of 20030 with flag 2735001/2735001
1606.83/864.31	c cleaning 9996 clauses out of 20023 with flag 2745000/2745000
1612.54/867.43	c cleaning 10000 clauses out of 20027 with flag 2755000/2755000
1618.11/870.40	c cleaning 10004 clauses out of 20027 with flag 2765000/2765000
1623.29/873.28	c cleaning 10001 clauses out of 20023 with flag 2775000/2775000
1629.07/876.30	c cleaning 9998 clauses out of 20022 with flag 2785000/2785000
1634.52/879.31	c cleaning 10005 clauses out of 20025 with flag 2795001/2795001
1640.69/882.60	c cleaning 9999 clauses out of 20020 with flag 2805001/2805001
1647.06/886.04	c cleaning 10001 clauses out of 20021 with flag 2815001/2815001
1653.63/889.57	c cleaning 10001 clauses out of 20020 with flag 2825001/2825001
1660.26/893.11	c cleaning 10000 clauses out of 20019 with flag 2835001/2835001
1666.65/896.54	c cleaning 9999 clauses out of 20019 with flag 2845001/2845001
1673.21/900.05	c cleaning 10003 clauses out of 20020 with flag 2855001/2855001
1679.38/903.37	c cleaning 9998 clauses out of 20017 with flag 2865001/2865001
1686.01/906.95	c cleaning 9999 clauses out of 20019 with flag 2875001/2875001
1692.39/910.34	c cleaning 9999 clauses out of 20020 with flag 2885001/2885001
1699.12/913.99	c cleaning 10000 clauses out of 20021 with flag 2895001/2895001
1706.07/917.63	c cleaning 10005 clauses out of 20021 with flag 2905001/2905001
1712.84/921.38	c cleaning 9996 clauses out of 20016 with flag 2915001/2915001
1719.99/925.17	c cleaning 10004 clauses out of 20020 with flag 2925001/2925001
1726.51/928.65	c cleaning 9997 clauses out of 20016 with flag 2935001/2935001
1733.46/932.30	c cleaning 10003 clauses out of 20019 with flag 2945001/2945001
1740.22/936.03	c cleaning 9997 clauses out of 20016 with flag 2955001/2955001
1746.56/939.43	c cleaning 9999 clauses out of 20019 with flag 2965001/2965001
1753.09/942.92	c cleaning 9999 clauses out of 20020 with flag 2975001/2975001
1759.23/946.29	c cleaning 10001 clauses out of 20021 with flag 2985001/2985001
1764.60/949.21	c cleaning 9995 clauses out of 20020 with flag 2995001/2995001
1771.34/952.84	c cleaning 9971 clauses out of 20024 with flag 3005000/3005000
1776.87/955.90	c cleaning 10012 clauses out of 20053 with flag 3015000/3015000
1782.78/959.05	c cleaning 10011 clauses out of 20042 with flag 3025001/3025001
1788.32/962.16	c cleaning 10006 clauses out of 20030 with flag 3035000/3035000
1794.03/965.26	c cleaning 9994 clauses out of 20024 with flag 3045000/3045000
1799.54/968.28	c cleaning 9999 clauses out of 20031 with flag 3055001/3055001
1800.15/968.74	c starts		: 249
1800.15/968.74	c conflicts		: 3055010
1800.15/968.74	c decisions		: 3707623
1800.15/968.74	c propagations		: 47357836
1800.15/968.74	c inspects		: 810149978
1800.15/968.74	c learnt literals	: 0
1800.15/968.74	c learnt binary clauses	: 184
1800.15/968.74	c learnt ternary clauses	: 219
1800.15/968.74	c learnt clauses	: 3055010
1800.15/968.74	c ignored clauses	: 0
1800.15/968.74	c root simplifications	: 0
1800.15/968.74	c removed literals (reason simplification)	: 456152313
1800.15/968.74	c reason swapping (by a shorter reason)	: 0
1800.15/968.74	c Calls to reduceDB	: 307
1800.15/968.74	c number of reductions to clauses (during analyze)	: 0
1800.15/968.74	c number of learned constraints concerned by reduction	: 0
1800.15/968.74	c number of learning phase by resolution	: 0
1800.15/968.74	c number of learning phase by cutting planes	: 0
1800.15/968.74	c speed (assignments/second)	: 93463.27017959346
1800.15/968.74	c non guided choices	360
1800.15/968.76	c learnt constraints type 
1800.15/968.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9929
1800.15/968.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 184
1800.15/968.76	c constraints type 
1800.15/968.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1800.15/968.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.15/968.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
1800.15/968.76	c constraints type 
1800.15/968.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
1800.15/968.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 350
1800.15/968.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.15/968.76	s SATISFIABLE
1800.15/968.76	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 x12 -x13 x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 -x59 x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 -x91 x92 x93 -x94 x95 -x96 x97 -x98 -x99 -x100 x101 -x102 -x103 x104 -x105 x106 x107 -x108 x109 -x110 -x111 x112 -x113 x114 x115 -x116 x117 -x118 -x119 x120 -x121 x122 x123 -x124 -x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 -x139 x140 -x141 x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 -x175 -x176 x177 -x178 x179 -x180 x181 -x182 -x183 x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 x201 -x202 -x203 x204 -x205 x206 -x207 -x208 x209 -x210 -x211 x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 -x226 -x227 x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 x248 -x249 -x250 -x251 x252 x253 -x254 -x255 x256 -x257 x258 -x259 x260 -x261 -x262 -x263 x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 x290 -x291 -x292 x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 x303 -x304 -x305 -x306 -x307 x308 -x309 x310 -x311 x312 -x313 -x314 -x315 x316 -x317 x318 -x319 x320 x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 x333 -x334 -x335 x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 x347 -x348 -x349 x350 -x351 -x352 x353 -x354 -x355 x356 -x357 x358 -x359 x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 x384 x385 -x386 -x387 x388 -x389 x390 -x391 x392 -x393 -x394 -x395 x396 -x397 -x398 x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 x417 -x418 -x419 x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 x436 -x437 x438 -x439 x440 x441 -x442 -x443 x444 -x445 x446 x447 -x448 -x449 -x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 -x460 x461 -x462 -x463 x464 -x465 x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 x477 -x478 -x479 x480 -x481 x482 -x483 -x484 x485 -x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 x503 -x504 -x505 -x506 -x507 x508 -x509 x510 -x511 x512 x513 -x514 -x515 x516 x517 -x518 -x519 x520 -x521 x522 -x523 x524 -x525 -x526 -x527 x528 x529 -x530 -x531 x532 -x533 x534 -x535 x536 -x537 -x538 -x539 x540 -x541 x542 -x543 -x544 x545 -x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 x562 -x563 x564 -x565 -x566 -x567 x568 -x569 x570 -x571 x572 x573 -x574 -x575 x576 -x577 -x578 -x579 x580 -x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 -x591 -x592 x593 -x594 -x595 x596 -x597 x598 -x599 x600 -x601 -x602 -x603 x604 -x605 x606 -x607 x608 x609 -x610 -x611 x612 -x613 x614 x615 -x616 -x617 -x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 x634 x635 -x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 x660 -x661 x662 -x663 -x664 x665 -x666 -x667 x668 -x669 x670 -x671 x672 -x673 x674 x675 -x676 -x677 -x678 -x679 x680 -x681 x682 -x683 x684 x685 -x686 -x687 x688 -x689 x690 -x691 x692 -x693 -x694 -x695 x696 -x697 x698 x699 -x700 -x701 -x702 -x703 x704 -x705 x706 -x707 x708 -x709 -x710 -x711 x712 -x713 x714 -x715 x716 x717 -x718 -x719 x720 -x721 x722 x723 -x724 -x725 -x726 -x727 x728 -x729 x730 -x731 x732 -x733 -x734 x735 -x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 x755 -x756 -x757 x758 -x759 -x760 x761 -x762 -x763 x764 -x765 x766 -x767 x768 -x769 x770 -x771 -x772 x773 -x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 x791 -x792 
1800.15/968.76	c objective function=319
1800.15/968.76	c Total wall clock time (in seconds): 968.543

Verifier Data

OK	319

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662493-1276466683/watcher-2662493-1276466683 -o /tmp/evaluation-result-2662493-1276466683/solver-2662493-1276466683 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662493-1276466683.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.01 1.00 3/106 27289
/proc/meminfo: memFree=1835056/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1752 CPUtime=0
/proc/27289/stat : 27289 (java6) R 27287 27289 26985 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 20324636 1794048 67 1992294400 134512640 134550932 4293457088 18446744073709551615 1914616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27289/statm: 438 77 62 10 0 30 0

[startup+0.100956 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 27289
/proc/meminfo: memFree=1835056/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1525044 CPUtime=0.08
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 3938 0 1 0 6 2 0 0 15 0 12 0 20324636 1561645056 3377 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 381261 3377 1072 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525044

[startup+0.211554 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 27289
/proc/meminfo: memFree=1835056/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1526408 CPUtime=0.24
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 5123 0 1 0 21 3 0 0 15 0 12 0 20324636 1563041792 4560 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 381602 4560 1346 10 0 378905 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526408

[startup+0.30099 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 27289
/proc/meminfo: memFree=1835056/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1526408 CPUtime=0.35
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 5372 0 1 0 32 3 0 0 15 0 12 0 20324636 1563041792 4809 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 381602 4810 1361 10 0 378905 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526408

[startup+0.701074 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 27289
/proc/meminfo: memFree=1835056/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1531224 CPUtime=1.12
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 8237 0 1 0 108 4 0 0 15 0 12 0 20324636 1567973376 7356 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 382806 7357 1400 10 0 380109 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531224

[startup+1.50221 s]
/proc/loadavg: 1.00 1.01 1.00 1/120 27305
/proc/meminfo: memFree=1808036/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1532520 CPUtime=1.34
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 8961 0 1 0 130 4 0 0 15 0 14 0 20324636 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 383130 8080 1411 10 0 380433 0
[pid=27289/tid=27291] ppid=27287 vsize=1532520 CPUtime=0.7
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5361 0 1 0 67 3 0 0 25 0 14 0 20324638 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 20324639 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 20324639 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27294/stat : 27294 (java) S 27287 27289 26985 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 20324641 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 20324641 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 20324641 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 20324646 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1532520 CPUtime=0.08
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 123 0 0 0 8 0 0 0 22 0 14 0 20324646 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1532520 CPUtime=0.42
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 1957 0 0 0 42 0 0 0 16 0 14 0 20324646 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 20324646 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 20324646 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 20324715 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1532520 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 20324717 1569300480 8080 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 1532520

[startup+3.10251 s]
/proc/loadavg: 0.92 0.99 0.99 1/120 27307
/proc/meminfo: memFree=1805308/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1533264 CPUtime=2.33
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 11105 0 1 0 226 7 0 0 15 0 16 0 20324636 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 383316 9468 1425 10 0 380619 0
[pid=27289/tid=27291] ppid=27287 vsize=1533264 CPUtime=0.73
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5523 0 1 0 70 3 0 0 19 0 16 0 20324638 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1533264 CPUtime=0
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 20324639 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1533264 CPUtime=0
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 20324639 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1533264 CPUtime=0.01
/proc/27289/task/27294/stat : 27294 (java) R 27287 27289 26985 0 -1 4202560 2 0 0 0 0 1 0 0 18 0 16 0 20324641 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1533264 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 20324641 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1533264 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 20324641 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1533264 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 20324646 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1533264 CPUtime=0.47
/proc/27289/task/27298/stat : 27298 (java) R 27287 27289 26985 0 -1 4202560 1073 0 0 0 47 0 0 0 16 0 16 0 20324646 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 105873478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1533264 CPUtime=0.74
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 2070 0 0 0 74 0 0 0 15 0 16 0 20324646 1570062336 9468 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1533464 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1570267136 9469 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1533464 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20324646 1570267136 9470 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1533464 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1570267136 9470 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1533464 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1570267136 9470 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1533264
heavy processes:

[startup+6.30211 s]
/proc/loadavg: 0.92 0.99 0.99 1/120 27309
/proc/meminfo: memFree=1688624/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1540156 CPUtime=7.03
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 42238 0 1 0 662 41 0 0 15 0 14 0 20324636 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 385039 37589 1440 10 0 382342 0
[pid=27289/tid=27291] ppid=27287 vsize=1540156 CPUtime=0.73
/proc/27289/task/27291/stat : 27291 (java) R 27287 27289 26985 0 -1 4202560 5525 0 1 0 70 3 0 0 18 0 14 0 20324638 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4109128768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540156 CPUtime=0.01
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 469 0 0 0 1 0 0 0 16 0 14 0 20324639 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540156 CPUtime=0.01
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 710 0 0 0 1 0 0 0 18 0 14 0 20324639 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540156 CPUtime=0.42
/proc/27289/task/27294/stat : 27294 (java) S 27287 27289 26985 0 -1 4202560 9 0 0 0 19 23 0 0 15 0 14 0 20324641 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 20324641 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 20324641 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 20324646 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540156 CPUtime=1.68
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4701 0 0 0 167 1 0 0 16 0 14 0 20324646 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540156 CPUtime=1.46
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 3505 0 0 0 145 1 0 0 15 0 14 0 20324646 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 20324646 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 20324646 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 20324715 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540156 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 20324717 1577119744 37589 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1540156

[startup+12.7023 s]
/proc/loadavg: 1.16 1.04 1.01 3/122 27311
/proc/meminfo: memFree=1641612/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1540796 CPUtime=19.44
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 58044 0 1 0 1895 49 0 0 15 0 16 0 20324636 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 385199 50918 1451 10 0 382502 0
[pid=27289/tid=27291] ppid=27287 vsize=1540796 CPUtime=0.74
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5525 0 1 0 71 3 0 0 18 0 16 0 20324638 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540796 CPUtime=0.17
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 3845 0 0 0 16 1 0 0 15 0 16 0 20324639 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540796 CPUtime=0.17
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 3397 0 0 0 16 1 0 0 16 0 16 0 20324639 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540796 CPUtime=0.72
/proc/27289/task/27294/stat : 27294 (java) S 27287 27289 26985 0 -1 4202560 4197 0 0 0 47 25 0 0 15 0 16 0 20324641 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 20324646 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540796 CPUtime=1.93
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4716 0 0 0 192 1 0 0 15 0 16 0 20324646 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540796 CPUtime=2.12
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 5696 0 0 0 210 2 0 0 16 0 16 0 20324646 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20324646 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27310] ppid=27287 vsize=1540796 CPUtime=5.24
/proc/27289/task/27310/stat : 27310 (java) R 27287 27289 26985 0 -1 4202560 69 0 0 0 524 0 0 0 19 0 16 0 20325268 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4109668609 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27289/tid=27311] ppid=27287 vsize=1540796 CPUtime=5.6
/proc/27289/task/27311/stat : 27311 (java) R 27287 27289 26985 0 -1 4202560 3280 0 0 0 559 1 0 0 24 0 16 0 20325268 1577775104 50918 1992294400 134512640 134550932 4286595776 18446744073709551615 4109883298 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.44
Current children cumulated vsize (KiB) 1540796


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

/proc/27289/statm: 385199 97912 1451 10 0 382502 0
[pid=27289/tid=27291] ppid=27287 vsize=1540796 CPUtime=0.74
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5562 0 1 0 71 3 0 0 15 0 16 0 20324638 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540796 CPUtime=5.78
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 29823 0 0 0 546 32 0 0 15 0 16 0 20324639 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540796 CPUtime=5.78
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 27947 0 0 0 549 29 0 0 15 0 16 0 20324639 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540796 CPUtime=98.23
/proc/27289/task/27294/stat : 27294 (java) S 27287 27289 26985 0 -1 4202560 10018 0 0 0 9782 41 0 0 15 0 16 0 20324641 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 20324646 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540796 CPUtime=1.98
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4716 0 0 0 197 1 0 0 15 0 16 0 20324646 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540796 CPUtime=2.12
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 5696 0 0 0 210 2 0 0 16 0 16 0 20324646 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 20324646 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27324] ppid=27287 vsize=1540796 CPUtime=364.71
/proc/27289/task/27324/stat : 27324 (java) R 27287 27289 26985 0 -1 4202560 129 0 0 0 36466 5 0 0 25 0 16 0 20370841 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4109718087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27289/tid=27325] ppid=27287 vsize=1540796 CPUtime=361.52
/proc/27289/task/27325/stat : 27325 (java) R 27287 27289 26985 0 -1 4202560 15 0 0 0 36144 8 0 0 25 0 16 0 20370841 1577775104 97912 1992294400 134512640 134550932 4286595776 18446744073709551615 4110316473 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1640.11
Current children cumulated vsize (KiB) 1540796

[startup+942.302 s]
/proc/loadavg: 1.85 1.93 1.63 3/122 27337
/proc/meminfo: memFree=1427464/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1540796 CPUtime=1751.91
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 119462 0 1 0 175023 168 0 0 15 0 16 0 20324636 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 385199 102330 1451 10 0 382502 0
[pid=27289/tid=27291] ppid=27287 vsize=1540796 CPUtime=0.74
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5565 0 1 0 71 3 0 0 15 0 16 0 20324638 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540796 CPUtime=6.35
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 31440 0 0 0 601 34 0 0 15 0 16 0 20324639 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540796 CPUtime=6.34
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 30778 0 0 0 598 36 0 0 16 0 16 0 20324639 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540796 CPUtime=105.62
/proc/27289/task/27294/stat : 27294 (java) S 27287 27289 26985 0 -1 4202560 10119 0 0 0 10521 41 0 0 15 0 16 0 20324641 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 20324646 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540796 CPUtime=1.98
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4716 0 0 0 197 1 0 0 15 0 16 0 20324646 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540796 CPUtime=2.12
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 5696 0 0 0 210 2 0 0 16 0 16 0 20324646 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 20324646 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27324] ppid=27287 vsize=1540796 CPUtime=416.64
/proc/27289/task/27324/stat : 27324 (java) R 27287 27289 26985 0 -1 4202560 153 0 0 0 41659 5 0 0 25 0 16 0 20370841 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4109894024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27289/tid=27325] ppid=27287 vsize=1540796 CPUtime=412.88
/proc/27289/task/27325/stat : 27325 (java) R 27287 27289 26985 0 -1 4202560 28 0 0 0 41277 11 0 0 25 0 16 0 20370841 1577775104 102330 1992294400 134512640 134550932 4286595776 18446744073709551615 4109636093 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1751.91
Current children cumulated vsize (KiB) 1540796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+968.602 s]
/proc/loadavg: 1.92 1.93 1.64 3/122 27339
/proc/meminfo: memFree=1417792/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1540796 CPUtime=1800.04
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 122364 0 1 0 179831 173 0 0 15 0 16 0 20324636 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 385199 104742 1451 10 0 382502 0
[pid=27289/tid=27291] ppid=27287 vsize=1540796 CPUtime=0.74
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5566 0 1 0 71 3 0 0 15 0 16 0 20324638 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540796 CPUtime=6.85
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 33243 0 0 0 651 34 0 0 16 0 16 0 20324639 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540796 CPUtime=6.85
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 31848 0 0 0 647 38 0 0 15 0 16 0 20324639 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540796 CPUtime=109.67
/proc/27289/task/27294/stat : 27294 (java) R 27287 27289 26985 0 -1 4202560 10121 0 0 0 10925 42 0 0 16 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540796 CPUtime=1.98
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4716 0 0 0 197 1 0 0 15 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540796 CPUtime=2.12
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 5696 0 0 0 210 2 0 0 16 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27324] ppid=27287 vsize=1540796 CPUtime=438.3
/proc/27289/task/27324/stat : 27324 (java) S 27287 27289 26985 0 -1 4202560 167 0 0 0 43824 6 0 0 25 0 16 0 20370841 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27325] ppid=27287 vsize=1540796 CPUtime=434.28
/proc/27289/task/27325/stat : 27325 (java) S 27287 27289 26985 0 -1 4202560 38 0 0 0 43416 12 0 0 25 0 16 0 20370841 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1540796

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

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

[startup+968.716 s]
/proc/loadavg: 1.92 1.93 1.64 3/122 27339
/proc/meminfo: memFree=1417792/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=1540796 CPUtime=1800.15
/proc/27289/stat : 27289 (java) S 27287 27289 26985 0 -1 4202496 122364 0 1 0 179842 173 0 0 15 0 16 0 20324636 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 385199 104742 1451 10 0 382502 0
[pid=27289/tid=27291] ppid=27287 vsize=1540796 CPUtime=0.74
/proc/27289/task/27291/stat : 27291 (java) S 27287 27289 26985 0 -1 4202560 5566 0 1 0 71 3 0 0 15 0 16 0 20324638 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1540796 CPUtime=6.85
/proc/27289/task/27292/stat : 27292 (java) S 27287 27289 26985 0 -1 4202560 33243 0 0 0 651 34 0 0 16 0 16 0 20324639 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27293] ppid=27287 vsize=1540796 CPUtime=6.85
/proc/27289/task/27293/stat : 27293 (java) S 27287 27289 26985 0 -1 4202560 31848 0 0 0 647 38 0 0 15 0 16 0 20324639 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27294] ppid=27287 vsize=1540796 CPUtime=109.78
/proc/27289/task/27294/stat : 27294 (java) R 27287 27289 26985 0 -1 4202560 10121 0 0 0 10936 42 0 0 16 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27289/tid=27295] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27295/stat : 27295 (java) S 27287 27289 26985 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27296] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27296/stat : 27296 (java) S 27287 27289 26985 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20324641 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27297] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27297/stat : 27297 (java) S 27287 27289 26985 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27298] ppid=27287 vsize=1540796 CPUtime=1.98
/proc/27289/task/27298/stat : 27298 (java) S 27287 27289 26985 0 -1 4202560 4716 0 0 0 197 1 0 0 15 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27299] ppid=27287 vsize=1540796 CPUtime=2.12
/proc/27289/task/27299/stat : 27299 (java) S 27287 27289 26985 0 -1 4202560 5696 0 0 0 210 2 0 0 16 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27300] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27300/stat : 27300 (java) S 27287 27289 26985 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27301] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27301/stat : 27301 (java) S 27287 27289 26985 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 20324646 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27304] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27304/stat : 27304 (java) S 27287 27289 26985 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20324715 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27305] ppid=27287 vsize=1540796 CPUtime=0
/proc/27289/task/27305/stat : 27305 (java) S 27287 27289 26985 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20324717 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
[pid=27289/tid=27324] ppid=27287 vsize=1540796 CPUtime=438.3
/proc/27289/task/27324/stat : 27324 (java) S 27287 27289 26985 0 -1 4202560 167 0 0 0 43824 6 0 0 25 0 16 0 20370841 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 1 0 0 0
[pid=27289/tid=27325] ppid=27287 vsize=1540796 CPUtime=434.28
/proc/27289/task/27325/stat : 27325 (java) S 27287 27289 26985 0 -1 4202560 38 0 0 0 43416 12 0 0 25 0 16 0 20370841 1577775104 104742 1992294400 134512640 134550932 4286595776 18446744073709551615 4294960144 0 4 0 16800975 18446604437826566976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1540796

[startup+968.802 s]
/proc/loadavg: 1.92 1.93 1.64 3/122 27339
/proc/meminfo: memFree=1417792/2059040 swapFree=4142408/4192956
[pid=27289] ppid=27287 vsize=0 CPUtime=1800.27
/proc/27289/stat : 27289 (java) Z 27287 27289 26985 0 -1 4203548 122534 0 1 0 179852 175 0 0 15 0 2 0 20324636 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27289/statm: 0 0 0 0 0 0 0
[pid=27289/tid=27325] ppid=27287 vsize=0 CPUtime=434.32
/proc/27289/task/27325/stat : 27325 (java) R 27287 27289 26985 0 -1 4203588 38 0 0 0 43418 14 0 0 21 0 2 0 20370841 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 968.825
CPU time (s): 1800.3
CPU user time (s): 1798.53
CPU system time (s): 1.77673
CPU usage (%): 185.823
Max. virtual memory (cumulated for all children) (KiB): 1545740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.77673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122534
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= 26969
involuntary context switches= 50142

runsolver used 3.9414 second user time and 8.64468 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 00:04:43
IDJOB=2662493
IDBENCH=2185
IDSOLVER=1166
FILE ID=node019/2662493-1276466683
PBS_JOBID= 11173358
Free space on /tmp= 62356 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662493-1276466683/watcher-2662493-1276466683 -o /tmp/evaluation-result-2662493-1276466683/solver-2662493-1276466683 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662493-1276466683.opb

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

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=33353350

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835328 kB
Buffers:         41808 kB
Cached:          91296 kB
SwapCached:       4636 kB
Active:          93936 kB
Inactive:        52620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835328 kB
SwapTotal:     4192956 kB
SwapFree:      4142408 kB
Dirty:             424 kB
Writeback:          48 kB
AnonPages:       11648 kB
Mapped:          13676 kB
Slab:            55184 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180804 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= 62356 MiB
End job on node019 at 2010-06-14 00:20:54