Trace number 2662440

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)66 1800.32 923.673

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	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@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662440-1276397886.opb
0.22/0.22	c reading problem ... 
1.70/1.06	c ... done. Wall clock time 0.837s.
1.70/1.06	c #vars     540
1.70/1.06	c #constraints  4626
1.70/1.06	c constraints type 
1.70/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1.70/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1.70/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1.70/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
1.70/1.06	c constraints type 
1.70/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1.70/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1.70/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1.70/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
3.28/1.88	c And the winner is Resolution
3.67/2.08	c SATISFIABLE
3.67/2.08	c OPTIMIZING...
3.67/2.08	c Got one! Elapsed wall clock time (in seconds):1.856
3.67/2.08	o 76
4.66/2.51	c And the winner is Resolution
5.67/3.16	c Got one! Elapsed wall clock time (in seconds):2.934
5.67/3.16	o 74
9.96/5.34	c And the winner is CuttingPlanes
10.04/6.18	c Got one! Elapsed wall clock time (in seconds):5.955
10.04/6.18	o 72
10.08/6.26	c cleaning 2500 clauses out of 5000 with flag 5000/5000
16.35/9.41	c cleaning 4250 clauses out of 8502 with flag 11002/11002
21.23/11.99	c And the winner is Resolution
21.43/12.20	c Got one! Elapsed wall clock time (in seconds):11.974
21.43/12.20	o 70
22.82/13.00	c And the winner is Resolution
23.03/13.21	c Got one! Elapsed wall clock time (in seconds):12.984
23.03/13.21	o 66
24.41/13.92	c cleaning 5617 clauses out of 11252 with flag 18002/18002
34.83/19.23	c cleaning 6798 clauses out of 13634 with flag 26001/26001
47.81/25.86	c cleaning 7907 clauses out of 15836 with flag 35001/35001
62.37/33.21	c cleaning 8936 clauses out of 17928 with flag 45000/45000
77.34/40.88	c cleaning 9490 clauses out of 18994 with flag 55002/55002
94.07/49.36	c cleaning 9716 clauses out of 19502 with flag 65000/65000
113.14/59.04	c cleaning 9888 clauses out of 19786 with flag 75000/75000
128.68/66.94	c cleaning 9947 clauses out of 19899 with flag 85001/85001
146.58/76.01	c cleaning 9947 clauses out of 19951 with flag 95000/95000
163.69/84.74	c cleaning 9998 clauses out of 20006 with flag 105002/105002
180.94/93.59	c cleaning 9998 clauses out of 20007 with flag 115001/115001
199.41/102.91	c cleaning 9987 clauses out of 20008 with flag 125000/125000
220.05/113.43	c cleaning 9985 clauses out of 20022 with flag 135001/135001
240.11/123.64	c cleaning 10004 clauses out of 20037 with flag 145001/145001
260.91/134.26	c cleaning 10005 clauses out of 20035 with flag 155003/155003
281.14/144.50	c cleaning 10005 clauses out of 20027 with flag 165000/165000
299.40/153.85	c cleaning 9969 clauses out of 20022 with flag 175000/175000
319.25/163.95	c cleaning 10008 clauses out of 20053 with flag 185000/185000
339.02/174.02	c cleaning 9983 clauses out of 20047 with flag 195002/195002
357.62/183.51	c cleaning 10006 clauses out of 20063 with flag 205001/205001
375.28/192.58	c cleaning 10003 clauses out of 20056 with flag 215000/215000
392.91/201.55	c cleaning 9989 clauses out of 20053 with flag 225000/225000
411.09/210.84	c cleaning 10023 clauses out of 20064 with flag 235000/235000
430.90/220.90	c cleaning 9997 clauses out of 20042 with flag 245001/245001
448.56/229.96	c cleaning 10008 clauses out of 20047 with flag 255003/255003
454.90/233.26	c cleaning 0 clauses out of 5001 with flag 0/5001
466.11/239.09	c cleaning 10005 clauses out of 20036 with flag 265000/265000
482.77/247.52	c cleaning 10002 clauses out of 20031 with flag 275000/275000
499.39/256.05	c cleaning 9992 clauses out of 20029 with flag 285000/285000
515.82/264.49	c cleaning 9981 clauses out of 20037 with flag 295000/295000
533.77/273.69	c cleaning 10022 clauses out of 20058 with flag 305002/305002
552.99/283.49	c cleaning 10004 clauses out of 20035 with flag 315001/315001
570.01/292.16	c cleaning 10005 clauses out of 20031 with flag 325001/325001
587.04/300.82	c cleaning 10005 clauses out of 20026 with flag 335001/335001
602.01/308.53	c cleaning 10002 clauses out of 20020 with flag 345000/345000
619.44/317.41	c cleaning 9995 clauses out of 20019 with flag 355001/355001
636.26/326.09	c cleaning 10002 clauses out of 20024 with flag 365001/365001
652.10/334.17	c cleaning 9983 clauses out of 20021 with flag 375000/375000
668.66/342.67	c cleaning 10009 clauses out of 20039 with flag 385001/385001
683.90/350.44	c cleaning 10012 clauses out of 20030 with flag 395001/395001
700.73/359.01	c cleaning 9980 clauses out of 20017 with flag 405000/405000
716.16/366.93	c cleaning 9954 clauses out of 20037 with flag 415000/415000
732.13/375.14	c cleaning 9965 clauses out of 20083 with flag 425000/425000
747.34/383.00	c cleaning 10000 clauses out of 20119 with flag 435001/435001
762.36/390.63	c cleaning 10009 clauses out of 20118 with flag 445000/445000
780.16/399.76	c cleaning 10031 clauses out of 20110 with flag 455001/455001
798.28/409.02	c cleaning 10014 clauses out of 20079 with flag 465001/465001
816.68/418.41	c cleaning 10004 clauses out of 20065 with flag 475001/475001
834.87/427.72	c cleaning 9975 clauses out of 20062 with flag 485002/485002
852.46/436.75	c cleaning 10019 clauses out of 20087 with flag 495002/495002
870.16/445.80	c cleaning 10004 clauses out of 20067 with flag 505001/505001
887.75/454.84	c cleaning 9999 clauses out of 20062 with flag 515000/515000
906.72/464.51	c cleaning 9999 clauses out of 20063 with flag 525000/525000
924.50/473.68	c cleaning 10001 clauses out of 20065 with flag 535001/535001
942.99/483.18	c cleaning 9994 clauses out of 20064 with flag 545001/545001
960.96/492.31	c cleaning 9977 clauses out of 20070 with flag 555001/555001
977.74/500.95	c cleaning 10004 clauses out of 20092 with flag 565000/565000
996.11/510.31	c cleaning 10030 clauses out of 20088 with flag 575000/575000
1013.59/519.33	c cleaning 10008 clauses out of 20060 with flag 585002/585002
1031.34/528.42	c cleaning 9989 clauses out of 20050 with flag 595000/595000
1047.91/536.96	c cleaning 9980 clauses out of 20061 with flag 605000/605000
1069.06/547.75	c cleaning 10025 clauses out of 20083 with flag 615002/615002
1088.32/557.63	c cleaning 9978 clauses out of 20056 with flag 625000/625000
1107.04/567.28	c cleaning 10028 clauses out of 20081 with flag 635003/635003
1126.79/577.34	c cleaning 10009 clauses out of 20050 with flag 645000/645000
1142.96/585.65	c cleaning 10005 clauses out of 20041 with flag 655000/655000
1158.65/593.71	c cleaning 9987 clauses out of 20037 with flag 665001/665001
1175.02/602.19	c cleaning 10006 clauses out of 20049 with flag 675000/675000
1191.19/610.44	c cleaning 9977 clauses out of 20043 with flag 685000/685000
1206.93/618.54	c cleaning 10004 clauses out of 20072 with flag 695006/695006
1223.80/627.28	c cleaning 9999 clauses out of 20062 with flag 705000/705000
1241.35/636.25	c cleaning 9987 clauses out of 20063 with flag 715000/715000
1258.70/645.14	c cleaning 10023 clauses out of 20079 with flag 725003/725003
1276.04/654.01	c cleaning 10024 clauses out of 20053 with flag 735000/735000
1293.10/662.85	c cleaning 9967 clauses out of 20029 with flag 745000/745000
1311.25/672.16	c cleaning 9997 clauses out of 20063 with flag 755001/755001
1328.97/681.24	c cleaning 10000 clauses out of 20067 with flag 765002/765002
1347.49/690.80	c cleaning 10004 clauses out of 20069 with flag 775004/775004
1365.90/700.23	c cleaning 9979 clauses out of 20061 with flag 785000/785000
1382.84/708.97	c cleaning 10015 clauses out of 20082 with flag 795000/795000
1399.77/717.61	c cleaning 9981 clauses out of 20067 with flag 805000/805000
1418.47/727.27	c cleaning 10026 clauses out of 20086 with flag 815000/815000
1436.90/736.75	c cleaning 9983 clauses out of 20062 with flag 825002/825002
1457.98/747.59	c cleaning 9996 clauses out of 20077 with flag 835000/835000
1476.12/756.86	c cleaning 10015 clauses out of 20081 with flag 845000/845000
1493.83/765.93	c cleaning 9999 clauses out of 20068 with flag 855002/855002
1513.04/775.80	c cleaning 9990 clauses out of 20070 with flag 865003/865003
1532.73/785.92	c cleaning 10005 clauses out of 20077 with flag 875000/875000
1551.01/795.34	c cleaning 10031 clauses out of 20072 with flag 885000/885000
1569.70/804.98	c cleaning 9990 clauses out of 20042 with flag 895001/895001
1587.34/814.04	c cleaning 9960 clauses out of 20051 with flag 905000/905000
1605.82/823.55	c cleaning 10011 clauses out of 20091 with flag 915000/915000
1623.92/832.84	c cleaning 10006 clauses out of 20080 with flag 925000/925000
1641.82/842.04	c cleaning 10000 clauses out of 20076 with flag 935002/935002
1658.83/850.80	c cleaning 10008 clauses out of 20075 with flag 945001/945001
1675.34/859.31	c cleaning 9988 clauses out of 20066 with flag 955000/955000
1692.86/868.36	c cleaning 9995 clauses out of 20080 with flag 965002/965002
1710.93/877.64	c cleaning 10008 clauses out of 20083 with flag 975000/975000
1729.52/887.23	c cleaning 10003 clauses out of 20076 with flag 985001/985001
1746.63/896.04	c cleaning 10012 clauses out of 20073 with flag 995001/995001
1763.54/904.79	c cleaning 10022 clauses out of 20062 with flag 1005002/1005002
1782.21/914.33	c cleaning 10012 clauses out of 20038 with flag 1015000/1015000
1800.02/923.52	c starts		: 192
1800.02/923.52	c conflicts		: 1023804
1800.02/923.52	c decisions		: 1409069
1800.02/923.52	c propagations		: 77164786
1800.02/923.52	c inspects		: 2472444126
1800.02/923.52	c learnt literals	: 0
1800.02/923.52	c learnt binary clauses	: 0
1800.02/923.52	c learnt ternary clauses	: 5
1800.02/923.52	c learnt clauses	: 1023804
1800.02/923.52	c ignored clauses	: 0
1800.02/923.52	c root simplifications	: 0
1800.02/923.52	c removed literals (reason simplification)	: 21216507
1800.02/923.52	c reason swapping (by a shorter reason)	: 0
1800.02/923.52	c Calls to reduceDB	: 103
1800.02/923.52	c number of reductions to clauses (during analyze)	: 0
1800.02/923.52	c number of learned constraints concerned by reduction	: 0
1800.02/923.52	c number of learning phase by resolution	: 0
1800.02/923.52	c number of learning phase by cutting planes	: 0
1800.02/923.52	c speed (assignments/second)	: 84767.68437969964
1800.02/923.52	c non guided choices	69
1800.23/923.62	c learnt constraints type 
1800.23/923.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18871
1800.23/923.62	c constraints type 
1800.23/923.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.23/923.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.23/923.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.23/923.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.23/923.62	c constraints type 
1800.23/923.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1800.23/923.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1800.23/923.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.23/923.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.23/923.62	s SATISFIABLE
1800.23/923.63	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 x362 -x363 -x364 x365 x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 x395 x396 -x397 x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 x432 -x433 x434 -x435 -x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 -x466 x467 x468 -x469 x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 x498 -x499 -x500 x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 x535 x536 x537 -x538 x539 -x540 
1800.23/923.63	c objective function=66
1800.23/923.63	c Total wall clock time (in seconds): 923.406

