Trace number 2662010

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-31? (TO) 1803.82 964.952

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_5.opb
MD5SUMae2bd1e13f1871c16ad2ebb51fc6f92a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1789.49
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

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.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-2662010-1276672522.opb
0.22/0.22	c reading problem ... 
1.28/0.85	c ... done. Wall clock time 0.631s.
1.28/0.85	c #vars     1452
1.28/0.85	c #constraints  2806
1.28/0.85	c constraints type 
1.28/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
1.28/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
1.28/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1.28/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1.28/0.86	c constraints type 
1.28/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.28/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1.28/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
1.28/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
2.46/1.47	c And the winner is CuttingPlanes
2.61/1.88	c SATISFIABLE
2.61/1.88	c OPTIMIZING...
2.61/1.88	c Got one! Elapsed wall clock time (in seconds):1.656
2.61/1.88	o -4
2.65/1.95	c And the winner is CuttingPlanes
2.74/2.89	c Got one! Elapsed wall clock time (in seconds):2.666
2.74/2.89	o -5
2.76/2.94	c And the winner is CuttingPlanes
2.84/3.90	c Got one! Elapsed wall clock time (in seconds):3.68
2.84/3.90	o -6
2.84/3.96	c And the winner is CuttingPlanes
2.95/4.91	c Got one! Elapsed wall clock time (in seconds):4.689
2.95/4.91	o -7
2.95/4.94	c And the winner is CuttingPlanes
3.54/5.92	c Got one! Elapsed wall clock time (in seconds):5.696
3.54/5.92	o -8
3.54/5.98	c And the winner is CuttingPlanes
3.68/6.93	c Got one! Elapsed wall clock time (in seconds):6.703
3.68/6.93	o -9
3.68/6.96	c And the winner is CuttingPlanes
3.75/7.94	c Got one! Elapsed wall clock time (in seconds):7.718
3.75/7.94	o -10
3.87/8.04	c And the winner is CuttingPlanes
3.97/8.95	c Got one! Elapsed wall clock time (in seconds):8.727
3.97/8.95	o -12
4.05/9.00	c And the winner is CuttingPlanes
4.06/9.96	c Got one! Elapsed wall clock time (in seconds):9.743
4.06/9.96	o -13
4.53/10.27	c And the winner is CuttingPlanes
4.66/10.97	c Got one! Elapsed wall clock time (in seconds):10.748
4.66/10.97	o -18
6.50/11.95	c And the winner is CuttingPlanes
6.50/11.98	c Got one! Elapsed wall clock time (in seconds):11.754
6.50/11.98	o -19
8.04/12.80	c cleaning 2500 clauses out of 5000 with flag 5000/5000
11.75/14.69	c And the winner is CuttingPlanes
11.93/15.03	c Got one! Elapsed wall clock time (in seconds):14.804
11.93/15.03	o -20
12.48/15.32	c cleaning 4239 clauses out of 8500 with flag 11000/11000
16.99/17.64	c cleaning 5609 clauses out of 11261 with flag 18000/18000
22.27/20.40	c cleaning 6753 clauses out of 13652 with flag 26000/26000
28.93/23.77	c cleaning 7880 clauses out of 15899 with flag 35000/35000
36.98/27.89	c cleaning 8974 clauses out of 18019 with flag 45000/45000
45.04/31.91	c cleaning 9490 clauses out of 19045 with flag 55000/55000
53.07/36.03	c cleaning 9741 clauses out of 19555 with flag 65000/65000
60.90/40.09	c cleaning 9848 clauses out of 19814 with flag 75000/75000
69.53/44.41	c cleaning 9945 clauses out of 19966 with flag 85000/85000
77.97/48.76	c cleaning 10004 clauses out of 20021 with flag 95000/95000
86.78/53.26	c cleaning 9974 clauses out of 20017 with flag 105000/105000
96.59/58.21	c cleaning 9967 clauses out of 20043 with flag 115000/115000
106.60/63.39	c cleaning 9966 clauses out of 20076 with flag 125000/125000
116.39/68.37	c cleaning 10031 clauses out of 20110 with flag 135000/135000
126.81/73.63	c cleaning 10007 clauses out of 20079 with flag 145000/145000
136.57/78.60	c cleaning 9987 clauses out of 20072 with flag 155000/155000
144.20/82.54	c cleaning 10015 clauses out of 20085 with flag 165000/165000
150.43/85.79	c cleaning 10011 clauses out of 20071 with flag 175001/175001
160.20/90.71	c cleaning 9958 clauses out of 20059 with flag 185000/185000
169.78/95.67	c cleaning 9998 clauses out of 20101 with flag 195000/195000
178.76/100.23	c cleaning 9996 clauses out of 20103 with flag 205000/205000
186.76/104.31	c cleaning 10040 clauses out of 20107 with flag 215000/215000
193.97/108.02	c cleaning 9998 clauses out of 20067 with flag 225000/225000
202.94/112.67	c cleaning 10007 clauses out of 20069 with flag 235000/235000
211.13/116.87	c cleaning 10003 clauses out of 20062 with flag 245000/245000
218.14/120.46	c cleaning 9977 clauses out of 20059 with flag 255000/255000
227.13/125.02	c cleaning 9989 clauses out of 20082 with flag 265000/265000
236.07/129.69	c cleaning 10001 clauses out of 20093 with flag 275000/275000
244.26/133.86	c cleaning 9994 clauses out of 20092 with flag 285000/285000
251.26/137.46	c cleaning 10001 clauses out of 20098 with flag 295000/295000
259.63/141.72	c cleaning 10010 clauses out of 20097 with flag 305000/305000
267.98/146.01	c cleaning 10015 clauses out of 20087 with flag 315000/315000
275.37/149.86	c cleaning 9979 clauses out of 20072 with flag 325000/325000
282.55/153.55	c cleaning 10015 clauses out of 20093 with flag 335000/335000
290.34/157.56	c cleaning 9980 clauses out of 20078 with flag 345000/345000
297.69/161.33	c cleaning 10013 clauses out of 20098 with flag 355000/355000
304.68/165.00	c cleaning 10001 clauses out of 20085 with flag 365000/365000
312.46/168.98	c cleaning 9971 clauses out of 20084 with flag 375000/375000
320.43/173.02	c cleaning 10028 clauses out of 20113 with flag 385000/385000
327.76/176.80	c cleaning 9987 clauses out of 20085 with flag 395000/395000
334.54/180.31	c cleaning 10013 clauses out of 20098 with flag 405000/405000
343.30/184.88	c cleaning 9972 clauses out of 20085 with flag 415000/415000
352.84/189.72	c cleaning 10009 clauses out of 20113 with flag 425000/425000
361.95/194.46	c cleaning 10032 clauses out of 20105 with flag 435001/435001
370.71/198.98	c cleaning 9986 clauses out of 20072 with flag 445000/445000
379.08/203.22	c cleaning 9990 clauses out of 20086 with flag 455000/455000
386.64/207.15	c cleaning 10007 clauses out of 20096 with flag 465000/465000
393.96/210.98	c cleaning 10039 clauses out of 20089 with flag 475000/475000
398.35/213.22	c And the winner is CuttingPlanes
398.39/214.18	c Got one! Elapsed wall clock time (in seconds):213.952
398.39/214.18	o -21
401.40/215.73	c cleaning 10025 clauses out of 20050 with flag 485000/485000
407.17/218.72	c cleaning 10013 clauses out of 20025 with flag 495000/495000
412.75/221.67	c cleaning 10006 clauses out of 20012 with flag 505000/505000
418.26/224.55	c cleaning 9946 clauses out of 20006 with flag 515000/515000
422.65/226.83	c cleaning 10010 clauses out of 20060 with flag 525000/525000
426.46/228.84	c cleaning 9994 clauses out of 20050 with flag 535000/535000
430.04/230.74	c cleaning 10029 clauses out of 20057 with flag 545001/545001
435.57/233.65	c cleaning 9977 clauses out of 20027 with flag 555000/555000
438.17/235.02	c And the winner is CuttingPlanes
438.22/235.22	c Got one! Elapsed wall clock time (in seconds):234.997
438.22/235.22	o -22
441.14/236.74	c cleaning 9998 clauses out of 20050 with flag 565000/565000
446.71/239.69	c cleaning 0 clauses out of 5000 with flag 0/5000
447.12/239.96	c cleaning 9974 clauses out of 20052 with flag 575000/575000
452.83/242.97	c cleaning 9977 clauses out of 20078 with flag 585000/585000
458.80/246.05	c cleaning 10033 clauses out of 20101 with flag 595000/595000
463.79/248.69	c cleaning 10009 clauses out of 20068 with flag 605000/605000
468.54/251.15	c cleaning 9955 clauses out of 20059 with flag 615000/615000
472.88/253.43	c cleaning 10017 clauses out of 20104 with flag 625000/625000
477.25/255.71	c cleaning 10007 clauses out of 20087 with flag 635000/635000
481.44/257.92	c cleaning 9986 clauses out of 20080 with flag 645000/645000
485.81/260.25	c cleaning 10026 clauses out of 20094 with flag 655000/655000
490.34/262.69	c cleaning 9982 clauses out of 20068 with flag 665000/665000
494.12/264.67	c cleaning 10002 clauses out of 20086 with flag 675000/675000
498.69/267.10	c cleaning 9992 clauses out of 20084 with flag 685000/685000
503.48/269.51	c cleaning 10002 clauses out of 20092 with flag 695000/695000
507.98/271.91	c cleaning 10014 clauses out of 20090 with flag 705000/705000
512.35/274.21	c cleaning 9997 clauses out of 20077 with flag 715001/715001
516.33/276.30	c cleaning 9997 clauses out of 20079 with flag 725000/725000
519.72/278.15	c cleaning 10010 clauses out of 20082 with flag 735000/735000
524.05/280.41	c cleaning 9975 clauses out of 20072 with flag 745000/745000
528.41/282.74	c cleaning 10028 clauses out of 20097 with flag 755000/755000
532.97/285.15	c cleaning 9997 clauses out of 20069 with flag 765000/765000
537.14/287.33	c cleaning 10001 clauses out of 20072 with flag 775000/775000
541.26/289.55	c cleaning 10019 clauses out of 20071 with flag 785000/785000
545.63/291.84	c cleaning 10001 clauses out of 20052 with flag 795000/795000
549.40/293.87	c cleaning 10006 clauses out of 20051 with flag 805000/805000
552.78/295.67	c cleaning 10000 clauses out of 20046 with flag 815001/815001
556.49/297.65	c cleaning 9994 clauses out of 20045 with flag 825000/825000
560.46/299.71	c cleaning 10003 clauses out of 20051 with flag 835000/835000
564.42/301.83	c cleaning 10006 clauses out of 20048 with flag 845000/845000
568.79/304.17	c cleaning 9959 clauses out of 20042 with flag 855000/855000
573.89/306.88	c cleaning 10000 clauses out of 20083 with flag 865000/865000
580.03/310.00	c cleaning 10001 clauses out of 20083 with flag 875000/875000
585.19/312.74	c cleaning 10019 clauses out of 20082 with flag 885000/885000
590.35/315.48	c cleaning 9988 clauses out of 20063 with flag 895000/895000
596.04/318.48	c cleaning 10033 clauses out of 20076 with flag 905001/905001
601.97/321.58	c cleaning 9985 clauses out of 20042 with flag 915000/915000
607.73/324.51	c cleaning 9967 clauses out of 20057 with flag 925000/925000
613.87/327.72	c cleaning 10017 clauses out of 20090 with flag 935000/935000
619.55/330.79	c cleaning 9982 clauses out of 20073 with flag 945000/945000
625.90/334.02	c cleaning 9999 clauses out of 20091 with flag 955000/955000
631.44/336.96	c cleaning 10024 clauses out of 20092 with flag 965000/965000
638.18/340.40	c cleaning 9960 clauses out of 20068 with flag 975000/975000
644.26/343.64	c cleaning 10024 clauses out of 20108 with flag 985000/985000
650.79/347.02	c cleaning 9967 clauses out of 20084 with flag 995000/995000
656.92/350.30	c cleaning 10045 clauses out of 20117 with flag 1005000/1005000
663.46/353.64	c cleaning 9995 clauses out of 20072 with flag 1015000/1015000
669.34/356.77	c cleaning 9996 clauses out of 20077 with flag 1025000/1025000
675.46/359.91	c cleaning 9988 clauses out of 20081 with flag 1035000/1035000
681.80/363.23	c cleaning 10017 clauses out of 20094 with flag 1045001/1045001
687.93/366.49	c cleaning 10014 clauses out of 20076 with flag 1055000/1055000
694.81/370.01	c cleaning 9994 clauses out of 20062 with flag 1065000/1065000
700.37/372.91	c cleaning 10001 clauses out of 20068 with flag 1075000/1075000
705.89/375.89	c cleaning 9986 clauses out of 20067 with flag 1085000/1085000
711.43/378.71	c cleaning 9989 clauses out of 20081 with flag 1095000/1095000
716.93/381.64	c cleaning 10009 clauses out of 20092 with flag 1105000/1105000
722.25/384.40	c cleaning 10007 clauses out of 20083 with flag 1115000/1115000
727.41/387.15	c cleaning 10000 clauses out of 20076 with flag 1125000/1125000
733.12/390.14	c cleaning 9983 clauses out of 20076 with flag 1135000/1135000
738.20/392.88	c cleaning 10016 clauses out of 20093 with flag 1145000/1145000
743.33/395.50	c cleaning 9998 clauses out of 20077 with flag 1155000/1155000
747.86/397.98	c cleaning 10024 clauses out of 20079 with flag 1165000/1165000
752.40/400.36	c cleaning 9990 clauses out of 20055 with flag 1175000/1175000
756.86/402.80	c cleaning 10007 clauses out of 20065 with flag 1185000/1185000
761.78/405.37	c cleaning 9979 clauses out of 20058 with flag 1195000/1195000
765.90/407.56	c cleaning 10012 clauses out of 20079 with flag 1205000/1205000
769.83/409.66	c cleaning 10008 clauses out of 20067 with flag 1215000/1215000
773.91/411.83	c cleaning 10001 clauses out of 20059 with flag 1225000/1225000
778.04/414.08	c cleaning 9999 clauses out of 20058 with flag 1235000/1235000
782.77/416.53	c cleaning 10001 clauses out of 20059 with flag 1245000/1245000
787.30/418.98	c cleaning 9986 clauses out of 20058 with flag 1255000/1255000
791.78/421.34	c cleaning 10026 clauses out of 20072 with flag 1265000/1265000
796.50/423.88	c cleaning 9991 clauses out of 20046 with flag 1275000/1275000
801.43/426.47	c cleaning 10004 clauses out of 20055 with flag 1285000/1285000
806.95/429.36	c cleaning 9974 clauses out of 20051 with flag 1295000/1295000
812.01/432.09	c cleaning 10025 clauses out of 20077 with flag 1305000/1305000
816.93/434.69	c cleaning 9993 clauses out of 20052 with flag 1315000/1315000
822.06/437.37	c cleaning 9981 clauses out of 20059 with flag 1325000/1325000
827.20/440.04	c cleaning 10038 clauses out of 20079 with flag 1335001/1335001
831.84/442.59	c cleaning 9988 clauses out of 20040 with flag 1345000/1345000
836.75/445.16	c cleaning 9992 clauses out of 20052 with flag 1355000/1355000
841.66/447.79	c cleaning 9998 clauses out of 20060 with flag 1365000/1365000
846.16/450.13	c cleaning 10003 clauses out of 20062 with flag 1375000/1375000
851.40/452.96	c cleaning 9998 clauses out of 20059 with flag 1385000/1385000
856.52/455.61	c cleaning 9995 clauses out of 20061 with flag 1395000/1395000
860.64/457.87	c cleaning 9991 clauses out of 20066 with flag 1405000/1405000
865.35/460.31	c cleaning 10002 clauses out of 20075 with flag 1415000/1415000
871.39/463.53	c cleaning 10012 clauses out of 20073 with flag 1425000/1425000
877.68/466.80	c cleaning 9960 clauses out of 20061 with flag 1435000/1435000
882.59/469.45	c cleaning 10039 clauses out of 20101 with flag 1445000/1445000
888.11/472.33	c cleaning 9999 clauses out of 20062 with flag 1455000/1455000
893.35/475.16	c cleaning 9987 clauses out of 20063 with flag 1465000/1465000
898.25/477.77	c cleaning 9999 clauses out of 20076 with flag 1475000/1475000
904.74/481.17	c cleaning 10021 clauses out of 20077 with flag 1485000/1485000
911.63/484.79	c cleaning 9986 clauses out of 20056 with flag 1495000/1495000
918.47/488.33	c cleaning 9994 clauses out of 20070 with flag 1505000/1505000
924.76/491.66	c cleaning 10003 clauses out of 20076 with flag 1515000/1515000
931.43/495.11	c cleaning 9980 clauses out of 20073 with flag 1525000/1525000
937.33/498.30	c cleaning 10011 clauses out of 20093 with flag 1535000/1535000
943.56/501.55	c cleaning 9984 clauses out of 20082 with flag 1545000/1545000
949.85/504.84	c cleaning 10007 clauses out of 20098 with flag 1555000/1555000
955.34/507.76	c cleaning 10010 clauses out of 20091 with flag 1565000/1565000
959.87/510.12	c cleaning 10018 clauses out of 20081 with flag 1575000/1575000
964.52/512.61	c cleaning 9984 clauses out of 20063 with flag 1585000/1585000
969.21/515.13	c cleaning 10004 clauses out of 20079 with flag 1595000/1595000
974.12/517.70	c cleaning 10004 clauses out of 20075 with flag 1605000/1605000
979.03/520.37	c cleaning 10005 clauses out of 20071 with flag 1615000/1615000
983.45/522.73	c cleaning 10007 clauses out of 20067 with flag 1625001/1625001
987.96/525.13	c cleaning 10007 clauses out of 20059 with flag 1635000/1635000
991.86/527.23	c cleaning 9977 clauses out of 20052 with flag 1645000/1645000
996.18/529.57	c cleaning 10016 clauses out of 20075 with flag 1655000/1655000
1000.41/531.87	c cleaning 9994 clauses out of 20059 with flag 1665000/1665000
1004.72/534.17	c cleaning 10007 clauses out of 20065 with flag 1675000/1675000
1009.43/536.64	c cleaning 10000 clauses out of 20058 with flag 1685000/1685000
1014.32/539.23	c cleaning 9985 clauses out of 20058 with flag 1695000/1695000
1018.75/541.63	c cleaning 10014 clauses out of 20073 with flag 1705000/1705000
1023.45/544.13	c cleaning 9998 clauses out of 20059 with flag 1715000/1715000
1027.35/546.26	c cleaning 10014 clauses out of 20061 with flag 1725000/1725000
1032.46/548.91	c cleaning 9975 clauses out of 20047 with flag 1735000/1735000
1037.47/551.67	c cleaning 9977 clauses out of 20072 with flag 1745000/1745000
1042.16/554.14	c cleaning 10010 clauses out of 20095 with flag 1755000/1755000
1047.27/556.83	c cleaning 10026 clauses out of 20086 with flag 1765001/1765001
1051.76/559.29	c cleaning 9995 clauses out of 20059 with flag 1775000/1775000
1056.58/561.81	c cleaning 9994 clauses out of 20064 with flag 1785000/1785000
1061.10/564.25	c cleaning 9996 clauses out of 20070 with flag 1795000/1795000
1065.57/566.60	c cleaning 10014 clauses out of 20074 with flag 1805000/1805000
1069.67/568.88	c cleaning 9981 clauses out of 20060 with flag 1815000/1815000
1074.30/571.35	c cleaning 9995 clauses out of 20079 with flag 1825000/1825000
1078.60/573.64	c cleaning 10019 clauses out of 20084 with flag 1835000/1835000
1082.89/575.99	c cleaning 10024 clauses out of 20065 with flag 1845000/1845000
1087.38/578.38	c cleaning 9985 clauses out of 20041 with flag 1855000/1855000
1091.82/580.75	c cleaning 10009 clauses out of 20056 with flag 1865000/1865000
1096.69/583.32	c cleaning 9986 clauses out of 20047 with flag 1875000/1875000
1101.16/585.71	c cleaning 10027 clauses out of 20061 with flag 1885000/1885000
1105.64/588.11	c cleaning 9975 clauses out of 20034 with flag 1895000/1895000
1109.84/590.40	c And the winner is CuttingPlanes
1109.95/590.52	c cleaning 10025 clauses out of 20060 with flag 1905001/1905001
1110.28/591.49	c Got one! Elapsed wall clock time (in seconds):591.269
1110.28/591.49	o -23
1115.83/594.34	c cleaning 9954 clauses out of 20034 with flag 1915000/1915000
1122.30/597.71	c cleaning 10033 clauses out of 20080 with flag 1925000/1925000
1127.96/600.79	c cleaning 9986 clauses out of 20047 with flag 1935000/1935000
1134.55/604.27	c cleaning 9980 clauses out of 20061 with flag 1945000/1945000
1139.83/607.03	c cleaning 10007 clauses out of 20081 with flag 1955000/1955000
1144.71/609.66	c cleaning 9996 clauses out of 20074 with flag 1965000/1965000
1151.37/613.19	c cleaning 9990 clauses out of 20078 with flag 1975000/1975000
1158.37/616.83	c cleaning 9983 clauses out of 20088 with flag 1985000/1985000
1163.86/619.76	c cleaning 10022 clauses out of 20105 with flag 1995000/1995000
1169.33/622.70	c cleaning 10010 clauses out of 20083 with flag 2005000/2005000
1174.39/625.36	c cleaning 10007 clauses out of 20073 with flag 2015000/2015000
1179.39/628.05	c cleaning 9993 clauses out of 20066 with flag 2025000/2025000
1184.26/630.63	c cleaning 9996 clauses out of 20073 with flag 2035000/2035000
1189.75/633.52	c cleaning 9970 clauses out of 20077 with flag 2045000/2045000
1195.79/636.74	c cleaning 10025 clauses out of 20107 with flag 2055000/2055000
1200.99/639.59	c cleaning 10019 clauses out of 20082 with flag 2065000/2065000
1205.07/641.76	c cleaning 10011 clauses out of 20063 with flag 2075000/2075000
1209.15/643.97	c cleaning 9998 clauses out of 20052 with flag 2085000/2085000
1213.42/646.21	c cleaning 9999 clauses out of 20054 with flag 2095000/2095000
1217.62/648.59	c cleaning 9996 clauses out of 20055 with flag 2105000/2105000
1222.50/651.12	c cleaning 9996 clauses out of 20059 with flag 2115000/2115000
1226.57/653.33	c cleaning 9987 clauses out of 20063 with flag 2125000/2125000
1230.65/655.59	c cleaning 10029 clauses out of 20076 with flag 2135000/2135000
1236.02/658.40	c cleaning 9984 clauses out of 20047 with flag 2145000/2145000
1241.11/661.12	c cleaning 9993 clauses out of 20063 with flag 2155000/2155000
1245.76/663.61	c cleaning 10003 clauses out of 20070 with flag 2165000/2165000
1250.43/666.15	c cleaning 10001 clauses out of 20067 with flag 2175000/2175000
1255.03/668.67	c cleaning 10008 clauses out of 20066 with flag 2185000/2185000
1259.70/671.17	c cleaning 9989 clauses out of 20058 with flag 2195000/2195000
1263.78/673.32	c cleaning 10020 clauses out of 20069 with flag 2205000/2205000
1267.84/675.60	c cleaning 9993 clauses out of 20050 with flag 2215001/2215001
1271.64/677.61	c cleaning 9965 clauses out of 20056 with flag 2225000/2225000
1275.12/679.57	c cleaning 10018 clauses out of 20091 with flag 2235000/2235000
1278.80/681.59	c cleaning 10011 clauses out of 20073 with flag 2245000/2245000
1282.86/683.76	c cleaning 9972 clauses out of 20062 with flag 2255000/2255000
1286.86/685.91	c cleaning 10035 clauses out of 20090 with flag 2265000/2265000
1290.33/687.88	c cleaning 10000 clauses out of 20055 with flag 2275000/2275000
1294.20/689.98	c cleaning 9988 clauses out of 20055 with flag 2285000/2285000
1298.86/692.50	c cleaning 9987 clauses out of 20067 with flag 2295000/2295000
1303.83/695.19	c cleaning 10015 clauses out of 20080 with flag 2305000/2305000
1308.28/697.56	c cleaning 10006 clauses out of 20065 with flag 2315000/2315000
1312.74/699.94	c cleaning 10001 clauses out of 20059 with flag 2325000/2325000
1316.40/701.97	c cleaning 10013 clauses out of 20058 with flag 2335000/2335000
1320.01/704.00	c cleaning 10010 clauses out of 20046 with flag 2345001/2345001
1324.07/706.18	c cleaning 10008 clauses out of 20035 with flag 2355000/2355000
1327.93/708.26	c cleaning 9994 clauses out of 20027 with flag 2365000/2365000
1331.81/710.30	c cleaning 9990 clauses out of 20033 with flag 2375000/2375000
1335.80/712.50	c cleaning 9961 clauses out of 20043 with flag 2385000/2385000
1340.28/714.92	c cleaning 10008 clauses out of 20082 with flag 2395000/2395000
1344.72/717.30	c cleaning 10009 clauses out of 20074 with flag 2405000/2405000
1348.99/719.69	c cleaning 10018 clauses out of 20065 with flag 2415000/2415000
1353.37/722.08	c cleaning 9999 clauses out of 20047 with flag 2425000/2425000
1357.44/724.27	c cleaning 10005 clauses out of 20048 with flag 2435000/2435000
1361.69/726.59	c cleaning 9992 clauses out of 20043 with flag 2445000/2445000
1366.14/728.90	c cleaning 9992 clauses out of 20051 with flag 2455000/2455000
1370.73/731.49	c cleaning 9993 clauses out of 20059 with flag 2465000/2465000
1374.56/733.59	c cleaning 10015 clauses out of 20066 with flag 2475000/2475000
1378.62/735.78	c cleaning 9993 clauses out of 20051 with flag 2485000/2485000
1382.89/738.10	c cleaning 10003 clauses out of 20059 with flag 2495001/2495001
1387.06/740.31	c cleaning 9992 clauses out of 20055 with flag 2505000/2505000
1390.51/742.28	c cleaning 10007 clauses out of 20063 with flag 2515000/2515000
1394.36/744.33	c cleaning 10004 clauses out of 20056 with flag 2525000/2525000
1398.03/746.38	c cleaning 9992 clauses out of 20052 with flag 2535000/2535000
1401.60/748.40	c cleaning 10008 clauses out of 20060 with flag 2545000/2545000
1405.24/750.37	c cleaning 9996 clauses out of 20052 with flag 2555000/2555000
1408.91/752.35	c cleaning 9991 clauses out of 20056 with flag 2565000/2565000
1413.16/754.69	c cleaning 9981 clauses out of 20065 with flag 2575000/2575000
1417.91/757.27	c cleaning 10007 clauses out of 20084 with flag 2585000/2585000
1422.36/759.69	c cleaning 10021 clauses out of 20078 with flag 2595001/2595001
1427.60/762.45	c cleaning 9974 clauses out of 20056 with flag 2605000/2605000
1431.83/764.72	c cleaning 10032 clauses out of 20082 with flag 2615000/2615000
1436.19/767.15	c cleaning 9988 clauses out of 20050 with flag 2625000/2625000
1440.43/769.47	c cleaning 10004 clauses out of 20062 with flag 2635000/2635000
1444.48/771.62	c cleaning 9985 clauses out of 20058 with flag 2645000/2645000
1448.12/773.67	c cleaning 10018 clauses out of 20073 with flag 2655000/2655000
1451.90/775.75	c cleaning 10004 clauses out of 20055 with flag 2665000/2665000
1455.15/777.54	c cleaning 9990 clauses out of 20051 with flag 2675000/2675000
1458.78/779.59	c cleaning 9992 clauses out of 20061 with flag 2685000/2685000
1462.63/781.62	c cleaning 10011 clauses out of 20069 with flag 2695000/2695000
1466.41/783.80	c cleaning 9993 clauses out of 20058 with flag 2705000/2705000
1470.25/785.87	c cleaning 10009 clauses out of 20068 with flag 2715003/2715003
1474.50/788.13	c cleaning 10013 clauses out of 20056 with flag 2725000/2725000
1478.74/790.41	c cleaning 10003 clauses out of 20043 with flag 2735000/2735000
1483.08/792.83	c cleaning 10010 clauses out of 20040 with flag 2745000/2745000
1487.72/795.37	c cleaning 9988 clauses out of 20030 with flag 2755000/2755000
1491.78/797.57	c cleaning 10005 clauses out of 20042 with flag 2765000/2765000
1496.00/799.89	c cleaning 9975 clauses out of 20037 with flag 2775000/2775000
1500.55/802.32	c cleaning 10008 clauses out of 20062 with flag 2785000/2785000
1504.59/804.59	c cleaning 10004 clauses out of 20054 with flag 2795000/2795000
1509.43/807.16	c cleaning 9993 clauses out of 20050 with flag 2805000/2805000
1514.08/809.68	c cleaning 9988 clauses out of 20057 with flag 2815000/2815000
1519.00/812.30	c cleaning 10019 clauses out of 20069 with flag 2825000/2825000
1523.45/814.80	c cleaning 10007 clauses out of 20051 with flag 2835001/2835001
1528.28/817.36	c cleaning 9984 clauses out of 20043 with flag 2845000/2845000
1532.71/819.74	c cleaning 10015 clauses out of 20059 with flag 2855000/2855000
1537.45/822.39	c cleaning 9997 clauses out of 20044 with flag 2865000/2865000
1542.28/824.99	c cleaning 10001 clauses out of 20047 with flag 2875000/2875000
1546.70/827.37	c cleaning 9981 clauses out of 20046 with flag 2885000/2885000
1550.33/829.36	c cleaning 10011 clauses out of 20065 with flag 2895000/2895000
1555.05/831.94	c cleaning 9987 clauses out of 20054 with flag 2905000/2905000
1560.06/834.63	c cleaning 10012 clauses out of 20067 with flag 2915000/2915000
1565.48/837.54	c cleaning 9993 clauses out of 20055 with flag 2925000/2925000
1572.09/841.03	c cleaning 9982 clauses out of 20062 with flag 2935000/2935000
1577.61/844.03	c cleaning 9994 clauses out of 20080 with flag 2945000/2945000
1583.41/847.18	c cleaning 9991 clauses out of 20086 with flag 2955000/2955000
1590.61/850.98	c cleaning 9983 clauses out of 20095 with flag 2965000/2965000
1597.99/854.85	c cleaning 10013 clauses out of 20112 with flag 2975000/2975000
1605.10/858.63	c cleaning 9990 clauses out of 20099 with flag 2985000/2985000
1612.48/862.54	c cleaning 10026 clauses out of 20109 with flag 2995000/2995000
1619.88/866.41	c cleaning 10040 clauses out of 20085 with flag 3005002/3005002
1626.11/869.78	c cleaning 10012 clauses out of 20043 with flag 3015000/3015000
1632.25/873.05	c cleaning 9952 clauses out of 20031 with flag 3025000/3025000
1638.46/876.36	c cleaning 9967 clauses out of 20079 with flag 3035000/3035000
1646.07/880.37	c cleaning 10033 clauses out of 20112 with flag 3045000/3045000
1652.48/883.79	c cleaning 9999 clauses out of 20079 with flag 3055000/3055000
1659.00/887.25	c cleaning 10015 clauses out of 20080 with flag 3065000/3065000
1666.01/890.92	c cleaning 10006 clauses out of 20065 with flag 3075000/3075000
1672.22/894.23	c cleaning 9978 clauses out of 20059 with flag 3085000/3085000
1679.38/898.01	c cleaning 10027 clauses out of 20081 with flag 3095000/3095000
1685.51/901.33	c cleaning 9973 clauses out of 20054 with flag 3105000/3105000
1692.70/905.13	c cleaning 10023 clauses out of 20081 with flag 3115000/3115000
1698.52/908.24	c cleaning 9989 clauses out of 20058 with flag 3125000/3125000
1705.13/911.79	c cleaning 9972 clauses out of 20069 with flag 3135000/3135000
1711.46/915.18	c cleaning 10029 clauses out of 20097 with flag 3145000/3145000
1717.66/918.46	c cleaning 10008 clauses out of 20068 with flag 3155000/3155000
1723.28/921.49	c cleaning 9973 clauses out of 20060 with flag 3165000/3165000
1729.32/924.65	c cleaning 10003 clauses out of 20087 with flag 3175000/3175000
1735.00/927.71	c cleaning 10011 clauses out of 20085 with flag 3185001/3185001
1739.83/930.39	c cleaning 10007 clauses out of 20073 with flag 3195000/3195000
1745.84/933.54	c cleaning 9989 clauses out of 20066 with flag 3205000/3205000
1751.65/936.68	c cleaning 10011 clauses out of 20077 with flag 3215000/3215000
1757.37/939.77	c cleaning 9978 clauses out of 20066 with flag 3225000/3225000
1762.80/942.63	c cleaning 10014 clauses out of 20088 with flag 3235000/3235000
1767.98/945.48	c cleaning 9975 clauses out of 20074 with flag 3245000/3245000
1773.22/948.29	c cleaning 9991 clauses out of 20099 with flag 3255000/3255000
1778.53/951.19	c cleaning 10032 clauses out of 20108 with flag 3265000/3265000
1783.55/953.81	c cleaning 10001 clauses out of 20076 with flag 3275000/3275000
1787.77/956.16	c cleaning 10001 clauses out of 20075 with flag 3285000/3285000
1792.19/958.59	c cleaning 10003 clauses out of 20074 with flag 3295000/3295000
1796.32/960.85	c cleaning 10013 clauses out of 20071 with flag 3305000/3305000
1800.35/963.08	c cleaning 9985 clauses out of 20058 with flag 3315000/3315000

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662010-1276672522/watcher-2662010-1276672522 -o /tmp/evaluation-result-2662010-1276672522/solver-2662010-1276672522 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662010-1276672522.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.09 3/106 17150
/proc/meminfo: memFree=1761996/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1832 CPUtime=0
/proc/17150/stat : 17150 (java6) S 17148 17150 17040 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 8546709 1875968 153 1992294400 134512640 134550932 4291708752 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699547326 0 0 17 1 0 0 0
/proc/17150/statm: 458 153 116 10 0 63 0

