Trace number 2662295

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)214 1800.64 1013.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
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 476
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.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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662295-1276365053.opb
0.25/0.21	c reading problem ... 
0.76/0.53	c ... done. Wall clock time 0.317s.
0.76/0.53	c #vars     476
0.76/0.53	c #constraints  476
0.76/0.53	c constraints type 
0.76/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
0.76/0.53	c constraints type 
0.76/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
0.95/0.61	c And the winner is Resolution
1.30/1.57	c SATISFIABLE
1.30/1.57	c OPTIMIZING...
1.30/1.57	c Got one! Elapsed wall clock time (in seconds):1.354
1.30/1.57	o 227
1.36/1.63	c And the winner is Resolution
1.43/2.58	c Got one! Elapsed wall clock time (in seconds):2.365
1.43/2.58	o 226
1.67/2.72	c And the winner is Resolution
1.74/3.62	c Got one! Elapsed wall clock time (in seconds):3.403
1.74/3.62	o 225
1.89/3.70	c And the winner is Resolution
2.01/4.62	c Got one! Elapsed wall clock time (in seconds):4.412
2.01/4.62	o 224
2.19/4.74	c And the winner is Resolution
2.96/5.64	c Got one! Elapsed wall clock time (in seconds):5.425
2.96/5.64	o 223
3.07/5.75	c And the winner is Resolution
3.19/6.65	c Got one! Elapsed wall clock time (in seconds):6.434
3.19/6.65	o 222
3.68/6.91	c And the winner is Resolution
3.77/7.66	c Got one! Elapsed wall clock time (in seconds):7.445
3.77/7.66	o 221
4.06/7.84	c And the winner is Resolution
4.16/8.66	c Got one! Elapsed wall clock time (in seconds):8.45
4.16/8.66	o 218
4.43/8.83	c And the winner is Resolution
4.50/9.67	c Got one! Elapsed wall clock time (in seconds):9.457
4.50/9.67	o 217
5.73/10.36	c And the winner is Resolution
5.88/10.68	c Got one! Elapsed wall clock time (in seconds):10.471
5.88/10.68	o 216
6.52/11.09	c cleaning 2499 clauses out of 5002 with flag 5002/5002
9.23/12.44	c cleaning 4250 clauses out of 8503 with flag 11002/11002
12.34/14.08	c cleaning 5617 clauses out of 11252 with flag 18001/18001
16.24/16.05	c cleaning 6810 clauses out of 13634 with flag 26000/26000
20.52/18.23	c cleaning 7903 clauses out of 15825 with flag 35001/35001
25.21/20.64	c cleaning 8955 clauses out of 17921 with flag 45000/45000
29.90/23.08	c cleaning 9473 clauses out of 18966 with flag 55000/55000
34.95/25.63	c cleaning 9739 clauses out of 19493 with flag 65000/65000
39.96/28.27	c cleaning 9868 clauses out of 19755 with flag 75001/75001
44.43/30.55	c cleaning 9932 clauses out of 19887 with flag 85001/85001
49.46/33.12	c cleaning 9974 clauses out of 19954 with flag 95000/95000
54.30/35.63	c cleaning 9980 clauses out of 19981 with flag 105001/105001
59.90/38.55	c cleaning 9997 clauses out of 20001 with flag 115001/115001
65.11/41.22	c cleaning 9993 clauses out of 20004 with flag 125001/125001
69.72/43.62	c cleaning 9996 clauses out of 20011 with flag 135001/135001
74.35/46.09	c cleaning 9999 clauses out of 20014 with flag 145000/145000
79.30/48.68	c cleaning 10002 clauses out of 20016 with flag 155001/155001
85.31/51.71	c cleaning 10003 clauses out of 20013 with flag 165000/165000
90.89/54.60	c cleaning 9998 clauses out of 20010 with flag 175000/175000
95.08/56.85	c cleaning 9997 clauses out of 20013 with flag 185001/185001
100.03/59.47	c cleaning 10000 clauses out of 20015 with flag 195000/195000
104.61/61.85	c cleaning 9995 clauses out of 20015 with flag 205000/205000
109.00/64.17	c cleaning 10003 clauses out of 20020 with flag 215000/215000
113.99/66.74	c cleaning 9997 clauses out of 20017 with flag 225000/225000
118.49/69.18	c cleaning 10005 clauses out of 20022 with flag 235002/235002
123.85/71.95	c cleaning 10001 clauses out of 20015 with flag 245000/245000
128.81/74.56	c cleaning 9997 clauses out of 20014 with flag 255000/255000
133.18/76.83	c cleaning 10001 clauses out of 20018 with flag 265001/265001
137.68/79.25	c cleaning 9997 clauses out of 20016 with flag 275000/275000
142.60/81.87	c cleaning 10004 clauses out of 20019 with flag 285000/285000
147.34/84.36	c cleaning 9996 clauses out of 20016 with flag 295001/295001
152.65/87.11	c cleaning 9999 clauses out of 20019 with flag 305000/305000
158.48/90.28	c cleaning 9999 clauses out of 20021 with flag 315001/315001
163.01/92.67	c cleaning 9999 clauses out of 20024 with flag 325003/325003
168.53/95.51	c cleaning 10007 clauses out of 20023 with flag 335001/335001
173.66/98.20	c cleaning 9995 clauses out of 20015 with flag 345000/345000
178.89/101.09	c cleaning 10003 clauses out of 20020 with flag 355000/355000
184.42/104.00	c cleaning 9995 clauses out of 20017 with flag 365000/365000
189.33/106.60	c cleaning 9999 clauses out of 20023 with flag 375001/375001
194.82/109.41	c cleaning 10004 clauses out of 20023 with flag 385000/385000
199.62/112.03	c cleaning 10000 clauses out of 20020 with flag 395001/395001
204.33/114.53	c cleaning 10000 clauses out of 20019 with flag 405000/405000
209.81/117.47	c cleaning 10006 clauses out of 20020 with flag 415001/415001
214.53/119.97	c cleaning 9992 clauses out of 20014 with flag 425001/425001
219.70/122.72	c cleaning 10001 clauses out of 20022 with flag 435001/435001
225.36/125.75	c cleaning 10002 clauses out of 20021 with flag 445001/445001
230.63/128.59	c cleaning 10002 clauses out of 20019 with flag 455001/455001
237.09/131.96	c cleaning 9996 clauses out of 20016 with flag 465000/465000
243.82/135.51	c cleaning 10000 clauses out of 20020 with flag 475000/475000
245.51/136.55	c And the winner is Resolution
246.26/137.38	c Got one! Elapsed wall clock time (in seconds):137.172
246.26/137.38	o 215
249.85/139.29	c cleaning 10002 clauses out of 20021 with flag 485001/485001
256.69/142.88	c cleaning 10000 clauses out of 20020 with flag 495002/495002
263.31/146.34	c cleaning 10003 clauses out of 20019 with flag 505001/505001
270.01/149.96	c cleaning 9997 clauses out of 20016 with flag 515001/515001
276.03/153.13	c cleaning 10005 clauses out of 20019 with flag 525001/525001
281.66/156.13	c cleaning 10002 clauses out of 20014 with flag 535001/535001
288.26/159.66	c cleaning 9991 clauses out of 20011 with flag 545000/545000
294.34/162.95	c cleaning 9997 clauses out of 20020 with flag 555000/555000
300.55/166.25	c cleaning 9998 clauses out of 20023 with flag 565000/565000
306.75/169.52	c cleaning 9995 clauses out of 20025 with flag 575000/575000
312.77/172.71	c cleaning 10003 clauses out of 20030 with flag 585000/585000
317.84/175.54	c cleaning 10001 clauses out of 20028 with flag 595001/595001
323.84/178.76	c cleaning 10004 clauses out of 20027 with flag 605001/605001
329.43/181.75	c cleaning 10004 clauses out of 20022 with flag 615000/615000
335.81/185.18	c cleaning 10001 clauses out of 20019 with flag 625001/625001
342.25/188.62	c cleaning 10001 clauses out of 20017 with flag 635000/635000
348.43/191.99	c cleaning 10002 clauses out of 20017 with flag 645001/645001
354.20/195.06	c cleaning 9996 clauses out of 20015 with flag 655001/655001
360.36/198.37	c cleaning 9993 clauses out of 20019 with flag 665001/665001
366.78/201.84	c cleaning 10003 clauses out of 20025 with flag 675000/675000
372.74/205.04	c cleaning 10000 clauses out of 20022 with flag 685000/685000
379.09/208.44	c cleaning 10003 clauses out of 20023 with flag 695001/695001
385.64/211.92	c cleaning 9998 clauses out of 20021 with flag 705002/705002
391.84/215.39	c cleaning 10006 clauses out of 20022 with flag 715001/715001
397.59/218.47	c cleaning 9998 clauses out of 20015 with flag 725000/725000
403.55/221.62	c cleaning 10002 clauses out of 20017 with flag 735000/735000
409.70/224.94	c cleaning 9999 clauses out of 20015 with flag 745000/745000
415.91/228.37	c cleaning 9998 clauses out of 20016 with flag 755000/755000
422.30/231.74	c cleaning 9996 clauses out of 20018 with flag 765000/765000
428.23/234.97	c cleaning 9999 clauses out of 20022 with flag 775000/775000
434.58/238.40	c cleaning 10006 clauses out of 20024 with flag 785001/785001
440.37/241.51	c cleaning 9997 clauses out of 20018 with flag 795001/795001
445.51/244.36	c cleaning 10001 clauses out of 20020 with flag 805000/805000
451.26/247.43	c cleaning 10001 clauses out of 20020 with flag 815001/815001
457.36/250.71	c cleaning 10000 clauses out of 20019 with flag 825001/825001
462.51/253.70	c cleaning 10001 clauses out of 20019 with flag 835001/835001
468.21/256.71	c cleaning 9996 clauses out of 20018 with flag 845001/845001
473.72/259.72	c cleaning 10001 clauses out of 20021 with flag 855000/855000
479.24/262.79	c cleaning 9997 clauses out of 20020 with flag 865000/865000
484.97/265.98	c cleaning 10000 clauses out of 20024 with flag 875001/875001
490.69/269.00	c cleaning 10005 clauses out of 20023 with flag 885000/885000
495.39/271.69	c cleaning 10002 clauses out of 20018 with flag 895000/895000
500.88/274.66	c cleaning 10001 clauses out of 20016 with flag 905000/905000
506.62/277.88	c cleaning 9999 clauses out of 20015 with flag 915000/915000
512.12/280.86	c cleaning 9995 clauses out of 20017 with flag 925001/925001
518.00/284.04	c cleaning 9999 clauses out of 20021 with flag 935000/935000
523.71/287.16	c cleaning 10003 clauses out of 20022 with flag 945000/945000
529.83/290.56	c cleaning 9999 clauses out of 20019 with flag 955000/955000
536.11/293.92	c cleaning 10000 clauses out of 20020 with flag 965000/965000
542.01/297.15	c cleaning 10001 clauses out of 20021 with flag 975001/975001
548.49/300.61	c cleaning 10001 clauses out of 20019 with flag 985000/985000
554.19/303.89	c cleaning 9997 clauses out of 20018 with flag 995000/995000
560.26/307.14	c cleaning 10000 clauses out of 20021 with flag 1005000/1005000
565.73/310.19	c cleaning 10006 clauses out of 20022 with flag 1015001/1015001
572.17/313.69	c cleaning 10000 clauses out of 20015 with flag 1025000/1025000
578.06/316.96	c cleaning 9993 clauses out of 20015 with flag 1035000/1035000
583.95/320.12	c cleaning 10002 clauses out of 20022 with flag 1045000/1045000
589.82/323.33	c cleaning 10003 clauses out of 20021 with flag 1055001/1055001
595.28/326.31	c cleaning 9994 clauses out of 20018 with flag 1065001/1065001
601.02/329.58	c cleaning 9995 clauses out of 20023 with flag 1075000/1075000
606.48/332.58	c cleaning 10006 clauses out of 20029 with flag 1085001/1085001
607.78/333.42	c cleaning 0 clauses out of 5001 with flag 0/5001
613.86/336.73	c cleaning 10003 clauses out of 20022 with flag 1095000/1095000
619.94/340.13	c cleaning 10002 clauses out of 20019 with flag 1105000/1105000
625.96/343.44	c cleaning 9996 clauses out of 20018 with flag 1115001/1115001
632.21/346.85	c cleaning 10002 clauses out of 20022 with flag 1125001/1125001
638.05/350.02	c cleaning 9997 clauses out of 20020 with flag 1135001/1135001
644.32/353.56	c cleaning 9997 clauses out of 20023 with flag 1145001/1145001
651.14/357.28	c cleaning 10004 clauses out of 20026 with flag 1155001/1155001
657.78/360.85	c cleaning 10000 clauses out of 20021 with flag 1165000/1165000
664.56/364.53	c cleaning 10005 clauses out of 20022 with flag 1175001/1175001
670.39/367.89	c cleaning 9995 clauses out of 20016 with flag 1185000/1185000
677.39/371.64	c cleaning 10009 clauses out of 20022 with flag 1195001/1195001
683.38/375.00	c cleaning 9995 clauses out of 20013 with flag 1205001/1205001
689.96/378.50	c cleaning 9989 clauses out of 20017 with flag 1215000/1215000
696.18/382.03	c cleaning 9998 clauses out of 20028 with flag 1225000/1225000
702.16/385.35	c cleaning 10004 clauses out of 20030 with flag 1235000/1235000
708.55/388.82	c cleaning 9998 clauses out of 20026 with flag 1245000/1245000
715.12/392.49	c cleaning 9999 clauses out of 20029 with flag 1255001/1255001
721.70/396.12	c cleaning 10002 clauses out of 20029 with flag 1265000/1265000
728.09/399.68	c cleaning 10004 clauses out of 20028 with flag 1275001/1275001
734.48/403.18	c cleaning 10001 clauses out of 20023 with flag 1285000/1285000
741.08/406.76	c cleaning 10003 clauses out of 20022 with flag 1295000/1295000
747.35/410.23	c cleaning 9997 clauses out of 20019 with flag 1305000/1305000
753.34/413.60	c cleaning 9998 clauses out of 20023 with flag 1315001/1315001
759.31/416.87	c cleaning 10000 clauses out of 20025 with flag 1325001/1325001
764.47/419.76	c cleaning 10011 clauses out of 20025 with flag 1335001/1335001
769.11/422.45	c And the winner is Resolution
770.51/424.53	c Got one! Elapsed wall clock time (in seconds):424.322
770.51/424.53	o 214
770.82/424.73	c cleaning 10003 clauses out of 20014 with flag 1345001/1345001
776.65/427.98	c cleaning 9999 clauses out of 20010 with flag 1355000/1355000
782.42/431.17	c cleaning 9999 clauses out of 20011 with flag 1365000/1365000
787.99/434.24	c cleaning 9998 clauses out of 20012 with flag 1375000/1375000
794.76/438.03	c cleaning 10000 clauses out of 20014 with flag 1385000/1385000
799.54/440.79	c cleaning 9996 clauses out of 20015 with flag 1395001/1395001
804.71/443.69	c cleaning 10002 clauses out of 20019 with flag 1405001/1405001
809.48/446.40	c cleaning 10001 clauses out of 20018 with flag 1415002/1415002
815.45/449.72	c cleaning 9997 clauses out of 20016 with flag 1425001/1425001
821.42/453.00	c cleaning 10003 clauses out of 20019 with flag 1435001/1435001
827.17/456.21	c cleaning 9999 clauses out of 20015 with flag 1445000/1445000
832.92/459.50	c cleaning 9997 clauses out of 20016 with flag 1455000/1455000
838.06/462.46	c cleaning 10001 clauses out of 20020 with flag 1465001/1465001
843.61/465.54	c cleaning 9999 clauses out of 20019 with flag 1475001/1475001
849.55/468.87	c cleaning 10000 clauses out of 20019 with flag 1485000/1485000
855.83/472.39	c cleaning 9998 clauses out of 20020 with flag 1495001/1495001
862.33/476.01	c cleaning 9996 clauses out of 20021 with flag 1505000/1505000
868.43/479.47	c cleaning 10003 clauses out of 20025 with flag 1515000/1515000
874.74/482.97	c cleaning 10000 clauses out of 20022 with flag 1525000/1525000
881.21/486.60	c cleaning 10003 clauses out of 20024 with flag 1535002/1535002
888.33/490.60	c cleaning 9996 clauses out of 20020 with flag 1545001/1545001
895.22/494.33	c cleaning 10002 clauses out of 20023 with flag 1555000/1555000
901.94/498.07	c cleaning 10004 clauses out of 20022 with flag 1565001/1565001
908.04/501.47	c cleaning 9998 clauses out of 20018 with flag 1575001/1575001
914.34/505.01	c cleaning 10000 clauses out of 20020 with flag 1585001/1585001
920.64/508.51	c cleaning 10004 clauses out of 20019 with flag 1595000/1595000
926.73/511.94	c cleaning 9998 clauses out of 20015 with flag 1605000/1605000
932.43/515.12	c cleaning 9997 clauses out of 20017 with flag 1615000/1615000
938.31/518.56	c cleaning 9999 clauses out of 20020 with flag 1625000/1625000
944.21/521.83	c cleaning 10003 clauses out of 20022 with flag 1635001/1635001
949.86/525.04	c cleaning 10002 clauses out of 20018 with flag 1645000/1645000
955.74/528.32	c cleaning 9999 clauses out of 20017 with flag 1655001/1655001
961.41/531.68	c cleaning 10002 clauses out of 20017 with flag 1665000/1665000
967.88/535.28	c cleaning 10000 clauses out of 20016 with flag 1675001/1675001
974.36/538.82	c cleaning 9995 clauses out of 20017 with flag 1685002/1685002
980.44/542.21	c cleaning 10003 clauses out of 20021 with flag 1695001/1695001
986.89/545.93	c cleaning 9995 clauses out of 20017 with flag 1705000/1705000
993.55/549.66	c cleaning 10001 clauses out of 20023 with flag 1715001/1715001
1000.03/553.30	c cleaning 10004 clauses out of 20022 with flag 1725001/1725001
1006.66/556.99	c cleaning 9998 clauses out of 20018 with flag 1735001/1735001
1012.92/560.50	c cleaning 9999 clauses out of 20020 with flag 1745001/1745001
1018.79/563.88	c cleaning 9992 clauses out of 20020 with flag 1755000/1755000
1025.84/567.78	c cleaning 10007 clauses out of 20028 with flag 1765000/1765000
1032.06/571.24	c cleaning 10005 clauses out of 20021 with flag 1775000/1775000
1039.04/575.24	c cleaning 10000 clauses out of 20016 with flag 1785000/1785000
1045.84/579.08	c cleaning 10000 clauses out of 20018 with flag 1795002/1795002
1052.08/582.58	c cleaning 10002 clauses out of 20017 with flag 1805001/1805001
1058.09/585.98	c cleaning 10001 clauses out of 20014 with flag 1815000/1815000
1064.30/589.59	c cleaning 9997 clauses out of 20013 with flag 1825000/1825000
1071.11/593.36	c cleaning 9995 clauses out of 20016 with flag 1835000/1835000
1077.73/597.05	c cleaning 10004 clauses out of 20021 with flag 1845000/1845000
1082.96/600.06	c cleaning 9998 clauses out of 20017 with flag 1855000/1855000
1089.37/603.73	c cleaning 10000 clauses out of 20019 with flag 1865000/1865000
1095.20/607.02	c cleaning 10002 clauses out of 20019 with flag 1875000/1875000
1100.97/610.41	c cleaning 10002 clauses out of 20018 with flag 1885001/1885001
1108.11/614.35	c cleaning 9998 clauses out of 20016 with flag 1895001/1895001
1114.83/618.21	c cleaning 9997 clauses out of 20018 with flag 1905001/1905001
1121.17/621.89	c cleaning 9996 clauses out of 20020 with flag 1915000/1915000
1127.72/625.58	c cleaning 10002 clauses out of 20024 with flag 1925000/1925000
1134.09/629.15	c cleaning 9997 clauses out of 20022 with flag 1935000/1935000
1141.19/633.25	c cleaning 10009 clauses out of 20026 with flag 1945001/1945001
1146.95/636.51	c cleaning 10003 clauses out of 20017 with flag 1955001/1955001
1153.10/640.04	c cleaning 9999 clauses out of 20014 with flag 1965001/1965001
1159.10/643.50	c cleaning 9998 clauses out of 20014 with flag 1975000/1975000
1165.33/647.03	c cleaning 9998 clauses out of 20016 with flag 1985000/1985000
1171.06/650.39	c cleaning 10006 clauses out of 20019 with flag 1995001/1995001
1176.06/653.23	c cleaning 10002 clauses out of 20012 with flag 2005000/2005000
1181.45/656.39	c cleaning 9998 clauses out of 20010 with flag 2015000/2015000
1187.94/660.16	c cleaning 9995 clauses out of 20013 with flag 2025001/2025001
1194.11/663.63	c cleaning 10004 clauses out of 20018 with flag 2035001/2035001
1199.69/666.83	c cleaning 10000 clauses out of 20014 with flag 2045001/2045001
1205.07/669.92	c cleaning 9994 clauses out of 20013 with flag 2055000/2055000
1211.55/673.76	c cleaning 10007 clauses out of 20021 with flag 2065002/2065002
1218.31/677.53	c cleaning 9995 clauses out of 20013 with flag 2075001/2075001
1224.43/681.03	c cleaning 9999 clauses out of 20018 with flag 2085001/2085001
1230.16/684.39	c cleaning 9998 clauses out of 20019 with flag 2095001/2095001
1236.64/688.19	c cleaning 10002 clauses out of 20021 with flag 2105001/2105001
1242.79/691.62	c cleaning 9995 clauses out of 20018 with flag 2115000/2115000
1248.53/694.99	c cleaning 10005 clauses out of 20023 with flag 2125000/2125000
1256.05/699.18	c cleaning 9999 clauses out of 20019 with flag 2135001/2135001
1263.36/703.39	c cleaning 10000 clauses out of 20019 with flag 2145000/2145000
1271.02/707.63	c cleaning 9997 clauses out of 20019 with flag 2155000/2155000
1277.93/711.59	c cleaning 10006 clauses out of 20022 with flag 2165000/2165000
1285.01/715.58	c cleaning 9995 clauses out of 20018 with flag 2175002/2175002
1292.42/719.89	c cleaning 10000 clauses out of 20021 with flag 2185000/2185000
1298.73/723.42	c cleaning 9999 clauses out of 20021 with flag 2195000/2195000
1304.64/726.83	c cleaning 10004 clauses out of 20022 with flag 2205000/2205000
1311.29/730.68	c cleaning 10001 clauses out of 20018 with flag 2215000/2215000
1317.93/734.54	c cleaning 10002 clauses out of 20019 with flag 2225002/2225002
1323.80/737.94	c cleaning 9999 clauses out of 20015 with flag 2235000/2235000
1329.86/741.45	c cleaning 9992 clauses out of 20018 with flag 2245002/2245002
1336.53/745.21	c cleaning 9999 clauses out of 20026 with flag 2255002/2255002
1342.51/748.85	c cleaning 9999 clauses out of 20025 with flag 2265000/2265000
1349.19/752.68	c cleaning 10001 clauses out of 20027 with flag 2275001/2275001
1355.87/756.47	c cleaning 10002 clauses out of 20025 with flag 2285000/2285000
1362.16/760.01	c cleaning 10002 clauses out of 20024 with flag 2295001/2295001
1368.72/763.95	c cleaning 10003 clauses out of 20021 with flag 2305000/2305000
1375.20/767.62	c cleaning 9992 clauses out of 20019 with flag 2315001/2315001
1381.86/771.45	c cleaning 10001 clauses out of 20027 with flag 2325001/2325001
1388.69/775.33	c cleaning 10001 clauses out of 20025 with flag 2335000/2335000
1395.54/779.32	c cleaning 10005 clauses out of 20025 with flag 2345001/2345001
1402.01/783.10	c cleaning 9996 clauses out of 20019 with flag 2355000/2355000
1409.06/787.09	c cleaning 9996 clauses out of 20025 with flag 2365002/2365002
1415.92/791.00	c cleaning 10000 clauses out of 20027 with flag 2375000/2375000
1423.08/795.15	c cleaning 10002 clauses out of 20027 with flag 2385000/2385000
1430.70/799.42	c cleaning 9999 clauses out of 20025 with flag 2395000/2395000
1438.73/803.97	c cleaning 10004 clauses out of 20027 with flag 2405001/2405001
1446.17/808.12	c cleaning 9995 clauses out of 20023 with flag 2415001/2415001
1454.34/812.83	c cleaning 10003 clauses out of 20027 with flag 2425000/2425000
1463.13/817.70	c cleaning 10006 clauses out of 20024 with flag 2435000/2435000
1470.36/821.84	c cleaning 10005 clauses out of 20018 with flag 2445000/2445000
1477.18/825.77	c cleaning 9992 clauses out of 20014 with flag 2455001/2455001
1485.31/830.49	c cleaning 9992 clauses out of 20022 with flag 2465001/2465001
1493.12/834.88	c cleaning 10005 clauses out of 20030 with flag 2475001/2475001
1500.92/839.21	c cleaning 10003 clauses out of 20024 with flag 2485000/2485000
1508.72/843.62	c cleaning 10001 clauses out of 20022 with flag 2495001/2495001
1517.03/848.43	c cleaning 9999 clauses out of 20020 with flag 2505000/2505000
1524.62/852.79	c cleaning 10001 clauses out of 20022 with flag 2515001/2515001
1532.80/857.37	c cleaning 10004 clauses out of 20020 with flag 2525000/2525000
1540.57/861.77	c cleaning 10002 clauses out of 20017 with flag 2535001/2535001
1548.70/866.46	c cleaning 9998 clauses out of 20014 with flag 2545000/2545000
1556.87/871.07	c cleaning 9999 clauses out of 20016 with flag 2555000/2555000
1564.43/875.35	c cleaning 10003 clauses out of 20018 with flag 2565001/2565001
1571.79/879.58	c cleaning 9991 clauses out of 20015 with flag 2575001/2575001
1580.16/884.39	c cleaning 9999 clauses out of 20024 with flag 2585001/2585001
1587.47/888.59	c cleaning 10005 clauses out of 20026 with flag 2595002/2595002
1594.58/892.67	c cleaning 9995 clauses out of 20020 with flag 2605001/2605001
1601.49/896.67	c cleaning 10000 clauses out of 20025 with flag 2615001/2615001
1609.13/901.12	c cleaning 9998 clauses out of 20024 with flag 2625000/2625000
1616.06/905.13	c cleaning 10001 clauses out of 20026 with flag 2635000/2635000
1622.99/909.19	c cleaning 10001 clauses out of 20025 with flag 2645000/2645000
1630.91/913.63	c cleaning 9999 clauses out of 20024 with flag 2655000/2655000
1637.31/917.45	c cleaning 10006 clauses out of 20026 with flag 2665001/2665001
1643.66/921.10	c cleaning 10004 clauses out of 20019 with flag 2675000/2675000
1649.59/924.66	c cleaning 10002 clauses out of 20016 with flag 2685001/2685001
1655.49/928.18	c cleaning 9998 clauses out of 20014 with flag 2695001/2695001
1662.50/932.39	c cleaning 9996 clauses out of 20015 with flag 2705000/2705000
1669.41/936.39	c cleaning 9997 clauses out of 20019 with flag 2715000/2715000
1675.92/940.15	c cleaning 10003 clauses out of 20022 with flag 2725000/2725000
1682.64/944.01	c cleaning 9996 clauses out of 20019 with flag 2735000/2735000
1689.25/948.08	c cleaning 9997 clauses out of 20024 with flag 2745001/2745001
1696.15/952.05	c cleaning 10004 clauses out of 20027 with flag 2755001/2755001
1702.66/955.85	c cleaning 9999 clauses out of 20022 with flag 2765000/2765000
1708.98/959.50	c cleaning 9999 clauses out of 20023 with flag 2775000/2775000
1715.29/963.35	c cleaning 10005 clauses out of 20025 with flag 2785001/2785001
1721.63/967.07	c cleaning 9999 clauses out of 20020 with flag 2795001/2795001
1728.77/971.12	c cleaning 10000 clauses out of 20021 with flag 2805001/2805001
1734.72/974.67	c cleaning 9999 clauses out of 20020 with flag 2815000/2815000
1741.33/978.52	c cleaning 9996 clauses out of 20021 with flag 2825000/2825000
1747.45/982.18	c cleaning 10004 clauses out of 20025 with flag 2835000/2835000
1754.33/986.13	c cleaning 10000 clauses out of 20022 with flag 2845001/2845001
1761.41/990.21	c cleaning 10000 clauses out of 20021 with flag 2855000/2855000
1768.61/994.59	c cleaning 9996 clauses out of 20021 with flag 2865000/2865000
1774.72/998.18	c cleaning 10002 clauses out of 20025 with flag 2875000/2875000
1781.42/1002.09	c cleaning 10001 clauses out of 20023 with flag 2885000/2885000
1787.92/1005.85	c cleaning 10002 clauses out of 20023 with flag 2895001/2895001
1794.78/1009.98	c cleaning 9993 clauses out of 20021 with flag 2905001/2905001
1800.12/1013.13	c starts		: 243
1800.12/1013.13	c conflicts		: 2913636
1800.12/1013.13	c decisions		: 4375078
1800.12/1013.13	c propagations		: 55610727
1800.12/1013.13	c inspects		: 910762288
1800.12/1013.13	c learnt literals	: 0
1800.12/1013.13	c learnt binary clauses	: 0
1800.12/1013.13	c learnt ternary clauses	: 0
1800.12/1013.13	c learnt clauses	: 2913636
1800.12/1013.13	c ignored clauses	: 0
1800.12/1013.13	c root simplifications	: 0
1800.12/1013.13	c removed literals (reason simplification)	: 3077257
1800.12/1013.13	c reason swapping (by a shorter reason)	: 0
1800.12/1013.13	c Calls to reduceDB	: 292
1800.12/1013.13	c number of reductions to clauses (during analyze)	: 0
1800.12/1013.13	c number of learned constraints concerned by reduction	: 0
1800.12/1013.13	c number of learning phase by resolution	: 0
1800.12/1013.13	c number of learning phase by cutting planes	: 0
1800.12/1013.13	c speed (assignments/second)	: 94481.58474178883
1800.12/1013.13	c non guided choices	0
1800.47/1013.32	c learnt constraints type 
1800.47/1013.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19357
1800.47/1013.32	c constraints type 
1800.47/1013.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.47/1013.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
1800.47/1013.32	c constraints type 
1800.47/1013.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.47/1013.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
1800.47/1013.32	s SATISFIABLE
1800.47/1013.32	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 
1800.47/1013.32	c objective function=214
1800.47/1013.32	c Total wall clock time (in seconds): 1013.109