Verifier Data

OK	66

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662440-1276397886/watcher-2662440-1276397886 -o /tmp/evaluation-result-2662440-1276397886/solver-2662440-1276397886 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662440-1276397886.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.11 2.08 1.71 3/106 22714
/proc/meminfo: memFree=1814440/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=444 CPUtime=0
/proc/22714/stat : 22714 (java6) R 22712 22714 16313 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 15392600 454656 48 1992294400 134512640 134550932 4289044880 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22714/statm: 111 48 38 10 0 25 0

[startup+0.034928 s]
/proc/loadavg: 2.11 2.08 1.71 3/106 22714
/proc/meminfo: memFree=1814440/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1518368 CPUtime=0.02
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 2795 0 1 0 0 2 0 0 15 0 4 0 15392600 1554808832 2238 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 380082 2743 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.105657 s]
/proc/loadavg: 2.11 2.08 1.71 3/106 22714
/proc/meminfo: memFree=1814440/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1524180 CPUtime=0.08
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 3973 0 1 0 6 2 0 0 15 0 12 0 15392600 1560760320 3412 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 381045 3412 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300654 s]
/proc/loadavg: 2.11 2.08 1.71 3/106 22714
/proc/meminfo: memFree=1814440/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1526392 CPUtime=0.34
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 5423 0 1 0 31 3 0 0 15 0 12 0 15392600 1563025408 4860 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 381598 4860 1353 10 0 378901 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526392