[startup+0.0364251 s]
/proc/loadavg: 1.00 1.00 1.09 3/106 17150
/proc/meminfo: memFree=1761996/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1520176 CPUtime=0.01
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 3070 0 1 0 0 1 0 0 15 0 4 0 8546709 1556660224 2514 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 380044 2514 758 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520176

[startup+0.101429 s]
/proc/loadavg: 1.00 1.00 1.09 3/106 17150
/proc/meminfo: memFree=1761996/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1524180 CPUtime=0.08
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 8546709 1560760320 3397 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301444 s]
/proc/loadavg: 1.00 1.00 1.09 3/106 17150
/proc/meminfo: memFree=1761996/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1526224 CPUtime=0.36
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 5391 0 1 0 32 4 0 0 15 0 12 0 8546709 1562853376 4828 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 381556 4828 1353 10 0 378859 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.701485 s]
/proc/loadavg: 1.00 1.00 1.09 3/106 17150
/proc/meminfo: memFree=1761996/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1529296 CPUtime=1.08
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 7473 0 1 0 104 4 0 0 15 0 12 0 8546709 1565999104 6633 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 382324 6633 1407 10 0 379627 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529296

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.08 6/122 17166
/proc/meminfo: memFree=1736076/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1534812 CPUtime=2.61
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 13688 0 1 0 251 10 0 0 15 0 14 0 8546709 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 383703 11720 1424 10 0 381006 0
[pid=17150/tid=17152] ppid=17148 vsize=1534812 CPUtime=0.82
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5447 0 1 0 79 3 0 0 25 0 14 0 8546711 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 8546713 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8546713 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1534812 CPUtime=0.04
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 2 2 0 0 18 0 14 0 8546714 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8546715 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8546715 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8546719 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1534812 CPUtime=0.41
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 791 0 0 0 41 0 0 0 17 0 14 0 8546719 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1534812 CPUtime=0.94
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 3058 0 0 0 94 0 0 0 16 0 14 0 8546719 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8546719 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8546719 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8546797 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8546798 1571647488 11720 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1534812

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.08 1/120 17168
/proc/meminfo: memFree=1713648/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1534812 CPUtime=2.84
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 16908 0 1 0 273 11 0 0 15 0 14 0 8546709 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 383703 14939 1424 10 0 381006 0
[pid=17150/tid=17152] ppid=17148 vsize=1534812 CPUtime=0.83
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5466 0 1 0 80 3 0 0 19 0 14 0 8546711 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 8546713 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8546713 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1534812 CPUtime=0.04
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 2 2 0 0 18 0 14 0 8546714 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8546715 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8546715 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8546719 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1534812 CPUtime=0.46
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 794 0 0 0 46 0 0 0 15 0 14 0 8546719 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1534812 CPUtime=0.96
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 3059 0 0 0 96 0 0 0 15 0 14 0 8546719 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8546719 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8546719 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8546797 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1534812 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8546798 1571647488 14939 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1534812

