Trace number 2661986

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)-23 1803.66 954.149

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_2.opb
MD5SUMc154cb0964ce03c2d199339cf62d0c63
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-26
Best CPU time to get the best result obtained on this benchmark1789.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2520
Sum of products size (including duplicates)5040
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661986-1276668440.opb
0.23/0.21	c reading problem ... 
1.29/0.91	c ... done. Wall clock time 0.7s.
1.29/0.91	c #vars     1460
1.29/0.91	c #constraints  2822
1.29/0.91	c constraints type 
1.29/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
1.29/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
1.29/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1.29/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
1.29/0.91	c constraints type 
1.29/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.29/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1260
1.29/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
1.29/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
2.06/1.32	c And the winner is CuttingPlanes
2.32/1.93	c SATISFIABLE
2.32/1.93	c OPTIMIZING...
2.32/1.93	c Got one! Elapsed wall clock time (in seconds):1.713
2.32/1.93	o -4
2.47/2.07	c And the winner is CuttingPlanes
2.65/2.94	c Got one! Elapsed wall clock time (in seconds):2.723
2.65/2.94	o -7
2.77/3.00	c And the winner is CuttingPlanes
2.79/3.95	c Got one! Elapsed wall clock time (in seconds):3.735
2.79/3.95	o -8
2.79/3.98	c And the winner is CuttingPlanes
2.85/4.96	c Got one! Elapsed wall clock time (in seconds):4.743
2.85/4.96	o -9
2.85/4.99	c And the winner is CuttingPlanes
2.92/5.96	c Got one! Elapsed wall clock time (in seconds):5.749
2.92/5.96	o -11
3.59/6.36	c And the winner is Resolution
3.86/6.97	c Got one! Elapsed wall clock time (in seconds):6.756
3.86/6.97	o -16
3.91/7.02	c And the winner is CuttingPlanes
3.96/7.98	c Got one! Elapsed wall clock time (in seconds):7.768
3.96/7.98	o -17
5.61/8.81	c And the winner is CuttingPlanes
5.62/8.98	c Got one! Elapsed wall clock time (in seconds):8.772
5.62/8.98	o -18
6.63/9.50	c And the winner is CuttingPlanes
6.65/10.00	c Got one! Elapsed wall clock time (in seconds):9.789
6.65/10.00	o -19
8.04/10.76	c cleaning 2456 clauses out of 5000 with flag 5000/5000
9.57/11.51	c And the winner is CuttingPlanes
9.59/12.01	c Got one! Elapsed wall clock time (in seconds):11.798
9.59/12.01	o -20
11.35/13.00	c And the winner is CuttingPlanes
11.54/13.02	c Got one! Elapsed wall clock time (in seconds):12.803
11.54/13.02	o -21
11.91/13.22	c And the winner is CuttingPlanes
11.94/14.02	c Got one! Elapsed wall clock time (in seconds):13.809
11.94/14.02	o -22
12.49/14.37	c cleaning 4272 clauses out of 8544 with flag 11000/11000
16.80/16.58	c cleaning 5609 clauses out of 11272 with flag 18000/18000
22.48/19.49	c cleaning 6770 clauses out of 13663 with flag 26000/26000
29.95/23.28	c cleaning 7889 clauses out of 15893 with flag 35000/35000
38.20/27.40	c cleaning 8954 clauses out of 18004 with flag 45000/45000
46.65/31.78	c cleaning 9486 clauses out of 19050 with flag 55000/55000
55.89/36.47	c cleaning 9729 clauses out of 19564 with flag 65000/65000
64.87/41.04	c cleaning 9885 clauses out of 19835 with flag 75000/75000
73.70/45.50	c cleaning 9961 clauses out of 19950 with flag 85000/85000
81.55/49.59	c cleaning 9991 clauses out of 19989 with flag 95000/95000
90.18/53.96	c cleaning 9936 clauses out of 19998 with flag 105000/105000
98.77/58.33	c cleaning 10014 clauses out of 20062 with flag 115000/115000
107.59/62.86	c cleaning 10011 clauses out of 20049 with flag 125001/125001
115.61/66.97	c cleaning 9963 clauses out of 20037 with flag 135000/135000
123.02/70.77	c cleaning 9985 clauses out of 20074 with flag 145000/145000
130.41/74.58	c cleaning 10028 clauses out of 20089 with flag 155000/155000
136.85/77.87	c cleaning 9981 clauses out of 20061 with flag 165000/165000
143.87/81.46	c cleaning 9986 clauses out of 20080 with flag 175000/175000
152.07/85.65	c cleaning 10000 clauses out of 20094 with flag 185000/185000
159.64/89.59	c cleaning 10006 clauses out of 20094 with flag 195000/195000
166.65/93.16	c cleaning 9973 clauses out of 20088 with flag 205000/205000
174.26/97.04	c cleaning 10008 clauses out of 20115 with flag 215000/215000
180.87/100.41	c cleaning 9999 clauses out of 20107 with flag 225000/225000
186.87/103.51	c cleaning 10028 clauses out of 20108 with flag 235000/235000
192.28/106.31	c cleaning 9987 clauses out of 20080 with flag 245000/245000
197.32/108.94	c cleaning 10033 clauses out of 20093 with flag 255000/255000
203.93/112.33	c cleaning 9986 clauses out of 20060 with flag 265000/265000
211.48/116.29	c cleaning 9984 clauses out of 20074 with flag 275000/275000
218.90/120.06	c cleaning 9984 clauses out of 20090 with flag 285000/285000
226.68/124.03	c cleaning 10014 clauses out of 20106 with flag 295000/295000
233.28/127.41	c cleaning 9997 clauses out of 20092 with flag 305000/305000
240.25/131.01	c cleaning 10011 clauses out of 20095 with flag 315000/315000
246.24/134.17	c cleaning 10016 clauses out of 20085 with flag 325001/325001
252.45/137.38	c cleaning 9991 clauses out of 20068 with flag 335000/335000
259.05/140.75	c cleaning 9996 clauses out of 20077 with flag 345000/345000
265.82/144.21	c cleaning 9993 clauses out of 20081 with flag 355000/355000
272.40/147.64	c cleaning 9999 clauses out of 20088 with flag 365000/365000
279.19/151.12	c cleaning 10021 clauses out of 20089 with flag 375000/375000
285.79/154.52	c cleaning 10001 clauses out of 20068 with flag 385000/385000
292.13/157.87	c cleaning 9996 clauses out of 20067 with flag 395000/395000
299.12/161.48	c cleaning 10014 clauses out of 20071 with flag 405000/405000
306.11/165.05	c cleaning 10001 clauses out of 20057 with flag 415000/415000
312.70/168.44	c cleaning 9967 clauses out of 20056 with flag 425000/425000
318.84/171.67	c cleaning 10003 clauses out of 20089 with flag 435000/435000
325.02/174.87	c cleaning 10008 clauses out of 20086 with flag 445000/445000
331.41/178.17	c cleaning 10008 clauses out of 20078 with flag 455000/455000
337.60/181.30	c cleaning 9996 clauses out of 20070 with flag 465000/465000
343.36/184.35	c cleaning 9994 clauses out of 20074 with flag 475000/475000
348.76/187.11	c cleaning 10024 clauses out of 20080 with flag 485000/485000
353.74/189.79	c cleaning 9996 clauses out of 20056 with flag 495000/495000
358.54/192.28	c cleaning 9987 clauses out of 20060 with flag 505000/505000
363.69/194.95	c cleaning 10001 clauses out of 20073 with flag 515000/515000
369.88/198.15	c cleaning 9983 clauses out of 20072 with flag 525000/525000
376.84/201.76	c cleaning 10006 clauses out of 20089 with flag 535000/535000
384.43/205.68	c cleaning 9989 clauses out of 20083 with flag 545000/545000
391.54/209.38	c cleaning 9993 clauses out of 20094 with flag 555000/555000
398.71/213.03	c cleaning 10038 clauses out of 20101 with flag 565000/565000
405.48/216.51	c cleaning 9990 clauses out of 20063 with flag 575000/575000
411.67/219.72	c cleaning 9989 clauses out of 20074 with flag 585001/585001
420.77/224.45	c cleaning 9985 clauses out of 20084 with flag 595000/595000
429.90/229.12	c cleaning 9991 clauses out of 20099 with flag 605000/605000
438.25/233.40	c cleaning 9992 clauses out of 20108 with flag 615000/615000
446.00/237.48	c cleaning 10030 clauses out of 20116 with flag 625000/625000
453.32/241.29	c cleaning 9974 clauses out of 20086 with flag 635000/635000
461.08/245.21	c cleaning 10049 clauses out of 20113 with flag 645001/645001
468.24/249.00	c cleaning 9985 clauses out of 20063 with flag 655000/655000
475.81/252.82	c cleaning 9976 clauses out of 20078 with flag 665000/665000
481.72/255.97	c cleaning 0 clauses out of 5001 with flag 0/5001
483.51/256.95	c cleaning 10036 clauses out of 20102 with flag 675000/675000
490.26/260.47	c cleaning 10021 clauses out of 20066 with flag 685000/685000
497.61/264.28	c cleaning 9990 clauses out of 20045 with flag 695000/695000
504.51/267.86	c cleaning 9968 clauses out of 20055 with flag 705000/705000
511.06/271.21	c cleaning 10021 clauses out of 20087 with flag 715000/715000
517.21/274.40	c cleaning 9994 clauses out of 20066 with flag 725000/725000
522.96/277.40	c cleaning 10009 clauses out of 20073 with flag 735001/735001
529.26/280.79	c cleaning 9986 clauses out of 20063 with flag 745000/745000
535.61/284.01	c cleaning 10000 clauses out of 20077 with flag 755000/755000
541.96/287.33	c cleaning 10002 clauses out of 20077 with flag 765000/765000
548.31/290.61	c cleaning 9997 clauses out of 20075 with flag 775000/775000
554.80/294.03	c cleaning 10019 clauses out of 20078 with flag 785000/785000
561.34/297.47	c cleaning 9992 clauses out of 20059 with flag 795000/795000
567.89/300.88	c cleaning 9998 clauses out of 20067 with flag 805000/805000
574.63/304.31	c cleaning 10011 clauses out of 20069 with flag 815000/815000
581.31/307.89	c cleaning 9998 clauses out of 20058 with flag 825000/825000
587.86/311.21	c cleaning 9984 clauses out of 20060 with flag 835000/835000
593.80/314.39	c cleaning 10000 clauses out of 20076 with flag 845000/845000
600.15/317.65	c cleaning 10004 clauses out of 20076 with flag 855000/855000
607.25/321.39	c cleaning 10001 clauses out of 20073 with flag 865001/865001
613.78/324.79	c cleaning 10000 clauses out of 20071 with flag 875000/875000
621.50/328.76	c cleaning 9983 clauses out of 20071 with flag 885000/885000
630.44/333.37	c cleaning 9992 clauses out of 20088 with flag 895000/895000
638.70/337.63	c cleaning 10013 clauses out of 20096 with flag 905000/905000
646.23/341.55	c cleaning 9984 clauses out of 20083 with flag 915000/915000
654.75/345.96	c cleaning 10020 clauses out of 20099 with flag 925000/925000
663.26/350.37	c cleaning 9990 clauses out of 20079 with flag 935000/935000
671.33/354.50	c cleaning 10000 clauses out of 20089 with flag 945000/945000
679.26/358.62	c cleaning 9995 clauses out of 20089 with flag 955000/955000
687.77/363.09	c cleaning 10006 clauses out of 20094 with flag 965000/965000
696.67/367.62	c cleaning 10002 clauses out of 20088 with flag 975000/975000
704.74/371.90	c cleaning 10015 clauses out of 20086 with flag 985000/985000
712.64/375.92	c cleaning 9990 clauses out of 20071 with flag 995000/995000
720.55/380.06	c cleaning 9997 clauses out of 20081 with flag 1005000/1005000
727.68/383.75	c cleaning 10011 clauses out of 20084 with flag 1015000/1015000
735.93/388.06	c cleaning 10015 clauses out of 20073 with flag 1025000/1025000
744.04/392.22	c cleaning 9998 clauses out of 20058 with flag 1035000/1035000
751.75/396.20	c cleaning 9970 clauses out of 20060 with flag 1045000/1045000
760.25/400.61	c cleaning 10014 clauses out of 20090 with flag 1055000/1055000
768.09/404.75	c cleaning 10002 clauses out of 20076 with flag 1065000/1065000
775.60/408.60	c cleaning 10002 clauses out of 20074 with flag 1075000/1075000
782.90/412.45	c cleaning 9980 clauses out of 20072 with flag 1085000/1085000
791.22/416.74	c cleaning 9991 clauses out of 20092 with flag 1095000/1095000
798.46/420.59	c cleaning 10032 clauses out of 20101 with flag 1105000/1105000
806.16/424.53	c cleaning 9993 clauses out of 20069 with flag 1115000/1115000
813.67/428.47	c cleaning 9973 clauses out of 20076 with flag 1125000/1125000
820.98/432.21	c cleaning 10028 clauses out of 20103 with flag 1135000/1135000
827.46/435.61	c cleaning 10001 clauses out of 20075 with flag 1145000/1145000
833.56/438.81	c cleaning 9979 clauses out of 20074 with flag 1155000/1155000
840.08/442.28	c cleaning 10002 clauses out of 20095 with flag 1165000/1165000
846.19/445.50	c cleaning 10029 clauses out of 20093 with flag 1175000/1175000
853.02/449.06	c cleaning 9970 clauses out of 20064 with flag 1185000/1185000
860.32/452.87	c cleaning 9994 clauses out of 20094 with flag 1195000/1195000
868.01/456.85	c cleaning 9984 clauses out of 20100 with flag 1205000/1205000
875.52/460.74	c cleaning 10017 clauses out of 20116 with flag 1215000/1215000
881.96/464.12	c cleaning 10000 clauses out of 20099 with flag 1225000/1225000
888.28/467.43	c cleaning 9994 clauses out of 20099 with flag 1235000/1235000
894.99/470.91	c cleaning 9998 clauses out of 20105 with flag 1245000/1245000
901.29/474.25	c cleaning 10012 clauses out of 20107 with flag 1255000/1255000
907.52/477.57	c cleaning 10018 clauses out of 20095 with flag 1265000/1265000
914.21/481.09	c cleaning 9992 clauses out of 20077 with flag 1275000/1275000
920.71/484.40	c cleaning 10006 clauses out of 20086 with flag 1285001/1285001
927.40/487.97	c cleaning 10013 clauses out of 20079 with flag 1295000/1295000
932.83/490.82	c cleaning 9995 clauses out of 20066 with flag 1305000/1305000
938.74/493.92	c cleaning 10002 clauses out of 20071 with flag 1315000/1315000
945.03/497.28	c cleaning 9981 clauses out of 20069 with flag 1325000/1325000
951.91/500.86	c cleaning 10010 clauses out of 20088 with flag 1335000/1335000
959.53/504.80	c cleaning 9991 clauses out of 20078 with flag 1345000/1345000
966.41/508.48	c cleaning 10016 clauses out of 20087 with flag 1355000/1355000
974.10/512.49	c cleaning 9970 clauses out of 20071 with flag 1365000/1365000
981.19/516.11	c cleaning 10025 clauses out of 20101 with flag 1375000/1375000
988.00/519.75	c cleaning 9981 clauses out of 20076 with flag 1385000/1385000
995.09/523.44	c cleaning 10008 clauses out of 20095 with flag 1395000/1395000
1001.79/526.91	c cleaning 9992 clauses out of 20087 with flag 1405000/1405000
1007.87/530.12	c cleaning 10006 clauses out of 20095 with flag 1415000/1415000
1014.28/533.51	c cleaning 10007 clauses out of 20089 with flag 1425000/1425000
1020.16/536.68	c cleaning 10022 clauses out of 20082 with flag 1435000/1435000
1026.24/539.86	c cleaning 9998 clauses out of 20060 with flag 1445000/1445000
1032.92/543.33	c cleaning 10003 clauses out of 20062 with flag 1455000/1455000
1040.32/547.28	c cleaning 9992 clauses out of 20059 with flag 1465000/1465000
1047.37/550.97	c cleaning 9990 clauses out of 20067 with flag 1475000/1475000
1054.44/554.60	c cleaning 9983 clauses out of 20077 with flag 1485000/1485000
1061.30/558.25	c cleaning 10005 clauses out of 20094 with flag 1495000/1495000
1068.07/561.87	c cleaning 9995 clauses out of 20089 with flag 1505000/1505000
1074.95/565.49	c cleaning 10008 clauses out of 20094 with flag 1515000/1515000
1081.40/568.86	c cleaning 9991 clauses out of 20086 with flag 1525000/1525000
1088.43/572.51	c cleaning 10008 clauses out of 20095 with flag 1535000/1535000
1096.39/576.74	c cleaning 9990 clauses out of 20087 with flag 1545000/1545000
1104.44/580.92	c cleaning 9993 clauses out of 20097 with flag 1555000/1555000
1111.47/584.61	c cleaning 10017 clauses out of 20104 with flag 1565000/1565000
1118.92/588.52	c cleaning 10009 clauses out of 20087 with flag 1575000/1575000
1125.45/592.09	c cleaning 10004 clauses out of 20078 with flag 1585000/1585000
1132.71/595.87	c cleaning 9999 clauses out of 20074 with flag 1595000/1595000
1139.35/599.36	c cleaning 10008 clauses out of 20075 with flag 1605000/1605000
1146.01/602.84	c cleaning 10009 clauses out of 20067 with flag 1615000/1615000
1152.56/606.31	c cleaning 9997 clauses out of 20058 with flag 1625000/1625000
1159.40/609.94	c cleaning 10007 clauses out of 20061 with flag 1635000/1635000
1166.46/613.66	c cleaning 9984 clauses out of 20054 with flag 1645000/1645000
1172.92/617.00	c cleaning 10006 clauses out of 20070 with flag 1655000/1655000
1179.49/620.59	c cleaning 9991 clauses out of 20064 with flag 1665000/1665000
1185.34/623.63	c cleaning 10003 clauses out of 20073 with flag 1675000/1675000
1191.79/627.06	c cleaning 10009 clauses out of 20070 with flag 1685000/1685000
1197.83/630.27	c cleaning 9995 clauses out of 20061 with flag 1695000/1695000
1204.59/633.86	c cleaning 9993 clauses out of 20066 with flag 1705000/1705000
1211.24/637.33	c cleaning 10001 clauses out of 20073 with flag 1715000/1715000
1217.70/640.75	c cleaning 10012 clauses out of 20072 with flag 1725000/1725000
1223.54/643.87	c cleaning 9989 clauses out of 20060 with flag 1735000/1735000
1230.30/647.43	c cleaning 10003 clauses out of 20071 with flag 1745000/1745000
1236.95/650.98	c cleaning 9996 clauses out of 20068 with flag 1755000/1755000
1243.20/654.26	c cleaning 9991 clauses out of 20072 with flag 1765000/1765000
1249.65/657.62	c cleaning 10023 clauses out of 20081 with flag 1775000/1775000
1256.60/661.30	c cleaning 9978 clauses out of 20058 with flag 1785000/1785000
1263.24/664.82	c cleaning 9993 clauses out of 20080 with flag 1795000/1795000
1270.07/668.43	c cleaning 10003 clauses out of 20087 with flag 1805000/1805000
1276.50/671.85	c cleaning 10023 clauses out of 20084 with flag 1815000/1815000
1282.66/675.17	c cleaning 9989 clauses out of 20061 with flag 1825000/1825000
1288.30/678.14	c cleaning 9990 clauses out of 20072 with flag 1835000/1835000
1294.54/681.47	c cleaning 9988 clauses out of 20082 with flag 1845000/1845000
1300.77/684.73	c cleaning 10007 clauses out of 20094 with flag 1855000/1855000
1307.10/688.15	c cleaning 9993 clauses out of 20087 with flag 1865000/1865000
1312.53/691.04	c cleaning 9995 clauses out of 20094 with flag 1875000/1875000
1318.18/694.09	c cleaning 9996 clauses out of 20099 with flag 1885000/1885000
1324.01/697.11	c cleaning 10012 clauses out of 20103 with flag 1895000/1895000
1329.96/700.38	c cleaning 10008 clauses out of 20091 with flag 1905000/1905000
1336.57/703.85	c cleaning 10007 clauses out of 20083 with flag 1915000/1915000
1343.00/707.23	c cleaning 9996 clauses out of 20076 with flag 1925000/1925000
1348.84/710.37	c cleaning 9999 clauses out of 20080 with flag 1935000/1935000
1354.77/713.52	c cleaning 10005 clauses out of 20082 with flag 1945001/1945001
1360.60/716.63	c cleaning 9998 clauses out of 20076 with flag 1955000/1955000
1366.20/719.69	c cleaning 9987 clauses out of 20078 with flag 1965000/1965000
1372.04/722.80	c cleaning 10001 clauses out of 20091 with flag 1975000/1975000
1378.56/726.21	c cleaning 10014 clauses out of 20090 with flag 1985000/1985000
1384.39/729.33	c cleaning 9973 clauses out of 20076 with flag 1995000/1995000
1391.38/733.06	c cleaning 9996 clauses out of 20103 with flag 2005000/2005000
1399.57/737.34	c cleaning 10006 clauses out of 20107 with flag 2015000/2015000
1408.08/741.85	c cleaning 10004 clauses out of 20101 with flag 2025000/2025000
1415.69/745.89	c cleaning 10020 clauses out of 20097 with flag 2035000/2035000
1423.48/749.92	c cleaning 9996 clauses out of 20077 with flag 2045000/2045000
1430.69/753.77	c cleaning 9981 clauses out of 20081 with flag 2055000/2055000
1438.20/757.76	c cleaning 10017 clauses out of 20100 with flag 2065000/2065000
1444.62/761.12	c cleaning 10005 clauses out of 20083 with flag 2075000/2075000
1450.64/764.30	c cleaning 9999 clauses out of 20078 with flag 2085000/2085000
1457.05/767.78	c cleaning 9978 clauses out of 20079 with flag 2095000/2095000
1463.59/771.28	c cleaning 10011 clauses out of 20101 with flag 2105000/2105000
1468.79/774.03	c cleaning 10008 clauses out of 20090 with flag 2115000/2115000
1475.01/777.37	c cleaning 10007 clauses out of 20083 with flag 2125001/2125001
1481.23/780.66	c cleaning 9973 clauses out of 20075 with flag 2135000/2135000
1487.56/784.03	c cleaning 10010 clauses out of 20102 with flag 2145000/2145000
1493.78/787.39	c cleaning 10005 clauses out of 20092 with flag 2155000/2155000
1500.80/791.02	c cleaning 9997 clauses out of 20087 with flag 2165000/2165000
1506.80/794.21	c cleaning 10011 clauses out of 20090 with flag 2175000/2175000
1513.51/797.84	c cleaning 10010 clauses out of 20079 with flag 2185000/2185000
1519.71/801.18	c cleaning 9975 clauses out of 20069 with flag 2195000/2195000
1526.52/804.73	c cleaning 10016 clauses out of 20094 with flag 2205000/2205000
1532.73/808.04	c cleaning 10006 clauses out of 20078 with flag 2215000/2215000
1539.04/811.41	c cleaning 10018 clauses out of 20072 with flag 2225000/2225000
1544.65/814.41	c cleaning 9978 clauses out of 20054 with flag 2235000/2235000
1549.66/817.19	c cleaning 10005 clauses out of 20076 with flag 2245000/2245000
1555.47/820.28	c cleaning 9988 clauses out of 20071 with flag 2255000/2255000
1561.78/823.67	c cleaning 10005 clauses out of 20083 with flag 2265000/2265000
1567.80/826.88	c cleaning 9996 clauses out of 20078 with flag 2275000/2275000
1574.21/830.25	c cleaning 9971 clauses out of 20082 with flag 2285000/2285000
1581.39/834.04	c cleaning 10035 clauses out of 20111 with flag 2295000/2295000
1588.50/837.81	c cleaning 9984 clauses out of 20076 with flag 2305000/2305000
1595.69/841.62	c cleaning 10018 clauses out of 20092 with flag 2315000/2315000
1602.66/845.33	c cleaning 9976 clauses out of 20074 with flag 2325000/2325000
1609.85/849.15	c cleaning 10036 clauses out of 20099 with flag 2335001/2335001
1616.54/852.76	c cleaning 9994 clauses out of 20062 with flag 2345000/2345000
1624.13/856.74	c cleaning 9987 clauses out of 20068 with flag 2355000/2355000
1630.75/860.21	c cleaning 10014 clauses out of 20081 with flag 2365000/2365000
1637.14/863.69	c cleaning 9999 clauses out of 20067 with flag 2375000/2375000
1644.22/867.43	c cleaning 9978 clauses out of 20068 with flag 2385000/2385000
1650.82/870.98	c cleaning 10025 clauses out of 20090 with flag 2395000/2395000
1658.00/874.79	c cleaning 10003 clauses out of 20065 with flag 2405000/2405000
1664.78/878.36	c cleaning 9986 clauses out of 20062 with flag 2415000/2415000
1670.69/881.54	c cleaning 9990 clauses out of 20076 with flag 2425000/2425000
1677.29/885.04	c cleaning 9974 clauses out of 20086 with flag 2435000/2435000
1684.87/889.03	c cleaning 10038 clauses out of 20112 with flag 2445000/2445000
1692.05/892.82	c cleaning 10019 clauses out of 20074 with flag 2455000/2455000
1699.32/896.74	c cleaning 9996 clauses out of 20055 with flag 2465000/2465000
1706.52/900.59	c cleaning 9973 clauses out of 20059 with flag 2475000/2475000
1713.52/904.25	c cleaning 10027 clauses out of 20086 with flag 2485000/2485000
1720.09/907.80	c cleaning 9987 clauses out of 20059 with flag 2495000/2495000
1726.58/911.26	c cleaning 10005 clauses out of 20072 with flag 2505000/2505000
1731.78/914.02	c And the winner is CuttingPlanes
1731.82/914.64	c Got one! Elapsed wall clock time (in seconds):914.43
1731.82/914.64	o -23
1733.53/915.56	c cleaning 10034 clauses out of 20067 with flag 2515000/2515000
1739.13/918.59	c cleaning 9968 clauses out of 20033 with flag 2525000/2525000
1744.71/921.55	c cleaning 10030 clauses out of 20065 with flag 2535000/2535000
1750.21/924.55	c cleaning 9990 clauses out of 20036 with flag 2545001/2545001
1754.62/926.95	c cleaning 9985 clauses out of 20045 with flag 2555000/2555000
1759.23/929.42	c cleaning 9991 clauses out of 20060 with flag 2565000/2565000
1763.45/931.73	c cleaning 9983 clauses out of 20069 with flag 2575000/2575000
1768.13/934.32	c cleaning 10015 clauses out of 20087 with flag 2585001/2585001
1772.34/936.69	c cleaning 9998 clauses out of 20071 with flag 2595000/2595000
1776.35/938.83	c cleaning 10000 clauses out of 20073 with flag 2605000/2605000
1779.95/940.86	c cleaning 10006 clauses out of 20073 with flag 2615000/2615000
1783.83/943.08	c cleaning 10025 clauses out of 20067 with flag 2625000/2625000
1787.64/945.20	c cleaning 9988 clauses out of 20042 with flag 2635000/2635000
1791.45/947.21	c cleaning 10001 clauses out of 20054 with flag 2645000/2645000
1795.05/949.28	c cleaning 10027 clauses out of 20054 with flag 2655001/2655001
1798.96/951.50	c cleaning 10007 clauses out of 20026 with flag 2665000/2665000
1802.96/953.61	c cleaning 10010 clauses out of 20019 with flag 2675000/2675000
1803.40/954.03	c starts		: 44
1803.40/954.03	c conflicts		: 9497
1803.40/954.03	c decisions		: 53301
1803.40/954.03	c propagations		: 866611
1803.40/954.03	c inspects		: 340212729
1803.40/954.03	c learnt literals	: 0
1803.40/954.03	c learnt binary clauses	: 0
1803.40/954.03	c learnt ternary clauses	: 0
1803.40/954.03	c learnt clauses	: 9497
1803.40/954.03	c ignored clauses	: 0
1803.40/954.03	c root simplifications	: 0
1803.40/954.03	c removed literals (reason simplification)	: 0
1803.40/954.03	c reason swapping (by a shorter reason)	: 0
1803.40/954.03	c Calls to reduceDB	: 1
1803.40/954.03	c number of reductions to clauses (during analyze)	: 0
1803.40/954.04	c number of learned constraints concerned by reduction	: 0
1803.40/954.04	c number of learning phase by resolution	: 0
1803.40/954.04	c number of learning phase by cutting planes	: 0
1803.40/954.04	c speed (assignments/second)	: 22000.787001777102
1803.40/954.04	c non guided choices	26
1803.40/954.07	c learnt constraints type 
1803.40/954.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1803.40/954.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9496
1803.40/954.07	c constraints type 
1803.40/954.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1260
1803.40/954.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1803.40/954.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1803.40/954.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
1803.40/954.07	c constraints type 
1803.40/954.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1803.40/954.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1260
1803.40/954.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1803.40/954.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
1803.40/954.07	s SATISFIABLE
1803.40/954.08	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 
1803.40/954.08	c objective function=-23
1803.40/954.08	c Total wall clock time (in seconds): 953.864