[startup+0.700648 s]
/proc/loadavg: 2.11 2.08 1.71 3/106 22714
/proc/meminfo: memFree=1814440/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1530536 CPUtime=1.09
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 8095 0 1 0 104 5 0 0 15 0 12 0 15392600 1567268864 7274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 382634 7274 1395 10 0 379937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530536

[startup+1.50164 s]
/proc/loadavg: 2.11 2.08 1.71 4/118 22726
/proc/meminfo: memFree=1776028/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1537976 CPUtime=2.68
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 15650 0 1 0 260 8 0 0 15 0 16 0 15392600 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 384494 13071 1423 10 0 381797 0
[pid=22714/tid=22716] ppid=22712 vsize=1537976 CPUtime=1.03
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8264 0 1 0 98 5 0 0 19 0 16 0 15392602 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15392604 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 15392604 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 15392605 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 15392606 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 15392606 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1537976 CPUtime=0.9
/proc/22714/task/22723/stat : 22723 (java) R 22712 22714 16313 0 -1 4202560 3956 0 0 0 89 1 0 0 18 0 16 0 15392610 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 106260344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1537976 CPUtime=0.29
/proc/22714/task/22724/stat : 22724 (java) R 22712 22714 16313 0 -1 4202560 1268 0 0 0 29 0 0 0 22 0 16 0 15392610 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 103341500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1537976 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15392610 1574887424 13071 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1537976