[startup+6.30095 s]
/proc/loadavg: 1.00 1.00 1.08 2/120 17174
/proc/meminfo: memFree=1690212/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1537160 CPUtime=3.68
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 24311 0 1 0 354 14 0 0 15 0 14 0 8546709 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 384290 19398 1426 10 0 381593 0
[pid=17150/tid=17152] ppid=17148 vsize=1537160 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5493 0 1 0 81 3 0 0 19 0 14 0 8546711 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 8546713 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8546713 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1537160 CPUtime=0.04
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 2 2 0 0 15 0 14 0 8546714 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8546715 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8546715 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8546719 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1537160 CPUtime=0.51
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 795 0 0 0 51 0 0 0 16 0 14 0 8546719 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1537160 CPUtime=1.55
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6566 0 0 0 153 2 0 0 15 0 14 0 8546719 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8546719 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8546719 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8546797 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1537160 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8546798 1574051840 19398 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1537160
heavy processes:

[startup+12.7025 s]
/proc/loadavg: 1.08 1.02 1.09 4/122 17188
/proc/meminfo: memFree=1618028/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1538616 CPUtime=8.04
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 43092 0 1 0 781 23 0 0 15 0 16 0 8546709 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 384654 38139 1440 10 0 381957 0
[pid=17150/tid=17152] ppid=17148 vsize=1538616 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5529 0 1 0 81 3 0 0 19 0 16 0 8546711 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1538616 CPUtime=0.03
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 1168 0 0 0 3 0 0 0 16 0 16 0 8546713 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1538616 CPUtime=0.03
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 1016 0 0 0 3 0 0 0 16 0 16 0 8546713 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1538616 CPUtime=0.05
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 16 0 0 0 3 2 0 0 16 0 16 0 8546714 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8546715 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8546715 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8546719 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1538616 CPUtime=1.1
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 1129 0 0 0 110 0 0 0 15 0 16 0 8546719 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1538616 CPUtime=2.03
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6588 0 0 0 201 2 0 0 15 0 16 0 8546719 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8546719 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8546719 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8546797 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1538616 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8546798 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17187] ppid=17148 vsize=1538616 CPUtime=0.7
/proc/17150/task/17187/stat : 17187 (java) R 17148 17150 17040 0 -1 4202560 162 0 0 0 70 0 0 0 21 0 16 0 8547908 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4109705818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17188] ppid=17148 vsize=1538616 CPUtime=0.43
/proc/17150/task/17188/stat : 17188 (java) R 17148 17150 17040 0 -1 4202560 19 0 0 0 43 0 0 0 21 0 16 0 8547908 1575542784 38139 1992294400 134512640 134550932 4287250976 18446744073709551615 4109738320 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1538616
heavy processes:

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