Verifier Data

OK	214

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662295-1276365053/watcher-2662295-1276365053 -o /tmp/evaluation-result-2662295-1276365053/solver-2662295-1276365053 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662295-1276365053.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 11749
/proc/meminfo: memFree=1576968/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=248 CPUtime=0
/proc/11749/stat : 11749 (java) R 11747 11749 11499 0 -1 4194304 283 0 0 0 0 0 0 0 22 0 1 0 12108727 253952 29 1992294400 134512640 134550932 4288303840 18446744073709551615 2474580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11749/statm: 62 29 21 10 0 23 0

[startup+0.0842641 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11749
/proc/meminfo: memFree=1576968/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1521796 CPUtime=0.06
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 3809 0 1 0 4 2 0 0 18 0 7 0 12108727 1558319104 3250 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 380449 3250 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101267 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11749
/proc/meminfo: memFree=1576968/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1524180 CPUtime=0.08
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 12108727 1560760320 3400 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300786 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11749
/proc/meminfo: memFree=1576968/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1526180 CPUtime=0.36
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 5350 0 1 0 33 3 0 0 18 0 12 0 12108727 1562808320 4787 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 381545 4787 1361 10 0 378848 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526180

[startup+0.700781 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11749
/proc/meminfo: memFree=1576968/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1533632 CPUtime=1.13
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 8628 0 1 0 108 5 0 0 18 0 14 0 12108727 1570439168 7338 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 383408 7338 1415 10 0 380711 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533632

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 11765
/proc/meminfo: memFree=1552676/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1533632 CPUtime=1.3
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 8666 0 1 0 125 5 0 0 18 0 14 0 12108727 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 383408 7376 1415 10 0 380711 0
[pid=11749/tid=11751] ppid=11747 vsize=1533632 CPUtime=0.5
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4438 0 1 0 47 3 0 0 19 0 14 0 12108729 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 12108730 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 12108730 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 12108732 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 12108732 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 12108732 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12108737 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1533632 CPUtime=0.18
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 157 0 0 0 18 0 0 0 25 0 14 0 12108737 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1533632 CPUtime=0.5
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 2637 0 0 0 50 0 0 0 25 0 14 0 12108737 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12108737 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12108737 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 12108785 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 12108786 1570439168 7376 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1533632

[startup+3.10075 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 11767
/proc/meminfo: memFree=1550692/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1533632 CPUtime=1.74
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 9490 0 1 0 168 6 0 0 18 0 14 0 12108727 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 383408 8199 1419 10 0 380711 0
[pid=11749/tid=11751] ppid=11747 vsize=1533632 CPUtime=0.52
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4543 0 1 0 49 3 0 0 19 0 14 0 12108729 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 12108730 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 12108730 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 12108732 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 12108732 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 12108732 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12108737 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1533632 CPUtime=0.29
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 175 0 0 0 29 0 0 0 15 0 14 0 12108737 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1533632 CPUtime=0.67
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 2666 0 0 0 67 0 0 0 17 0 14 0 12108737 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12108737 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12108737 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 12108785 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1533632 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 12108786 1570439168 8199 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1533632
heavy processes:

[startup+6.30171 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 11773
/proc/meminfo: memFree=1534324/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1535684 CPUtime=3.19
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 15469 0 1 0 311 8 0 0 18 0 14 0 12108727 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 383921 10940 1431 10 0 381224 0
[pid=11749/tid=11751] ppid=11747 vsize=1535684 CPUtime=0.52
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4677 0 1 0 49 3 0 0 19 0 14 0 12108729 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 12108730 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 12108730 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 12108732 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 12108732 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 12108732 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12108737 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1535684 CPUtime=1.24
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3873 0 0 0 123 1 0 0 16 0 14 0 12108737 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1535684 CPUtime=0.97
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 2946 0 0 0 96 1 0 0 15 0 14 0 12108737 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12108737 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12108737 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 12108785 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1535684 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 12108786 1572540416 10940 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1535684
heavy processes:

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 3/122 11785
/proc/meminfo: memFree=1421840/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1534624 CPUtime=9.77
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 50882 0 1 0 955 22 0 0 18 0 16 0 12108727 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 383656 45599 1447 10 0 380959 0
[pid=11749/tid=11751] ppid=11747 vsize=1534624 CPUtime=0.54
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4855 0 1 0 51 3 0 0 18 0 16 0 12108729 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1534624 CPUtime=0.08
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 3585 0 0 0 7 1 0 0 16 0 16 0 12108730 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1534624 CPUtime=0.08
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 3590 0 0 0 6 2 0 0 16 0 16 0 12108730 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1534624 CPUtime=0.08
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 2333 0 0 0 8 0 0 0 15 0 16 0 12108732 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12108732 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12108732 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12108737 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1534624 CPUtime=1.93
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3924 0 0 0 192 1 0 0 16 0 16 0 12108737 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1534624 CPUtime=1.42
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 3378 0 0 0 141 1 0 0 15 0 16 0 12108737 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12108737 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) R 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12108737 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 12108785 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1534624 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12108786 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11784] ppid=11747 vsize=1534624 CPUtime=1.65
/proc/11749/task/11784/stat : 11784 (java) R 11747 11749 11499 0 -1 4202560 5 0 0 0 165 0 0 0 21 0 16 0 12109796 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 4109250434 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11749/tid=11785] ppid=11747 vsize=1534624 CPUtime=1.74
/proc/11749/task/11785/stat : 11785 (java) R 11747 11749 11499 0 -1 4202560 886 0 0 0 174 0 0 0 25 0 16 0 12109796 1571454976 45599 1992294400 134512640 134550932 4288303840 18446744073709551615 105281663 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 1534624

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

/proc/11749/statm: 384460 117257 1451 10 0 381763 0
[pid=11749/tid=11751] ppid=11747 vsize=1537840 CPUtime=0.56
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4934 0 1 0 52 4 0 0 15 0 16 0 12108729 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1537840 CPUtime=28.54
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 40040 0 0 0 2739 115 0 0 15 0 16 0 12108730 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1537840 CPUtime=28.54
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 45870 0 0 0 2760 94 0 0 16 0 16 0 12108730 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1537840 CPUtime=155
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 3209 0 0 0 15483 17 0 0 16 0 16 0 12108732 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1537840 CPUtime=2.81
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3984 0 0 0 280 1 0 0 15 0 16 0 12108737 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1537840 CPUtime=2.01
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 6419 0 0 0 199 2 0 0 15 0 16 0 12108737 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 12108737 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 12108785 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12108786 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11798] ppid=11747 vsize=1537840 CPUtime=334.77
/proc/11749/task/11798/stat : 11798 (java) R 11747 11749 11499 0 -1 4202560 271 0 0 0 33473 4 0 0 19 0 16 0 12151182 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4109483890 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11749/tid=11799] ppid=11747 vsize=1537840 CPUtime=334.13
/proc/11749/task/11799/stat : 11799 (java) R 11747 11749 11499 0 -1 4202560 202 0 0 0 33410 3 0 0 19 0 16 0 12151182 1574748160 117257 1992294400 134512640 134550932 4288303840 18446744073709551615 4109230837 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1576.18
Current children cumulated vsize (KiB) 1537840

