Trace number 2662028

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)-40 1800.19 936.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
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-50
Best CPU time to get the best result obtained on this benchmark1789.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
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)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662028-1276674885.opb
0.23/0.21	c reading problem ... 
2.26/1.64	c ... done. Wall clock time 1.429s.
2.26/1.64	c #vars     2882
2.26/1.64	c #constraints  5566
2.26/1.64	c constraints type 
2.26/1.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
2.26/1.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.26/1.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.26/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
2.26/1.64	c constraints type 
2.26/1.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.26/1.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
2.26/1.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
2.26/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
3.84/2.44	c And the winner is CuttingPlanes
3.93/2.67	c SATISFIABLE
3.93/2.67	c OPTIMIZING...
3.93/2.67	c Got one! Elapsed wall clock time (in seconds):2.463
3.93/2.67	o -13
3.99/2.79	c And the winner is CuttingPlanes
4.17/3.69	c Got one! Elapsed wall clock time (in seconds):3.478
4.17/3.69	o -14
5.40/4.31	c And the winner is CuttingPlanes
5.41/4.70	c Got one! Elapsed wall clock time (in seconds):4.486
5.41/4.70	o -15
5.41/4.75	c And the winner is CuttingPlanes
5.52/5.71	c Got one! Elapsed wall clock time (in seconds):5.499
5.52/5.71	o -17
5.71/5.87	c And the winner is CuttingPlanes
5.85/6.75	c Got one! Elapsed wall clock time (in seconds):6.538
5.85/6.75	o -18
5.98/6.86	c And the winner is CuttingPlanes
6.08/7.75	c Got one! Elapsed wall clock time (in seconds):7.543
6.08/7.75	o -19
6.75/8.13	c And the winner is CuttingPlanes
6.83/8.76	c Got one! Elapsed wall clock time (in seconds):8.549
6.83/8.76	o -20
6.92/8.81	c And the winner is CuttingPlanes
6.93/9.76	c Got one! Elapsed wall clock time (in seconds):9.554
6.93/9.76	o -21
7.00/9.81	c And the winner is CuttingPlanes
7.01/10.78	c Got one! Elapsed wall clock time (in seconds):10.572
7.01/10.78	o -24
7.04/10.85	c And the winner is CuttingPlanes
7.14/11.79	c Got one! Elapsed wall clock time (in seconds):11.579
7.14/11.79	o -25
7.35/11.97	c And the winner is CuttingPlanes
7.51/12.79	c Got one! Elapsed wall clock time (in seconds):12.584
7.51/12.79	o -26
8.12/13.15	c And the winner is CuttingPlanes
8.22/13.80	c Got one! Elapsed wall clock time (in seconds):13.589
8.22/13.80	o -27
8.41/13.94	c And the winner is CuttingPlanes
8.50/14.82	c Got one! Elapsed wall clock time (in seconds):14.607
8.50/14.82	o -28
12.61/16.91	c And the winner is CuttingPlanes
12.64/17.91	c Got one! Elapsed wall clock time (in seconds):17.704
12.64/17.91	o -31
13.61/18.42	c And the winner is CuttingPlanes
13.66/18.92	c Got one! Elapsed wall clock time (in seconds):18.715
13.66/18.92	o -32
14.60/19.43	c And the winner is CuttingPlanes
14.67/19.93	c Got one! Elapsed wall clock time (in seconds):19.721
14.67/19.93	o -33
14.80/20.08	c And the winner is CuttingPlanes
14.98/20.94	c Got one! Elapsed wall clock time (in seconds):20.727
14.98/20.94	o -34
15.69/21.37	c And the winner is CuttingPlanes
15.83/21.94	c Got one! Elapsed wall clock time (in seconds):21.73
15.83/21.94	o -35
16.34/22.29	c And the winner is CuttingPlanes
16.53/22.95	c Got one! Elapsed wall clock time (in seconds):22.736
16.53/22.95	o -36
16.84/23.11	c cleaning 2500 clauses out of 5000 with flag 5000/5000
18.17/23.81	c And the winner is CuttingPlanes
18.19/23.95	c Got one! Elapsed wall clock time (in seconds):23.742
18.19/23.95	o -37
28.58/29.21	c cleaning 4223 clauses out of 8500 with flag 11000/11000
32.47/31.23	c And the winner is CuttingPlanes
32.54/31.97	c Got one! Elapsed wall clock time (in seconds):31.76
32.54/31.97	o -38
42.52/37.06	c cleaning 5568 clauses out of 11277 with flag 18000/18000
49.57/40.65	c And the winner is CuttingPlanes
49.66/40.99	c Got one! Elapsed wall clock time (in seconds):40.781
49.66/40.99	o -39
51.08/41.73	c And the winner is CuttingPlanes
51.14/42.00	c Got one! Elapsed wall clock time (in seconds):41.788
51.14/42.00	o -40
56.89/44.94	c cleaning 6739 clauses out of 13709 with flag 26000/26000
69.48/51.39	c cleaning 7912 clauses out of 15970 with flag 35000/35000
84.26/58.87	c cleaning 8904 clauses out of 18058 with flag 45000/45000
98.83/66.23	c cleaning 9471 clauses out of 19154 with flag 55000/55000
115.97/74.98	c cleaning 9752 clauses out of 19683 with flag 65000/65000
130.51/82.39	c cleaning 9886 clauses out of 19931 with flag 75000/75000
145.48/89.98	c cleaning 9889 clauses out of 20045 with flag 85000/85000
158.86/96.77	c cleaning 10049 clauses out of 20156 with flag 95000/95000
174.38/104.61	c cleaning 9932 clauses out of 20107 with flag 105000/105000
188.90/112.05	c cleaning 9992 clauses out of 20175 with flag 115000/115000
204.24/119.86	c cleaning 10010 clauses out of 20183 with flag 125000/125000
219.97/127.86	c cleaning 9988 clauses out of 20173 with flag 135000/135000
234.72/135.34	c cleaning 10017 clauses out of 20185 with flag 145000/145000
249.61/143.00	c cleaning 9985 clauses out of 20168 with flag 155000/155000
263.94/150.29	c cleaning 9989 clauses out of 20183 with flag 165000/165000
280.45/158.62	c cleaning 10036 clauses out of 20194 with flag 175000/175000
296.74/166.99	c cleaning 9941 clauses out of 20158 with flag 185000/185000
313.80/175.66	c cleaning 10005 clauses out of 20217 with flag 195000/195000
332.07/184.98	c cleaning 9993 clauses out of 20212 with flag 205000/205000
352.33/195.26	c cleaning 10029 clauses out of 20219 with flag 215000/215000
371.19/204.89	c cleaning 10012 clauses out of 20190 with flag 225000/225000
390.59/214.77	c cleaning 9980 clauses out of 20178 with flag 235000/235000
408.26/223.74	c cleaning 10023 clauses out of 20198 with flag 245000/245000
425.31/232.49	c cleaning 9993 clauses out of 20176 with flag 255001/255001
445.74/242.88	c cleaning 9966 clauses out of 20182 with flag 265000/265000
463.54/251.99	c cleaning 10033 clauses out of 20216 with flag 275000/275000
483.95/262.31	c cleaning 9967 clauses out of 20183 with flag 285000/285000
502.98/272.00	c cleaning 10007 clauses out of 20216 with flag 295000/295000
523.82/282.61	c cleaning 10014 clauses out of 20209 with flag 305000/305000
543.18/292.60	c cleaning 10038 clauses out of 20195 with flag 315000/315000
562.99/302.66	c cleaning 10020 clauses out of 20157 with flag 325000/325000
584.02/313.36	c cleaning 9974 clauses out of 20137 with flag 335000/335000
602.45/322.78	c cleaning 9992 clauses out of 20163 with flag 345000/345000
620.82/332.17	c cleaning 9998 clauses out of 20171 with flag 355000/355000
638.26/341.02	c cleaning 10036 clauses out of 20173 with flag 365000/365000
656.46/350.39	c cleaning 9958 clauses out of 20137 with flag 375000/375000
673.89/359.29	c cleaning 10001 clauses out of 20179 with flag 385000/385000
695.21/370.13	c cleaning 10001 clauses out of 20178 with flag 395000/395000
716.16/380.86	c cleaning 9953 clauses out of 20177 with flag 405000/405000
734.98/390.50	c cleaning 10002 clauses out of 20224 with flag 415000/415000
754.57/400.46	c cleaning 10016 clauses out of 20222 with flag 425000/425000
775.29/411.04	c cleaning 10041 clauses out of 20206 with flag 435000/435000
794.09/420.68	c cleaning 9939 clauses out of 20165 with flag 445000/445000
812.88/430.20	c cleaning 10053 clauses out of 20226 with flag 455000/455000
831.67/439.90	c cleaning 9996 clauses out of 20173 with flag 465000/465000
850.20/449.37	c cleaning 9953 clauses out of 20177 with flag 475000/475000
870.38/459.65	c cleaning 10042 clauses out of 20224 with flag 485000/485000
883.82/466.57	c cleaning 0 clauses out of 5000 with flag 0/5000
890.52/470.06	c cleaning 10033 clauses out of 20182 with flag 495000/495000
908.23/479.13	c cleaning 9969 clauses out of 20149 with flag 505000/505000
927.41/488.99	c cleaning 9994 clauses out of 20180 with flag 515000/515000
948.76/499.90	c cleaning 9944 clauses out of 20186 with flag 525000/525000
968.91/510.19	c cleaning 9983 clauses out of 20242 with flag 535000/535000
988.61/520.27	c cleaning 10013 clauses out of 20259 with flag 545000/545000
1008.56/530.44	c cleaning 10053 clauses out of 20246 with flag 555000/555000
1027.54/540.13	c cleaning 9980 clauses out of 20193 with flag 565000/565000
1046.31/549.77	c cleaning 10007 clauses out of 20213 with flag 575000/575000
1065.59/559.63	c cleaning 10052 clauses out of 20206 with flag 585000/585000
1086.14/570.16	c cleaning 9925 clauses out of 20154 with flag 595000/595000
1108.87/581.79	c cleaning 10001 clauses out of 20229 with flag 605000/605000
1130.21/592.64	c cleaning 10034 clauses out of 20228 with flag 615000/615000
1153.24/604.48	c cleaning 10028 clauses out of 20194 with flag 625000/625000
1174.77/615.46	c cleaning 10047 clauses out of 20166 with flag 635000/635000
1196.69/626.63	c cleaning 9920 clauses out of 20119 with flag 645000/645000
1219.02/638.03	c cleaning 10077 clauses out of 20199 with flag 655000/655000
1244.40/651.05	c cleaning 9935 clauses out of 20122 with flag 665000/665000
1269.68/663.99	c cleaning 9952 clauses out of 20187 with flag 675000/675000
1293.56/676.13	c cleaning 10001 clauses out of 20235 with flag 685000/685000
1316.26/687.77	c cleaning 9993 clauses out of 20234 with flag 695000/695000
1339.06/699.40	c cleaning 9999 clauses out of 20241 with flag 705000/705000
1361.15/710.78	c cleaning 10032 clauses out of 20242 with flag 715000/715000
1383.45/722.12	c cleaning 10076 clauses out of 20210 with flag 725000/725000
1405.15/733.24	c cleaning 10001 clauses out of 20134 with flag 735000/735000
1425.56/743.80	c cleaning 10009 clauses out of 20133 with flag 745000/745000
1446.26/754.34	c cleaning 9960 clauses out of 20124 with flag 755000/755000
1465.76/764.39	c cleaning 10015 clauses out of 20164 with flag 765000/765000
1485.87/774.69	c cleaning 9984 clauses out of 20149 with flag 775000/775000
1508.25/786.18	c cleaning 9977 clauses out of 20165 with flag 785000/785000
1528.14/796.38	c cleaning 9965 clauses out of 20188 with flag 795000/795000
1547.84/806.43	c cleaning 9980 clauses out of 20223 with flag 805000/805000
1566.56/816.00	c cleaning 10078 clauses out of 20243 with flag 815000/815000
1585.97/826.06	c cleaning 10008 clauses out of 20165 with flag 825000/825000
1605.06/835.88	c cleaning 9995 clauses out of 20157 with flag 835000/835000
1625.93/846.53	c cleaning 9941 clauses out of 20162 with flag 845000/845000
1644.22/855.98	c cleaning 9993 clauses out of 20221 with flag 855000/855000
1664.21/866.26	c cleaning 10040 clauses out of 20228 with flag 865000/865000
1685.88/877.34	c cleaning 10069 clauses out of 20188 with flag 875000/875000
1706.35/887.82	c cleaning 10007 clauses out of 20119 with flag 885000/885000
1730.38/900.12	c cleaning 9948 clauses out of 20112 with flag 895000/895000
1753.34/911.99	c cleaning 10019 clauses out of 20164 with flag 905000/905000
1776.15/923.61	c cleaning 9959 clauses out of 20145 with flag 915000/915000
1800.19/935.92	c starts		: 49
1800.19/935.92	c conflicts		: 6746
1800.19/935.92	c decisions		: 108733
1800.19/935.92	c propagations		: 1381179
1800.19/935.92	c inspects		: 271855329
1800.19/935.92	c learnt literals	: 0
1800.19/935.92	c learnt binary clauses	: 0
1800.19/935.92	c learnt ternary clauses	: 0
1800.19/935.92	c learnt clauses	: 6745
1800.19/935.92	c ignored clauses	: 0
1800.19/935.92	c root simplifications	: 0
1800.19/935.92	c removed literals (reason simplification)	: 0
1800.19/935.92	c reason swapping (by a shorter reason)	: 0
1800.19/935.92	c Calls to reduceDB	: 1
1800.19/935.92	c number of reductions to clauses (during analyze)	: 0
1800.19/935.92	c number of learned constraints concerned by reduction	: 0
1800.19/935.92	c number of learning phase by resolution	: 0
1800.19/935.92	c number of learning phase by cutting planes	: 0
1800.19/935.92	c speed (assignments/second)	: 1545.0829437566492
1800.19/935.92	c non guided choices	136
1800.19/935.94	c learnt constraints type 
1800.19/935.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.19/935.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6743
1800.19/935.94	c constraints type 
1800.19/935.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.19/935.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.19/935.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.19/935.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.19/935.94	c constraints type 
1800.19/935.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.19/935.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
1800.19/935.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.19/935.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.19/935.94	s SATISFIABLE
1800.19/935.95	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.19/935.95	c objective function=-40
1800.19/935.95	c Total wall clock time (in seconds): 935.738

