Trace number 2662024

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-42 1800.24 939.58

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
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-51
Best CPU time to get the best result obtained on this benchmark1789.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
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)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

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.16	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-2662024-1276674645.opb
0.22/0.22	c reading problem ... 
2.33/1.77	c ... done. Wall clock time 1.548s.
2.33/1.77	c #vars     2888
2.33/1.78	c #constraints  5578
2.33/1.78	c constraints type 
2.33/1.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
2.33/1.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.33/1.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.33/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
2.33/1.78	c constraints type 
2.33/1.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.33/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2488
2.33/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
2.33/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
3.06/2.22	c And the winner is CuttingPlanes
3.31/2.79	c SATISFIABLE
3.31/2.79	c OPTIMIZING...
3.31/2.79	c Got one! Elapsed wall clock time (in seconds):2.568
3.31/2.79	o -4
3.53/2.97	c And the winner is CuttingPlanes
4.34/3.80	c Got one! Elapsed wall clock time (in seconds):3.578
4.34/3.80	o -8
4.53/3.92	c And the winner is CuttingPlanes
4.57/4.81	c Got one! Elapsed wall clock time (in seconds):4.586
4.57/4.81	o -12
4.74/4.96	c And the winner is CuttingPlanes
4.87/5.82	c Got one! Elapsed wall clock time (in seconds):5.599
4.87/5.82	o -13
5.02/5.93	c And the winner is CuttingPlanes
5.10/6.83	c Got one! Elapsed wall clock time (in seconds):6.604
5.10/6.83	o -15
5.10/6.87	c And the winner is CuttingPlanes
5.23/7.83	c Got one! Elapsed wall clock time (in seconds):7.61
5.23/7.83	o -16
5.79/8.17	c And the winner is CuttingPlanes
5.90/8.84	c Got one! Elapsed wall clock time (in seconds):8.615
5.90/8.84	o -17
6.01/8.91	c And the winner is CuttingPlanes
6.04/9.85	c Got one! Elapsed wall clock time (in seconds):9.63
6.04/9.85	o -18
6.14/9.93	c And the winner is CuttingPlanes
6.19/10.87	c Got one! Elapsed wall clock time (in seconds):10.649
6.19/10.87	o -19
6.24/10.92	c And the winner is CuttingPlanes
6.27/11.88	c Got one! Elapsed wall clock time (in seconds):11.654
6.27/11.88	o -26
6.30/11.93	c And the winner is CuttingPlanes
6.41/12.88	c Got one! Elapsed wall clock time (in seconds):12.66
6.41/12.88	o -27
6.64/13.06	c And the winner is CuttingPlanes
6.76/13.89	c Got one! Elapsed wall clock time (in seconds):13.665
6.76/13.89	o -28
6.77/13.99	c And the winner is CuttingPlanes
6.96/14.89	c Got one! Elapsed wall clock time (in seconds):14.67
6.96/14.89	o -29
6.96/14.98	c And the winner is CuttingPlanes
7.13/15.90	c Got one! Elapsed wall clock time (in seconds):15.677
7.13/15.90	o -30
7.13/15.94	c And the winner is CuttingPlanes
7.21/16.91	c Got one! Elapsed wall clock time (in seconds):16.683
7.21/16.91	o -31
7.38/17.07	c And the winner is CuttingPlanes
7.52/17.91	c Got one! Elapsed wall clock time (in seconds):17.687
7.52/17.91	o -32
7.52/17.99	c And the winner is CuttingPlanes
7.68/18.92	c Got one! Elapsed wall clock time (in seconds):18.699
7.68/18.92	o -33
11.19/20.77	c And the winner is CuttingPlanes
11.33/20.93	c Got one! Elapsed wall clock time (in seconds):20.707
11.33/20.93	o -34
11.86/21.25	c And the winner is CuttingPlanes
11.97/21.94	c Got one! Elapsed wall clock time (in seconds):21.713
11.97/21.94	o -35
12.68/22.32	c And the winner is CuttingPlanes
12.72/22.94	c Got one! Elapsed wall clock time (in seconds):22.718
12.72/22.94	o -36
13.81/23.51	c And the winner is CuttingPlanes
13.83/23.95	c Got one! Elapsed wall clock time (in seconds):23.724
13.83/23.95	o -37
18.10/26.12	c And the winner is CuttingPlanes
18.10/26.16	c cleaning 2500 clauses out of 5000 with flag 5000/5000
18.26/26.96	c Got one! Elapsed wall clock time (in seconds):26.733
18.26/26.96	o -38
20.71/28.29	c And the winner is CuttingPlanes
20.90/28.97	c Got one! Elapsed wall clock time (in seconds):28.741
20.90/28.97	o -39
30.08/33.60	c cleaning 4250 clauses out of 8500 with flag 11000/11000
42.87/40.18	c cleaning 5531 clauses out of 11250 with flag 18000/18000
52.11/44.81	c And the winner is CuttingPlanes
52.13/45.00	c Got one! Elapsed wall clock time (in seconds):44.778
52.13/45.00	o -40
56.68/47.31	c cleaning 6860 clauses out of 13719 with flag 26000/26000
69.83/54.09	c cleaning 7898 clauses out of 15859 with flag 35000/35000
85.39/61.90	c cleaning 8946 clauses out of 17961 with flag 45000/45000
100.75/69.75	c cleaning 9496 clauses out of 19015 with flag 55000/55000
116.49/77.79	c cleaning 9675 clauses out of 19519 with flag 65000/65000
132.01/85.63	c cleaning 9799 clauses out of 19844 with flag 75000/75000
146.77/93.12	c cleaning 10021 clauses out of 20045 with flag 85000/85000
162.51/101.16	c cleaning 9861 clauses out of 20024 with flag 95000/95000
167.52/103.71	c And the winner is CuttingPlanes
167.55/104.13	c Got one! Elapsed wall clock time (in seconds):103.91
167.55/104.13	o -41
171.83/106.34	c And the winner is CuttingPlanes
171.92/107.14	c Got one! Elapsed wall clock time (in seconds):106.919
171.92/107.14	o -42
180.74/111.69	c cleaning 10082 clauses out of 20163 with flag 105000/105000
196.24/119.57	c cleaning 9953 clauses out of 20081 with flag 115000/115000
211.36/127.23	c cleaning 10013 clauses out of 20128 with flag 125000/125000
225.90/134.68	c cleaning 9979 clauses out of 20115 with flag 135000/135000
241.23/142.43	c cleaning 9937 clauses out of 20136 with flag 145000/145000
255.52/149.78	c cleaning 10008 clauses out of 20199 with flag 155000/155000
270.46/157.34	c cleaning 10011 clauses out of 20191 with flag 165000/165000
284.76/164.62	c cleaning 10012 clauses out of 20180 with flag 175000/175000
299.29/172.01	c cleaning 9942 clauses out of 20168 with flag 185000/185000
313.77/179.44	c cleaning 9997 clauses out of 20226 with flag 195000/195000
329.09/187.26	c cleaning 9988 clauses out of 20229 with flag 205000/205000
345.00/195.39	c cleaning 10065 clauses out of 20241 with flag 215000/215000
361.50/203.75	c cleaning 9933 clauses out of 20176 with flag 225000/225000
377.56/211.96	c cleaning 10088 clauses out of 20243 with flag 235000/235000
395.65/221.15	c cleaning 9960 clauses out of 20155 with flag 245000/245000
411.74/229.35	c cleaning 9999 clauses out of 20195 with flag 255000/255000
426.43/236.85	c cleaning 9973 clauses out of 20196 with flag 265000/265000
441.10/244.33	c cleaning 9989 clauses out of 20223 with flag 275000/275000
458.97/253.50	c cleaning 10054 clauses out of 20234 with flag 285000/285000
475.84/262.06	c cleaning 10071 clauses out of 20180 with flag 295000/295000
492.72/270.65	c cleaning 9933 clauses out of 20110 with flag 305001/305001
509.12/279.02	c cleaning 9999 clauses out of 20176 with flag 315000/315000
528.96/289.15	c cleaning 9946 clauses out of 20177 with flag 325000/325000
547.42/298.58	c cleaning 10047 clauses out of 20231 with flag 335000/335000
566.86/308.50	c cleaning 10007 clauses out of 20184 with flag 345000/345000
585.28/317.86	c cleaning 10017 clauses out of 20177 with flag 355000/355000
603.52/327.16	c cleaning 9987 clauses out of 20160 with flag 365000/365000
622.35/336.73	c cleaning 9976 clauses out of 20173 with flag 375000/375000
622.71/336.97	c cleaning 0 clauses out of 5000 with flag 0/5000
642.82/347.20	c cleaning 10020 clauses out of 20197 with flag 385000/385000
661.64/356.87	c cleaning 10007 clauses out of 20177 with flag 395000/395000
679.28/365.83	c cleaning 9961 clauses out of 20170 with flag 405000/405000
699.89/376.36	c cleaning 10024 clauses out of 20209 with flag 415000/415000
719.07/386.17	c cleaning 10019 clauses out of 20185 with flag 425000/425000
737.90/395.76	c cleaning 9975 clauses out of 20166 with flag 435000/435000
758.31/406.19	c cleaning 10046 clauses out of 20191 with flag 445000/445000
777.93/416.19	c cleaning 10015 clauses out of 20145 with flag 455000/455000
798.08/426.44	c cleaning 9989 clauses out of 20130 with flag 465000/465000
820.09/437.60	c cleaning 9969 clauses out of 20141 with flag 475000/475000
840.69/448.19	c cleaning 9976 clauses out of 20172 with flag 485000/485000
861.52/458.76	c cleaning 10034 clauses out of 20196 with flag 495000/495000
880.68/468.54	c cleaning 9998 clauses out of 20162 with flag 505000/505000
902.86/479.87	c cleaning 9967 clauses out of 20164 with flag 515000/515000
923.05/490.11	c cleaning 10002 clauses out of 20197 with flag 525000/525000
944.64/501.17	c cleaning 9995 clauses out of 20195 with flag 535000/535000
965.38/511.73	c cleaning 9992 clauses out of 20200 with flag 545000/545000
986.16/522.38	c cleaning 10053 clauses out of 20208 with flag 555000/555000
1004.58/531.76	c cleaning 9980 clauses out of 20155 with flag 565000/565000
1024.18/541.76	c cleaning 10049 clauses out of 20175 with flag 575000/575000
1043.70/551.72	c cleaning 9910 clauses out of 20126 with flag 585000/585000
1064.11/562.17	c cleaning 10049 clauses out of 20216 with flag 595000/595000
1085.48/573.03	c cleaning 9972 clauses out of 20167 with flag 605000/605000
1108.03/584.54	c cleaning 9994 clauses out of 20195 with flag 615000/615000
1127.94/594.78	c cleaning 10002 clauses out of 20201 with flag 625000/625000
1149.11/605.52	c cleaning 9983 clauses out of 20199 with flag 635000/635000
1169.82/616.11	c cleaning 10095 clauses out of 20216 with flag 645000/645000
1190.57/626.78	c cleaning 9977 clauses out of 20121 with flag 655000/655000
1213.41/638.40	c cleaning 10025 clauses out of 20144 with flag 665000/665000
1233.98/649.00	c cleaning 10006 clauses out of 20119 with flag 675000/675000
1255.91/660.13	c cleaning 9924 clauses out of 20113 with flag 685000/685000
1277.46/671.19	c cleaning 9982 clauses out of 20189 with flag 695000/695000
1298.74/682.07	c cleaning 10028 clauses out of 20207 with flag 705000/705000
1317.49/691.61	c cleaning 9970 clauses out of 20179 with flag 715000/715000
1337.44/701.82	c cleaning 10065 clauses out of 20209 with flag 725000/725000
1355.59/711.14	c cleaning 9967 clauses out of 20144 with flag 735000/735000
1373.67/720.44	c cleaning 10016 clauses out of 20177 with flag 745000/745000
1390.83/729.26	c cleaning 10034 clauses out of 20161 with flag 755000/755000
1407.59/737.85	c cleaning 9987 clauses out of 20127 with flag 765000/765000
1424.56/746.54	c cleaning 9993 clauses out of 20140 with flag 775000/775000
1442.24/755.61	c cleaning 10009 clauses out of 20147 with flag 785000/785000
1460.36/764.93	c cleaning 10007 clauses out of 20138 with flag 795000/795000
1476.73/773.37	c cleaning 9975 clauses out of 20131 with flag 805000/805000
1491.70/781.03	c cleaning 10020 clauses out of 20156 with flag 815000/815000
1509.74/790.32	c cleaning 10017 clauses out of 20136 with flag 825000/825000
1529.07/800.28	c cleaning 9987 clauses out of 20119 with flag 835000/835000
1545.82/808.81	c cleaning 10001 clauses out of 20132 with flag 845000/845000
1563.14/817.76	c cleaning 9932 clauses out of 20131 with flag 855000/855000
1583.17/828.01	c cleaning 10082 clauses out of 20199 with flag 865000/865000
1600.71/837.06	c cleaning 9957 clauses out of 20117 with flag 875000/875000
1619.61/846.72	c cleaning 9978 clauses out of 20160 with flag 885000/885000
1636.36/855.34	c cleaning 9998 clauses out of 20182 with flag 895000/895000
1656.77/865.88	c cleaning 9953 clauses out of 20184 with flag 905000/905000
1675.09/875.24	c cleaning 10042 clauses out of 20231 with flag 915000/915000
1693.81/884.85	c cleaning 10012 clauses out of 20189 with flag 925000/925000
1713.69/895.08	c cleaning 9996 clauses out of 20177 with flag 935000/935000
1731.33/904.12	c cleaning 9976 clauses out of 20181 with flag 945000/945000
1749.82/913.63	c cleaning 10022 clauses out of 20205 with flag 955000/955000
1773.88/925.93	c cleaning 9979 clauses out of 20183 with flag 965000/965000
1795.36/936.92	c cleaning 10000 clauses out of 20204 with flag 975000/975000
1800.12/939.51	c starts		: 54
1800.12/939.52	c conflicts		: 7978
1800.12/939.52	c decisions		: 156450
1800.12/939.52	c propagations		: 2029700
1800.12/939.52	c inspects		: 314722976
1800.12/939.52	c learnt literals	: 0
1800.12/939.52	c learnt binary clauses	: 0
1800.12/939.52	c learnt ternary clauses	: 0
1800.12/939.52	c learnt clauses	: 7978
1800.12/939.52	c ignored clauses	: 0
1800.12/939.52	c root simplifications	: 0
1800.12/939.52	c removed literals (reason simplification)	: 0
1800.12/939.52	c reason swapping (by a shorter reason)	: 0
1800.12/939.52	c Calls to reduceDB	: 1
1800.12/939.52	c number of reductions to clauses (during analyze)	: 0
1800.12/939.52	c number of learned constraints concerned by reduction	: 0
1800.12/939.52	c number of learning phase by resolution	: 0
1800.12/939.52	c number of learning phase by cutting planes	: 0
1800.12/939.52	c speed (assignments/second)	: 2438.4617879810517
1800.12/939.52	c non guided choices	182
1800.12/939.53	c learnt constraints type 
1800.12/939.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.12/939.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7976
1800.12/939.53	c constraints type 
1800.12/939.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
1800.12/939.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.12/939.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.12/939.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
1800.12/939.53	c constraints type 
1800.12/939.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.12/939.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2488
1800.12/939.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.12/939.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
1800.12/939.53	s SATISFIABLE
1800.12/939.53	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.12/939.53	c objective function=-42
1800.12/939.53	c Total wall clock time (in seconds): 939.305