Verifier Data

OK	-23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661986-1276668440/watcher-2661986-1276668440 -o /tmp/evaluation-result-2661986-1276668440/solver-2661986-1276668440 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661986-1276668440.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.00 1.00 1.06 2/105 15897
/proc/meminfo: memFree=1755624/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1832 CPUtime=0
/proc/15897/stat : 15897 (java6) S 15895 15897 15236 0 -1 4194304 251 0 0 0 0 0 0 0 25 0 1 0 8137690 1875968 153 1992294400 134512640 134550932 4289688464 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/15897/statm: 458 156 119 10 0 63 0

[startup+0.108997 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 15897
/proc/meminfo: memFree=1755624/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1524180 CPUtime=0.09
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 4022 0 1 0 7 2 0 0 25 0 12 0 8137690 1560760320 3461 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 381045 3461 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201368 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 15897
/proc/meminfo: memFree=1755624/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1526120 CPUtime=0.23
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 5090 0 1 0 20 3 0 0 25 0 12 0 8137690 1562746880 4527 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 381530 4527 1345 10 0 378833 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526120

[startup+0.300378 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 15897
/proc/meminfo: memFree=1755624/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1526120 CPUtime=0.36
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 5382 0 1 0 33 3 0 0 25 0 12 0 8137690 1562746880 4819 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 381530 4819 1356 10 0 378833 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526120

[startup+0.700427 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 15897
/proc/meminfo: memFree=1755624/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1529080 CPUtime=0.99
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 7191 0 1 0 95 4 0 0 25 0 12 0 8137690 1565777920 6387 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 382270 6387 1407 10 0 379573 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1529080

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.06 5/121 15913
/proc/meminfo: memFree=1728464/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1532840 CPUtime=2.32
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 10067 0 1 0 222 10 0 0 25 0 14 0 8137690 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 383210 8848 1424 10 0 380513 0
[pid=15897/tid=15899] ppid=15895 vsize=1532840 CPUtime=0.72
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5474 0 1 0 70 2 0 0 25 0 14 0 8137691 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8137693 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8137693 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1532840 CPUtime=0.08
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 4 4 0 0 18 0 14 0 8137694 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 14 0 8137695 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8137695 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 8137699 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1532840 CPUtime=0.42
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 428 0 0 0 42 0 0 0 18 0 14 0 8137699 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1532840 CPUtime=0.74
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 2199 0 0 0 73 1 0 0 16 0 14 0 8137699 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 8137699 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 8137699 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8137783 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 8137783 1569628160 8848 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1532840

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.06 1/119 15915
/proc/meminfo: memFree=1721288/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1532840 CPUtime=2.79
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 12956 0 1 0 267 12 0 0 25 0 14 0 8137690 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 383210 11736 1424 10 0 380513 0
[pid=15897/tid=15899] ppid=15895 vsize=1532840 CPUtime=0.73
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5492 0 1 0 71 2 0 0 19 0 14 0 8137691 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8137693 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8137693 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1532840 CPUtime=0.08
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 4 4 0 0 18 0 14 0 8137694 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 14 0 8137695 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8137695 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 8137699 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1532840 CPUtime=0.59
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 437 0 0 0 59 0 0 0 15 0 14 0 8137699 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1532840 CPUtime=0.86
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 2205 0 0 0 85 1 0 0 15 0 14 0 8137699 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 8137699 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 8137699 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8137783 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1532840 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 8137783 1569628160 11736 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1532840

[startup+6.30205 s]
/proc/loadavg: 0.92 0.98 1.05 1/119 15921
/proc/meminfo: memFree=1704920/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1541488 CPUtime=3.59
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 24407 0 1 0 343 16 0 0 25 0 16 0 8137690 1578483712 22637 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 385372 22641 1426 10 0 382675 0
[pid=15897/tid=15899] ppid=15895 vsize=1541488 CPUtime=0.74
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5520 0 1 0 72 2 0 0 19 0 16 0 8137691 1578483712 22643 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8137693 1578483712 22644 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8137693 1578483712 22645 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1541488 CPUtime=0.08
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 1 0 0 0 4 4 0 0 15 0 16 0 8137694 1578483712 22645 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 8137695 1578483712 22647 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8137695 1578483712 22648 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8137699 1578483712 22650 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1541488 CPUtime=0.92
/proc/15897/task/15906/stat : 15906 (java) R 15895 15897 15236 0 -1 4202560 2318 0 0 0 91 1 0 0 16 0 16 0 8137699 1578483712 22651 1992294400 134512640 134550932 4287855520 18446744073709551615 103151291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1541488 CPUtime=0.98
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 2879 0 0 0 97 1 0 0 15 0 16 0 8137699 1578483712 22653 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8137699 1578483712 22654 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8137699 1578483712 22655 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8137783 1578483712 22657 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1541488 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8137783 1578483712 22658 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1541488
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 0.85 0.97 1.05 3/121 15933
/proc/meminfo: memFree=1599504/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1540860 CPUtime=10.95
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 44186 0 1 0 1070 25 0 0 25 0 16 0 8137690 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 385215 40066 1445 10 0 382518 0
[pid=15897/tid=15899] ppid=15895 vsize=1540860 CPUtime=0.74
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5538 0 1 0 72 2 0 0 19 0 16 0 8137691 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1540860 CPUtime=0.05
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 1134 0 0 0 5 0 0 0 16 0 16 0 8137693 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1540860 CPUtime=0.06
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 1086 0 0 0 6 0 0 0 16 0 16 0 8137693 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1540860 CPUtime=0.14
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 1095 0 0 0 9 5 0 0 16 0 16 0 8137694 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8137695 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8137695 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8137699 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1540860 CPUtime=2.11
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 4647 0 0 0 209 2 0 0 15 0 16 0 8137699 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1540860 CPUtime=1.3
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 3023 0 0 0 129 1 0 0 15 0 16 0 8137699 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8137699 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8137699 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8137783 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1540860 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8137783 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15932] ppid=15895 vsize=1540860 CPUtime=0.66
/proc/15897/task/15932/stat : 15932 (java) R 15895 15897 15236 0 -1 4202560 1 0 0 0 66 0 0 0 21 0 16 0 8138891 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4109359887 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15897/tid=15933] ppid=15895 vsize=1540860 CPUtime=0.66
/proc/15897/task/15933/stat : 15933 (java) R 15895 15897 15236 0 -1 4202560 0 0 0 0 66 0 0 0 22 0 16 0 8138891 1577840640 40066 1992294400 134512640 134550932 4287855520 18446744073709551615 4109250672 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 1540860


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



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+952.201 s]
/proc/loadavg: 2.37 2.10 1.69 5/121 15965
/proc/meminfo: memFree=1471536/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1540156 CPUtime=1800.2
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 78773 0 1 0 179885 135 0 0 25 0 16 0 8137690 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15897/statm: 385039 71615 1449 10 0 382342 0
[pid=15897/tid=15899] ppid=15895 vsize=1540156 CPUtime=0.75
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5583 0 1 0 72 3 0 0 15 0 16 0 8137691 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1540156 CPUtime=12.92
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 14701 0 0 0 1250 42 0 0 15 0 16 0 8137693 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1540156 CPUtime=12.91
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 15073 0 0 0 1250 41 0 0 16 0 16 0 8137693 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1540156 CPUtime=71.73
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 3319 0 0 0 7158 15 0 0 16 0 16 0 8137694 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8137695 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8137695 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 8137699 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1540156 CPUtime=2.74
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 4673 0 0 0 272 2 0 0 15 0 16 0 8137699 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1540156 CPUtime=1.77
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 3061 0 0 0 176 1 0 0 15 0 16 0 8137699 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8137699 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8137699 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8137783 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1540156 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8137783 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15962] ppid=15895 vsize=1540156 CPUtime=30.37
/proc/15897/task/15962/stat : 15962 (java) R 15895 15897 15236 0 -1 4202560 20 0 0 0 3037 0 0 0 16 0 16 0 8229154 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4109359964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15897/tid=15963] ppid=15895 vsize=1540156 CPUtime=30.43
/proc/15897/task/15963/stat : 15963 (java) R 15895 15897 15236 0 -1 4202560 10 0 0 0 3043 0 0 0 16 0 16 0 8229154 1577119744 71615 1992294400 134512640 134550932 4287855520 18446744073709551615 4109332448 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1540156

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

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