Verifier Data

OK	-40

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662028-1276674885/watcher-2662028-1276674885 -o /tmp/evaluation-result-2662028-1276674885/solver-2662028-1276674885 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662028-1276674885.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: 2.04 1.93 1.54 3/106 16174
/proc/meminfo: memFree=1763160/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=248 CPUtime=0
/proc/16174/stat : 16174 (java) R 16172 16174 16046 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 8782247 253952 28 1992294400 134512640 134550932 4287331008 18446744073709551615 4846046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16174/statm: 62 28 21 10 0 23 0

[startup+0.0823079 s]
/proc/loadavg: 2.04 1.93 1.54 3/106 16174
/proc/meminfo: memFree=1763160/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1521796 CPUtime=0.06
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 3805 0 1 0 4 2 0 0 17 0 7 0 8782247 1558319104 3246 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 380449 3269 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.104346 s]
/proc/loadavg: 2.04 1.93 1.54 3/106 16174
/proc/meminfo: memFree=1763160/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1524180 CPUtime=0.08
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 3996 0 1 0 6 2 0 0 17 0 12 0 8782247 1560760320 3435 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 381045 3435 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301373 s]
/proc/loadavg: 2.04 1.93 1.54 3/106 16174
/proc/meminfo: memFree=1763160/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1525636 CPUtime=0.36
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 5412 0 1 0 33 3 0 0 17 0 12 0 8782247 1562251264 4848 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 381409 4848 1356 10 0 378712 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525636