[startup+942.302 s]
/proc/loadavg: 1.99 2.23 1.89 3/122 11822
/proc/meminfo: memFree=1098084/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1537840 CPUtime=1679.26
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 137895 0 1 0 167647 279 0 0 18 0 16 0 12108727 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 384460 120162 1451 10 0 381763 0
[pid=11749/tid=11751] ppid=11747 vsize=1537840 CPUtime=0.56
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4936 0 1 0 52 4 0 0 15 0 16 0 12108729 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1537840 CPUtime=30.84
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 40718 0 0 0 2965 119 0 0 16 0 16 0 12108730 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1537840 CPUtime=30.82
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 48274 0 0 0 2980 102 0 0 16 0 16 0 12108730 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1537840 CPUtime=171.19
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 3211 0 0 0 17101 18 0 0 15 0 16 0 12108732 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1537840 CPUtime=2.81
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3984 0 0 0 280 1 0 0 15 0 16 0 12108737 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1537840 CPUtime=2.01
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 6419 0 0 0 199 2 0 0 15 0 16 0 12108737 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 12108737 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 12108785 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12108786 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11798] ppid=11747 vsize=1537840 CPUtime=376.17
/proc/11749/task/11798/stat : 11798 (java) R 11747 11749 11499 0 -1 4202560 313 0 0 0 37613 4 0 0 18 0 16 0 12151182 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4109554725 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11749/tid=11799] ppid=11747 vsize=1537840 CPUtime=375.02
/proc/11749/task/11799/stat : 11799 (java) R 11747 11749 11499 0 -1 4202560 223 0 0 0 37498 4 0 0 18 0 16 0 12151182 1574748160 120162 1992294400 134512640 134550932 4288303840 18446744073709551615 4109431347 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.26
Current children cumulated vsize (KiB) 1537840

