Trace number 2661985

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)-43 1800.36 944.678

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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.6
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661985-1276668327.opb
0.24/0.21	c reading problem ... 
2.50/1.61	c ... done. Wall clock time 1.394s.
2.50/1.61	c #vars     2924
2.50/1.61	c #constraints  5650
2.50/1.61	c constraints type 
2.50/1.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
2.50/1.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.50/1.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.50/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
2.50/1.61	c constraints type 
2.50/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.50/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
2.50/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
2.50/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
3.50/2.17	c And the winner is CuttingPlanes
3.66/2.64	c SATISFIABLE
3.66/2.64	c OPTIMIZING...
3.66/2.64	c Got one! Elapsed wall clock time (in seconds):2.429
3.66/2.64	o -7
3.77/2.75	c And the winner is CuttingPlanes
3.88/3.66	c Got one! Elapsed wall clock time (in seconds):3.444
3.88/3.66	o -11
3.98/3.73	c And the winner is CuttingPlanes
4.05/4.67	c Got one! Elapsed wall clock time (in seconds):4.459
4.05/4.67	o -12
5.50/5.42	c And the winner is CuttingPlanes
5.53/5.72	c Got one! Elapsed wall clock time (in seconds):5.509
5.53/5.72	o -13
5.69/5.86	c And the winner is CuttingPlanes
5.81/6.74	c Got one! Elapsed wall clock time (in seconds):6.523
5.81/6.74	o -14
5.94/6.80	c And the winner is CuttingPlanes
5.95/7.75	c Got one! Elapsed wall clock time (in seconds):7.54
5.95/7.75	o -15
6.04/7.88	c And the winner is CuttingPlanes
6.21/8.76	c Got one! Elapsed wall clock time (in seconds):8.548
6.21/8.76	o -16
6.32/8.85	c And the winner is CuttingPlanes
6.39/9.77	c Got one! Elapsed wall clock time (in seconds):9.553
6.39/9.77	o -17
6.46/9.82	c And the winner is CuttingPlanes
6.49/10.77	c Got one! Elapsed wall clock time (in seconds):10.558
6.49/10.77	o -22
6.74/10.95	c And the winner is CuttingPlanes
6.84/11.78	c Got one! Elapsed wall clock time (in seconds):11.565
6.84/11.78	o -23
6.87/11.82	c And the winner is CuttingPlanes
6.93/12.78	c Got one! Elapsed wall clock time (in seconds):12.57
6.93/12.78	o -24
6.98/12.87	c And the winner is CuttingPlanes
7.11/13.79	c Got one! Elapsed wall clock time (in seconds):13.576
7.11/13.79	o -25
7.32/13.96	c And the winner is CuttingPlanes
7.44/14.80	c Got one! Elapsed wall clock time (in seconds):14.582
7.44/14.80	o -26
7.44/14.86	c And the winner is CuttingPlanes
7.56/15.80	c Got one! Elapsed wall clock time (in seconds):15.587
7.56/15.80	o -27
7.56/15.84	c And the winner is CuttingPlanes
7.65/16.81	c Got one! Elapsed wall clock time (in seconds):16.592
7.65/16.81	o -28
7.65/16.87	c And the winner is CuttingPlanes
7.79/17.81	c Got one! Elapsed wall clock time (in seconds):17.596
7.79/17.81	o -29
8.16/18.08	c And the winner is CuttingPlanes
8.33/18.82	c Got one! Elapsed wall clock time (in seconds):18.607
8.33/18.82	o -30
8.33/18.86	c And the winner is CuttingPlanes
8.42/19.83	c Got one! Elapsed wall clock time (in seconds):19.612
8.42/19.83	o -31
8.55/19.94	c And the winner is CuttingPlanes
8.71/20.83	c Got one! Elapsed wall clock time (in seconds):20.616
8.71/20.83	o -32
9.24/21.12	c And the winner is CuttingPlanes
9.29/21.84	c Got one! Elapsed wall clock time (in seconds):21.623
9.29/21.84	o -33
11.39/22.93	c And the winner is Resolution
11.47/23.85	c Got one! Elapsed wall clock time (in seconds):23.632
11.47/23.85	o -34
12.18/24.24	c And the winner is CuttingPlanes
12.26/24.85	c Got one! Elapsed wall clock time (in seconds):24.636
12.26/24.85	o -35
18.47/28.07	c cleaning 2409 clauses out of 5000 with flag 5000/5000
24.15/30.91	c And the winner is CuttingPlanes
24.18/31.87	c Got one! Elapsed wall clock time (in seconds):31.655
24.18/31.87	o -36
26.62/33.15	c And the winner is CuttingPlanes
26.73/33.88	c Got one! Elapsed wall clock time (in seconds):33.663
26.73/33.88	o -37
32.52/36.89	c cleaning 4185 clauses out of 8591 with flag 11000/11000
47.50/44.46	c cleaning 5544 clauses out of 11406 with flag 18000/18000
49.99/45.78	c And the winner is CuttingPlanes
50.15/45.94	c Got one! Elapsed wall clock time (in seconds):45.726
50.15/45.94	o -38
64.53/53.26	c cleaning 6870 clauses out of 13862 with flag 26000/26000
79.68/60.95	c cleaning 7996 clauses out of 15992 with flag 35000/35000
89.71/66.06	c And the winner is CuttingPlanes
89.82/67.06	c Got one! Elapsed wall clock time (in seconds):66.85
89.82/67.06	o -39
97.82/71.18	c And the winner is CuttingPlanes
97.98/72.08	c Got one! Elapsed wall clock time (in seconds):71.863
97.98/72.08	o -40
102.18/74.26	c cleaning 8998 clauses out of 17996 with flag 45000/45000
121.70/84.11	c cleaning 9410 clauses out of 18998 with flag 55000/55000
126.55/86.69	c And the winner is CuttingPlanes
126.73/87.11	c Got one! Elapsed wall clock time (in seconds):86.897
126.73/87.11	o -41
138.40/93.06	c cleaning 9729 clauses out of 19588 with flag 65000/65000
153.73/100.85	c cleaning 9886 clauses out of 19859 with flag 75000/75000
169.48/108.84	c cleaning 9929 clauses out of 19973 with flag 85000/85000
187.38/117.92	c cleaning 9922 clauses out of 20044 with flag 95000/95000
206.49/127.67	c cleaning 9958 clauses out of 20122 with flag 105000/105000
224.96/137.04	c cleaning 9945 clauses out of 20164 with flag 115000/115000
242.07/145.77	c cleaning 9993 clauses out of 20219 with flag 125000/125000
258.77/154.22	c cleaning 10006 clauses out of 20226 with flag 135000/135000
275.70/162.82	c cleaning 10106 clauses out of 20220 with flag 145000/145000
294.73/172.51	c cleaning 9950 clauses out of 20114 with flag 155000/155000
312.82/181.79	c cleaning 9945 clauses out of 20164 with flag 165000/165000
330.52/190.74	c cleaning 10009 clauses out of 20219 with flag 175000/175000
330.97/191.02	c And the winner is CuttingPlanes
331.01/191.46	c Got one! Elapsed wall clock time (in seconds):191.247
331.01/191.46	o -42
349.13/200.60	c cleaning 10099 clauses out of 20210 with flag 185000/185000
366.96/209.75	c cleaning 9989 clauses out of 20111 with flag 195000/195000
382.25/217.55	c cleaning 9923 clauses out of 20122 with flag 205000/205000
397.16/225.14	c cleaning 10031 clauses out of 20199 with flag 215000/215000
412.85/233.19	c cleaning 9944 clauses out of 20168 with flag 225000/225000
430.28/242.03	c cleaning 10017 clauses out of 20224 with flag 235000/235000
450.50/252.38	c cleaning 10008 clauses out of 20207 with flag 245000/245000
467.57/261.09	c cleaning 10008 clauses out of 20199 with flag 255000/255000
488.01/271.46	c cleaning 9986 clauses out of 20191 with flag 265000/265000
506.83/281.04	c cleaning 9975 clauses out of 20205 with flag 275000/275000
527.06/291.33	c cleaning 9984 clauses out of 20230 with flag 285000/285000
546.09/301.07	c cleaning 9997 clauses out of 20246 with flag 295000/295000
565.92/311.12	c cleaning 10015 clauses out of 20249 with flag 305000/305000
584.31/320.53	c cleaning 9988 clauses out of 20234 with flag 315000/315000
593.63/325.39	c cleaning 0 clauses out of 5009 with flag 0/5009
603.53/330.44	c cleaning 10060 clauses out of 20246 with flag 325000/325000
622.54/340.10	c cleaning 9938 clauses out of 20186 with flag 335000/335000
640.31/349.21	c cleaning 10096 clauses out of 20249 with flag 345001/345001
657.74/358.18	c cleaning 10007 clauses out of 20152 with flag 355000/355000
675.56/367.27	c cleaning 10020 clauses out of 20146 with flag 365001/365001
693.21/376.25	c cleaning 9965 clauses out of 20125 with flag 375000/375000
714.12/386.91	c cleaning 10049 clauses out of 20160 with flag 385000/385000
734.71/397.42	c cleaning 9914 clauses out of 20111 with flag 395000/395000
759.47/410.04	c cleaning 9961 clauses out of 20197 with flag 405000/405000
781.64/421.33	c cleaning 9993 clauses out of 20236 with flag 415000/415000
803.93/432.77	c cleaning 10047 clauses out of 20243 with flag 425000/425000
828.87/445.44	c cleaning 10019 clauses out of 20196 with flag 435000/435000
850.22/456.36	c cleaning 10000 clauses out of 20177 with flag 445000/445000
871.80/467.36	c cleaning 9977 clauses out of 20177 with flag 455000/455000
894.87/479.18	c cleaning 10019 clauses out of 20200 with flag 465000/465000
917.42/490.64	c cleaning 10022 clauses out of 20181 with flag 475000/475000
939.75/502.07	c cleaning 9997 clauses out of 20159 with flag 485000/485000
963.67/514.29	c cleaning 10013 clauses out of 20162 with flag 495000/495000
988.51/526.96	c cleaning 10008 clauses out of 20149 with flag 505000/505000
1012.80/539.38	c cleaning 9991 clauses out of 20141 with flag 515000/515000
1039.89/553.11	c cleaning 9947 clauses out of 20150 with flag 525000/525000
1065.57/566.30	c cleaning 9972 clauses out of 20203 with flag 535000/535000
1090.99/579.27	c cleaning 10005 clauses out of 20231 with flag 545000/545000
1114.09/591.07	c cleaning 10067 clauses out of 20226 with flag 555000/555000
1135.21/601.81	c cleaning 10031 clauses out of 20159 with flag 565000/565000
1159.50/614.28	c cleaning 9977 clauses out of 20128 with flag 575000/575000
1183.13/626.39	c cleaning 9986 clauses out of 20151 with flag 585000/585000
1207.42/638.72	c cleaning 9950 clauses out of 20165 with flag 595000/595000
1231.33/650.94	c cleaning 9992 clauses out of 20215 with flag 605000/605000
1256.40/663.75	c cleaning 10023 clauses out of 20223 with flag 615000/615000
1281.01/676.39	c cleaning 10056 clauses out of 20200 with flag 625000/625000
1288.65/680.32	c And the winner is CuttingPlanes
1288.69/681.30	c Got one! Elapsed wall clock time (in seconds):681.087
1288.69/681.30	o -43
1301.76/687.93	c cleaning 10072 clauses out of 20144 with flag 635000/635000
1320.50/697.51	c cleaning 9899 clauses out of 20072 with flag 645000/645000
1337.05/706.08	c cleaning 10087 clauses out of 20173 with flag 655000/655000
1355.69/715.69	c cleaning 9954 clauses out of 20086 with flag 665000/665000
1374.02/725.09	c cleaning 10022 clauses out of 20132 with flag 675000/675000
1389.57/733.05	c cleaning 10015 clauses out of 20110 with flag 685000/685000
1410.67/743.84	c cleaning 9895 clauses out of 20095 with flag 695000/695000
1426.93/752.25	c cleaning 10086 clauses out of 20200 with flag 705000/705000
1445.64/761.84	c cleaning 9958 clauses out of 20114 with flag 715000/715000
1461.78/770.12	c cleaning 9998 clauses out of 20156 with flag 725000/725000
1482.88/780.96	c cleaning 10052 clauses out of 20158 with flag 735000/735000
1498.71/789.16	c cleaning 10027 clauses out of 20106 with flag 745000/745000
1515.61/797.89	c cleaning 9949 clauses out of 20079 with flag 755000/755000
1532.14/806.39	c cleaning 9994 clauses out of 20130 with flag 765000/765000
1549.45/815.26	c cleaning 9997 clauses out of 20136 with flag 775000/775000
1566.46/824.02	c cleaning 10009 clauses out of 20139 with flag 785000/785000
1581.41/831.77	c cleaning 9967 clauses out of 20130 with flag 795000/795000
1596.93/839.75	c cleaning 10024 clauses out of 20163 with flag 805000/805000
1611.26/847.12	c cleaning 9991 clauses out of 20139 with flag 815000/815000
1624.52/854.08	c cleaning 10055 clauses out of 20148 with flag 825000/825000
1637.48/860.72	c cleaning 9965 clauses out of 20093 with flag 835000/835000
1654.19/869.33	c cleaning 9976 clauses out of 20129 with flag 845001/845001
1672.10/878.58	c cleaning 9923 clauses out of 20152 with flag 855000/855000
1689.92/887.79	c cleaning 10098 clauses out of 20229 with flag 865000/865000
1705.84/895.97	c cleaning 10052 clauses out of 20131 with flag 875000/875000
1724.93/905.73	c cleaning 9892 clauses out of 20079 with flag 885000/885000
1741.26/914.15	c cleaning 10068 clauses out of 20187 with flag 895000/895000
1759.44/923.50	c cleaning 9950 clauses out of 20119 with flag 905000/905000
1775.75/931.99	c cleaning 10019 clauses out of 20169 with flag 915000/915000
1793.25/940.97	c cleaning 9942 clauses out of 20150 with flag 925000/925000
1800.05/944.51	c starts		: 55
1800.05/944.51	c conflicts		: 7606
1800.05/944.51	c decisions		: 148636
1800.05/944.51	c propagations		: 1927454
1800.05/944.51	c inspects		: 293540281
1800.05/944.52	c learnt literals	: 0
1800.05/944.52	c learnt binary clauses	: 0
1800.05/944.52	c learnt ternary clauses	: 0
1800.05/944.52	c learnt clauses	: 7606
1800.05/944.52	c ignored clauses	: 0
1800.05/944.52	c root simplifications	: 0
1800.05/944.52	c removed literals (reason simplification)	: 0
1800.05/944.52	c reason swapping (by a shorter reason)	: 0
1800.05/944.52	c Calls to reduceDB	: 1
1800.05/944.52	c number of reductions to clauses (during analyze)	: 0
1800.05/944.52	c number of learned constraints concerned by reduction	: 0
1800.05/944.52	c number of learning phase by resolution	: 0
1800.05/944.52	c number of learning phase by cutting planes	: 0
1800.05/944.52	c speed (assignments/second)	: 7322.791807395531
1800.05/944.52	c non guided choices	78
1800.05/944.60	c learnt constraints type 
1800.05/944.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.05/944.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7601
1800.05/944.60	c constraints type 
1800.05/944.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.05/944.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.05/944.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.05/944.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.05/944.60	c constraints type 
1800.05/944.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.05/944.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
1800.05/944.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.05/944.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.05/944.60	s SATISFIABLE
1800.05/944.61	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.05/944.61	c objective function=-43
1800.05/944.61	c Total wall clock time (in seconds): 944.393