[startup+963.802 s]
/proc/loadavg: 2.12 2.22 1.81 5/124 17224
/proc/meminfo: memFree=1481860/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1542188 CPUtime=1801.56
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 81490 0 1 0 179983 173 0 0 15 0 18 0 8546709 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 385547 70469 1449 10 0 382850 0
[pid=17150/tid=17152] ppid=17148 vsize=1542188 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5564 0 1 0 81 3 0 0 15 0 18 0 8546711 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1542188 CPUtime=13.65
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 13670 0 0 0 1315 50 0 0 16 0 18 0 8546713 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1542188 CPUtime=13.67
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 13298 0 0 0 1323 44 0 0 16 0 18 0 8546713 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1542188 CPUtime=88.12
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 4730 0 0 0 8796 16 0 0 16 0 18 0 8546714 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1542188 CPUtime=2.09
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 5596 0 0 0 206 3 0 0 15 0 18 0 8546719 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1542188 CPUtime=2.66
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6643 0 0 0 264 2 0 0 15 0 18 0 8546719 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8546719 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8546797 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8546798 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17211] ppid=17148 vsize=1542188 CPUtime=317.47
/proc/17150/task/17211/stat : 17211 (java) R 17148 17150 17040 0 -1 4202560 245 0 0 0 31736 11 0 0 16 0 18 0 8605859 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4109658264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17150/tid=17212] ppid=17148 vsize=1542188 CPUtime=313.86
/proc/17150/task/17212/stat : 17212 (java) R 17148 17150 17040 0 -1 4202560 69 0 0 0 31384 2 0 0 23 0 18 0 8605859 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4109701762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17224] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17224/stat : 17224 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 8643058 1579200512 70469 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 1542188