[startup+3.10161 s]
/proc/loadavg: 2.26 2.11 1.72 5/121 22731
/proc/meminfo: memFree=1760132/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1547076 CPUtime=5.67
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 29208 0 1 0 553 14 0 0 15 0 14 0 15392600 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386769 23121 1428 10 0 384072 0
[pid=22714/tid=22716] ppid=22712 vsize=1547076 CPUtime=1.04
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8286 0 1 0 99 5 0 0 18 0 14 0 15392602 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 15392604 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 15392604 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 15392605 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 15392606 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 15392606 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 15392610 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1547076 CPUtime=1.99
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 6499 0 0 0 197 2 0 0 20 0 14 0 15392610 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1547076 CPUtime=1.38
/proc/22714/task/22724/stat : 22724 (java) R 22712 22714 16313 0 -1 4202560 4410 0 0 0 136 2 0 0 18 0 14 0 15392610 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 104164068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 15392610 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15392610 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 15392709 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1547076 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 15392710 1584205824 23121 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 1547076

[startup+6.30269 s]
/proc/loadavg: 2.26 2.11 1.72 1/120 22734
/proc/meminfo: memFree=1656600/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=10.26
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 49217 0 1 0 1003 23 0 0 15 0 16 0 15392600 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 40746 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.04
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8309 0 1 0 99 5 0 0 19 0 16 0 15392602 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=0.07
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 1664 0 0 0 7 0 0 0 16 0 16 0 15392604 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544244 CPUtime=0.06
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 1611 0 0 0 6 0 0 0 16 0 16 0 15392604 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544244 CPUtime=0.04
/proc/22714/task/22719/stat : 22719 (java) R 22712 22714 16313 0 -1 4202560 18 0 0 0 3 1 0 0 15 0 16 0 15392605 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544244 CPUtime=2.61
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 7873 0 0 0 259 2 0 0 15 0 16 0 15392610 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544244 CPUtime=1.83
/proc/22714/task/22724/stat : 22724 (java) S 22712 22714 16313 0 -1 4202560 4878 0 0 0 181 2 0 0 15 0 16 0 15392610 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15392610 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392709 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392710 1581305856 40746 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 1544244

