Trace number 2662011

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)-42 1800.28 938.391

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_5.opb
MD5SUM996170804397234947041ed4d87d3aa0
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-48
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

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.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.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@4413ee
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@1cb25f1
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-2662011-1276672736.opb
0.22/0.22	c reading problem ... 
2.50/1.78	c ... done. Wall clock time 1.56s.
2.50/1.78	c #vars     2928
2.50/1.78	c #constraints  5658
2.50/1.78	c constraints type 
2.50/1.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
2.50/1.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.50/1.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.50/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
2.50/1.78	c constraints type 
2.50/1.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.50/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
2.50/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
2.50/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
5.41/3.27	c And the winner is CuttingPlanes
5.53/3.87	c SATISFIABLE
5.53/3.87	c OPTIMIZING...
5.53/3.87	c Got one! Elapsed wall clock time (in seconds):3.649
5.53/3.87	o -5
5.79/4.04	c And the winner is CuttingPlanes
5.87/4.88	c Got one! Elapsed wall clock time (in seconds):4.662
5.87/4.88	o -17
6.29/5.15	c And the winner is CuttingPlanes
6.40/5.89	c Got one! Elapsed wall clock time (in seconds):5.672
6.40/5.89	o -18
6.41/5.96	c And the winner is CuttingPlanes
6.53/6.91	c Got one! Elapsed wall clock time (in seconds):6.685
6.53/6.91	o -19
6.72/7.02	c And the winner is CuttingPlanes
6.77/7.91	c Got one! Elapsed wall clock time (in seconds):7.69
6.77/7.91	o -20
6.94/8.02	c And the winner is CuttingPlanes
6.99/8.96	c Got one! Elapsed wall clock time (in seconds):8.74
6.99/8.96	o -21
7.06/9.08	c And the winner is CuttingPlanes
7.23/9.97	c Got one! Elapsed wall clock time (in seconds):9.746
7.23/9.97	o -25
7.28/10.03	c And the winner is CuttingPlanes
7.35/10.97	c Got one! Elapsed wall clock time (in seconds):10.751
7.35/10.97	o -26
7.41/11.07	c And the winner is CuttingPlanes
7.54/11.99	c Got one! Elapsed wall clock time (in seconds):11.768
7.54/11.99	o -27
7.75/12.19	c And the winner is CuttingPlanes
7.92/13.00	c Got one! Elapsed wall clock time (in seconds):12.775
7.92/13.00	o -28
7.92/13.09	c And the winner is CuttingPlanes
8.12/14.00	c Got one! Elapsed wall clock time (in seconds):13.78
8.12/14.00	o -29
8.12/14.05	c And the winner is CuttingPlanes
8.21/15.00	c Got one! Elapsed wall clock time (in seconds):14.783
8.21/15.01	o -30
9.17/15.52	c And the winner is CuttingPlanes
9.21/16.01	c Got one! Elapsed wall clock time (in seconds):15.79
9.21/16.01	o -31
9.21/16.08	c And the winner is CuttingPlanes
9.36/17.02	c Got one! Elapsed wall clock time (in seconds):16.795
9.36/17.02	o -32
10.52/17.67	c And the winner is CuttingPlanes
10.64/18.02	c Got one! Elapsed wall clock time (in seconds):17.801
10.64/18.02	o -33
10.99/18.28	c And the winner is CuttingPlanes
11.17/19.03	c Got one! Elapsed wall clock time (in seconds):18.804
11.17/19.03	o -34
12.89/19.97	c And the winner is Resolution
13.06/20.05	c Got one! Elapsed wall clock time (in seconds):19.813
13.06/20.05	o -37
14.41/20.76	c And the winner is CuttingPlanes
14.51/21.04	c Got one! Elapsed wall clock time (in seconds):20.822
14.51/21.04	o -38
15.61/21.66	c And the winner is CuttingPlanes
15.74/22.05	c Got one! Elapsed wall clock time (in seconds):21.825
15.74/22.05	o -39
16.83/22.65	c cleaning 2448 clauses out of 5000 with flag 5000/5000
29.05/28.81	c cleaning 4226 clauses out of 8552 with flag 11000/11000
39.49/34.12	c cleaning 5561 clauses out of 11326 with flag 18000/18000
53.08/41.06	c cleaning 6868 clauses out of 13765 with flag 26000/26000
69.43/49.30	c cleaning 7928 clauses out of 15897 with flag 35000/35000
83.40/56.46	c cleaning 8932 clauses out of 17969 with flag 45000/45000
97.99/63.87	c cleaning 9384 clauses out of 19037 with flag 55000/55000
115.13/72.53	c cleaning 9725 clauses out of 19653 with flag 65000/65000
132.02/81.17	c cleaning 9917 clauses out of 19928 with flag 75000/75000
149.95/90.28	c cleaning 9875 clauses out of 20011 with flag 85000/85000
167.07/98.95	c cleaning 10019 clauses out of 20136 with flag 95000/95000
183.58/107.30	c cleaning 9967 clauses out of 20117 with flag 105000/105000
200.27/115.80	c cleaning 9996 clauses out of 20150 with flag 115000/115000
217.18/124.43	c cleaning 9960 clauses out of 20154 with flag 125000/125000
232.13/132.04	c cleaning 10016 clauses out of 20194 with flag 135000/135000
247.05/139.68	c cleaning 10042 clauses out of 20178 with flag 145000/145000
265.49/149.00	c cleaning 9933 clauses out of 20136 with flag 155000/155000
282.99/157.92	c cleaning 10056 clauses out of 20203 with flag 165000/165000
300.87/167.09	c cleaning 9972 clauses out of 20147 with flag 175000/175000
318.96/176.26	c cleaning 10014 clauses out of 20175 with flag 185000/185000
336.99/185.40	c cleaning 10027 clauses out of 20161 with flag 195000/195000
354.26/194.26	c cleaning 9949 clauses out of 20134 with flag 205000/205000
374.53/204.54	c cleaning 10027 clauses out of 20185 with flag 215000/215000
392.37/213.66	c cleaning 9939 clauses out of 20158 with flag 225000/225000
411.77/223.55	c cleaning 10035 clauses out of 20219 with flag 235000/235000
430.43/233.10	c cleaning 10039 clauses out of 20184 with flag 245000/245000
450.66/243.32	c cleaning 10016 clauses out of 20145 with flag 255000/255000
470.71/253.59	c cleaning 9987 clauses out of 20129 with flag 265000/265000
490.90/263.89	c cleaning 9949 clauses out of 20142 with flag 275000/275000
513.32/275.21	c cleaning 10046 clauses out of 20193 with flag 285000/285000
533.36/285.44	c cleaning 9985 clauses out of 20147 with flag 295000/295000
554.37/296.16	c cleaning 9955 clauses out of 20162 with flag 305000/305000
575.93/307.17	c cleaning 9976 clauses out of 20207 with flag 315000/315000
599.13/318.94	c cleaning 10038 clauses out of 20231 with flag 325000/325000
620.32/329.79	c cleaning 10011 clauses out of 20193 with flag 335000/335000
640.92/340.23	c cleaning 10010 clauses out of 20182 with flag 345000/345000
665.02/352.54	c cleaning 9950 clauses out of 20172 with flag 355000/355000
685.43/362.97	c And the winner is CuttingPlanes
685.56/363.79	c Got one! Elapsed wall clock time (in seconds):363.567
685.56/363.79	o -40
687.75/364.92	c cleaning 10111 clauses out of 20222 with flag 365000/365000
697.43/369.96	c And the winner is CuttingPlanes
697.56/370.81	c Got one! Elapsed wall clock time (in seconds):370.585
697.56/370.81	o -41
707.06/375.64	c cleaning 10007 clauses out of 20111 with flag 375000/375000
710.21/377.34	c And the winner is CuttingPlanes
710.30/377.88	c Got one! Elapsed wall clock time (in seconds):377.66
710.30/377.88	o -42
724.59/385.14	c cleaning 9971 clauses out of 20104 with flag 385000/385000
739.56/392.86	c cleaning 9922 clauses out of 20133 with flag 395000/395000
758.37/402.40	c cleaning 10037 clauses out of 20211 with flag 405000/405000
776.01/411.50	c cleaning 9993 clauses out of 20174 with flag 415000/415000
789.44/418.32	c cleaning 9947 clauses out of 20181 with flag 425000/425000
806.40/427.08	c cleaning 9985 clauses out of 20234 with flag 435000/435000
821.24/434.66	c cleaning 10024 clauses out of 20249 with flag 445000/445000
836.88/442.69	c cleaning 9985 clauses out of 20225 with flag 455000/455000
851.90/450.34	c cleaning 10010 clauses out of 20240 with flag 465000/465000
865.30/457.24	c cleaning 10036 clauses out of 20230 with flag 475000/475000
879.53/464.57	c cleaning 9981 clauses out of 20194 with flag 485000/485000
891.61/470.73	c cleaning 10042 clauses out of 20213 with flag 495000/495000
906.83/478.54	c cleaning 9959 clauses out of 20171 with flag 505000/505000
920.02/485.37	c cleaning 10092 clauses out of 20212 with flag 515000/515000
935.62/493.36	c cleaning 10020 clauses out of 20120 with flag 525000/525000
950.86/501.12	c cleaning 10008 clauses out of 20100 with flag 535000/535000
961.92/506.81	c cleaning 0 clauses out of 5000 with flag 0/5000
966.77/509.44	c cleaning 9967 clauses out of 20092 with flag 545000/545000
980.82/516.68	c cleaning 9939 clauses out of 20125 with flag 555000/555000
996.45/524.61	c cleaning 10012 clauses out of 20186 with flag 565000/565000
1011.26/532.21	c cleaning 10010 clauses out of 20174 with flag 575000/575000
1027.02/540.34	c cleaning 9960 clauses out of 20164 with flag 585000/585000
1042.65/548.34	c cleaning 9955 clauses out of 20204 with flag 595000/595000
1057.68/556.05	c cleaning 9984 clauses out of 20249 with flag 605000/605000
1072.90/563.82	c cleaning 10052 clauses out of 20265 with flag 615000/615000
1089.83/572.57	c cleaning 9986 clauses out of 20213 with flag 625000/625000
1105.87/580.80	c cleaning 10046 clauses out of 20227 with flag 635000/635000
1122.66/589.36	c cleaning 9997 clauses out of 20181 with flag 645000/645000
1138.86/597.68	c cleaning 9980 clauses out of 20184 with flag 655000/655000
1154.41/605.64	c cleaning 10031 clauses out of 20204 with flag 665000/665000
1172.20/614.73	c cleaning 9987 clauses out of 20173 with flag 675000/675000
1188.22/622.98	c cleaning 9990 clauses out of 20186 with flag 685000/685000
1207.00/632.53	c cleaning 9965 clauses out of 20196 with flag 695000/695000
1224.30/641.40	c cleaning 10084 clauses out of 20231 with flag 705000/705000
1242.49/650.76	c cleaning 9982 clauses out of 20147 with flag 715000/715000
1257.91/658.62	c cleaning 10071 clauses out of 20165 with flag 725000/725000
1273.52/666.61	c cleaning 9939 clauses out of 20094 with flag 735000/735000
1288.05/674.19	c cleaning 10007 clauses out of 20155 with flag 745000/745000
1303.46/682.02	c cleaning 9970 clauses out of 20148 with flag 755000/755000
1319.64/690.31	c cleaning 9963 clauses out of 20178 with flag 765000/765000
1335.44/698.44	c cleaning 9990 clauses out of 20215 with flag 775000/775000
1351.54/706.78	c cleaning 10053 clauses out of 20225 with flag 785000/785000
1366.54/714.41	c cleaning 9999 clauses out of 20172 with flag 795000/795000
1380.55/721.66	c cleaning 9997 clauses out of 20173 with flag 805000/805000
1394.34/728.75	c cleaning 10077 clauses out of 20176 with flag 815000/815000
1409.07/736.36	c cleaning 9986 clauses out of 20099 with flag 825000/825000
1423.09/743.53	c cleaning 9991 clauses out of 20113 with flag 835000/835000
1437.29/750.83	c cleaning 9983 clauses out of 20122 with flag 845000/845000
1451.88/758.37	c cleaning 9929 clauses out of 20139 with flag 855000/855000
1466.80/766.01	c cleaning 10061 clauses out of 20210 with flag 865000/865000
1481.58/773.80	c cleaning 10043 clauses out of 20150 with flag 875001/875001
1497.42/782.17	c cleaning 9935 clauses out of 20106 with flag 885000/885000
1512.56/790.18	c cleaning 9979 clauses out of 20171 with flag 895000/895000
1528.83/798.57	c cleaning 10042 clauses out of 20192 with flag 905000/905000
1544.37/806.55	c cleaning 10028 clauses out of 20150 with flag 915000/915000
1561.32/815.26	c cleaning 10048 clauses out of 20122 with flag 925000/925000
1577.30/823.44	c cleaning 9950 clauses out of 20074 with flag 935000/935000
1591.82/830.91	c cleaning 10027 clauses out of 20124 with flag 945000/945000
1606.78/838.61	c cleaning 9941 clauses out of 20097 with flag 955000/955000
1621.75/846.39	c cleaning 10061 clauses out of 20156 with flag 965000/965000
1637.13/854.23	c cleaning 9977 clauses out of 20095 with flag 975000/975000
1652.43/862.20	c cleaning 9976 clauses out of 20118 with flag 985000/985000
1670.20/871.29	c cleaning 9939 clauses out of 20142 with flag 995000/995000
1684.17/878.49	c cleaning 9996 clauses out of 20203 with flag 1005000/1005000
1698.55/885.82	c cleaning 9997 clauses out of 20207 with flag 1015000/1015000
1713.45/893.58	c cleaning 9988 clauses out of 20210 with flag 1025000/1025000
1727.85/900.95	c cleaning 10096 clauses out of 20222 with flag 1035000/1035000
1742.02/908.28	c cleaning 9958 clauses out of 20126 with flag 1045000/1045000
1756.81/915.85	c cleaning 9971 clauses out of 20168 with flag 1055000/1055000
1771.50/923.43	c cleaning 9962 clauses out of 20197 with flag 1065000/1065000
1786.08/930.96	c cleaning 10056 clauses out of 20235 with flag 1075000/1075000
1799.05/937.63	c cleaning 10042 clauses out of 20179 with flag 1085000/1085000
1800.15/938.32	c starts		: 46
1800.15/938.32	c conflicts		: 6673
1800.15/938.32	c decisions		: 130212
1800.15/938.32	c propagations		: 1656195
1800.15/938.32	c inspects		: 279984528
1800.15/938.32	c learnt literals	: 0
1800.15/938.32	c learnt binary clauses	: 0
1800.15/938.32	c learnt ternary clauses	: 0
1800.15/938.32	c learnt clauses	: 6672
1800.15/938.32	c ignored clauses	: 0
1800.15/938.32	c root simplifications	: 0
1800.15/938.32	c removed literals (reason simplification)	: 0
1800.15/938.32	c reason swapping (by a shorter reason)	: 0
1800.15/938.32	c Calls to reduceDB	: 1
1800.15/938.32	c number of reductions to clauses (during analyze)	: 0
1800.15/938.32	c number of learned constraints concerned by reduction	: 0
1800.15/938.32	c number of learning phase by resolution	: 0
1800.15/938.32	c number of learning phase by cutting planes	: 0
1800.15/938.32	c speed (assignments/second)	: 2955.18497172742
1800.15/938.32	c non guided choices	93
1800.15/938.34	c learnt constraints type 
1800.15/938.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6672
1800.15/938.34	c constraints type 
1800.15/938.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
1800.15/938.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.15/938.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.15/938.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
1800.15/938.34	c constraints type 
1800.15/938.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.15/938.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
1800.15/938.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.15/938.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
1800.15/938.34	s SATISFIABLE
1800.15/938.34	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 
1800.15/938.34	c objective function=-42
1800.15/938.34	c Total wall clock time (in seconds): 938.122