[startup+964.601 s]
/proc/loadavg: 2.12 2.22 1.81 4/125 17225
/proc/meminfo: memFree=1481728/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1542188 CPUtime=1803.15
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 81493 0 1 0 180142 173 0 0 15 0 18 0 8546709 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 385547 70471 1449 10 0 382850 0
[pid=17150/tid=17152] ppid=17148 vsize=1542188 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5564 0 1 0 81 3 0 0 15 0 18 0 8546711 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1542188 CPUtime=13.68
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 13670 0 0 0 1318 50 0 0 16 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1542188 CPUtime=13.69
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 13298 0 0 0 1325 44 0 0 15 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1542188 CPUtime=88.12
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 4730 0 0 0 8796 16 0 0 15 0 18 0 8546714 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1542188 CPUtime=2.09
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 5596 0 0 0 206 3 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1542188 CPUtime=2.68
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6643 0 0 0 266 2 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) R 17148 17150 17040 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8546797 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8546798 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17211] ppid=17148 vsize=1542188 CPUtime=318.25
/proc/17150/task/17211/stat : 17211 (java) R 17148 17150 17040 0 -1 4202560 245 0 0 0 31814 11 0 0 16 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109658213 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17150/tid=17212] ppid=17148 vsize=1542188 CPUtime=314.61
/proc/17150/task/17212/stat : 17212 (java) R 17148 17150 17040 0 -1 4202560 69 0 0 0 31459 2 0 0 25 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109676560 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17224] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17224/stat : 17224 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8643058 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17225] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17225/stat : 17225 (java) R 17148 17150 17040 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 8643062 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.15
Current children cumulated vsize (KiB) 1542188