[startup+953.502 s]
/proc/loadavg: 2.66 2.17 1.71 7/122 15966
/proc/meminfo: memFree=1471528/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1540804 CPUtime=1802.76
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 78785 0 1 0 180141 135 0 0 18 0 18 0 8137690 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15897/statm: 385201 71626 1449 10 0 382504 0
[pid=15897/tid=15899] ppid=15895 vsize=1540804 CPUtime=0.75
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5583 0 1 0 72 3 0 0 15 0 18 0 8137691 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1540804 CPUtime=12.95
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 14701 0 0 0 1253 42 0 0 15 0 18 0 8137693 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1540804 CPUtime=12.93
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 15073 0 0 0 1252 41 0 0 16 0 18 0 8137693 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1540804 CPUtime=71.73
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 3319 0 0 0 7158 15 0 0 15 0 18 0 8137694 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8137695 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8137695 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1540804 CPUtime=2.74
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 4673 0 0 0 272 2 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1540804 CPUtime=1.77
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 3061 0 0 0 176 1 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8137783 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 8137783 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15962] ppid=15895 vsize=1540804 CPUtime=31.64
/proc/15897/task/15962/stat : 15962 (java) R 15895 15897 15236 0 -1 4202560 21 0 0 0 3164 0 0 0 17 0 18 0 8229154 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4159199523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15897/tid=15963] ppid=15895 vsize=1540804 CPUtime=31.67
/proc/15897/task/15963/stat : 15963 (java) R 15895 15897 15236 0 -1 4202560 10 0 0 0 3167 0 0 0 17 0 18 0 8229154 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4109605363 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.76
Current children cumulated vsize (KiB) 1540804