Verifier Data

OK	-42

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 16445
/proc/meminfo: memFree=1803748/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1752 CPUtime=0
/proc/16445/stat : 16445 (java6) R 16443 16445 16420 0 -1 4194304 151 0 0 0 0 0 0 0 21 0 1 0 8568631 1794048 70 1992294400 134512640 134550932 4290849536 18446744073709551615 8747440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16445/statm: 438 77 62 10 0 30 0

[startup+0.031955 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 16445
/proc/meminfo: memFree=1803748/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1518368 CPUtime=0.01
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 2683 0 1 0 0 1 0 0 15 0 4 0 8568631 1554808832 2127 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 379592 2131 447 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100954 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 16445
/proc/meminfo: memFree=1803748/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1524180 CPUtime=0.08
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 8568631 1560760320 3390 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 381045 3390 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300952 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 16445
/proc/meminfo: memFree=1803748/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1526376 CPUtime=0.35
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 5404 0 1 0 32 3 0 0 15 0 12 0 8568631 1563009024 4841 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 381594 4841 1354 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.700949 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 16445
/proc/meminfo: memFree=1803748/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1529252 CPUtime=1.08
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 7238 0 1 0 104 4 0 0 15 0 12 0 8568631 1565954048 6604 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 382313 6604 1407 10 0 379616 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529252

[startup+1.50194 s]
/proc/loadavg: 0.84 0.95 0.98 2/118 16457
/proc/meminfo: memFree=1778792/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1529368 CPUtime=2.21
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 9909 0 1 0 215 6 0 0 15 0 12 0 8568631 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 382342 8974 1411 10 0 379645 0
[pid=16445/tid=16447] ppid=16443 vsize=1529368 CPUtime=1.44
/proc/16445/task/16447/stat : 16447 (java) R 16443 16445 16420 0 -1 4202560 7104 0 1 0 140 4 0 0 25 0 12 0 8568633 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4109514263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8568634 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8568634 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8568636 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8568636 1566072832 8974 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8568636 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 8568640 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1529368 CPUtime=0.11
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 86 0 0 0 11 0 0 0 16 0 12 0 8568640 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1529368 CPUtime=0.64
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 1654 0 0 0 64 0 0 0 15 0 12 0 8568641 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8568641 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1529368 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8568641 1566072832 8975 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1529368

[startup+3.10193 s]
/proc/loadavg: 0.84 0.95 0.98 5/122 16461
/proc/meminfo: memFree=1760656/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1542832 CPUtime=5.21
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 39137 0 1 0 504 17 0 0 15 0 16 0 8568631 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 385708 36396 1427 10 0 383011 0
[pid=16445/tid=16447] ppid=16443 vsize=1542832 CPUtime=1.68
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8057 0 1 0 164 4 0 0 18 0 16 0 8568633 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 8568634 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8568634 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16450/stat : 16450 (java) R 16443 16445 16420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 8568636 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 8568636 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 8568636 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 8568640 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1542832 CPUtime=0.56
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 596 0 0 0 56 0 0 0 16 0 16 0 8568640 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1542832 CPUtime=1.73
/proc/16445/task/16455/stat : 16455 (java) R 16443 16445 16420 0 -1 4202560 5768 0 0 0 172 1 0 0 16 0 16 0 8568641 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 103152390 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8568641 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8568641 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16458] ppid=16443 vsize=1542832 CPUtime=1.07
/proc/16445/task/16458/stat : 16458 (java) S 16443 16445 16420 0 -1 4202560 23047 0 0 0 99 8 0 0 18 0 16 0 8568810 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16459] ppid=16443 vsize=1542832 CPUtime=0.1
/proc/16445/task/16459/stat : 16459 (java) R 16443 16445 16420 0 -1 4202560 595 0 0 0 10 0 0 0 25 0 16 0 8568810 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4109206469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8568812 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1542832 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 8568816 1579859968 36396 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 1542832

