Trace number 2662455

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)207 1800.31 1012.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark182
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 465
Number of bits of the biggest sum of numbers9
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.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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662455-1276372770.opb
0.22/0.22	c reading problem ... 
0.73/0.55	c ... done. Wall clock time 0.326s.
0.73/0.55	c #vars     465
0.73/0.55	c #constraints  465
0.73/0.55	c constraints type 
0.73/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 465
0.73/0.55	c constraints type 
0.73/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 465
0.93/0.63	c And the winner is Resolution
1.28/1.58	c SATISFIABLE
1.28/1.58	c OPTIMIZING...
1.28/1.58	c Got one! Elapsed wall clock time (in seconds):1.36
1.28/1.58	o 222
2.31/2.11	c And the winner is Resolution
2.38/2.59	c Got one! Elapsed wall clock time (in seconds):2.37
2.38/2.59	o 221
2.39/2.65	c And the winner is Resolution
2.67/3.63	c Got one! Elapsed wall clock time (in seconds):3.407
2.67/3.63	o 220
2.67/3.65	c And the winner is Resolution
2.73/4.64	c Got one! Elapsed wall clock time (in seconds):4.414
2.73/4.64	o 219
2.73/4.67	c And the winner is Resolution
2.87/5.64	c Got one! Elapsed wall clock time (in seconds):5.422
2.87/5.64	o 218
2.98/5.75	c And the winner is Resolution
3.08/6.65	c Got one! Elapsed wall clock time (in seconds):6.43
3.08/6.65	o 217
3.56/6.90	c And the winner is Resolution
3.58/7.66	c Got one! Elapsed wall clock time (in seconds):7.439
3.58/7.66	o 215
3.67/7.77	c And the winner is Resolution
3.82/8.67	c Got one! Elapsed wall clock time (in seconds):8.451
3.82/8.67	o 210
5.27/9.48	c And the winner is Resolution
5.52/9.68	c Got one! Elapsed wall clock time (in seconds):9.458
5.52/9.68	o 209
6.14/10.05	c cleaning 2492 clauses out of 5000 with flag 5000/5000
8.50/11.27	c cleaning 4249 clauses out of 8509 with flag 11001/11001
9.65/11.81	c And the winner is Resolution
9.70/12.69	c Got one! Elapsed wall clock time (in seconds):12.469
9.70/12.69	o 208
10.70/13.24	c And the winner is Resolution
10.82/13.70	c Got one! Elapsed wall clock time (in seconds):13.476
10.82/13.70	o 207
11.41/14.09	c cleaning 5624 clauses out of 11260 with flag 18001/18001
14.96/15.82	c cleaning 6812 clauses out of 13636 with flag 26001/26001
18.61/17.71	c cleaning 7909 clauses out of 15823 with flag 35000/35000
22.91/19.96	c cleaning 8950 clauses out of 17914 with flag 45000/45000
27.02/22.09	c cleaning 9478 clauses out of 18964 with flag 55000/55000
31.10/24.13	c cleaning 9735 clauses out of 19486 with flag 65000/65000
35.94/26.67	c cleaning 9873 clauses out of 19751 with flag 75000/75000
40.20/28.81	c cleaning 9933 clauses out of 19879 with flag 85001/85001
45.07/31.35	c cleaning 9967 clauses out of 19946 with flag 95001/95001
50.90/34.30	c cleaning 9978 clauses out of 19979 with flag 105001/105001
56.90/37.42	c cleaning 9998 clauses out of 20000 with flag 115000/115000
60.93/39.55	c cleaning 9992 clauses out of 20003 with flag 125001/125001
65.55/41.90	c cleaning 9999 clauses out of 20011 with flag 135001/135001
70.16/44.33	c cleaning 9995 clauses out of 20011 with flag 145000/145000
74.72/46.71	c cleaning 10001 clauses out of 20017 with flag 155001/155001
80.91/49.94	c cleaning 10000 clauses out of 20015 with flag 165000/165000
85.91/52.56	c cleaning 10000 clauses out of 20015 with flag 175000/175000
90.52/54.92	c cleaning 10003 clauses out of 20016 with flag 185001/185001
95.84/57.76	c cleaning 9999 clauses out of 20012 with flag 195000/195000
101.02/60.49	c cleaning 10001 clauses out of 20014 with flag 205001/205001
105.98/63.09	c cleaning 10004 clauses out of 20013 with flag 215001/215001
110.94/65.65	c cleaning 9996 clauses out of 20009 with flag 225001/225001
116.04/68.36	c cleaning 9999 clauses out of 20013 with flag 235001/235001
121.39/71.18	c cleaning 9997 clauses out of 20013 with flag 245000/245000
126.55/73.88	c cleaning 10002 clauses out of 20016 with flag 255000/255000
131.30/76.31	c cleaning 10002 clauses out of 20014 with flag 265000/265000
135.95/78.85	c cleaning 9997 clauses out of 20012 with flag 275000/275000
141.08/81.53	c cleaning 9996 clauses out of 20016 with flag 285001/285001
146.41/84.35	c cleaning 9998 clauses out of 20019 with flag 295000/295000
151.54/87.03	c cleaning 10001 clauses out of 20022 with flag 305001/305001
157.38/90.11	c cleaning 9999 clauses out of 20021 with flag 315001/315001
162.05/92.61	c cleaning 10004 clauses out of 20021 with flag 325000/325000
167.78/95.66	c cleaning 9998 clauses out of 20017 with flag 335000/335000
173.49/98.70	c cleaning 10002 clauses out of 20019 with flag 345000/345000
179.50/101.84	c cleaning 10000 clauses out of 20017 with flag 355000/355000
184.81/104.66	c cleaning 10000 clauses out of 20017 with flag 365000/365000
190.51/107.65	c cleaning 9996 clauses out of 20017 with flag 375000/375000
196.21/110.67	c cleaning 9998 clauses out of 20022 with flag 385001/385001
201.82/113.62	c cleaning 10008 clauses out of 20023 with flag 395000/395000
206.32/116.07	c cleaning 10002 clauses out of 20015 with flag 405000/405000
210.82/118.46	c cleaning 9992 clauses out of 20014 with flag 415001/415001
215.93/121.10	c cleaning 9999 clauses out of 20021 with flag 425000/425000
220.53/123.62	c cleaning 10005 clauses out of 20022 with flag 435000/435000
226.21/126.60	c cleaning 9999 clauses out of 20018 with flag 445001/445001
231.71/129.53	c cleaning 10002 clauses out of 20019 with flag 455001/455001
236.98/132.39	c cleaning 10000 clauses out of 20018 with flag 465002/465002
243.55/135.81	c cleaning 10002 clauses out of 20017 with flag 475001/475001
249.03/138.70	c cleaning 9995 clauses out of 20014 with flag 485000/485000
255.10/141.92	c cleaning 10001 clauses out of 20019 with flag 495000/495000
261.74/145.41	c cleaning 9997 clauses out of 20018 with flag 505000/505000
267.70/148.68	c cleaning 9998 clauses out of 20021 with flag 515000/515000
273.15/151.54	c cleaning 10005 clauses out of 20024 with flag 525001/525001
278.61/154.49	c cleaning 9999 clauses out of 20019 with flag 535001/535001
283.86/157.28	c cleaning 9996 clauses out of 20020 with flag 545001/545001
289.40/160.20	c cleaning 9997 clauses out of 20023 with flag 555000/555000
294.45/162.94	c cleaning 10003 clauses out of 20027 with flag 565001/565001
299.89/165.86	c cleaning 9999 clauses out of 20023 with flag 575000/575000
305.32/168.79	c cleaning 9996 clauses out of 20024 with flag 585000/585000
310.46/171.57	c cleaning 10009 clauses out of 20028 with flag 595000/595000
316.09/174.60	c cleaning 10001 clauses out of 20020 with flag 605001/605001
322.52/177.94	c cleaning 10004 clauses out of 20018 with flag 615000/615000
327.93/180.82	c cleaning 10000 clauses out of 20015 with flag 625001/625001
333.62/183.92	c cleaning 10002 clauses out of 20014 with flag 635000/635000
339.84/187.22	c cleaning 10003 clauses out of 20013 with flag 645001/645001
345.85/190.46	c cleaning 9997 clauses out of 20009 with flag 655000/655000
352.26/193.83	c cleaning 10000 clauses out of 20012 with flag 665000/665000
358.74/197.30	c cleaning 9999 clauses out of 20014 with flag 675002/675002
363.96/200.20	c cleaning 9998 clauses out of 20014 with flag 685001/685001
369.96/203.35	c cleaning 9994 clauses out of 20016 with flag 695001/695001
376.77/206.90	c cleaning 10000 clauses out of 20023 with flag 705002/705002
382.47/210.09	c cleaning 10002 clauses out of 20023 with flag 715002/715002
387.47/212.71	c cleaning 10004 clauses out of 20019 with flag 725000/725000
392.29/215.40	c cleaning 9999 clauses out of 20016 with flag 735001/735001
397.52/218.16	c cleaning 9999 clauses out of 20017 with flag 745001/745001
402.83/221.06	c cleaning 9994 clauses out of 20017 with flag 755000/755000
408.23/223.96	c cleaning 9999 clauses out of 20023 with flag 765000/765000
413.64/226.81	c cleaning 10004 clauses out of 20025 with flag 775001/775001
420.24/230.33	c cleaning 10008 clauses out of 20021 with flag 785001/785001
425.91/233.41	c cleaning 9994 clauses out of 20012 with flag 795000/795000
431.91/236.64	c cleaning 10000 clauses out of 20018 with flag 805000/805000
437.51/239.65	c cleaning 9998 clauses out of 20019 with flag 815001/815001
443.50/242.82	c cleaning 10006 clauses out of 20020 with flag 825000/825000
449.35/246.09	c cleaning 9997 clauses out of 20015 with flag 835001/835001
456.50/249.84	c cleaning 9997 clauses out of 20018 with flag 845001/845001
463.06/253.30	c cleaning 9997 clauses out of 20021 with flag 855001/855001
469.63/256.86	c cleaning 10001 clauses out of 20023 with flag 865000/865000
475.85/260.29	c cleaning 9995 clauses out of 20023 with flag 875001/875001
481.61/263.36	c cleaning 10010 clauses out of 20027 with flag 885000/885000
486.16/265.89	c cleaning 10005 clauses out of 20017 with flag 895000/895000
491.71/268.88	c cleaning 10000 clauses out of 20013 with flag 905001/905001
497.50/272.04	c cleaning 9998 clauses out of 20012 with flag 915000/915000
503.06/275.09	c cleaning 10002 clauses out of 20014 with flag 925000/925000
509.21/278.31	c cleaning 9996 clauses out of 20012 with flag 935000/935000
514.95/281.42	c cleaning 10002 clauses out of 20017 with flag 945001/945001
520.77/284.65	c cleaning 9995 clauses out of 20015 with flag 955001/955001
526.72/287.80	c cleaning 10003 clauses out of 20020 with flag 965001/965001
531.66/290.59	c cleaning 9996 clauses out of 20016 with flag 975000/975000
537.41/293.61	c cleaning 10005 clauses out of 20020 with flag 985000/985000
543.39/296.93	c cleaning 9999 clauses out of 20016 with flag 995001/995001
549.30/300.20	c cleaning 9997 clauses out of 20016 with flag 1005000/1005000
555.40/303.44	c cleaning 10003 clauses out of 20019 with flag 1015000/1015000
560.32/306.16	c cleaning 9999 clauses out of 20017 with flag 1025001/1025001
565.10/308.80	c cleaning 0 clauses out of 5000 with flag 0/5000
566.52/309.72	c cleaning 10000 clauses out of 20019 with flag 1035002/1035002
571.53/312.46	c cleaning 9996 clauses out of 20017 with flag 1045000/1045000
577.24/315.57	c cleaning 10003 clauses out of 20022 with flag 1055001/1055001
582.80/318.65	c cleaning 9997 clauses out of 20019 with flag 1065001/1065001
588.32/321.61	c cleaning 9998 clauses out of 20022 with flag 1075001/1075001
593.42/324.43	c cleaning 10004 clauses out of 20023 with flag 1085000/1085000
598.34/327.17	c cleaning 10001 clauses out of 20019 with flag 1095000/1095000
603.27/329.94	c cleaning 9997 clauses out of 20020 with flag 1105002/1105002
608.39/332.70	c cleaning 10005 clauses out of 20022 with flag 1115001/1115001
613.50/335.56	c cleaning 9994 clauses out of 20018 with flag 1125002/1125002
619.18/338.60	c cleaning 10001 clauses out of 20023 with flag 1135001/1135001
624.70/341.71	c cleaning 10005 clauses out of 20021 with flag 1145000/1145000
630.39/344.87	c cleaning 9996 clauses out of 20016 with flag 1155000/1155000
636.07/347.95	c cleaning 9997 clauses out of 20021 with flag 1165001/1165001
641.93/351.10	c cleaning 10001 clauses out of 20023 with flag 1175000/1175000
646.85/353.96	c cleaning 9996 clauses out of 20022 with flag 1185000/1185000
652.72/357.15	c cleaning 10004 clauses out of 20027 with flag 1195001/1195001
657.59/359.87	c cleaning 9998 clauses out of 20022 with flag 1205000/1205000
663.06/362.81	c cleaning 10003 clauses out of 20024 with flag 1215000/1215000
668.57/365.93	c cleaning 10005 clauses out of 20023 with flag 1225002/1225002
673.64/368.73	c cleaning 9998 clauses out of 20016 with flag 1235000/1235000
679.11/371.73	c cleaning 10000 clauses out of 20018 with flag 1245000/1245000
684.75/374.81	c cleaning 9996 clauses out of 20019 with flag 1255001/1255001
691.04/378.32	c cleaning 10004 clauses out of 20024 with flag 1265002/1265002
696.48/381.31	c cleaning 9993 clauses out of 20018 with flag 1275000/1275000
701.73/384.28	c cleaning 10003 clauses out of 20025 with flag 1285000/1285000
707.96/387.60	c cleaning 9996 clauses out of 20023 with flag 1295001/1295001
713.78/390.92	c cleaning 10000 clauses out of 20027 with flag 1305001/1305001
719.20/394.00	c cleaning 9998 clauses out of 20026 with flag 1315000/1315000
725.39/397.34	c cleaning 9999 clauses out of 20028 with flag 1325000/1325000
730.19/400.09	c cleaning 10009 clauses out of 20030 with flag 1335001/1335001
735.41/403.08	c cleaning 10005 clauses out of 20022 with flag 1345002/1345002
741.02/406.13	c cleaning 9996 clauses out of 20016 with flag 1355001/1355001
747.59/409.78	c cleaning 9998 clauses out of 20020 with flag 1365001/1365001
753.39/412.92	c cleaning 10001 clauses out of 20022 with flag 1375001/1375001
759.39/416.37	c cleaning 10006 clauses out of 20020 with flag 1385000/1385000
766.38/420.17	c cleaning 9996 clauses out of 20015 with flag 1395001/1395001
774.16/424.39	c cleaning 9999 clauses out of 20018 with flag 1405000/1405000
781.15/428.14	c cleaning 10003 clauses out of 20019 with flag 1415000/1415000
787.14/431.53	c cleaning 9994 clauses out of 20016 with flag 1425000/1425000
792.54/434.59	c cleaning 10004 clauses out of 20023 with flag 1435001/1435001
798.11/437.60	c cleaning 9999 clauses out of 20018 with flag 1445000/1445000
803.49/440.60	c cleaning 10003 clauses out of 20020 with flag 1455001/1455001
809.32/443.92	c cleaning 9998 clauses out of 20016 with flag 1465000/1465000
816.09/447.68	c cleaning 10001 clauses out of 20018 with flag 1475000/1475000
823.65/451.74	c cleaning 10006 clauses out of 20017 with flag 1485000/1485000
832.17/456.39	c cleaning 9991 clauses out of 20011 with flag 1495000/1495000
840.46/460.92	c cleaning 10000 clauses out of 20020 with flag 1505000/1505000
849.00/465.51	c cleaning 9993 clauses out of 20021 with flag 1515001/1515001
856.70/469.71	c cleaning 10008 clauses out of 20028 with flag 1525001/1525001
863.42/473.49	c cleaning 10004 clauses out of 20020 with flag 1535001/1535001
870.77/477.55	c cleaning 9995 clauses out of 20015 with flag 1545000/1545000
877.48/481.28	c cleaning 10000 clauses out of 20020 with flag 1555000/1555000
884.62/485.19	c cleaning 10001 clauses out of 20020 with flag 1565000/1565000
891.34/488.83	c cleaning 10000 clauses out of 20019 with flag 1575000/1575000
898.69/492.98	c cleaning 9996 clauses out of 20020 with flag 1585001/1585001
904.99/496.45	c cleaning 10005 clauses out of 20023 with flag 1595000/1595000
911.90/500.24	c cleaning 10003 clauses out of 20019 with flag 1605001/1605001
918.83/504.03	c cleaning 10005 clauses out of 20016 with flag 1615001/1615001
925.12/507.66	c cleaning 9996 clauses out of 20010 with flag 1625000/1625000
931.64/511.24	c cleaning 9996 clauses out of 20014 with flag 1635000/1635000
937.93/514.74	c cleaning 9999 clauses out of 20019 with flag 1645001/1645001
944.44/518.36	c cleaning 10004 clauses out of 20019 with flag 1655000/1655000
951.66/522.44	c cleaning 10000 clauses out of 20016 with flag 1665001/1665001
958.52/526.25	c cleaning 9997 clauses out of 20015 with flag 1675000/1675000
964.77/529.79	c cleaning 9996 clauses out of 20019 with flag 1685001/1685001
971.03/533.24	c cleaning 10002 clauses out of 20023 with flag 1695001/1695001
978.47/537.47	c cleaning 9997 clauses out of 20020 with flag 1705000/1705000
985.54/541.38	c cleaning 10000 clauses out of 20024 with flag 1715001/1715001
991.77/544.80	c cleaning 10003 clauses out of 20024 with flag 1725001/1725001
998.81/548.76	c cleaning 9998 clauses out of 20020 with flag 1735000/1735000
1006.83/553.25	c cleaning 10000 clauses out of 20022 with flag 1745000/1745000
1014.86/557.66	c cleaning 9997 clauses out of 20022 with flag 1755000/1755000
1022.30/561.76	c cleaning 9996 clauses out of 20026 with flag 1765001/1765001
1028.32/565.13	c cleaning 10008 clauses out of 20029 with flag 1775000/1775000
1034.97/568.95	c cleaning 10001 clauses out of 20022 with flag 1785001/1785001
1041.37/572.59	c cleaning 9999 clauses out of 20020 with flag 1795000/1795000
1047.19/575.88	c cleaning 10004 clauses out of 20022 with flag 1805001/1805001
1053.48/579.38	c cleaning 9999 clauses out of 20018 with flag 1815001/1815001
1059.68/582.98	c cleaning 10004 clauses out of 20019 with flag 1825001/1825001
1065.93/586.44	c cleaning 9996 clauses out of 20014 with flag 1835000/1835000
1071.35/589.58	c cleaning 9997 clauses out of 20018 with flag 1845000/1845000
1077.19/592.81	c cleaning 9996 clauses out of 20021 with flag 1855000/1855000
1082.83/596.19	c cleaning 10001 clauses out of 20025 with flag 1865000/1865000
1088.66/599.40	c cleaning 10000 clauses out of 20024 with flag 1875000/1875000
1094.09/602.52	c cleaning 10002 clauses out of 20026 with flag 1885002/1885002
1099.91/605.81	c cleaning 9997 clauses out of 20022 with flag 1895000/1895000
1105.28/609.08	c cleaning 10001 clauses out of 20025 with flag 1905000/1905000
1110.85/612.29	c cleaning 10003 clauses out of 20025 with flag 1915001/1915001
1116.44/615.47	c cleaning 10001 clauses out of 20023 with flag 1925002/1925002
1122.06/618.66	c cleaning 10001 clauses out of 20020 with flag 1935000/1935000
1128.61/622.43	c cleaning 9997 clauses out of 20020 with flag 1945001/1945001
1134.60/625.87	c cleaning 10000 clauses out of 20022 with flag 1955000/1955000
1140.60/629.25	c cleaning 10002 clauses out of 20022 with flag 1965000/1965000
1146.00/632.35	c cleaning 9998 clauses out of 20020 with flag 1975000/1975000
1152.15/636.00	c cleaning 10004 clauses out of 20023 with flag 1985001/1985001
1157.33/638.95	c cleaning 10006 clauses out of 20019 with flag 1995001/1995001
1162.52/641.91	c cleaning 9999 clauses out of 20013 with flag 2005001/2005001
1167.70/644.94	c cleaning 10002 clauses out of 20013 with flag 2015000/2015000
1173.44/648.32	c cleaning 9999 clauses out of 20011 with flag 2025000/2025000
1178.85/651.44	c cleaning 9996 clauses out of 20012 with flag 2035000/2035000
1184.84/654.82	c cleaning 9999 clauses out of 20016 with flag 2045000/2045000
1191.00/658.33	c cleaning 10000 clauses out of 20018 with flag 2055001/2055001
1198.49/662.64	c cleaning 9994 clauses out of 20018 with flag 2065001/2065001
1204.85/666.27	c cleaning 10001 clauses out of 20023 with flag 2075000/2075000
1210.81/669.64	c cleaning 10005 clauses out of 20022 with flag 2085000/2085000
1217.16/673.23	c cleaning 10001 clauses out of 20017 with flag 2095000/2095000
1223.26/676.89	c cleaning 9998 clauses out of 20017 with flag 2105001/2105001
1229.00/680.12	c cleaning 10004 clauses out of 20018 with flag 2115000/2115000
1234.36/683.29	c cleaning 9999 clauses out of 20014 with flag 2125000/2125000
1241.24/687.19	c cleaning 9992 clauses out of 20016 with flag 2135001/2135001
1248.89/691.54	c cleaning 10005 clauses out of 20023 with flag 2145000/2145000
1255.82/695.43	c cleaning 9996 clauses out of 20018 with flag 2155000/2155000
1263.11/699.54	c cleaning 10002 clauses out of 20022 with flag 2165000/2165000
1270.23/703.55	c cleaning 9995 clauses out of 20020 with flag 2175000/2175000
1277.72/707.82	c cleaning 10005 clauses out of 20026 with flag 2185001/2185001
1282.86/710.87	c cleaning 10004 clauses out of 20020 with flag 2195000/2195000
1288.76/714.24	c cleaning 9997 clauses out of 20016 with flag 2205000/2205000
1294.48/717.50	c cleaning 10000 clauses out of 20021 with flag 2215002/2215002
1300.32/721.05	c cleaning 9990 clauses out of 20019 with flag 2225000/2225000
1306.25/724.40	c cleaning 10007 clauses out of 20032 with flag 2235003/2235003
1311.96/727.78	c cleaning 10000 clauses out of 20022 with flag 2245000/2245000
1317.67/731.08	c cleaning 9995 clauses out of 20022 with flag 2255000/2255000
1323.52/734.53	c cleaning 9998 clauses out of 20027 with flag 2265000/2265000
1329.42/737.95	c cleaning 10003 clauses out of 20029 with flag 2275000/2275000
1334.53/740.95	c cleaning 9999 clauses out of 20026 with flag 2285000/2285000
1341.24/744.73	c cleaning 9998 clauses out of 20028 with flag 2295001/2295001
1347.86/748.66	c cleaning 10005 clauses out of 20030 with flag 2305001/2305001
1354.95/752.67	c cleaning 10005 clauses out of 20024 with flag 2315000/2315000
1362.02/756.70	c cleaning 10001 clauses out of 20019 with flag 2325000/2325000
1369.09/760.65	c cleaning 10002 clauses out of 20019 with flag 2335001/2335001
1376.50/764.91	c cleaning 9994 clauses out of 20016 with flag 2345000/2345000
1382.58/768.49	c cleaning 9999 clauses out of 20022 with flag 2355000/2355000
1389.82/772.50	c cleaning 10004 clauses out of 20023 with flag 2365000/2365000
1396.09/776.19	c cleaning 10002 clauses out of 20019 with flag 2375000/2375000
1403.27/780.32	c cleaning 9996 clauses out of 20017 with flag 2385000/2385000
1410.13/784.21	c cleaning 9999 clauses out of 20022 with flag 2395001/2395001
1416.99/788.14	c cleaning 10001 clauses out of 20022 with flag 2405000/2405000
1424.03/792.16	c cleaning 9999 clauses out of 20023 with flag 2415002/2415002
1431.26/796.35	c cleaning 10004 clauses out of 20023 with flag 2425001/2425001
1438.67/800.54	c cleaning 10009 clauses out of 20019 with flag 2435001/2435001
1445.13/804.23	c cleaning 9991 clauses out of 20009 with flag 2445000/2445000
1451.54/808.00	c cleaning 9999 clauses out of 20018 with flag 2455000/2455000
1458.54/812.01	c cleaning 10003 clauses out of 20021 with flag 2465002/2465002
1464.40/815.47	c cleaning 9994 clauses out of 20016 with flag 2475000/2475000
1471.01/819.29	c cleaning 10005 clauses out of 20023 with flag 2485001/2485001
1477.22/822.80	c cleaning 9996 clauses out of 20017 with flag 2495000/2495000
1483.78/826.73	c cleaning 9998 clauses out of 20021 with flag 2505000/2505000
1490.19/830.46	c cleaning 10004 clauses out of 20023 with flag 2515000/2515000
1496.00/833.83	c cleaning 9999 clauses out of 20021 with flag 2525002/2525002
1501.83/837.29	c cleaning 10001 clauses out of 20021 with flag 2535001/2535001
1508.71/841.36	c cleaning 9996 clauses out of 20019 with flag 2545000/2545000
1515.12/845.10	c cleaning 9997 clauses out of 20024 with flag 2555001/2555001
1521.71/848.88	c cleaning 10005 clauses out of 20026 with flag 2565000/2565000
1528.30/852.65	c cleaning 10001 clauses out of 20021 with flag 2575000/2575000
1534.70/856.43	c cleaning 10004 clauses out of 20021 with flag 2585001/2585001
1540.90/860.03	c cleaning 9999 clauses out of 20017 with flag 2595001/2595001
1547.28/863.77	c cleaning 10002 clauses out of 20017 with flag 2605000/2605000
1553.84/867.53	c cleaning 9998 clauses out of 20016 with flag 2615001/2615001
1560.73/871.67	c cleaning 9997 clauses out of 20018 with flag 2625001/2625001
1567.90/875.72	c cleaning 10000 clauses out of 20020 with flag 2635000/2635000
1574.43/879.60	c cleaning 9996 clauses out of 20020 with flag 2645000/2645000
1581.36/883.54	c cleaning 10000 clauses out of 20024 with flag 2655000/2655000
1587.59/887.34	c cleaning 10004 clauses out of 20025 with flag 2665001/2665001
1593.91/891.07	c cleaning 10003 clauses out of 20021 with flag 2675001/2675001
1600.61/894.92	c cleaning 9998 clauses out of 20017 with flag 2685000/2685000
1607.54/898.92	c cleaning 10003 clauses out of 20019 with flag 2695000/2695000
1614.18/902.99	c cleaning 9997 clauses out of 20017 with flag 2705001/2705001
1621.09/906.93	c cleaning 9995 clauses out of 20020 with flag 2715001/2715001
1627.21/910.59	c cleaning 9996 clauses out of 20024 with flag 2725000/2725000
1633.12/914.06	c cleaning 10006 clauses out of 20029 with flag 2735001/2735001
1639.77/918.00	c cleaning 10001 clauses out of 20022 with flag 2745000/2745000
1645.71/921.58	c cleaning 10001 clauses out of 20021 with flag 2755000/2755000
1652.01/925.26	c cleaning 10000 clauses out of 20020 with flag 2765000/2765000
1658.13/928.81	c cleaning 10001 clauses out of 20021 with flag 2775001/2775001
1664.66/932.76	c cleaning 10001 clauses out of 20020 with flag 2785001/2785001
1671.20/936.57	c cleaning 9991 clauses out of 20018 with flag 2795000/2795000
1677.16/940.04	c cleaning 10001 clauses out of 20028 with flag 2805001/2805001
1683.90/943.96	c cleaning 10008 clauses out of 20027 with flag 2815001/2815001
1690.84/948.01	c cleaning 9996 clauses out of 20018 with flag 2825000/2825000
1697.56/951.92	c cleaning 10002 clauses out of 20023 with flag 2835001/2835001
1704.07/955.78	c cleaning 9995 clauses out of 20020 with flag 2845000/2845000
1710.76/959.66	c cleaning 9998 clauses out of 20025 with flag 2855000/2855000
1717.49/963.60	c cleaning 10001 clauses out of 20027 with flag 2865000/2865000
1723.75/967.35	c cleaning 10002 clauses out of 20026 with flag 2875000/2875000
1730.06/971.02	c cleaning 9999 clauses out of 20025 with flag 2885001/2885001
1737.11/975.12	c cleaning 9997 clauses out of 20026 with flag 2895001/2895001
1744.13/979.33	c cleaning 10004 clauses out of 20028 with flag 2905000/2905000
1751.45/983.52	c cleaning 9997 clauses out of 20024 with flag 2915000/2915000
1758.92/987.80	c cleaning 9995 clauses out of 20028 with flag 2925001/2925001
1765.82/991.85	c cleaning 10005 clauses out of 20033 with flag 2935001/2935001
1773.23/996.22	c cleaning 10001 clauses out of 20028 with flag 2945001/2945001
1780.14/1000.22	c cleaning 9999 clauses out of 20026 with flag 2955000/2955000
1787.24/1004.32	c cleaning 10003 clauses out of 20028 with flag 2965001/2965001
1793.56/1008.05	c cleaning 9999 clauses out of 20025 with flag 2975001/2975001
1800.05/1011.92	c starts		: 242
1800.05/1011.92	c conflicts		: 2984170
1800.05/1011.92	c decisions		: 4378326
1800.05/1011.92	c propagations		: 52789727
1800.05/1011.92	c inspects		: 918059173
1800.05/1011.92	c learnt literals	: 0
1800.05/1011.92	c learnt binary clauses	: 0
1800.05/1011.92	c learnt ternary clauses	: 0
1800.05/1011.92	c learnt clauses	: 2984170
1800.05/1011.92	c ignored clauses	: 0
1800.05/1011.92	c root simplifications	: 0
1800.05/1011.92	c removed literals (reason simplification)	: 3240514
1800.05/1011.92	c reason swapping (by a shorter reason)	: 0
1800.05/1011.92	c Calls to reduceDB	: 299
1800.05/1011.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1011.92	c number of learned constraints concerned by reduction	: 0
1800.05/1011.92	c number of learning phase by resolution	: 0
1800.05/1011.92	c number of learning phase by cutting planes	: 0
1800.05/1011.92	c speed (assignments/second)	: 52884.1781421619
1800.05/1011.92	c non guided choices	11
1800.05/1011.96	c learnt constraints type 
1800.05/1011.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19268
1800.05/1011.96	c constraints type 
1800.05/1011.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1011.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 465
1800.05/1011.96	c constraints type 
1800.05/1011.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/1011.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 465
1800.05/1011.96	s SATISFIABLE
1800.05/1011.97	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 
1800.05/1011.97	c objective function=207
1800.05/1011.97	c Total wall clock time (in seconds): 1011.746