[startup+953.902 s]
/proc/loadavg: 2.66 2.17 1.71 2/124 15968
/proc/meminfo: memFree=1471388/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1540804 CPUtime=1803.28
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 78786 0 1 0 180193 135 0 0 18 0 18 0 8137690 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15897/statm: 385201 71626 1449 10 0 382504 0
[pid=15897/tid=15899] ppid=15895 vsize=1540804 CPUtime=0.75
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5583 0 1 0 72 3 0 0 15 0 18 0 8137691 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1540804 CPUtime=12.97
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 14701 0 0 0 1255 42 0 0 15 0 18 0 8137693 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1540804 CPUtime=12.95
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 15073 0 0 0 1254 41 0 0 16 0 18 0 8137693 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1540804 CPUtime=72.01
/proc/15897/task/15902/stat : 15902 (java) R 15895 15897 15236 0 -1 4202560 3319 0 0 0 7186 15 0 0 16 0 18 0 8137694 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 105886136 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8137695 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8137695 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1540804 CPUtime=2.74
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 4673 0 0 0 272 2 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1540804 CPUtime=1.77
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 3061 0 0 0 176 1 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 8137699 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8137783 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 8137783 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15962] ppid=15895 vsize=1540804 CPUtime=31.75
/proc/15897/task/15962/stat : 15962 (java) S 15895 15897 15236 0 -1 4202560 21 0 0 0 3175 0 0 0 17 0 18 0 8229154 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15963] ppid=15895 vsize=1540804 CPUtime=31.78
/proc/15897/task/15963/stat : 15963 (java) S 15895 15897 15236 0 -1 4202560 10 0 0 0 3178 0 0 0 17 0 18 0 8229154 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15967] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15967/stat : 15967 (java) S 15895 15897 15236 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 8233035 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15968] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15968/stat : 15968 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 8233039 1577783296 71626 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.28
Current children cumulated vsize (KiB) 1540804