[startup+6.3019 s]
/proc/loadavg: 1.17 1.02 1.01 1/120 16465
/proc/meminfo: memFree=1658000/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1540296 CPUtime=6.53
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 40724 0 1 0 635 18 0 0 15 0 14 0 8568631 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 385074 37431 1441 10 0 382377 0
[pid=16445/tid=16447] ppid=16443 vsize=1540296 CPUtime=1.69
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8058 0 1 0 165 4 0 0 19 0 14 0 8568633 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1540296 CPUtime=0.01
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 459 0 0 0 1 0 0 0 15 0 14 0 8568634 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1540296 CPUtime=0.01
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 492 0 0 0 1 0 0 0 18 0 14 0 8568634 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1540296 CPUtime=0.01
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 14 0 8568636 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 8568636 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8568636 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 8568640 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1540296 CPUtime=0.83
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 710 0 0 0 83 0 0 0 16 0 14 0 8568640 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1540296 CPUtime=1.86
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5863 0 0 0 184 2 0 0 16 0 14 0 8568641 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8568641 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8568641 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8568812 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 8568816 1577263104 37431 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 1540296

[startup+12.7008 s]
/proc/loadavg: 1.08 1.00 1.00 3/122 16479
/proc/meminfo: memFree=1653768/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1540296 CPUtime=7.92
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 41884 0 1 0 773 19 0 0 15 0 14 0 8568631 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 385074 38570 1442 10 0 382377 0
[pid=16445/tid=16447] ppid=16443 vsize=1540296 CPUtime=1.71
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8058 0 1 0 166 5 0 0 19 0 14 0 8568633 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1540296 CPUtime=0.03
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 1019 0 0 0 3 0 0 0 16 0 14 0 8568634 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1540296 CPUtime=0.03
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 955 0 0 0 3 0 0 0 18 0 14 0 8568634 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1540296 CPUtime=0.01
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 14 0 8568636 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 8568636 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8568636 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 8568640 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1540296 CPUtime=1.01
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 806 0 0 0 101 0 0 0 16 0 14 0 8568640 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1540296 CPUtime=2.11
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5886 0 0 0 209 2 0 0 15 0 14 0 8568641 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8568641 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8568641 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8568812 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1540296 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 8568816 1577263104 38570 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1540296
heavy processes:

[startup+25.5017 s]
/proc/loadavg: 1.00 0.98 0.99 3/122 16499
/proc/meminfo: memFree=1609500/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1545416 CPUtime=22.51

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

/proc/16445/task/16514/stat : 16514 (java) R 16443 16445 16420 0 -1 4202560 163 0 0 0 36312 9 0 0 20 0 16 0 8606419 1586700288 70308 1992294400 134512640 134550932 4292238832 18446744073709551615 4109719959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16515] ppid=16443 vsize=1549512 CPUtime=363.91
/proc/16445/task/16515/stat : 16515 (java) R 16443 16445 16420 0 -1 4202560 116 0 0 0 36381 10 0 0 25 0 16 0 8606419 1586700288 70308 1992294400 134512640 134550932 4292238832 18446744073709551615 4109745986 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1459.48
Current children cumulated vsize (KiB) 1549512

[startup+822.302 s]
/proc/loadavg: 2.36 2.12 1.68 3/122 16530
/proc/meminfo: memFree=1522516/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1549512 CPUtime=1575.12
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 79519 0 1 0 157397 115 0 0 15 0 16 0 8568631 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 387378 71126 1453 10 0 384681 0
[pid=16445/tid=16447] ppid=16443 vsize=1549512 CPUtime=1.71
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8080 0 1 0 166 5 0 0 15 0 16 0 8568633 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1549512 CPUtime=8.46
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 14713 0 0 0 828 18 0 0 16 0 16 0 8568634 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1549512 CPUtime=8.45
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 14869 0 0 0 824 21 0 0 15 0 16 0 8568634 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1549512 CPUtime=21.56
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 1195 0 0 0 2146 10 0 0 15 0 16 0 8568636 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 8568640 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1549512 CPUtime=2.79
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 5417 0 0 0 277 2 0 0 16 0 16 0 8568640 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1549512 CPUtime=2.87
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5950 0 0 0 285 2 0 0 15 0 16 0 8568641 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8568641 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 8568641 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8568812 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 8568816 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16514] ppid=16443 vsize=1549512 CPUtime=419.18
/proc/16445/task/16514/stat : 16514 (java) R 16443 16445 16420 0 -1 4202560 188 0 0 0 41906 12 0 0 25 0 16 0 8606419 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4109743222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16515] ppid=16443 vsize=1549512 CPUtime=420.07
/proc/16445/task/16515/stat : 16515 (java) R 16443 16445 16420 0 -1 4202560 130 0 0 0 41996 11 0 0 25 0 16 0 8606419 1586700288 71126 1992294400 134512640 134550932 4292238832 18446744073709551615 4109691863 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1575.12
Current children cumulated vsize (KiB) 1549512