Verifier Data

OK	207

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12462
/proc/meminfo: memFree=1717924/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1832 CPUtime=0
/proc/12462/stat : 12462 (java6) S 12460 12462 12111 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 10933279 1875968 153 1992294400 134512640 134550932 4287748144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/12462/statm: 458 153 116 10 0 63 0

[startup+0.0308159 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12462
/proc/meminfo: memFree=1717924/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1517712 CPUtime=0.01
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 2620 0 1 0 0 1 0 0 15 0 3 0 10933279 1554137088 2064 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101404 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12462
/proc/meminfo: memFree=1717924/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1524020 CPUtime=0.08
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 3940 0 1 0 5 3 0 0 15 0 12 0 10933279 1560596480 3379 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 381005 3379 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301439 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12462
/proc/meminfo: memFree=1717924/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1525776 CPUtime=0.35
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 5355 0 1 0 31 4 0 0 15 0 12 0 10933279 1562394624 4790 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 381444 4790 1358 10 0 378747 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525776

[startup+0.701522 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12462
/proc/meminfo: memFree=1717924/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1533180 CPUtime=1.12
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 8709 0 1 0 106 6 0 0 15 0 14 0 10933279 1569976320 7373 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 383295 7373 1415 10 0 380598 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1533180

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 12478
/proc/meminfo: memFree=1693260/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1533180 CPUtime=1.28
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 8872 0 1 0 122 6 0 0 15 0 14 0 10933279 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 383295 7391 1415 10 0 380598 0
[pid=12462/tid=12464] ppid=12460 vsize=1533180 CPUtime=0.52
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4410 0 1 0 48 4 0 0 25 0 14 0 10933281 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10933282 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10933282 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10933284 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 10933284 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 10933284 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 10933289 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1533180 CPUtime=0.09
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 106 0 0 0 9 0 0 0 22 0 14 0 10933289 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1533180 CPUtime=0.56
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 2934 0 0 0 56 0 0 0 17 0 14 0 10933289 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 10933289 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10933289 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 10933338 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1533180 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10933343 1569976320 7391 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 1533180

[startup+3.10096 s]
/proc/loadavg: 0.92 0.98 0.99 4/122 12480
/proc/meminfo: memFree=1682084/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1534200 CPUtime=2.67
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 13347 0 1 0 259 8 0 0 15 0 14 0 10933279 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 383550 11865 1426 10 0 380853 0
[pid=12462/tid=12464] ppid=12460 vsize=1534200 CPUtime=0.54
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4509 0 1 0 50 4 0 0 19 0 14 0 10933281 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10933282 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10933282 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10933284 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 10933284 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 10933284 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 10933289 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1534200 CPUtime=0.57
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 286 0 0 0 57 0 0 0 16 0 14 0 10933289 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1534200 CPUtime=1.09
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 2986 0 0 0 108 1 0 0 15 0 14 0 10933289 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 10933289 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10933289 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 10933338 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1534200 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10933343 1571020800 11865 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1534200

[startup+6.30155 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 12486
/proc/meminfo: memFree=1670816/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1533456 CPUtime=3.08
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 15279 0 1 0 299 9 0 0 15 0 14 0 10933279 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 383364 13447 1432 10 0 380667 0
[pid=12462/tid=12464] ppid=12460 vsize=1533456 CPUtime=0.54
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4645 0 1 0 50 4 0 0 19 0 14 0 10933281 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10933282 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10933282 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10933284 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 10933284 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 10933284 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 10933289 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1533456 CPUtime=0.73
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 373 0 0 0 73 0 0 0 16 0 14 0 10933289 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1533456 CPUtime=1.19
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 2995 0 0 0 118 1 0 0 16 0 14 0 10933289 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 10933289 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10933289 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 10933338 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1533456 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10933343 1570258944 13447 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1533456
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 1/120 12496
/proc/meminfo: memFree=1560208/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1536008 CPUtime=9.71
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 42798 0 1 0 948 23 0 0 15 0 16 0 10933279 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 384002 40488 1446 10 0 381305 0
[pid=12462/tid=12464] ppid=12460 vsize=1536008 CPUtime=0.55
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4776 0 1 0 51 4 0 0 19 0 16 0 10933281 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1536008 CPUtime=0.05
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 1075 0 0 0 5 0 0 0 16 0 16 0 10933282 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1536008 CPUtime=0.05
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 1837 0 0 0 5 0 0 0 15 0 16 0 10933282 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1536008 CPUtime=0.08
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 2148 0 0 0 8 0 0 0 15 0 16 0 10933284 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10933284 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10933284 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10933289 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1536008 CPUtime=1.45
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 1535 0 0 0 145 0 0 0 15 0 16 0 10933289 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1536008 CPUtime=1.64
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 3023 0 0 0 163 1 0 0 15 0 16 0 10933289 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10933289 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10933289 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10933338 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1536008 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10933343 1572872192 40488 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 1536008
heavy processes:

[startup+25.5017 s]
/proc/loadavg: 1.10 1.02 1.01 3/122 12500
/proc/meminfo: memFree=1489264/2059040 swapFree=4165036/4192956

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

/proc/12462/statm: 385026 119677 1450 10 0 382329 0
[pid=12462/tid=12464] ppid=12460 vsize=1540104 CPUtime=0.56
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4809 0 1 0 52 4 0 0 15 0 16 0 10933281 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540104 CPUtime=27.17
/proc/12462/task/12465/stat : 12465 (java) R 12460 12462 12111 0 -1 4202560 41482 0 0 0 2614 103 0 0 15 0 16 0 10933282 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540104 CPUtime=27.13
/proc/12462/task/12466/stat : 12466 (java) R 12460 12462 12111 0 -1 4202560 44380 0 0 0 2616 97 0 0 15 0 16 0 10933282 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540104 CPUtime=155.47
/proc/12462/task/12467/stat : 12467 (java) R 12460 12462 12111 0 -1 4202560 3640 0 0 0 15530 17 0 0 16 0 16 0 10933284 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10933289 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540104 CPUtime=1.53
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 1544 0 0 0 153 0 0 0 15 0 16 0 10933289 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540104 CPUtime=2.81
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 4554 0 0 0 279 2 0 0 15 0 16 0 10933289 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10933289 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 10933289 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10933338 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10933343 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12499] ppid=12460 vsize=1540104 CPUtime=681.48
/proc/12462/task/12499/stat : 12499 (java) R 12460 12462 12111 0 -1 4202560 2055 0 0 0 68133 15 0 0 20 0 16 0 10934650 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12462/tid=12500] ppid=12460 vsize=1540104 CPUtime=675.87
/proc/12462/task/12500/stat : 12500 (java) S 12460 12462 12111 0 -1 4202560 2414 0 0 0 67573 14 0 0 19 0 16 0 10934650 1577066496 119677 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1579.02
Current children cumulated vsize (KiB) 1540104

[startup+942.301 s]
/proc/loadavg: 1.84 2.16 1.84 4/122 12533
/proc/meminfo: memFree=1228244/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1540104 CPUtime=1680.72
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 137122 0 1 0 167787 285 0 0 15 0 16 0 10933279 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385026 122838 1450 10 0 382329 0
[pid=12462/tid=12464] ppid=12460 vsize=1540104 CPUtime=0.56
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4814 0 1 0 52 4 0 0 15 0 16 0 10933281 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540104 CPUtime=29.11
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 43472 0 0 0 2801 110 0 0 16 0 16 0 10933282 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540104 CPUtime=29.06
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 46109 0 0 0 2804 102 0 0 16 0 16 0 10933282 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540104 CPUtime=172.92
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 3642 0 0 0 17273 19 0 0 15 0 16 0 10933284 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10933289 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540104 CPUtime=1.53
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 1544 0 0 0 153 0 0 0 15 0 16 0 10933289 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540104 CPUtime=2.81
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 4554 0 0 0 279 2 0 0 15 0 16 0 10933289 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10933289 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 10933289 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10933338 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10933343 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12499] ppid=12460 vsize=1540104 CPUtime=721.79
/proc/12462/task/12499/stat : 12499 (java) R 12460 12462 12111 0 -1 4202560 2090 0 0 0 72163 16 0 0 19 0 16 0 10934650 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4109253386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12500] ppid=12460 vsize=1540104 CPUtime=715.94
/proc/12462/task/12500/stat : 12500 (java) R 12460 12462 12111 0 -1 4202560 2437 0 0 0 71580 14 0 0 19 0 16 0 10934650 1577066496 122838 1992294400 134512640 134550932 4289997296 18446744073709551615 4109518048 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.72
Current children cumulated vsize (KiB) 1540104