[startup+964.801 s]
/proc/loadavg: 2.12 2.22 1.81 4/125 17225
/proc/meminfo: memFree=1481728/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1542188 CPUtime=1803.54
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 81493 0 1 0 180181 173 0 0 15 0 18 0 8546709 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 385547 70471 1449 10 0 382850 0
[pid=17150/tid=17152] ppid=17148 vsize=1542188 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5564 0 1 0 81 3 0 0 15 0 18 0 8546711 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1542188 CPUtime=13.68
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 13670 0 0 0 1318 50 0 0 16 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1542188 CPUtime=13.69
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 13298 0 0 0 1325 44 0 0 15 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1542188 CPUtime=88.12
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 4730 0 0 0 8796 16 0 0 15 0 18 0 8546714 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1542188 CPUtime=2.09
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 5596 0 0 0 206 3 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1542188 CPUtime=2.68
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6643 0 0 0 266 2 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8546797 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8546798 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17211] ppid=17148 vsize=1542188 CPUtime=318.44
/proc/17150/task/17211/stat : 17211 (java) R 17148 17150 17040 0 -1 4202560 245 0 0 0 31833 11 0 0 17 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109676560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17150/tid=17212] ppid=17148 vsize=1542188 CPUtime=314.8
/proc/17150/task/17212/stat : 17212 (java) R 17148 17150 17040 0 -1 4202560 69 0 0 0 31478 2 0 0 25 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109746843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17224] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17224/stat : 17224 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8643058 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17225] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17225/stat : 17225 (java) R 17148 17150 17040 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 8643062 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.54
Current children cumulated vsize (KiB) 1542188