[startup+12.7024 s]
/proc/loadavg: 2.22 2.11 1.73 2/121 22736
/proc/meminfo: memFree=1625592/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=22.42
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 57054 0 1 0 2215 27 0 0 15 0 16 0 15392600 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 48481 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8309 0 1 0 100 5 0 0 19 0 16 0 15392602 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=0.17
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 3185 0 0 0 16 1 0 0 16 0 16 0 15392604 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544244 CPUtime=0.17
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 3072 0 0 0 16 1 0 0 16 0 16 0 15392604 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544244 CPUtime=0.16
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 2308 0 0 0 14 2 0 0 15 0 16 0 15392605 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544244 CPUtime=2.64
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 7874 0 0 0 262 2 0 0 16 0 16 0 15392610 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544244 CPUtime=1.87
/proc/22714/task/22724/stat : 22724 (java) S 22712 22714 16313 0 -1 4202560 4880 0 0 0 185 2 0 0 15 0 16 0 15392610 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15392610 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392709 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392710 1581305856 48481 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.42
Current children cumulated vsize (KiB) 1544244

[startup+25.5017 s]
/proc/loadavg: 2.18 2.10 1.73 3/122 22740
/proc/meminfo: memFree=1611448/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=47.21
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 60585 0 1 0 4691 30 0 0 15 0 16 0 15392600 1581305856 51823 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 51823 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8309 0 1 0 100 5 0 0 18 0 16 0 15392602 1581305856 51823 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=0.35

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

/proc/22714/task/22739/stat : 22739 (java) R 22712 22714 16313 0 -1 4202560 345 0 0 0 71435 12 0 0 25 0 16 0 15393922 1581305856 70328 1992294400 134512640 134550932 4288248240 18446744073709551615 4109865387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22714/tid=22740] ppid=22712 vsize=1544244 CPUtime=706.9
/proc/22714/task/22740/stat : 22740 (java) R 22712 22714 16313 0 -1 4202560 249 0 0 0 70687 3 0 0 25 0 16 0 15393922 1581305856 70328 1992294400 134512640 134550932 4288248240 18446744073709551615 4109838620 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1486.71
Current children cumulated vsize (KiB) 1544244

[startup+822.302 s]
/proc/loadavg: 2.12 2.05 1.88 3/122 22771
/proc/meminfo: memFree=1531964/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=1603.44
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 82896 0 1 0 160239 105 0 0 15 0 16 0 15392600 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 71274 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8323 0 1 0 100 5 0 0 15 0 16 0 15392602 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=11.11
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 14196 0 0 0 1078 33 0 0 15 0 16 0 15392604 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544244 CPUtime=11.17
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 14781 0 0 0 1096 21 0 0 16 0 16 0 15392604 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544244 CPUtime=23.64
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 3476 0 0 0 2354 10 0 0 15 0 16 0 15392605 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544244 CPUtime=3.61
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 9128 0 0 0 358 3 0 0 15 0 16 0 15392610 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544244 CPUtime=1.87
/proc/22714/task/22724/stat : 22724 (java) S 22712 22714 16313 0 -1 4202560 4880 0 0 0 185 2 0 0 15 0 16 0 15392610 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 15392610 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392709 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392710 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22739] ppid=22712 vsize=1544244 CPUtime=770.94
/proc/22714/task/22739/stat : 22739 (java) R 22712 22714 16313 0 -1 4202560 368 0 0 0 77081 13 0 0 25 0 16 0 15393922 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4109433710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22740] ppid=22712 vsize=1544244 CPUtime=763.07
/proc/22714/task/22740/stat : 22740 (java) R 22712 22714 16313 0 -1 4202560 268 0 0 0 76304 3 0 0 25 0 16 0 15393922 1581305856 71274 1992294400 134512640 134550932 4288248240 18446744073709551615 4109790846 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.44
Current children cumulated vsize (KiB) 1544244