[startup+1002.31 s]
/proc/loadavg: 1.77 2.08 1.83 4/122 12535
/proc/meminfo: memFree=1212992/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1540104 CPUtime=1783.29
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 141546 0 1 0 178028 301 0 0 15 0 16 0 10933279 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385026 126609 1450 10 0 382329 0
[pid=12462/tid=12464] ppid=12460 vsize=1540104 CPUtime=0.56
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4821 0 1 0 52 4 0 0 15 0 16 0 10933281 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540104 CPUtime=31.27
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 45061 0 0 0 3008 119 0 0 16 0 16 0 10933282 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540104 CPUtime=31.23
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 48872 0 0 0 3016 107 0 0 15 0 16 0 10933282 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540104 CPUtime=189.48
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 3646 0 0 0 18929 19 0 0 15 0 16 0 10933284 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10933289 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540104 CPUtime=1.53
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 1544 0 0 0 153 0 0 0 15 0 16 0 10933289 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540104 CPUtime=2.81
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 4554 0 0 0 279 2 0 0 15 0 16 0 10933289 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10933289 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 10933289 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10933338 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10933343 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12499] ppid=12460 vsize=1540104 CPUtime=762.68
/proc/12462/task/12499/stat : 12499 (java) R 12460 12462 12111 0 -1 4202560 2129 0 0 0 76251 17 0 0 18 0 16 0 10934650 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4109645419 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12500] ppid=12460 vsize=1540104 CPUtime=756.72
/proc/12462/task/12500/stat : 12500 (java) R 12460 12462 12111 0 -1 4202560 2455 0 0 0 75658 14 0 0 18 0 16 0 10934650 1577066496 126609 1992294400 134512640 134550932 4289997296 18446744073709551615 4109593249 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.29
Current children cumulated vsize (KiB) 1540104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1011.9 s]
/proc/loadavg: 1.88 2.10 1.84 4/122 12535
/proc/meminfo: memFree=1210016/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=1540104 CPUtime=1800.05
/proc/12462/stat : 12462 (java) S 12460 12462 12111 0 -1 4202496 142320 0 1 0 179701 304 0 0 15 0 16 0 10933279 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385026 127364 1450 10 0 382329 0
[pid=12462/tid=12464] ppid=12460 vsize=1540104 CPUtime=0.56
/proc/12462/task/12464/stat : 12464 (java) S 12460 12462 12111 0 -1 4202560 4821 0 1 0 52 4 0 0 15 0 16 0 10933281 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540104 CPUtime=31.57
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 12111 0 -1 4202560 45156 0 0 0 3036 121 0 0 16 0 16 0 10933282 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540104 CPUtime=31.53
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 12111 0 -1 4202560 49542 0 0 0 3046 107 0 0 15 0 16 0 10933282 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540104 CPUtime=191.8
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 12111 0 -1 4202560 3646 0 0 0 19161 19 0 0 15 0 16 0 10933284 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 12111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 12111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10933284 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10933289 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540104 CPUtime=1.53
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 12111 0 -1 4202560 1544 0 0 0 153 0 0 0 15 0 16 0 10933289 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540104 CPUtime=2.81
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 12111 0 -1 4202560 4554 0 0 0 279 2 0 0 15 0 16 0 10933289 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 12111 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10933289 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 12111 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 10933289 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 12111 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10933338 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12478] ppid=12460 vsize=1540104 CPUtime=0
/proc/12462/task/12478/stat : 12478 (java) S 12460 12462 12111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10933343 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=12462/tid=12499] ppid=12460 vsize=1540104 CPUtime=769.66
/proc/12462/task/12499/stat : 12499 (java) R 12460 12462 12111 0 -1 4202560 2135 0 0 0 76948 18 0 0 21 0 16 0 10934650 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4110156710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12500] ppid=12460 vsize=1540104 CPUtime=763.59
/proc/12462/task/12500/stat : 12500 (java) R 12460 12462 12111 0 -1 4202560 2458 0 0 0 76345 14 0 0 21 0 16 0 10934650 1577066496 127364 1992294400 134512640 134550932 4289997296 18446744073709551615 4109450772 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1540104

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

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