[startup+882.302 s]
/proc/loadavg: 2.20 2.11 1.70 3/122 16530
/proc/meminfo: memFree=1519664/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1549512 CPUtime=1691.61
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 80125 0 1 0 169040 121 0 0 15 0 16 0 8568631 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 387378 71625 1453 10 0 384681 0
[pid=16445/tid=16447] ppid=16443 vsize=1549512 CPUtime=1.71
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8083 0 1 0 166 5 0 0 15 0 16 0 8568633 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1549512 CPUtime=9.17
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 15074 0 0 0 898 19 0 0 16 0 16 0 8568634 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1549512 CPUtime=9.16
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 15066 0 0 0 893 23 0 0 15 0 16 0 8568634 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1549512 CPUtime=23.99
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 1199 0 0 0 2388 11 0 0 15 0 16 0 8568636 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 8568640 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1549512 CPUtime=2.79
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 5417 0 0 0 277 2 0 0 16 0 16 0 8568640 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1549512 CPUtime=2.87
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5950 0 0 0 285 2 0 0 15 0 16 0 8568641 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8568641 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 8568641 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8568812 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 8568816 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16514] ppid=16443 vsize=1549512 CPUtime=474.99
/proc/16445/task/16514/stat : 16514 (java) R 16443 16445 16420 0 -1 4202560 205 0 0 0 47487 12 0 0 25 0 16 0 8606419 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4109743199 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16445/tid=16515] ppid=16443 vsize=1549512 CPUtime=476.89
/proc/16445/task/16515/stat : 16515 (java) R 16443 16445 16420 0 -1 4202560 150 0 0 0 47676 13 0 0 25 0 16 0 8606419 1586700288 71625 1992294400 134512640 134550932 4292238832 18446744073709551615 4109788827 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1691.61
Current children cumulated vsize (KiB) 1549512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.31 s]
/proc/loadavg: 1.99 2.07 1.72 3/122 16532
/proc/meminfo: memFree=1517928/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1549512 CPUtime=1800.15
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 80577 0 1 0 179887 128 0 0 15 0 16 0 8568631 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 387378 72020 1453 10 0 384681 0
[pid=16445/tid=16447] ppid=16443 vsize=1549512 CPUtime=1.71
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8084 0 1 0 166 5 0 0 15 0 16 0 8568633 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1549512 CPUtime=9.84
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 15268 0 0 0 962 22 0 0 15 0 16 0 8568634 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1549512 CPUtime=9.84
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 15283 0 0 0 960 24 0 0 16 0 16 0 8568634 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1549512 CPUtime=26.51
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 1201 0 0 0 2640 11 0 0 16 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 8568640 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1549512 CPUtime=2.79
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 5417 0 0 0 277 2 0 0 16 0 16 0 8568640 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1549512 CPUtime=2.87
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5950 0 0 0 285 2 0 0 15 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8568812 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 8568816 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16514] ppid=16443 vsize=1549512 CPUtime=527.1
/proc/16445/task/16514/stat : 16514 (java) R 16443 16445 16420 0 -1 4202560 230 0 0 0 52698 12 0 0 23 0 16 0 8606419 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4109905780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16515] ppid=16443 vsize=1549512 CPUtime=529.44
/proc/16445/task/16515/stat : 16515 (java) R 16443 16445 16420 0 -1 4202560 161 0 0 0 52929 15 0 0 23 0 16 0 8606419 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4109745986 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1549512

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

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