[startup+954.107 s]
/proc/loadavg: 2.66 2.17 1.71 2/124 15968
/proc/meminfo: memFree=1471388/2059040 swapFree=4192956/4192956
[pid=15897] ppid=15895 vsize=1540804 CPUtime=1803.6
/proc/15897/stat : 15897 (java) S 15895 15897 15236 0 -1 4202496 78793 0 1 0 180225 135 0 0 18 0 17 0 8137690 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15897/statm: 385201 71633 1449 10 0 382504 0
[pid=15897/tid=15899] ppid=15895 vsize=1540804 CPUtime=0.75
/proc/15897/task/15899/stat : 15899 (java) S 15895 15897 15236 0 -1 4202560 5583 0 1 0 72 3 0 0 15 0 17 0 8137691 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15900] ppid=15895 vsize=1540804 CPUtime=12.97
/proc/15897/task/15900/stat : 15900 (java) S 15895 15897 15236 0 -1 4202560 14701 0 0 0 1255 42 0 0 15 0 17 0 8137693 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15901] ppid=15895 vsize=1540804 CPUtime=12.95
/proc/15897/task/15901/stat : 15901 (java) S 15895 15897 15236 0 -1 4202560 15073 0 0 0 1254 41 0 0 16 0 17 0 8137693 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15902] ppid=15895 vsize=1540804 CPUtime=72.1
/proc/15897/task/15902/stat : 15902 (java) S 15895 15897 15236 0 -1 4202560 3319 0 0 0 7195 15 0 0 16 0 17 0 8137694 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 0 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15903] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15903/stat : 15903 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 8137695 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15904] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15904/stat : 15904 (java) S 15895 15897 15236 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 8137695 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15905] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15905/stat : 15905 (java) S 15895 15897 15236 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 17 0 8137699 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15906] ppid=15895 vsize=1540804 CPUtime=2.74
/proc/15897/task/15906/stat : 15906 (java) S 15895 15897 15236 0 -1 4202560 4673 0 0 0 272 2 0 0 15 0 17 0 8137699 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15907] ppid=15895 vsize=1540804 CPUtime=1.77
/proc/15897/task/15907/stat : 15907 (java) S 15895 15897 15236 0 -1 4202560 3061 0 0 0 176 1 0 0 15 0 17 0 8137699 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15908] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15908/stat : 15908 (java) S 15895 15897 15236 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 8137699 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15909] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15909/stat : 15909 (java) S 15895 15897 15236 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 8137699 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15912] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15912/stat : 15912 (java) S 15895 15897 15236 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 8137783 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
[pid=15897/tid=15913] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15913/stat : 15913 (java) S 15895 15897 15236 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 8137783 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 1 0 0 0
[pid=15897/tid=15962] ppid=15895 vsize=1540804 CPUtime=31.83
/proc/15897/task/15962/stat : 15962 (java) R 15895 15897 15236 0 -1 4202560 21 0 0 0 3183 0 0 0 16 0 17 0 8229154 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4109388845 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15897/tid=15963] ppid=15895 vsize=1540804 CPUtime=31.89
/proc/15897/task/15963/stat : 15963 (java) R 15895 15897 15236 0 -1 4202560 10 0 0 0 3189 0 0 0 16 0 17 0 8229154 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4109239399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15897/tid=15967] ppid=15895 vsize=1540804 CPUtime=0
/proc/15897/task/15967/stat : 15967 (java) S 15895 15897 15236 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 17 0 8233035 1577783296 71633 1992294400 134512640 134550932 4287855520 18446744073709551615 4294960144 0 4 0 16800975 18446604436668540928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.6
Current children cumulated vsize (KiB) 1540804

Child status: 143
Real time (s): 954.149
CPU time (s): 1803.66
CPU user time (s): 1802.28
CPU system time (s): 1.38579
CPU usage (%): 189.033
Max. virtual memory (cumulated for all children) (KiB): 1542804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.28
system time used= 1.38579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78793
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= 30035
involuntary context switches= 49051

runsolver used 6.63599 second user time and 8.39372 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 08:07:20
IDJOB=2661986
IDBENCH=48241
IDSOLVER=1166
FILE ID=node086/2661986-1276668440
PBS_JOBID= 11172470
Free space on /tmp= 62576 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_100_10_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661986-1276668440/watcher-2661986-1276668440 -o /tmp/evaluation-result-2661986-1276668440/solver-2661986-1276668440 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661986-1276668440.opb

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

MD5SUM BENCH= c154cb0964ce03c2d199339cf62d0c63
RANDOM SEED=772251688

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755896 kB
Buffers:         50884 kB
Cached:         116284 kB
SwapCached:          0 kB
Active:         121212 kB
Inactive:       105332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          15332 kB
Slab:            54876 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181184 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= 62576 MiB
End job on node086 at 2010-06-16 08:23:14