[startup+0.709436 s]
/proc/loadavg: 2.04 1.93 1.54 3/106 16174
/proc/meminfo: memFree=1763160/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1528664 CPUtime=1.03
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 7281 0 1 0 99 4 0 0 17 0 12 0 8782247 1565351936 6411 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 382166 6411 1407 10 0 379469 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528664

[startup+1.50151 s]
/proc/loadavg: 2.04 1.93 1.54 3/118 16186
/proc/meminfo: memFree=1737520/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1528904 CPUtime=2.11
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 10398 0 1 0 206 5 0 0 17 0 12 0 8782247 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 382226 9075 1411 10 0 379529 0
[pid=16174/tid=16176] ppid=16172 vsize=1528904 CPUtime=1.36
/proc/16174/task/16176/stat : 16176 (java) R 16172 16174 16046 0 -1 4202560 7282 0 1 0 133 3 0 0 25 0 12 0 8782248 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4109173769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 8782250 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 8782250 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8782252 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 8782252 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 8782252 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 8782256 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1528904 CPUtime=0.28
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 726 0 0 0 28 0 0 0 19 0 12 0 8782256 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1528904 CPUtime=0.44
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 1323 0 0 0 44 0 0 0 15 0 12 0 8782256 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8782256 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1528904 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) R 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8782256 1565597696 9075 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1528904