[startup+1002.3 s]
/proc/loadavg: 2.08 2.21 1.90 3/122 11824
/proc/meminfo: memFree=1084320/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1537840 CPUtime=1781.83
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 141781 0 1 0 177890 293 0 0 18 0 16 0 12108727 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 384460 123582 1451 10 0 381763 0
[pid=11749/tid=11751] ppid=11747 vsize=1537840 CPUtime=0.56
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4940 0 1 0 52 4 0 0 15 0 16 0 12108729 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1537840 CPUtime=32.44
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 42248 0 0 0 3119 125 0 0 16 0 16 0 12108730 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1537840 CPUtime=32.42
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 50570 0 0 0 3134 108 0 0 15 0 16 0 12108730 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1537840 CPUtime=187.86
/proc/11749/task/11754/stat : 11754 (java) R 11747 11749 11499 0 -1 4202560 3215 0 0 0 18768 18 0 0 16 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 105696575 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1537840 CPUtime=2.81
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3984 0 0 0 280 1 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1537840 CPUtime=2.01
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 6419 0 0 0 199 2 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 12108785 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12108786 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11798] ppid=11747 vsize=1537840 CPUtime=417.7
/proc/11749/task/11798/stat : 11798 (java) S 11747 11749 11499 0 -1 4202560 344 0 0 0 41765 5 0 0 22 0 16 0 12151182 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11799] ppid=11747 vsize=1537840 CPUtime=416.19
/proc/11749/task/11799/stat : 11799 (java) S 11747 11749 11499 0 -1 4202560 240 0 0 0 41614 5 0 0 22 0 16 0 12151182 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1537840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1013.11 s]
/proc/loadavg: 2.07 2.20 1.91 2/122 11824
/proc/meminfo: memFree=1084196/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=1537840 CPUtime=1800.12
/proc/11749/stat : 11749 (java) S 11747 11749 11499 0 -1 4202496 141789 0 1 0 179717 295 0 0 18 0 16 0 12108727 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 384460 123582 1451 10 0 381763 0
[pid=11749/tid=11751] ppid=11747 vsize=1537840 CPUtime=0.56
/proc/11749/task/11751/stat : 11751 (java) S 11747 11749 11499 0 -1 4202560 4942 0 1 0 52 4 0 0 15 0 16 0 12108729 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11752] ppid=11747 vsize=1537840 CPUtime=32.71
/proc/11749/task/11752/stat : 11752 (java) S 11747 11749 11499 0 -1 4202560 42248 0 0 0 3146 125 0 0 16 0 16 0 12108730 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11753] ppid=11747 vsize=1537840 CPUtime=32.7
/proc/11749/task/11753/stat : 11753 (java) S 11747 11749 11499 0 -1 4202560 50570 0 0 0 3160 110 0 0 15 0 16 0 12108730 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11754] ppid=11747 vsize=1537840 CPUtime=191.08
/proc/11749/task/11754/stat : 11754 (java) S 11747 11749 11499 0 -1 4202560 3215 0 0 0 19090 18 0 0 15 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11755] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11755/stat : 11755 (java) S 11747 11749 11499 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11756] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11756/stat : 11756 (java) S 11747 11749 11499 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12108732 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11757] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11757/stat : 11757 (java) S 11747 11749 11499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11758] ppid=11747 vsize=1537840 CPUtime=2.81
/proc/11749/task/11758/stat : 11758 (java) S 11747 11749 11499 0 -1 4202560 3984 0 0 0 280 1 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11759] ppid=11747 vsize=1537840 CPUtime=2.01
/proc/11749/task/11759/stat : 11759 (java) S 11747 11749 11499 0 -1 4202560 6419 0 0 0 199 2 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=11749/tid=11760] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11760/stat : 11760 (java) S 11747 11749 11499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11761] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11761/stat : 11761 (java) S 11747 11749 11499 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 12108737 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11764] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11764/stat : 11764 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 12108785 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11765] ppid=11747 vsize=1537840 CPUtime=0
/proc/11749/task/11765/stat : 11765 (java) S 11747 11749 11499 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 12108786 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=11749/tid=11798] ppid=11747 vsize=1537840 CPUtime=424.97
/proc/11749/task/11798/stat : 11798 (java) R 11747 11749 11499 0 -1 4202560 349 0 0 0 42492 5 0 0 20 0 16 0 12151182 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11749/tid=11799] ppid=11747 vsize=1537840 CPUtime=423.46
/proc/11749/task/11799/stat : 11799 (java) R 11747 11749 11499 0 -1 4202560 241 0 0 0 42340 6 0 0 20 0 16 0 12151182 1574748160 123582 1992294400 134512640 134550932 4288303840 18446744073709551615 4109431328 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1537840

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

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