[startup+882.302 s]
/proc/loadavg: 2.21 2.08 1.90 3/122 22771
/proc/meminfo: memFree=1529360/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=1719.82
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 83588 0 1 0 171870 112 0 0 15 0 16 0 15392600 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 71900 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8324 0 1 0 100 5 0 0 15 0 16 0 15392602 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=12.12
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 14532 0 0 0 1177 35 0 0 15 0 16 0 15392604 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544244 CPUtime=12.18
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 15084 0 0 0 1195 23 0 0 16 0 16 0 15392604 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544244 CPUtime=26.22
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 3480 0 0 0 2611 11 0 0 15 0 16 0 15392605 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544244 CPUtime=3.61
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 9128 0 0 0 358 3 0 0 15 0 16 0 15392610 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544244 CPUtime=1.87
/proc/22714/task/22724/stat : 22724 (java) S 22712 22714 16313 0 -1 4202560 4880 0 0 0 185 2 0 0 15 0 16 0 15392610 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 15392610 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392709 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392710 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22739] ppid=22712 vsize=1544244 CPUtime=827.25
/proc/22714/task/22739/stat : 22739 (java) R 22712 22714 16313 0 -1 4202560 398 0 0 0 82711 14 0 0 25 0 16 0 15393922 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4109863454 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22740] ppid=22712 vsize=1544244 CPUtime=818.53
/proc/22714/task/22740/stat : 22740 (java) R 22712 22714 16313 0 -1 4202560 282 0 0 0 81850 3 0 0 25 0 16 0 15393922 1581305856 71900 1992294400 134512640 134550932 4288248240 18446744073709551615 4109838766 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1719.82
Current children cumulated vsize (KiB) 1544244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.501 s]
/proc/loadavg: 2.16 2.08 1.91 3/122 22773
/proc/meminfo: memFree=1527500/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544244 CPUtime=1800.02
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 84085 0 1 0 179888 114 0 0 15 0 16 0 15392600 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386061 72345 1451 10 0 383364 0
[pid=22714/tid=22716] ppid=22712 vsize=1544244 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8324 0 1 0 100 5 0 0 15 0 16 0 15392602 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544244 CPUtime=12.78
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 14822 0 0 0 1242 36 0 0 15 0 16 0 15392604 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544244 CPUtime=12.84
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 15258 0 0 0 1261 23 0 0 16 0 16 0 15392604 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544244 CPUtime=27.7
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 3482 0 0 0 2759 11 0 0 15 0 16 0 15392605 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15392606 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15392610 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544244 CPUtime=3.61
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 9128 0 0 0 358 3 0 0 15 0 16 0 15392610 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544244 CPUtime=1.87
/proc/22714/task/22724/stat : 22724 (java) S 22712 22714 16313 0 -1 4202560 4880 0 0 0 185 2 0 0 15 0 16 0 15392610 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 15392610 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 15392610 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392709 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544244 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 15392710 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22739] ppid=22712 vsize=1544244 CPUtime=866.3
/proc/22714/task/22739/stat : 22739 (java) R 22712 22714 16313 0 -1 4202560 413 0 0 0 86615 15 0 0 25 0 16 0 15393922 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4109956325 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22740] ppid=22712 vsize=1544244 CPUtime=856.89
/proc/22714/task/22740/stat : 22740 (java) R 22712 22714 16313 0 -1 4202560 296 0 0 0 85686 3 0 0 25 0 16 0 15393922 1581305856 72345 1992294400 134512640 134550932 4288248240 18446744073709551615 4109843491 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1544244

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

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