[startup+3.10167 s]
/proc/loadavg: 1.96 1.92 1.54 5/122 16190
/proc/meminfo: memFree=1710208/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1533460 CPUtime=4.17
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 27444 0 1 0 406 11 0 0 17 0 14 0 8782247 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 383365 25563 1428 10 0 380668 0
[pid=16174/tid=16176] ppid=16172 vsize=1533460 CPUtime=1.51
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 7982 0 1 0 148 3 0 0 19 0 14 0 8782248 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 14 0 8782250 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 14 0 8782250 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 8782252 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 14 0 8782252 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 8782252 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 14 0 8782256 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1533460 CPUtime=0.66
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 1064 0 0 0 66 0 0 0 15 0 14 0 8782256 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1533460 CPUtime=1.07
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 2363 0 0 0 107 0 0 0 16 0 14 0 8782256 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8782256 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8782256 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8782414 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1533460 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 8782418 1570263040 25563 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1533460

[startup+6.30099 s]
/proc/loadavg: 1.96 1.92 1.54 1/120 16196
/proc/meminfo: memFree=1626400/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538884 CPUtime=5.85
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 39090 0 1 0 552 33 0 0 17 0 14 0 8782247 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384721 34793 1442 10 0 382024 0
[pid=16174/tid=16176] ppid=16172 vsize=1538884 CPUtime=1.52
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8001 0 1 0 149 3 0 0 18 0 14 0 8782248 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1538884 CPUtime=0.01
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 503 0 0 0 1 0 0 0 18 0 14 0 8782250 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1538884 CPUtime=0.01
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 442 0 0 0 1 0 0 0 18 0 14 0 8782250 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1538884 CPUtime=0.26
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 9 0 0 0 9 17 0 0 16 0 14 0 8782252 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 8782252 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8782252 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 14 0 8782256 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1538884 CPUtime=0.79
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 1123 0 0 0 79 0 0 0 15 0 14 0 8782256 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1538884 CPUtime=1.64
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 6051 0 0 0 163 1 0 0 15 0 14 0 8782256 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8782256 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8782256 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8782414 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1538884 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 8782418 1575817216 34793 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1538884