Verifier Data

OK	-42

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 12254
/proc/meminfo: memFree=1780252/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=428 CPUtime=0
/proc/12254/stat : 12254 (java6) R 12252 12254 11731 0 -1 4194304 122 0 0 0 0 0 0 0 19 0 1 0 43068560 438272 43 1992294400 134512640 134550932 4288259440 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12254/statm: 111 45 36 10 0 25 0

[startup+0.0834749 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 12254
/proc/meminfo: memFree=1780252/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1521796 CPUtime=0.06
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 3782 0 1 0 4 2 0 0 15 0 7 0 43068560 1558319104 3224 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 380449 3224 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100867 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 12254
/proc/meminfo: memFree=1780252/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1524020 CPUtime=0.08
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 43068560 1560596480 3373 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300888 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 12254
/proc/meminfo: memFree=1780252/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1526376 CPUtime=0.35
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 5406 0 1 0 32 3 0 0 15 0 12 0 43068560 1563009024 4844 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 381594 4844 1354 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.70094 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 12254
/proc/meminfo: memFree=1780252/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1529296 CPUtime=0.96
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 7040 0 1 0 93 3 0 0 15 0 12 0 43068560 1565999104 6409 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 382324 6409 1407 10 0 379627 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1529296

[startup+1.50204 s]
/proc/loadavg: 0.93 0.99 0.99 2/118 12266
/proc/meminfo: memFree=1755852/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1529296 CPUtime=2.05
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 9802 0 1 0 200 5 0 0 15 0 12 0 43068560 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 382324 8906 1411 10 0 379627 0
[pid=12254/tid=12256] ppid=12252 vsize=1529296 CPUtime=1.27
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11731 0 -1 4202560 7019 0 1 0 124 3 0 0 25 0 12 0 43068562 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4109125121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43068564 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43068564 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43068565 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 43068566 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43068566 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43068570 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1529296 CPUtime=0.39
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 684 0 0 0 39 0 0 0 15 0 12 0 43068570 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1529296 CPUtime=0.36
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 1033 0 0 0 36 0 0 0 15 0 12 0 43068570 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 43068570 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1529296 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43068570 1565999104 8906 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1529296

[startup+3.1015 s]
/proc/loadavg: 0.93 0.99 0.99 4/122 12272
/proc/meminfo: memFree=1740692/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1533508 CPUtime=3.81
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 16984 0 1 0 374 7 0 0 15 0 14 0 43068560 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 383377 14943 1426 10 0 380680 0
[pid=12254/tid=12256] ppid=12252 vsize=1533508 CPUtime=1.51
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 7996 0 1 0 148 3 0 0 19 0 14 0 43068562 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 43068564 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 43068564 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 43068565 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 43068566 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 43068566 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 43068570 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1533508 CPUtime=0.82
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 791 0 0 0 82 0 0 0 16 0 14 0 43068570 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1533508 CPUtime=0.97
/proc/12254/task/12264/stat : 12264 (java) R 12252 12254 11731 0 -1 4202560 2717 0 0 0 97 0 0 0 16 0 14 0 43068570 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 104139597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 43068570 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 43068570 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068742 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1533508 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068743 1570312192 14943 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1533508

[startup+6.3005 s]
/proc/loadavg: 0.85 0.97 0.99 1/120 12278
/proc/meminfo: memFree=1689620/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1540492 CPUtime=5.1
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 31194 0 1 0 496 14 0 0 15 0 14 0 43068560 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385123 26584 1429 10 0 382426 0
[pid=12254/tid=12256] ppid=12252 vsize=1540492 CPUtime=1.52
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8047 0 1 0 149 3 0 0 18 0 14 0 43068562 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 43068564 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 43068564 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 43068565 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 43068566 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 43068566 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 43068570 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1540492 CPUtime=0.9
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 797 0 0 0 90 0 0 0 16 0 14 0 43068570 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1540492 CPUtime=1.63
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7092 0 0 0 161 2 0 0 15 0 14 0 43068570 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 43068570 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 43068570 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068742 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068743 1577463808 26584 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1540492

[startup+12.7015 s]
/proc/loadavg: 0.78 0.95 0.98 1/120 12292
/proc/meminfo: memFree=1649940/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1540492 CPUtime=6.41
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 38386 0 1 0 623 18 0 0 15 0 14 0 43068560 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385123 33678 1442 10 0 382426 0
[pid=12254/tid=12256] ppid=12252 vsize=1540492 CPUtime=1.53
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8149 0 1 0 150 3 0 0 19 0 14 0 43068562 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1540492 CPUtime=0.01
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 544 0 0 0 1 0 0 0 16 0 14 0 43068564 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1540492 CPUtime=0.01
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 416 0 0 0 1 0 0 0 18 0 14 0 43068564 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1540492 CPUtime=0.04
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 9 0 0 0 3 1 0 0 15 0 14 0 43068565 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 43068566 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 43068566 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 43068570 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1540492 CPUtime=1.22
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 818 0 0 0 122 0 0 0 15 0 14 0 43068570 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1540492 CPUtime=1.78
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7097 0 0 0 176 2 0 0 16 0 14 0 43068570 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 43068570 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 43068570 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068742 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1540492 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43068743 1577463808 33678 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 1540492
heavy processes:

[startup+25.5015 s]
/proc/loadavg: 0.92 0.97 0.99 3/122 12314
/proc/meminfo: memFree=1596976/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1540492 CPUtime=16.9
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 51750 0 1 0 1665 25 0 0 15 0 16 0 43068560 1577463808 46851 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385123 46851 1444 10 0 382426 0
[pid=12254/tid=12256] ppid=12252 vsize=1540492 CPUtime=1.55
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8199 0 1 0 151 4 0 0 18 0 16 0 43068562 1577463808 46851 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0

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

/proc/12254/task/12325/stat : 12325 (java) R 12252 12254 11731 0 -1 4202560 275 0 0 0 63021 23 0 0 25 0 16 0 43079275 1579581440 70387 1992294400 134512640 134550932 4287036704 18446744073709551615 4109483327 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12254/tid=12326] ppid=12252 vsize=1542560 CPUtime=622.81
/proc/12254/task/12326/stat : 12326 (java) R 12252 12254 11731 0 -1 4202560 213 0 0 0 62279 2 0 0 25 0 16 0 43079275 1579581440 70387 1992294400 134512640 134550932 4287036704 18446744073709551615 4109365230 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1455.23
Current children cumulated vsize (KiB) 1542560