[startup+923.616 s]
/proc/loadavg: 2.16 2.08 1.91 3/122 22773
/proc/meminfo: memFree=1527500/2059040 swapFree=4135604/4192956
[pid=22714] ppid=22712 vsize=1544892 CPUtime=1800.23
/proc/22714/stat : 22714 (java) S 22712 22714 16313 0 -1 4202496 84101 0 1 0 179909 114 0 0 15 0 18 0 15392600 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22714/statm: 386223 72361 1451 10 0 383526 0
[pid=22714/tid=22716] ppid=22712 vsize=1544892 CPUtime=1.05
/proc/22714/task/22716/stat : 22716 (java) S 22712 22714 16313 0 -1 4202560 8324 0 1 0 100 5 0 0 15 0 18 0 15392602 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22717] ppid=22712 vsize=1544892 CPUtime=12.78
/proc/22714/task/22717/stat : 22717 (java) S 22712 22714 16313 0 -1 4202560 14822 0 0 0 1242 36 0 0 15 0 18 0 15392604 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22718] ppid=22712 vsize=1544892 CPUtime=12.84
/proc/22714/task/22718/stat : 22718 (java) S 22712 22714 16313 0 -1 4202560 15258 0 0 0 1261 23 0 0 16 0 18 0 15392604 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22719] ppid=22712 vsize=1544892 CPUtime=27.7
/proc/22714/task/22719/stat : 22719 (java) S 22712 22714 16313 0 -1 4202560 3482 0 0 0 2759 11 0 0 15 0 18 0 15392605 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 0 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22720] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22720/stat : 22720 (java) S 22712 22714 16313 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 15392606 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22721] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22721/stat : 22721 (java) S 22712 22714 16313 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 15392606 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22722] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22722/stat : 22722 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 15392610 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22723] ppid=22712 vsize=1544892 CPUtime=3.61
/proc/22714/task/22723/stat : 22723 (java) S 22712 22714 16313 0 -1 4202560 9128 0 0 0 358 3 0 0 15 0 18 0 15392610 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22724] ppid=22712 vsize=1544892 CPUtime=1.89
/proc/22714/task/22724/stat : 22724 (java) R 22712 22714 16313 0 -1 4202560 4880 0 0 0 187 2 0 0 15 0 18 0 15392610 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 104140849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22725] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22725/stat : 22725 (java) S 22712 22714 16313 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 15392610 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 0 0 0 0
[pid=22714/tid=22726] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22726/stat : 22726 (java) S 22712 22714 16313 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 15392610 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22729] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22729/stat : 22729 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 15392709 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22730] ppid=22712 vsize=1544892 CPUtime=0
/proc/22714/task/22730/stat : 22730 (java) S 22712 22714 16313 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 15392710 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4294960144 0 4 0 16800975 18446604437828257664 0 0 -1 1 0 0 0
[pid=22714/tid=22739] ppid=22712 vsize=1544892 CPUtime=866.37
/proc/22714/task/22739/stat : 22739 (java) R 22712 22714 16313 0 -1 4202560 413 0 0 0 86622 15 0 0 25 0 18 0 15393922 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4109839463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22714/tid=22740] ppid=22712 vsize=1544892 CPUtime=856.99
/proc/22714/task/22740/stat : 22740 (java) R 22712 22714 16313 0 -1 4202560 296 0 0 0 85696 3 0 0 25 0 18 0 15393922 1581969408 72361 1992294400 134512640 134550932 4288248240 18446744073709551615 4109760234 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1544892

Child status: 143
Real time (s): 923.673
CPU time (s): 1800.32
CPU user time (s): 1799.15
CPU system time (s): 1.17782
CPU usage (%): 194.909
Max. virtual memory (cumulated for all children) (KiB): 1547688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84105
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= 28100
involuntary context switches= 52493

runsolver used 4.53331 second user time and 11.0953 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 04:58:06
IDJOB=2662440
IDBENCH=2007
IDSOLVER=1166
FILE ID=node002/2662440-1276397886
PBS_JOBID= 11173267
Free space on /tmp= 62400 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662440-1276397886/watcher-2662440-1276397886 -o /tmp/evaluation-result-2662440-1276397886/solver-2662440-1276397886 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662440-1276397886.opb

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1023842311

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1814712 kB
Buffers:         39432 kB
Cached:         129008 kB
SwapCached:      10268 kB
Active:         114844 kB
Inactive:        65932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814712 kB
SwapTotal:     4192956 kB
SwapFree:      4135604 kB
Dirty:             560 kB
Writeback:           0 kB
AnonPages:       10792 kB
Mapped:           9116 kB
Slab:            41616 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181432 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= 62396 MiB
End job on node002 at 2010-06-13 05:13:32