[startup+1012.02 s]
/proc/loadavg: 1.88 2.10 1.84 4/122 12535
/proc/meminfo: memFree=1210016/2059040 swapFree=4165036/4192956
[pid=12462] ppid=12460 vsize=0 CPUtime=1800.26
/proc/12462/stat : 12462 (java) Z 12460 12462 12111 0 -1 4203548 142342 0 1 0 179721 305 0 0 15 0 2 0 10933279 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 0 0 0 0 0 0 0
[pid=12462/tid=12500] ppid=12460 vsize=0 CPUtime=763.66
/proc/12462/task/12500/stat : 12500 (java) R 12460 12462 12111 0 -1 4203588 2458 0 0 0 76351 15 0 0 21 0 2 0 10934650 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1012.06
CPU time (s): 1800.31
CPU user time (s): 1797.21
CPU system time (s): 3.09953
CPU usage (%): 177.885
Max. virtual memory (cumulated for all children) (KiB): 1541660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.21
system time used= 3.09953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142342
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= 35405
involuntary context switches= 50449

runsolver used 4.39033 second user time and 11.3053 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 21:59:30
IDJOB=2662455
IDBENCH=1960
IDSOLVER=1166
FILE ID=node019/2662455-1276372770
PBS_JOBID= 11173228
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-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662455-1276372770/watcher-2662455-1276372770 -o /tmp/evaluation-result-2662455-1276372770/solver-2662455-1276372770 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662455-1276372770.opb

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=2100179632

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:       1718196 kB
Buffers:        107752 kB
Cached:         132332 kB
SwapCached:       1408 kB
Active:          99708 kB
Inactive:       172984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1718196 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       31248 kB
Mapped:          15504 kB
Slab:            46128 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 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-12 22:16:24