[startup+12.7017 s]
/proc/loadavg: 1.66 1.85 1.52 1/120 16210
/proc/meminfo: memFree=1615612/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538156 CPUtime=7.51
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 42313 0 1 0 716 35 0 0 17 0 14 0 8782247 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384539 37829 1442 10 0 381842 0
[pid=16174/tid=16176] ppid=16172 vsize=1538156 CPUtime=1.52
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8001 0 1 0 149 3 0 0 19 0 14 0 8782248 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1538156 CPUtime=0.02
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 991 0 0 0 2 0 0 0 18 0 14 0 8782250 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1538156 CPUtime=0.03
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 956 0 0 0 3 0 0 0 18 0 14 0 8782250 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1538156 CPUtime=0.27
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 13 0 0 0 10 17 0 0 16 0 14 0 8782252 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 8782252 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8782252 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 14 0 8782256 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1538156 CPUtime=0.98
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 1130 0 0 0 98 0 0 0 15 0 14 0 8782256 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1538156 CPUtime=2.06
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 6070 0 0 0 205 1 0 0 15 0 14 0 8782256 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8782256 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8782256 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8782414 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1538156 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 8782418 1575071744 37829 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1538156
heavy processes:

[startup+25.502 s]
/proc/loadavg: 1.71 1.86 1.53 3/122 16230
/proc/meminfo: memFree=1577032/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538156 CPUtime=21.24
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 53291 0 1 0 2084 40 0 0 17 0 16 0 8782247 1575071744 47575 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384539 47575 1449 10 0 381842 0
[pid=16174/tid=16176] ppid=16172 vsize=1538156 CPUtime=1.53
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8001 0 1 0 150 3 0 0 18 0 16 0 8782248 1575071744 47575 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0

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