[startup+822.301 s]
/proc/loadavg: 2.14 2.02 1.60 3/122 12353
/proc/meminfo: memFree=1492196/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1542560 CPUtime=1571.87
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 83536 0 1 0 157071 116 0 0 15 0 16 0 43068560 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385640 72667 1453 10 0 382943 0
[pid=12254/tid=12256] ppid=12252 vsize=1542560 CPUtime=1.55
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8210 0 1 0 151 4 0 0 15 0 16 0 43068562 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1542560 CPUtime=8.48
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 17828 0 0 0 823 25 0 0 16 0 16 0 43068564 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1542560 CPUtime=8.43
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 15843 0 0 0 818 25 0 0 16 0 16 0 43068564 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1542560 CPUtime=18.91
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 953 0 0 0 1882 9 0 0 15 0 16 0 43068565 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1542560 CPUtime=2.86
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 4369 0 0 0 285 1 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1542560 CPUtime=2.61
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7225 0 0 0 259 2 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068742 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068743 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12325] ppid=12252 vsize=1542560 CPUtime=687.21
/proc/12254/task/12325/stat : 12325 (java) R 12252 12254 11731 0 -1 4202560 299 0 0 0 68695 26 0 0 25 0 16 0 43079275 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4109482452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12254/tid=12326] ppid=12252 vsize=1542560 CPUtime=678.92
/proc/12254/task/12326/stat : 12326 (java) R 12252 12254 11731 0 -1 4202560 229 0 0 0 67890 2 0 0 25 0 16 0 43079275 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4109364851 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1571.87
Current children cumulated vsize (KiB) 1542560