[startup+938.31 s]
/proc/loadavg: 1.99 2.07 1.72 3/122 16532
/proc/meminfo: memFree=1517928/2059040 swapFree=4152912/4192956
[pid=16445] ppid=16443 vsize=1549512 CPUtime=1800.15
/proc/16445/stat : 16445 (java) S 16443 16445 16420 0 -1 4202496 80577 0 1 0 179887 128 0 0 15 0 16 0 8568631 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16445/statm: 387378 72020 1453 10 0 384681 0
[pid=16445/tid=16447] ppid=16443 vsize=1549512 CPUtime=1.71
/proc/16445/task/16447/stat : 16447 (java) S 16443 16445 16420 0 -1 4202560 8084 0 1 0 166 5 0 0 15 0 16 0 8568633 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16448] ppid=16443 vsize=1549512 CPUtime=9.84
/proc/16445/task/16448/stat : 16448 (java) S 16443 16445 16420 0 -1 4202560 15268 0 0 0 962 22 0 0 15 0 16 0 8568634 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16449] ppid=16443 vsize=1549512 CPUtime=9.84
/proc/16445/task/16449/stat : 16449 (java) S 16443 16445 16420 0 -1 4202560 15283 0 0 0 960 24 0 0 16 0 16 0 8568634 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16450] ppid=16443 vsize=1549512 CPUtime=26.51
/proc/16445/task/16450/stat : 16450 (java) S 16443 16445 16420 0 -1 4202560 1201 0 0 0 2640 11 0 0 16 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 0 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16451] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16443 16445 16420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16452] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16443 16445 16420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8568636 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16453] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16453/stat : 16453 (java) S 16443 16445 16420 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 8568640 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16454] ppid=16443 vsize=1549512 CPUtime=2.79
/proc/16445/task/16454/stat : 16454 (java) S 16443 16445 16420 0 -1 4202560 5417 0 0 0 277 2 0 0 16 0 16 0 8568640 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16455] ppid=16443 vsize=1549512 CPUtime=2.87
/proc/16445/task/16455/stat : 16455 (java) S 16443 16445 16420 0 -1 4202560 5950 0 0 0 285 2 0 0 15 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 1 0 0 0
[pid=16445/tid=16456] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16456/stat : 16456 (java) S 16443 16445 16420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16457] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16457/stat : 16457 (java) S 16443 16445 16420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8568641 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16460] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16460/stat : 16460 (java) S 16443 16445 16420 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8568812 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16461] ppid=16443 vsize=1549512 CPUtime=0
/proc/16445/task/16461/stat : 16461 (java) S 16443 16445 16420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 8568816 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4294960144 0 4 0 16800975 18446604437846225856 0 0 -1 0 0 0 0
[pid=16445/tid=16514] ppid=16443 vsize=1549512 CPUtime=527.1
/proc/16445/task/16514/stat : 16514 (java) R 16443 16445 16420 0 -1 4202560 230 0 0 0 52698 12 0 0 23 0 16 0 8606419 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4109905780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16445/tid=16515] ppid=16443 vsize=1549512 CPUtime=529.44
/proc/16445/task/16515/stat : 16515 (java) R 16443 16445 16420 0 -1 4202560 161 0 0 0 52929 15 0 0 23 0 16 0 8606419 1586700288 72020 1992294400 134512640 134550932 4292238832 18446744073709551615 4109745986 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1549512

Child status: 143
Real time (s): 938.391
CPU time (s): 1800.28
CPU user time (s): 1798.96
CPU system time (s): 1.3198
CPU usage (%): 191.847
Max. virtual memory (cumulated for all children) (KiB): 1550156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80596
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= 28568
involuntary context switches= 52941

runsolver used 5.2742 second user time and 10.3994 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 09:18:57
IDJOB=2662011
IDBENCH=48266
IDSOLVER=1166
FILE ID=node035/2662011-1276672736
PBS_JOBID= 11172547
Free space on /tmp= 62460 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_200_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-2662011-1276672736/watcher-2662011-1276672736 -o /tmp/evaluation-result-2662011-1276672736/solver-2662011-1276672736 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662011-1276672736.opb

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

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=1850793530

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804020 kB
Buffers:         49552 kB
Cached:         107136 kB
SwapCached:       2208 kB
Active:          89840 kB
Inactive:        88636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804020 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:       19820 kB
Mapped:          13748 kB
Slab:            54508 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180232 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= 62460 MiB
End job on node035 at 2010-06-16 09:34:37