/proc/loadavg: 1.96 1.96 1.78 3/122 16269
/proc/meminfo: memFree=1466796/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538996 CPUtime=1695.44
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 85116 0 1 0 169442 102 0 0 17 0 16 0 8782247 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384749 74729 1453 10 0 382052 0
[pid=16174/tid=16176] ppid=16172 vsize=1538996 CPUtime=1.54
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8022 0 1 0 150 4 0 0 15 0 16 0 8782248 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1538996 CPUtime=8.86
/proc/16174/task/16177/stat : 16177 (java) R 16172 16174 16046 0 -1 4202560 18433 0 0 0 865 21 0 0 15 0 16 0 8782250 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 105886517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1538996 CPUtime=8.83
/proc/16174/task/16178/stat : 16178 (java) R 16172 16174 16046 0 -1 4202560 18396 0 0 0 860 23 0 0 15 0 16 0 8782250 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1538996 CPUtime=22.5
/proc/16174/task/16179/stat : 16179 (java) R 16172 16174 16046 0 -1 4202560 661 0 0 0 2226 24 0 0 16 0 16 0 8782252 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 8782256 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1538996 CPUtime=1.49
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 2342 0 0 0 149 0 0 0 15 0 16 0 8782256 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1538996 CPUtime=3.48
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 7513 0 0 0 346 2 0 0 15 0 16 0 8782256 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8782256 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 8782256 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8782414 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8782418 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16235] ppid=16172 vsize=1538996 CPUtime=801.06
/proc/16174/task/16235/stat : 16235 (java) S 16172 16174 16046 0 -1 4202560 316 0 0 0 80103 3 0 0 25 0 16 0 8786447 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16236] ppid=16172 vsize=1538996 CPUtime=803.17
/proc/16174/task/16236/stat : 16236 (java) R 16172 16174 16046 0 -1 4202560 266 0 0 0 80310 7 0 0 25 0 16 0 8786447 1575931904 74729 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1695.44
Current children cumulated vsize (KiB) 1538996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.903 s]
/proc/loadavg: 2.04 1.98 1.79 3/122 16269
/proc/meminfo: memFree=1463324/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538996 CPUtime=1800.19
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 86140 0 1 0 179915 104 0 0 17 0 16 0 8782247 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384749 75576 1453 10 0 382052 0
[pid=16174/tid=16176] ppid=16172 vsize=1538996 CPUtime=1.54
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8023 0 1 0 150 4 0 0 15 0 16 0 8782248 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1538996 CPUtime=9.54
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 19116 0 0 0 933 21 0 0 15 0 16 0 8782250 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1538996 CPUtime=9.51
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 18696 0 0 0 927 24 0 0 16 0 16 0 8782250 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1538996 CPUtime=24.05
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 663 0 0 0 2380 25 0 0 15 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1538996 CPUtime=1.49
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 2342 0 0 0 149 0 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1538996 CPUtime=3.48
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 7513 0 0 0 346 2 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8782414 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8782418 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16235] ppid=16172 vsize=1538996 CPUtime=851.74
/proc/16174/task/16235/stat : 16235 (java) R 16172 16174 16046 0 -1 4202560 333 0 0 0 85171 3 0 0 25 0 16 0 8786447 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4109730212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16174/tid=16236] ppid=16172 vsize=1538996 CPUtime=854.33
/proc/16174/task/16236/stat : 16236 (java) R 16172 16174 16046 0 -1 4202560 285 0 0 0 85426 7 0 0 25 0 16 0 8786447 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4109411580 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1538996

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1800.19 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1800.19 s) to the 'lost time'.