Verifier Data

OK	-43

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 14382
/proc/meminfo: memFree=1766940/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=248 CPUtime=0
/proc/14382/stat : 14382 (java) R 14380 14382 13766 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 8120708 253952 28 1992294400 134512640 134550932 4289250928 18446744073709551615 1196628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14382/statm: 62 28 21 10 0 23 0

[startup+0.0496401 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 14382
/proc/meminfo: memFree=1766940/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1521016 CPUtime=0.03
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 3479 0 1 0 2 1 0 0 18 0 5 0 8120708 1557520384 2922 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 380254 2922 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101645 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 14382
/proc/meminfo: memFree=1766940/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1524180 CPUtime=0.08
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 8120708 1560760320 3398 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301784 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 14382
/proc/meminfo: memFree=1766940/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1525652 CPUtime=0.37
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 5395 0 1 0 33 4 0 0 18 0 12 0 8120708 1562267648 4831 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 381413 4832 1356 10 0 378716 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525652

[startup+0.701794 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 14382
/proc/meminfo: memFree=1766940/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1527860 CPUtime=1.12
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 7378 0 1 0 107 5 0 0 18 0 12 0 8120708 1564528640 6551 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 381965 6551 1407 10 0 379268 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527860

[startup+1.50081 s]
/proc/loadavg: 1.01 1.00 1.00 4/118 14394
/proc/meminfo: memFree=1740620/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1528884 CPUtime=2.3
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 10685 0 1 0 223 7 0 0 18 0 12 0 8120708 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 382221 9250 1411 10 0 379524 0
[pid=14382/tid=14384] ppid=14380 vsize=1528884 CPUtime=1.46
/proc/14382/task/14384/stat : 14384 (java) R 14380 14382 13766 0 -1 4202560 7508 0 1 0 142 4 0 0 18 0 12 0 8120709 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4109391605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8120711 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8120711 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8120712 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8120713 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8120713 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8120717 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1528884 CPUtime=0.33
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 130 0 0 0 33 0 0 0 21 0 12 0 8120717 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1528884 CPUtime=0.48
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 1979 0 0 0 47 1 0 0 23 0 12 0 8120717 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8120717 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1528884 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8120717 1565577216 9250 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1528884

[startup+3.10086 s]
/proc/loadavg: 1.01 1.00 1.00 4/122 14398
/proc/meminfo: memFree=1721244/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1533728 CPUtime=3.88
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 17978 0 1 0 379 9 0 0 18 0 14 0 8120708 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 383432 15626 1426 10 0 380735 0
[pid=14382/tid=14384] ppid=14380 vsize=1533728 CPUtime=1.59
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8081 0 1 0 154 5 0 0 19 0 14 0 8120709 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 8120711 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 8120711 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 8120712 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 8120713 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 8120713 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 8120717 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1533728 CPUtime=0.69
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 515 0 0 0 69 0 0 0 16 0 14 0 8120717 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1533728 CPUtime=1.04
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 3421 0 0 0 103 1 0 0 15 0 14 0 8120717 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8120717 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8120717 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8120872 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1533728 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 8120875 1570537472 15626 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1533728

[startup+6.30194 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 14404
/proc/meminfo: memFree=1630600/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538272 CPUtime=5.81
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 40548 0 1 0 564 17 0 0 18 0 14 0 8120708 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384568 35571 1442 10 0 381871 0
[pid=14382/tid=14384] ppid=14380 vsize=1538272 CPUtime=1.6
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8117 0 1 0 155 5 0 0 19 0 14 0 8120709 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538272 CPUtime=0.01
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 534 0 0 0 1 0 0 0 17 0 14 0 8120711 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538272 CPUtime=0.01
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 421 0 0 0 1 0 0 0 18 0 14 0 8120711 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 14 0 8120712 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 8120713 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8120713 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 8120717 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538272 CPUtime=1.41
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 4302 0 0 0 140 1 0 0 16 0 14 0 8120717 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538272 CPUtime=1.21
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 3438 0 0 0 120 1 0 0 15 0 14 0 8120717 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8120717 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8120717 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8120872 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 8120875 1575190528 35571 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1538272

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.00 1/120 14418
/proc/meminfo: memFree=1624292/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538272 CPUtime=6.93
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 41785 0 1 0 675 18 0 0 18 0 14 0 8120708 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384568 36641 1442 10 0 381871 0
[pid=14382/tid=14384] ppid=14380 vsize=1538272 CPUtime=1.6
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8117 0 1 0 155 5 0 0 19 0 14 0 8120709 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538272 CPUtime=0.01
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 534 0 0 0 1 0 0 0 17 0 14 0 8120711 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538272 CPUtime=0.01
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 421 0 0 0 1 0 0 0 18 0 14 0 8120711 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 8120712 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 8120713 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8120713 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 8120717 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538272 CPUtime=1.54
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 4320 0 0 0 153 1 0 0 15 0 14 0 8120717 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538272 CPUtime=1.51
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 3604 0 0 0 150 1 0 0 16 0 14 0 8120717 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8120717 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8120717 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8120872 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538272 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 8120875 1575190528 36641 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 1538272
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 1.21 1.05 1.01 3/122 14442
/proc/meminfo: memFree=1587696/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538272 CPUtime=13.53
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 51443 0 1 0 1329 24 0 0 18 0 16 0 8120708 1575190528 45811 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384568 45811 1444 10 0 381871 0
[pid=14382/tid=14384] ppid=14380 vsize=1538272 CPUtime=1.61
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8117 0 1 0 156 5 0 0 19 0 16 0 8120709 1575190528 45811 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0

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

/proc/14382/task/14475/stat : 14475 (java) R 14380 14382 13766 0 -1 4202560 63 0 0 0 13301 0 0 0 25 0 16 0 8188838 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4109623264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14476] ppid=14380 vsize=1538080 CPUtime=132.56
/proc/14382/task/14476/stat : 14476 (java) R 14380 14382 13766 0 -1 4202560 45 0 0 0 13255 1 0 0 25 0 16 0 8188838 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4109609919 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.1
Current children cumulated vsize (KiB) 1538080

[startup+882.303 s]
/proc/loadavg: 1.98 1.97 1.61 3/122 14482
/proc/meminfo: memFree=1485892/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538080 CPUtime=1679.2
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 80587 0 1 0 167820 100 0 0 18 0 16 0 8120708 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384520 70899 1453 10 0 381823 0
[pid=14382/tid=14384] ppid=14380 vsize=1538080 CPUtime=1.61
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8131 0 1 0 156 5 0 0 15 0 16 0 8120709 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538080 CPUtime=9.17
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 16518 0 0 0 893 24 0 0 16 0 16 0 8120711 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538080 CPUtime=9.17
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 15919 0 0 0 899 18 0 0 15 0 16 0 8120711 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538080 CPUtime=21.87
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 1278 0 0 0 2165 22 0 0 15 0 16 0 8120712 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538080 CPUtime=2.98
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 5270 0 0 0 296 2 0 0 16 0 16 0 8120717 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538080 CPUtime=2.61
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 4385 0 0 0 260 1 0 0 15 0 16 0 8120717 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8120717 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 8120872 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8120875 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14475] ppid=14380 vsize=1538080 CPUtime=189.21
/proc/14382/task/14475/stat : 14475 (java) R 14380 14382 13766 0 -1 4202560 88 0 0 0 18920 1 0 0 25 0 16 0 8188838 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4109656000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14476] ppid=14380 vsize=1538080 CPUtime=188.26
/proc/14382/task/14476/stat : 14476 (java) R 14380 14382 13766 0 -1 4202560 60 0 0 0 18825 1 0 0 25 0 16 0 8188838 1574993920 70899 1992294400 134512640 134550932 4289250928 18446744073709551615 4109693307 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1679.2
Current children cumulated vsize (KiB) 1538080

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.63 3/122 14484
/proc/meminfo: memFree=1482420/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538080 CPUtime=1795.69
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 81528 0 1 0 179463 106 0 0 18 0 16 0 8120708 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384520 71753 1453 10 0 381823 0
[pid=14382/tid=14384] ppid=14380 vsize=1538080 CPUtime=1.61
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8131 0 1 0 156 5 0 0 15 0 16 0 8120709 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538080 CPUtime=9.96
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 17127 0 0 0 968 28 0 0 16 0 16 0 8120711 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538080 CPUtime=9.96
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 16200 0 0 0 978 18 0 0 15 0 16 0 8120711 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538080 CPUtime=24.33
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 1282 0 0 0 2411 22 0 0 16 0 16 0 8120712 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538080 CPUtime=2.98
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 5270 0 0 0 296 2 0 0 16 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538080 CPUtime=2.61
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 4385 0 0 0 260 1 0 0 15 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 8120872 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8120875 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14475] ppid=14380 vsize=1538080 CPUtime=245.71
/proc/14382/task/14475/stat : 14475 (java) R 14380 14382 13766 0 -1 4202560 118 0 0 0 24569 2 0 0 25 0 16 0 8188838 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4109776203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14476] ppid=14380 vsize=1538080 CPUtime=244.2
/proc/14382/task/14476/stat : 14476 (java) R 14380 14382 13766 0 -1 4202560 73 0 0 0 24419 1 0 0 25 0 16 0 8188838 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4109657776 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (KiB) 1538080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.502 s]
/proc/loadavg: 1.99 1.97 1.63 4/122 14484
/proc/meminfo: memFree=1482420/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538080 CPUtime=1800.05
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 81530 0 1 0 179899 106 0 0 18 0 16 0 8120708 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384520 71753 1453 10 0 381823 0
[pid=14382/tid=14384] ppid=14380 vsize=1538080 CPUtime=1.61
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8131 0 1 0 156 5 0 0 15 0 16 0 8120709 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538080 CPUtime=10
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 17127 0 0 0 972 28 0 0 16 0 16 0 8120711 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538080 CPUtime=10.01
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 16200 0 0 0 983 18 0 0 15 0 16 0 8120711 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538080 CPUtime=24.33
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 1282 0 0 0 2411 22 0 0 15 0 16 0 8120712 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8120713 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538080 CPUtime=2.98
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 5270 0 0 0 296 2 0 0 16 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538080 CPUtime=2.61
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 4385 0 0 0 260 1 0 0 15 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8120717 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 8120872 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538080 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8120875 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14475] ppid=14380 vsize=1538080 CPUtime=247.88
/proc/14382/task/14475/stat : 14475 (java) R 14380 14382 13766 0 -1 4202560 119 0 0 0 24786 2 0 0 25 0 16 0 8188838 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4109623816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14476] ppid=14380 vsize=1538080 CPUtime=246.32
/proc/14382/task/14476/stat : 14476 (java) R 14380 14382 13766 0 -1 4202560 74 0 0 0 24631 1 0 0 25 0 16 0 8188838 1574993920 71753 1992294400 134512640 134550932 4289250928 18446744073709551615 4109584255 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1538080

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

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