[startup+1013.4 s]
/proc/loadavg: 2.07 2.20 1.91 2/122 11824
/proc/meminfo: memFree=1084196/2059040 swapFree=4192956/4192956
[pid=11749] ppid=11747 vsize=0 CPUtime=1800.62
/proc/11749/stat : 11749 (java) Z 11747 11749 11499 0 -1 4203548 141811 0 1 0 179762 300 0 0 15 0 2 0 12108727 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11749/statm: 0 0 0 0 0 0 0
[pid=11749/tid=11798] ppid=11747 vsize=0 CPUtime=425.21
/proc/11749/task/11798/stat : 11798 (java) R 11747 11749 11499 0 -1 4203588 349 0 0 0 42511 10 0 0 20 0 2 0 12151182 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.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1013.4
CPU time (s): 1800.64
CPU user time (s): 1797.63
CPU system time (s): 3.00854
CPU usage (%): 177.682
Max. virtual memory (cumulated for all children) (KiB): 1544516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 3.00854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141811
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= 35382
involuntary context switches= 49710

runsolver used 4.14137 second user time and 11.3703 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 19:50:53
IDJOB=2662295
IDBENCH=1950
IDSOLVER=1166
FILE ID=node007/2662295-1276365053
PBS_JOBID= 11173214
Free space on /tmp= 62456 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_13.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-2662295-1276365053/watcher-2662295-1276365053 -o /tmp/evaluation-result-2662295-1276365053/solver-2662295-1276365053 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662295-1276365053.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=1761447338

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1577240 kB
Buffers:        134764 kB
Cached:         217036 kB
SwapCached:          0 kB
Active:         125028 kB
Inactive:       286084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1577240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:       59300 kB
Mapped:          15380 kB
Slab:            48860 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182000 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= 62456 MiB
End job on node007 at 2010-06-12 20:07:48