[startup+935.903 s]
/proc/loadavg: 2.04 1.98 1.79 3/122 16269
/proc/meminfo: memFree=1463324/2059040 swapFree=4175448/4192956
[pid=16174] ppid=16172 vsize=1538996 CPUtime=1800.19
/proc/16174/stat : 16174 (java) S 16172 16174 16046 0 -1 4202496 86140 0 1 0 179915 104 0 0 17 0 16 0 8782247 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16174/statm: 384749 75576 1453 10 0 382052 0
[pid=16174/tid=16176] ppid=16172 vsize=1538996 CPUtime=1.54
/proc/16174/task/16176/stat : 16176 (java) S 16172 16174 16046 0 -1 4202560 8023 0 1 0 150 4 0 0 15 0 16 0 8782248 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16177] ppid=16172 vsize=1538996 CPUtime=9.54
/proc/16174/task/16177/stat : 16177 (java) S 16172 16174 16046 0 -1 4202560 19116 0 0 0 933 21 0 0 15 0 16 0 8782250 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16178] ppid=16172 vsize=1538996 CPUtime=9.51
/proc/16174/task/16178/stat : 16178 (java) S 16172 16174 16046 0 -1 4202560 18696 0 0 0 927 24 0 0 16 0 16 0 8782250 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16179] ppid=16172 vsize=1538996 CPUtime=24.05
/proc/16174/task/16179/stat : 16179 (java) S 16172 16174 16046 0 -1 4202560 663 0 0 0 2380 25 0 0 15 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 0 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16180] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16180/stat : 16180 (java) S 16172 16174 16046 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16181] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16181/stat : 16181 (java) S 16172 16174 16046 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8782252 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16182] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16182/stat : 16182 (java) S 16172 16174 16046 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16183] ppid=16172 vsize=1538996 CPUtime=1.49
/proc/16174/task/16183/stat : 16183 (java) S 16172 16174 16046 0 -1 4202560 2342 0 0 0 149 0 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16184] ppid=16172 vsize=1538996 CPUtime=3.48
/proc/16174/task/16184/stat : 16184 (java) S 16172 16174 16046 0 -1 4202560 7513 0 0 0 346 2 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16185] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16185/stat : 16185 (java) S 16172 16174 16046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16186] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16186/stat : 16186 (java) S 16172 16174 16046 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8782256 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16189] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16189/stat : 16189 (java) S 16172 16174 16046 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8782414 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 1 0 0 0
[pid=16174/tid=16190] ppid=16172 vsize=1538996 CPUtime=0
/proc/16174/task/16190/stat : 16190 (java) S 16172 16174 16046 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 8782418 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4294960144 0 4 0 16800975 18446604437586559040 0 0 -1 0 0 0 0
[pid=16174/tid=16235] ppid=16172 vsize=1538996 CPUtime=851.74
/proc/16174/task/16235/stat : 16235 (java) R 16172 16174 16046 0 -1 4202560 333 0 0 0 85171 3 0 0 25 0 16 0 8786447 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4109730212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16174/tid=16236] ppid=16172 vsize=1538996 CPUtime=854.33
/proc/16174/task/16236/stat : 16236 (java) R 16172 16174 16046 0 -1 4202560 285 0 0 0 85426 7 0 0 25 0 16 0 8786447 1575931904 75576 1992294400 134512640 134550932 4287331008 18446744073709551615 4109411580 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1538996

[startup+936.018 s]
/proc/loadavg: 2.04 1.98 1.79 2/109 16272
/proc/meminfo: memFree=1758180/2059040 swapFree=4175448/4192956
[pid=16174] ppid=-1 vsize=0 CPUtime=0
/proc/16174/stat : -- couldn't open stat file --/proc/16174/statm: 5558030944 18446744073709551615 `Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+936.018 s]
/proc/loadavg: 2.04 1.98 1.79 2/109 16272
/proc/meminfo: memFree=1758180/2059040 swapFree=4175448/4192956
[pid=16174] ppid=-1 vsize=0 CPUtime=0
/proc/16174/stat : -- couldn't open stat file --/proc/16174/statm: 5558030944 18446744073709551615 `Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16174 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=302464
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=79835
# CPU time returned by wait4() is 1800.38
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1800.19
#  lost CPU user time (s): 1799.15
#  lost CPU system time (s): 1.04

Real time (s): 936.02
CPU time (s): 1800.19
CPU user time (s): 1799.15
CPU system time (s): 1.04
CPU usage (%): 192.324
Max. virtual memory (cumulated for all children) (KiB): 1542172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.07984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86160
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= 27961
involuntary context switches= 49122

runsolver used 5.35419 second user time and 9.68253 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 09:54:45
IDJOB=2662028
IDBENCH=48283
IDSOLVER=1166
FILE ID=node083/2662028-1276674885
PBS_JOBID= 11172557
Free space on /tmp= 62552 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662028-1276674885/watcher-2662028-1276674885 -o /tmp/evaluation-result-2662028-1276674885/solver-2662028-1276674885 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662028-1276674885.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=714133998

node083.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.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1763432 kB
Buffers:         51060 kB
Cached:         111952 kB
SwapCached:      13528 kB
Active:          89040 kB
Inactive:       129768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1763432 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:             408 kB
Writeback:           8 kB
AnonPages:       42164 kB
Mapped:          14300 kB
Slab:            54788 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182748 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= 62552 MiB
End job on node083 at 2010-06-16 10:10:23