[startup+944.616 s]
/proc/loadavg: 1.99 1.97 1.63 4/122 14484
/proc/meminfo: memFree=1482420/2059040 swapFree=4144492/4192956
[pid=14382] ppid=14380 vsize=1538728 CPUtime=1800.26
/proc/14382/stat : 14382 (java) S 14380 14382 13766 0 -1 4202496 81549 0 1 0 179920 106 0 0 18 0 17 0 8120708 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14382/statm: 384682 71772 1453 10 0 381985 0
[pid=14382/tid=14384] ppid=14380 vsize=1538728 CPUtime=1.61
/proc/14382/task/14384/stat : 14384 (java) S 14380 14382 13766 0 -1 4202560 8131 0 1 0 156 5 0 0 15 0 17 0 8120709 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14385] ppid=14380 vsize=1538728 CPUtime=10
/proc/14382/task/14385/stat : 14385 (java) S 14380 14382 13766 0 -1 4202560 17127 0 0 0 972 28 0 0 16 0 17 0 8120711 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14386] ppid=14380 vsize=1538728 CPUtime=10.01
/proc/14382/task/14386/stat : 14386 (java) S 14380 14382 13766 0 -1 4202560 16200 0 0 0 983 18 0 0 15 0 17 0 8120711 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14387] ppid=14380 vsize=1538728 CPUtime=24.33
/proc/14382/task/14387/stat : 14387 (java) S 14380 14382 13766 0 -1 4202560 1282 0 0 0 2411 22 0 0 15 0 17 0 8120712 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14388] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14388/stat : 14388 (java) S 14380 14382 13766 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 17 0 8120713 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14389] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14389/stat : 14389 (java) S 14380 14382 13766 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 8120713 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14390] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14390/stat : 14390 (java) S 14380 14382 13766 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 8120717 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14391] ppid=14380 vsize=1538728 CPUtime=2.98
/proc/14382/task/14391/stat : 14391 (java) S 14380 14382 13766 0 -1 4202560 5270 0 0 0 296 2 0 0 16 0 17 0 8120717 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14392] ppid=14380 vsize=1538728 CPUtime=2.61
/proc/14382/task/14392/stat : 14392 (java) S 14380 14382 13766 0 -1 4202560 4385 0 0 0 260 1 0 0 15 0 17 0 8120717 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14393] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14393/stat : 14393 (java) S 14380 14382 13766 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 8120717 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14394] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14394/stat : 14394 (java) S 14380 14382 13766 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 8120717 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14397] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14397/stat : 14397 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 8120872 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 1 0 0 0
[pid=14382/tid=14398] ppid=14380 vsize=1538728 CPUtime=0
/proc/14382/task/14398/stat : 14398 (java) S 14380 14382 13766 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 17 0 8120875 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820568896 0 0 -1 0 0 0 0
[pid=14382/tid=14475] ppid=14380 vsize=1538728 CPUtime=247.97
/proc/14382/task/14475/stat : 14475 (java) R 14380 14382 13766 0 -1 4202560 119 0 0 0 24795 2 0 0 25 0 17 0 8188838 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4109654507 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14382/tid=14476] ppid=14380 vsize=1538728 CPUtime=246.42
/proc/14382/task/14476/stat : 14476 (java) R 14380 14382 13766 0 -1 4202560 74 0 0 0 24641 1 0 0 25 0 17 0 8188838 1575657472 71772 1992294400 134512640 134550932 4289250928 18446744073709551615 4109584102 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1538728

Child status: 143
Real time (s): 944.678
CPU time (s): 1800.36
CPU user time (s): 1799.26
CPU system time (s): 1.09583
CPU usage (%): 190.579
Max. virtual memory (cumulated for all children) (KiB): 1543084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.09583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81550
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= 28887
involuntary context switches= 52882

runsolver used 5.02524 second user time and 10.7994 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 08:05:27
IDJOB=2661985
IDBENCH=48240
IDSOLVER=1166
FILE ID=node049/2661985-1276668327
PBS_JOBID= 11172493
Free space on /tmp= 62524 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_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661985-1276668327/watcher-2661985-1276668327 -o /tmp/evaluation-result-2661985-1276668327/solver-2661985-1276668327 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661985-1276668327.opb

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=1590636628

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1767336 kB
Buffers:         88032 kB
Cached:         108440 kB
SwapCached:       5856 kB
Active:         100132 kB
Inactive:       113240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1767336 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:       14108 kB
Mapped:          13124 kB
Slab:            56392 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 08:21:13