[startup+882.301 s]
/proc/loadavg: 2.20 2.06 1.64 3/122 12355
/proc/meminfo: memFree=1492072/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1542560 CPUtime=1688.85
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 83585 0 1 0 168764 121 0 0 15 0 16 0 43068560 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385640 72667 1453 10 0 382943 0
[pid=12254/tid=12256] ppid=12252 vsize=1542560 CPUtime=1.55
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8212 0 1 0 151 4 0 0 15 0 16 0 43068562 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1542560 CPUtime=9.22
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 17828 0 0 0 895 27 0 0 15 0 16 0 43068564 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1542560 CPUtime=9.17
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 15843 0 0 0 891 26 0 0 16 0 16 0 43068564 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1542560 CPUtime=20.88
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 957 0 0 0 2079 9 0 0 15 0 16 0 43068565 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1542560 CPUtime=2.86
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 4369 0 0 0 285 1 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1542560 CPUtime=2.61
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7225 0 0 0 259 2 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 43068570 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068742 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068743 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12325] ppid=12252 vsize=1542560 CPUtime=744.35
/proc/12254/task/12325/stat : 12325 (java) R 12252 12254 11731 0 -1 4202560 327 0 0 0 74408 27 0 0 25 0 16 0 43079275 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4109448836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12254/tid=12326] ppid=12252 vsize=1542560 CPUtime=735.3
/proc/12254/task/12326/stat : 12326 (java) R 12252 12254 11731 0 -1 4202560 240 0 0 0 73528 2 0 0 25 0 16 0 43079275 1579581440 72667 1992294400 134512640 134550932 4287036704 18446744073709551615 4109383956 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.85
Current children cumulated vsize (KiB) 1542560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.501 s]
/proc/loadavg: 2.08 2.05 1.66 3/122 12357
/proc/meminfo: memFree=1489840/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1542560 CPUtime=1800.12
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 84224 0 1 0 179882 130 0 0 15 0 16 0 43068560 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385640 73214 1453 10 0 382943 0
[pid=12254/tid=12256] ppid=12252 vsize=1542560 CPUtime=1.55
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8215 0 1 0 151 4 0 0 15 0 16 0 43068562 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1542560 CPUtime=9.94
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 17963 0 0 0 963 31 0 0 16 0 16 0 43068564 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1542560 CPUtime=9.91
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 16303 0 0 0 964 27 0 0 15 0 16 0 43068564 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1542560 CPUtime=23.02
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 959 0 0 0 2292 10 0 0 15 0 16 0 43068565 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1542560 CPUtime=2.86
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 4369 0 0 0 285 1 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1542560 CPUtime=2.61
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7225 0 0 0 259 2 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068742 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068743 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12325] ppid=12252 vsize=1542560 CPUtime=797.76
/proc/12254/task/12325/stat : 12325 (java) R 12252 12254 11731 0 -1 4202560 343 0 0 0 79748 28 0 0 25 0 16 0 43079275 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4109482526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12254/tid=12326] ppid=12252 vsize=1542560 CPUtime=789.57
/proc/12254/task/12326/stat : 12326 (java) R 12252 12254 11731 0 -1 4202560 261 0 0 0 78953 4 0 0 25 0 16 0 43079275 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4109414879 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1542560

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

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