[startup+964.901 s]
/proc/loadavg: 2.12 2.22 1.81 4/125 17225
/proc/meminfo: memFree=1481728/2059040 swapFree=4170748/4192956
[pid=17150] ppid=17148 vsize=1542188 CPUtime=1803.74
/proc/17150/stat : 17150 (java) S 17148 17150 17040 0 -1 4202496 81493 0 1 0 180201 173 0 0 15 0 18 0 8546709 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17150/statm: 385547 70471 1449 10 0 382850 0
[pid=17150/tid=17152] ppid=17148 vsize=1542188 CPUtime=0.84
/proc/17150/task/17152/stat : 17152 (java) S 17148 17150 17040 0 -1 4202560 5564 0 1 0 81 3 0 0 15 0 18 0 8546711 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17153] ppid=17148 vsize=1542188 CPUtime=13.68
/proc/17150/task/17153/stat : 17153 (java) S 17148 17150 17040 0 -1 4202560 13670 0 0 0 1318 50 0 0 16 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17154] ppid=17148 vsize=1542188 CPUtime=13.69
/proc/17150/task/17154/stat : 17154 (java) S 17148 17150 17040 0 -1 4202560 13298 0 0 0 1325 44 0 0 15 0 18 0 8546713 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17155] ppid=17148 vsize=1542188 CPUtime=88.12
/proc/17150/task/17155/stat : 17155 (java) S 17148 17150 17040 0 -1 4202560 4730 0 0 0 8796 16 0 0 15 0 18 0 8546714 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 0 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17156] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17156/stat : 17156 (java) S 17148 17150 17040 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17157] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17157/stat : 17157 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8546715 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17158] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17158/stat : 17158 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17159] ppid=17148 vsize=1542188 CPUtime=2.09
/proc/17150/task/17159/stat : 17159 (java) S 17148 17150 17040 0 -1 4202560 5596 0 0 0 206 3 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17160] ppid=17148 vsize=1542188 CPUtime=2.68
/proc/17150/task/17160/stat : 17160 (java) S 17148 17150 17040 0 -1 4202560 6643 0 0 0 266 2 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17161] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17161/stat : 17161 (java) S 17148 17150 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17162] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17162/stat : 17162 (java) S 17148 17150 17040 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 8546719 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17165] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17165/stat : 17165 (java) S 17148 17150 17040 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8546797 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17166] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17166/stat : 17166 (java) S 17148 17150 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8546798 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 1 0 0 0
[pid=17150/tid=17211] ppid=17148 vsize=1542188 CPUtime=318.54
/proc/17150/task/17211/stat : 17211 (java) R 17148 17150 17040 0 -1 4202560 245 0 0 0 31843 11 0 0 17 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109674039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17150/tid=17212] ppid=17148 vsize=1542188 CPUtime=314.9
/proc/17150/task/17212/stat : 17212 (java) R 17148 17150 17040 0 -1 4202560 69 0 0 0 31488 2 0 0 25 0 18 0 8605859 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4109701878 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17150/tid=17224] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17224/stat : 17224 (java) S 17148 17150 17040 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 8643058 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 18446604435774531776 0 0 -1 0 0 0 0
[pid=17150/tid=17225] ppid=17148 vsize=1542188 CPUtime=0
/proc/17150/task/17225/stat : 17225 (java) R 17148 17150 17040 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 8643062 1579200512 70471 1992294400 134512640 134550932 4287250976 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.74
Current children cumulated vsize (KiB) 1542188

Child ended because it received signal 9 (SIGKILL)
Real time (s): 964.952
CPU time (s): 1803.82
CPU user time (s): 1802.05
CPU system time (s): 1.76773
CPU usage (%): 186.934
Max. virtual memory (cumulated for all children) (KiB): 1549748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.05
system time used= 1.76773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81493
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= 30553
involuntary context switches= 52204

runsolver used 5.09523 second user time and 10.8284 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 09:15:22
IDJOB=2662010
IDBENCH=48265
IDSOLVER=1166
FILE ID=node031/2662010-1276672522
PBS_JOBID= 11172533
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662010-1276672522/watcher-2662010-1276672522 -o /tmp/evaluation-result-2662010-1276672522/solver-2662010-1276672522 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662010-1276672522.opb

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=1720936031

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762268 kB
Buffers:         61276 kB
Cached:         118340 kB
SwapCached:       1484 kB
Active:          92840 kB
Inactive:       125800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762268 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       37556 kB
Mapped:          15368 kB
Slab:            55984 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 09:31:27