[startup+939.501 s]
/proc/loadavg: 2.08 2.05 1.66 3/122 12357
/proc/meminfo: memFree=1489840/2059040 swapFree=4136508/4192956
[pid=12254] ppid=12252 vsize=1542560 CPUtime=1800.12
/proc/12254/stat : 12254 (java) S 12252 12254 11731 0 -1 4202496 84224 0 1 0 179882 130 0 0 15 0 16 0 43068560 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12254/statm: 385640 73214 1453 10 0 382943 0
[pid=12254/tid=12256] ppid=12252 vsize=1542560 CPUtime=1.55
/proc/12254/task/12256/stat : 12256 (java) S 12252 12254 11731 0 -1 4202560 8215 0 1 0 151 4 0 0 15 0 16 0 43068562 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1542560 CPUtime=9.94
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11731 0 -1 4202560 17963 0 0 0 963 31 0 0 16 0 16 0 43068564 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1542560 CPUtime=9.91
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11731 0 -1 4202560 16303 0 0 0 964 27 0 0 15 0 16 0 43068564 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1542560 CPUtime=23.02
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11731 0 -1 4202560 959 0 0 0 2292 10 0 0 15 0 16 0 43068565 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11731 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11731 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 43068566 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11731 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1542560 CPUtime=2.86
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11731 0 -1 4202560 4369 0 0 0 285 1 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1542560 CPUtime=2.61
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11731 0 -1 4202560 7225 0 0 0 259 2 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11731 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11731 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 43068570 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12269] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12269/stat : 12269 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068742 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12270] ppid=12252 vsize=1542560 CPUtime=0
/proc/12254/task/12270/stat : 12270 (java) S 12252 12254 11731 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 43068743 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=12254/tid=12325] ppid=12252 vsize=1542560 CPUtime=797.76
/proc/12254/task/12325/stat : 12325 (java) R 12252 12254 11731 0 -1 4202560 343 0 0 0 79748 28 0 0 25 0 16 0 43079275 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4109482526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12254/tid=12326] ppid=12252 vsize=1542560 CPUtime=789.57
/proc/12254/task/12326/stat : 12326 (java) R 12252 12254 11731 0 -1 4202560 261 0 0 0 78953 4 0 0 25 0 16 0 43079275 1579581440 73214 1992294400 134512640 134550932 4287036704 18446744073709551615 4109414879 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1542560

Child status: 143
Real time (s): 939.58
CPU time (s): 1800.24
CPU user time (s): 1798.9
CPU system time (s): 1.3358
CPU usage (%): 191.6
Max. virtual memory (cumulated for all children) (KiB): 1549404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84243
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= 28734
involuntary context switches= 52898

runsolver used 3.70644 second user time and 12.2161 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 09:50:45
IDJOB=2662024
IDBENCH=48279
IDSOLVER=1166
FILE ID=node001/2662024-1276674645
PBS_JOBID= 11172510
Free space on /tmp= 62516 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_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662024-1276674645/watcher-2662024-1276674645 -o /tmp/evaluation-result-2662024-1276674645/solver-2662024-1276674645 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662024-1276674645.opb

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=556284146

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1780648 kB
Buffers:         64668 kB
Cached:         121648 kB
SwapCached:      10168 kB
Active:         106116 kB
Inactive:        93848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1780648 kB
SwapTotal:     4192956 kB
SwapFree:      4136508 kB
Dirty:             372 kB
Writeback:           0 kB
AnonPages:       11640 kB
Mapped:           9416 kB
Slab:            56564 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182752 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= 62516 MiB
End job on node001 at 2010-06-16 10:06:27