Trace number 2662019

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-31? (TO) 1803.9 958.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
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-28
Best CPU time to get the best result obtained on this benchmark1789.59
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2662019-1276674003.opb
0.24/0.23	c reading problem ... 
1.28/0.86	c ... done. Wall clock time 0.636s.
1.28/0.86	c #vars     1458
1.28/0.86	c #constraints  2818
1.28/0.86	c constraints type 
1.28/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
1.28/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
1.28/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1.28/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1.28/0.86	c constraints type 
1.28/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.28/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1258
1.28/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
1.28/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
2.27/1.31	c And the winner is CuttingPlanes
2.30/1.88	c SATISFIABLE
2.30/1.88	c OPTIMIZING...
2.30/1.88	c Got one! Elapsed wall clock time (in seconds):1.662
2.30/1.88	o -8
2.54/2.01	c And the winner is CuttingPlanes
2.56/2.89	c Got one! Elapsed wall clock time (in seconds):2.668
2.56/2.89	o -11
2.58/2.95	c And the winner is CuttingPlanes
2.69/3.90	c Got one! Elapsed wall clock time (in seconds):3.683
2.69/3.90	o -12
2.69/3.98	c And the winner is CuttingPlanes
2.84/4.91	c Got one! Elapsed wall clock time (in seconds):4.69
2.84/4.91	o -13
3.22/5.18	c And the winner is CuttingPlanes
3.38/5.91	c Got one! Elapsed wall clock time (in seconds):5.696
3.38/5.91	o -14
3.38/5.96	c And the winner is CuttingPlanes
4.09/6.92	c Got one! Elapsed wall clock time (in seconds):6.702
4.09/6.92	o -15
4.09/6.95	c And the winner is CuttingPlanes
4.17/7.93	c Got one! Elapsed wall clock time (in seconds):7.709
4.17/7.93	o -16
4.34/8.02	c And the winner is CuttingPlanes
4.37/8.94	c Got one! Elapsed wall clock time (in seconds):8.725
4.37/8.94	o -17
4.89/9.28	c And the winner is Resolution
5.11/9.96	c Got one! Elapsed wall clock time (in seconds):9.736
5.11/9.96	o -18
5.39/10.11	c And the winner is CuttingPlanes
5.41/10.96	c Got one! Elapsed wall clock time (in seconds):10.742
5.41/10.96	o -19
7.69/12.17	c And the winner is CuttingPlanes
7.83/12.97	c Got one! Elapsed wall clock time (in seconds):12.749
7.83/12.97	o -20
8.09/13.12	c And the winner is CuttingPlanes
8.11/13.97	c Got one! Elapsed wall clock time (in seconds):13.754
8.11/13.97	o -21
8.56/14.22	c cleaning 2500 clauses out of 5000 with flag 5000/5000
13.25/16.65	c cleaning 4195 clauses out of 8500 with flag 11000/11000
17.96/19.05	c cleaning 5602 clauses out of 11305 with flag 18000/18000
24.65/22.41	c cleaning 6819 clauses out of 13703 with flag 26000/26000
30.91/25.69	c cleaning 7915 clauses out of 15884 with flag 35000/35000
38.18/29.39	c cleaning 8930 clauses out of 17969 with flag 45000/45000
45.63/33.18	c cleaning 9508 clauses out of 19039 with flag 55000/55000
51.70/36.28	c cleaning 9741 clauses out of 19531 with flag 65000/65000
57.54/39.29	c cleaning 9877 clauses out of 19790 with flag 75000/75000
64.59/42.86	c cleaning 9906 clauses out of 19913 with flag 85000/85000
70.84/46.10	c cleaning 9984 clauses out of 20007 with flag 95000/95000
77.30/49.33	c cleaning 9955 clauses out of 20023 with flag 105000/105000
84.31/52.99	c cleaning 9960 clauses out of 20068 with flag 115000/115000
91.74/56.76	c cleaning 10017 clauses out of 20108 with flag 125000/125000
98.77/60.34	c cleaning 9982 clauses out of 20091 with flag 135000/135000
105.03/63.57	c cleaning 10023 clauses out of 20109 with flag 145000/145000
113.61/67.96	c cleaning 9974 clauses out of 20087 with flag 155001/155001
121.62/72.08	c cleaning 10021 clauses out of 20112 with flag 165000/165000
127.85/75.29	c cleaning 10005 clauses out of 20091 with flag 175000/175000
135.26/79.09	c cleaning 9993 clauses out of 20086 with flag 185000/185000
141.86/82.51	c cleaning 10013 clauses out of 20093 with flag 195000/195000
149.26/86.24	c cleaning 10015 clauses out of 20080 with flag 205000/205000
157.47/90.47	c cleaning 9970 clauses out of 20065 with flag 215000/215000
164.87/94.28	c cleaning 10019 clauses out of 20095 with flag 225000/225000
172.64/98.26	c cleaning 9992 clauses out of 20076 with flag 235000/235000
181.04/102.50	c cleaning 10033 clauses out of 20084 with flag 245000/245000
188.25/106.23	c cleaning 9979 clauses out of 20051 with flag 255000/255000
195.25/109.87	c cleaning 10008 clauses out of 20072 with flag 265000/265000
204.40/114.59	c cleaning 9999 clauses out of 20064 with flag 275000/275000
213.78/119.38	c cleaning 9956 clauses out of 20065 with flag 285000/285000
224.15/124.67	c cleaning 10007 clauses out of 20109 with flag 295000/295000
225.99/125.60	c And the winner is CuttingPlanes
226.00/126.55	c Got one! Elapsed wall clock time (in seconds):126.326
226.00/126.55	o -22
230.66/128.95	c cleaning 10046 clauses out of 20102 with flag 305000/305000
236.44/131.98	c cleaning 9993 clauses out of 20056 with flag 315000/315000
241.64/134.60	c cleaning 10005 clauses out of 20063 with flag 325000/325000
248.02/137.94	c cleaning 9995 clauses out of 20058 with flag 335000/335000
253.04/140.54	c cleaning 10018 clauses out of 20063 with flag 345000/345000
257.63/142.98	c cleaning 9995 clauses out of 20045 with flag 355000/355000
262.43/145.43	c cleaning 10002 clauses out of 20050 with flag 365000/365000
267.24/147.96	c cleaning 10001 clauses out of 20048 with flag 375000/375000
274.23/151.55	c cleaning 9954 clauses out of 20047 with flag 385000/385000
280.40/154.75	c cleaning 10031 clauses out of 20093 with flag 395000/395000
288.17/158.73	c cleaning 9963 clauses out of 20062 with flag 405000/405000
296.17/162.87	c cleaning 10010 clauses out of 20099 with flag 415000/415000
302.54/166.17	c cleaning 9986 clauses out of 20089 with flag 425000/425000
308.48/169.29	c cleaning 10017 clauses out of 20103 with flag 435000/435000
314.88/172.56	c cleaning 9993 clauses out of 20086 with flag 445000/445000
320.48/175.47	c cleaning 10014 clauses out of 20093 with flag 455000/455000
326.06/178.35	c cleaning 10020 clauses out of 20079 with flag 465000/465000
331.42/181.20	c cleaning 9992 clauses out of 20059 with flag 475000/475000
337.41/184.24	c cleaning 9988 clauses out of 20067 with flag 485000/485000
342.40/186.89	c cleaning 10015 clauses out of 20080 with flag 495001/495001
348.59/190.07	c cleaning 10001 clauses out of 20064 with flag 505000/505000
355.35/193.53	c cleaning 10007 clauses out of 20063 with flag 515000/515000
362.30/197.19	c cleaning 9979 clauses out of 20056 with flag 525000/525000
369.47/200.83	c cleaning 9994 clauses out of 20077 with flag 535000/535000
375.85/204.16	c cleaning 9991 clauses out of 20083 with flag 545000/545000
381.78/207.20	c cleaning 10012 clauses out of 20093 with flag 555001/555001
386.97/209.98	c cleaning 10006 clauses out of 20080 with flag 565000/565000
394.35/213.70	c cleaning 9963 clauses out of 20074 with flag 575000/575000
401.11/217.24	c cleaning 10026 clauses out of 20111 with flag 585000/585000
409.62/221.68	c cleaning 9994 clauses out of 20085 with flag 595000/595000
416.57/225.26	c cleaning 10022 clauses out of 20091 with flag 605000/605000
424.13/229.16	c cleaning 9983 clauses out of 20069 with flag 615000/615000
424.41/229.39	c cleaning 0 clauses out of 5000 with flag 0/5000
430.47/232.58	c cleaning 9984 clauses out of 20086 with flag 625000/625000
439.21/237.06	c cleaning 10014 clauses out of 20102 with flag 635000/635000
446.78/240.91	c cleaning 9992 clauses out of 20088 with flag 645000/645000
453.71/244.57	c cleaning 10020 clauses out of 20096 with flag 655000/655000
461.03/248.36	c cleaning 10007 clauses out of 20076 with flag 665000/665000
468.98/252.45	c cleaning 9977 clauses out of 20069 with flag 675000/675000
476.93/256.52	c cleaning 10023 clauses out of 20092 with flag 685000/685000
484.28/260.40	c cleaning 9976 clauses out of 20069 with flag 695000/695000
491.58/264.10	c cleaning 10010 clauses out of 20093 with flag 705000/705000
498.93/267.91	c cleaning 9979 clauses out of 20083 with flag 715000/715000
506.68/271.92	c cleaning 10025 clauses out of 20104 with flag 725000/725000
514.63/276.05	c cleaning 9973 clauses out of 20079 with flag 735000/735000
521.72/279.71	c cleaning 10022 clauses out of 20106 with flag 745000/745000
528.67/283.39	c cleaning 10005 clauses out of 20084 with flag 755000/755000
536.60/287.40	c cleaning 10018 clauses out of 20079 with flag 765000/765000
543.55/291.01	c cleaning 9994 clauses out of 20061 with flag 775000/775000
550.24/294.54	c cleaning 9984 clauses out of 20067 with flag 785000/785000
556.60/297.88	c cleaning 10006 clauses out of 20083 with flag 795000/795000
562.95/301.16	c cleaning 9997 clauses out of 20077 with flag 805000/805000
569.72/304.70	c cleaning 9994 clauses out of 20080 with flag 815000/815000
576.57/308.24	c cleaning 10002 clauses out of 20086 with flag 825000/825000
583.91/312.02	c cleaning 10001 clauses out of 20084 with flag 835000/835000
590.66/315.50	c cleaning 10018 clauses out of 20083 with flag 845000/845000
596.80/318.77	c cleaning 9987 clauses out of 20065 with flag 855000/855000
602.29/321.60	c cleaning 10008 clauses out of 20079 with flag 865001/865001
610.81/326.09	c cleaning 9982 clauses out of 20070 with flag 875000/875000
618.56/330.09	c cleaning 10024 clauses out of 20088 with flag 885000/885000
626.45/334.19	c cleaning 9991 clauses out of 20064 with flag 895000/895000
633.52/337.88	c cleaning 10016 clauses out of 20073 with flag 905000/905000
640.45/341.45	c cleaning 9995 clauses out of 20057 with flag 915000/915000
647.17/344.99	c cleaning 9986 clauses out of 20062 with flag 925000/925000
655.49/349.28	c cleaning 9992 clauses out of 20076 with flag 935000/935000
663.14/353.23	c cleaning 9998 clauses out of 20084 with flag 945000/945000
670.27/356.98	c cleaning 9987 clauses out of 20086 with flag 955000/955000
678.20/361.08	c cleaning 10009 clauses out of 20099 with flag 965000/965000
685.12/364.64	c cleaning 10005 clauses out of 20090 with flag 975000/975000
691.79/368.12	c cleaning 9999 clauses out of 20085 with flag 985000/985000
699.50/372.14	c cleaning 10010 clauses out of 20086 with flag 995000/995000
706.42/375.72	c cleaning 10000 clauses out of 20076 with flag 1005000/1005000
713.15/379.28	c cleaning 10009 clauses out of 20076 with flag 1015000/1015000
720.61/383.12	c cleaning 9991 clauses out of 20067 with flag 1025000/1025000
727.15/386.57	c cleaning 10010 clauses out of 20076 with flag 1035000/1035000
734.27/390.23	c cleaning 9988 clauses out of 20066 with flag 1045000/1045000
741.59/394.02	c cleaning 10018 clauses out of 20078 with flag 1055000/1055000
748.24/397.57	c cleaning 9990 clauses out of 20060 with flag 1065000/1065000
756.15/401.63	c cleaning 9996 clauses out of 20070 with flag 1075000/1075000
763.27/405.38	c cleaning 10006 clauses out of 20074 with flag 1085000/1085000
770.59/409.12	c cleaning 10015 clauses out of 20068 with flag 1095000/1095000
778.04/413.07	c cleaning 9999 clauses out of 20053 with flag 1105000/1105000
784.54/416.43	c cleaning 9978 clauses out of 20054 with flag 1115000/1115000
790.47/419.59	c cleaning 10027 clauses out of 20076 with flag 1125000/1125000
796.17/422.59	c cleaning 9998 clauses out of 20049 with flag 1135000/1135000
802.81/426.01	c cleaning 9998 clauses out of 20051 with flag 1145000/1145000
808.54/429.06	c cleaning 9979 clauses out of 20053 with flag 1155000/1155000
814.66/432.26	c cleaning 9983 clauses out of 20074 with flag 1165000/1165000
821.55/435.85	c cleaning 10027 clauses out of 20091 with flag 1175000/1175000
828.20/439.31	c cleaning 9990 clauses out of 20064 with flag 1185000/1185000
834.90/442.86	c cleaning 9999 clauses out of 20074 with flag 1195000/1195000
841.61/446.32	c cleaning 10007 clauses out of 20075 with flag 1205000/1205000
848.72/450.10	c cleaning 9991 clauses out of 20068 with flag 1215000/1215000
855.15/453.43	c cleaning 9997 clauses out of 20077 with flag 1225000/1225000
861.08/456.56	c cleaning 9984 clauses out of 20080 with flag 1235000/1235000
866.96/459.65	c cleaning 10013 clauses out of 20096 with flag 1245000/1245000
872.69/462.67	c cleaning 10005 clauses out of 20083 with flag 1255000/1255000
879.12/466.06	c cleaning 10009 clauses out of 20078 with flag 1265000/1265000
885.22/469.22	c cleaning 10018 clauses out of 20069 with flag 1275000/1275000
891.13/472.34	c cleaning 9986 clauses out of 20051 with flag 1285000/1285000
897.05/475.46	c cleaning 9983 clauses out of 20065 with flag 1295000/1295000
903.06/478.62	c cleaning 10009 clauses out of 20082 with flag 1305000/1305000
909.76/482.11	c cleaning 10010 clauses out of 20073 with flag 1315000/1315000
916.24/485.57	c cleaning 9998 clauses out of 20064 with flag 1325001/1325001
922.75/488.97	c cleaning 9988 clauses out of 20065 with flag 1335000/1335000
929.77/492.66	c cleaning 10013 clauses out of 20077 with flag 1345000/1345000
935.68/495.78	c cleaning 10025 clauses out of 20064 with flag 1355000/1355000
941.19/498.63	c cleaning 9989 clauses out of 20039 with flag 1365000/1365000
946.30/501.39	c cleaning 9990 clauses out of 20050 with flag 1375000/1375000
951.54/504.18	c cleaning 10006 clauses out of 20060 with flag 1385000/1385000
956.85/506.96	c cleaning 9997 clauses out of 20054 with flag 1395000/1395000
961.76/509.58	c cleaning 10018 clauses out of 20057 with flag 1405000/1405000
966.87/512.28	c cleaning 9985 clauses out of 20040 with flag 1415001/1415001
971.90/514.92	c cleaning 9998 clauses out of 20054 with flag 1425000/1425000
976.82/517.57	c cleaning 10004 clauses out of 20056 with flag 1435000/1435000
982.30/520.47	c cleaning 9987 clauses out of 20052 with flag 1445000/1445000
988.41/523.64	c cleaning 10003 clauses out of 20065 with flag 1455000/1455000
994.40/526.81	c cleaning 10002 clauses out of 20063 with flag 1465001/1465001
999.68/529.61	c cleaning 9987 clauses out of 20060 with flag 1475000/1475000
1005.96/532.93	c cleaning 9983 clauses out of 20073 with flag 1485000/1485000
1012.64/536.46	c cleaning 10004 clauses out of 20090 with flag 1495000/1495000
1019.47/540.01	c cleaning 9986 clauses out of 20086 with flag 1505000/1505000
1026.54/543.72	c cleaning 10029 clauses out of 20100 with flag 1515000/1515000
1034.01/547.61	c cleaning 9984 clauses out of 20071 with flag 1525000/1525000
1041.49/551.53	c cleaning 10004 clauses out of 20087 with flag 1535000/1535000
1048.10/555.00	c cleaning 10004 clauses out of 20083 with flag 1545000/1545000
1054.18/558.24	c cleaning 10019 clauses out of 20079 with flag 1555000/1555000
1060.08/561.33	c cleaning 9991 clauses out of 20060 with flag 1565000/1565000
1065.58/564.28	c cleaning 9998 clauses out of 20070 with flag 1575001/1575001
1071.39/567.34	c cleaning 10011 clauses out of 20071 with flag 1585000/1585000
1077.68/570.69	c cleaning 10009 clauses out of 20060 with flag 1595000/1595000
1083.97/573.96	c cleaning 9974 clauses out of 20051 with flag 1605000/1605000
1091.24/577.76	c cleaning 10003 clauses out of 20077 with flag 1615000/1615000
1097.84/581.29	c cleaning 10001 clauses out of 20074 with flag 1625000/1625000
1104.52/584.71	c cleaning 10008 clauses out of 20073 with flag 1635000/1635000
1111.00/588.13	c cleaning 9991 clauses out of 20065 with flag 1645000/1645000
1117.08/591.30	c cleaning 10018 clauses out of 20074 with flag 1655000/1655000
1123.69/594.83	c cleaning 9964 clauses out of 20056 with flag 1665000/1665000
1130.57/598.42	c cleaning 10033 clauses out of 20092 with flag 1675000/1675000
1138.02/602.39	c cleaning 10003 clauses out of 20059 with flag 1685000/1685000
1144.89/605.98	c cleaning 9999 clauses out of 20056 with flag 1695000/1695000
1151.67/609.59	c cleaning 9989 clauses out of 20057 with flag 1705000/1705000
1158.14/612.96	c cleaning 9998 clauses out of 20068 with flag 1715000/1715000
1164.40/616.28	c cleaning 9999 clauses out of 20070 with flag 1725000/1725000
1170.87/619.66	c cleaning 9987 clauses out of 20071 with flag 1735000/1735000
1177.06/622.99	c cleaning 9989 clauses out of 20084 with flag 1745000/1745000
1183.52/626.36	c cleaning 10010 clauses out of 20095 with flag 1755000/1755000
1189.39/629.41	c cleaning 10003 clauses out of 20085 with flag 1765000/1765000
1194.47/632.17	c cleaning 9998 clauses out of 20082 with flag 1775000/1775000
1199.86/635.07	c cleaning 10034 clauses out of 20084 with flag 1785000/1785000
1205.14/637.81	c cleaning 9996 clauses out of 20050 with flag 1795000/1795000
1210.62/640.79	c cleaning 9988 clauses out of 20054 with flag 1805000/1805000
1215.90/643.59	c cleaning 10009 clauses out of 20066 with flag 1815000/1815000
1221.48/646.57	c cleaning 9977 clauses out of 20057 with flag 1825000/1825000
1227.15/649.55	c cleaning 10010 clauses out of 20080 with flag 1835000/1835000
1233.21/652.70	c cleaning 10012 clauses out of 20071 with flag 1845001/1845001
1238.69/655.62	c cleaning 9993 clauses out of 20058 with flag 1855000/1855000
1244.07/658.52	c cleaning 9992 clauses out of 20065 with flag 1865000/1865000
1249.34/661.32	c cleaning 10005 clauses out of 20073 with flag 1875000/1875000
1254.82/664.21	c cleaning 10001 clauses out of 20068 with flag 1885000/1885000
1260.87/667.46	c cleaning 10001 clauses out of 20067 with flag 1895000/1895000
1266.66/670.58	c cleaning 10002 clauses out of 20066 with flag 1905000/1905000
1272.92/673.85	c cleaning 10000 clauses out of 20064 with flag 1915000/1915000
1278.98/677.09	c cleaning 9990 clauses out of 20064 with flag 1925000/1925000
1284.84/680.18	c cleaning 10000 clauses out of 20074 with flag 1935000/1935000
1290.43/683.19	c cleaning 10006 clauses out of 20074 with flag 1945000/1945000
1295.68/685.95	c cleaning 9982 clauses out of 20068 with flag 1955000/1955000
1301.54/689.07	c cleaning 10005 clauses out of 20086 with flag 1965000/1965000
1307.19/692.02	c cleaning 10022 clauses out of 20081 with flag 1975000/1975000
1312.75/695.06	c cleaning 9990 clauses out of 20059 with flag 1985000/1985000
1318.81/698.21	c cleaning 10012 clauses out of 20069 with flag 1995000/1995000
1324.67/701.34	c cleaning 10010 clauses out of 20057 with flag 2005000/2005000
1329.75/704.03	c cleaning 9970 clauses out of 20047 with flag 2015000/2015000
1336.09/707.42	c cleaning 9985 clauses out of 20077 with flag 2025000/2025000
1342.34/710.71	c cleaning 9986 clauses out of 20092 with flag 2035000/2035000
1348.41/713.96	c cleaning 10009 clauses out of 20106 with flag 2045000/2045000
1354.24/717.07	c cleaning 9983 clauses out of 20097 with flag 2055000/2055000
1361.41/720.88	c cleaning 10001 clauses out of 20114 with flag 2065000/2065000
1368.05/724.37	c cleaning 10012 clauses out of 20113 with flag 2075000/2075000
1373.49/727.29	c cleaning 10019 clauses out of 20101 with flag 2085000/2085000
1379.74/730.57	c cleaning 9991 clauses out of 20082 with flag 2095000/2095000
1386.49/734.16	c cleaning 10030 clauses out of 20091 with flag 2105000/2105000
1393.32/737.71	c cleaning 9978 clauses out of 20061 with flag 2115000/2115000
1400.75/741.68	c cleaning 10027 clauses out of 20084 with flag 2125001/2125001
1407.19/745.07	c cleaning 9983 clauses out of 20057 with flag 2135001/2135001
1413.34/748.38	c cleaning 10001 clauses out of 20073 with flag 2145000/2145000
1420.17/751.94	c cleaning 9991 clauses out of 20072 with flag 2155000/2155000
1426.99/755.55	c cleaning 9998 clauses out of 20081 with flag 2165000/2165000
1433.82/759.20	c cleaning 9983 clauses out of 20083 with flag 2175000/2175000
1440.53/762.73	c cleaning 10016 clauses out of 20100 with flag 2185000/2185000
1446.73/766.00	c cleaning 9999 clauses out of 20084 with flag 2195000/2195000
1452.95/769.30	c cleaning 9994 clauses out of 20085 with flag 2205000/2205000
1458.58/772.39	c cleaning 9999 clauses out of 20091 with flag 2215000/2215000
1464.71/775.61	c cleaning 9990 clauses out of 20092 with flag 2225000/2225000
1471.13/779.02	c cleaning 10021 clauses out of 20102 with flag 2235000/2235000
1477.15/782.29	c cleaning 10006 clauses out of 20081 with flag 2245000/2245000
1482.98/785.35	c cleaning 9975 clauses out of 20075 with flag 2255000/2255000
1488.50/788.33	c cleaning 10007 clauses out of 20100 with flag 2265000/2265000
1494.92/791.79	c cleaning 10029 clauses out of 20093 with flag 2275000/2275000
1501.55/795.29	c cleaning 9987 clauses out of 20064 with flag 2285000/2285000
1508.15/798.72	c cleaning 9995 clauses out of 20077 with flag 2295000/2295000
1514.26/802.03	c cleaning 9997 clauses out of 20082 with flag 2305000/2305000
1521.09/805.64	c cleaning 10010 clauses out of 20085 with flag 2315000/2315000
1527.70/809.18	c cleaning 10004 clauses out of 20076 with flag 2325001/2325001
1533.92/812.44	c cleaning 10010 clauses out of 20071 with flag 2335000/2335000
1539.46/815.43	c cleaning 10000 clauses out of 20061 with flag 2345000/2345000
1545.09/818.44	c cleaning 10008 clauses out of 20061 with flag 2355000/2355000
1550.89/821.56	c cleaning 10001 clauses out of 20053 with flag 2365000/2365000
1557.49/825.04	c cleaning 9999 clauses out of 20052 with flag 2375000/2375000
1563.61/828.34	c cleaning 9997 clauses out of 20053 with flag 2385000/2385000
1569.22/831.36	c cleaning 9996 clauses out of 20056 with flag 2395000/2395000
1574.85/834.37	c cleaning 9991 clauses out of 20060 with flag 2405000/2405000
1580.65/837.47	c cleaning 10013 clauses out of 20069 with flag 2415000/2415000
1587.35/841.02	c cleaning 10000 clauses out of 20056 with flag 2425000/2425000
1593.95/844.52	c cleaning 9978 clauses out of 20056 with flag 2435000/2435000
1600.57/848.03	c cleaning 9998 clauses out of 20078 with flag 2445000/2445000
1607.36/851.64	c cleaning 9988 clauses out of 20080 with flag 2455000/2455000
1613.26/854.82	c cleaning 9996 clauses out of 20092 with flag 2465000/2465000
1618.87/857.86	c cleaning 10017 clauses out of 20096 with flag 2475000/2475000
1623.90/860.53	c cleaning 10001 clauses out of 20079 with flag 2485000/2485000
1629.11/863.40	c cleaning 9993 clauses out of 20078 with flag 2495000/2495000
1634.81/866.41	c cleaning 10010 clauses out of 20085 with flag 2505000/2505000
1639.82/869.17	c cleaning 10007 clauses out of 20075 with flag 2515000/2515000
1645.42/872.10	c cleaning 9997 clauses out of 20068 with flag 2525000/2525000
1650.62/874.91	c cleaning 9977 clauses out of 20071 with flag 2535000/2535000
1655.52/877.65	c cleaning 10018 clauses out of 20094 with flag 2545000/2545000
1660.33/880.29	c cleaning 9991 clauses out of 20076 with flag 2555000/2555000
1665.33/882.98	c cleaning 10002 clauses out of 20085 with flag 2565000/2565000
1670.92/885.98	c cleaning 9977 clauses out of 20083 with flag 2575000/2575000
1676.41/888.91	c cleaning 10012 clauses out of 20106 with flag 2585000/2585000
1681.20/891.52	c cleaning 10024 clauses out of 20094 with flag 2595000/2595000
1686.80/894.58	c cleaning 9993 clauses out of 20070 with flag 2605000/2605000
1692.39/897.54	c cleaning 10007 clauses out of 20077 with flag 2615000/2615000
1699.07/901.19	c cleaning 9994 clauses out of 20070 with flag 2625000/2625000
1704.68/904.17	c cleaning 10001 clauses out of 20076 with flag 2635000/2635000
1710.06/907.05	c cleaning 10001 clauses out of 20075 with flag 2645000/2645000
1715.67/910.05	c cleaning 9988 clauses out of 20074 with flag 2655000/2655000
1720.79/912.89	c cleaning 10015 clauses out of 20086 with flag 2665000/2665000
1726.17/915.71	c cleaning 9990 clauses out of 20071 with flag 2675000/2675000
1731.38/918.53	c cleaning 9999 clauses out of 20081 with flag 2685000/2685000
1736.38/921.22	c cleaning 10013 clauses out of 20083 with flag 2695001/2695001
1741.50/924.07	c cleaning 10006 clauses out of 20069 with flag 2705000/2705000
1745.91/926.43	c cleaning 9991 clauses out of 20064 with flag 2715001/2715001
1751.72/929.55	c cleaning 9992 clauses out of 20072 with flag 2725000/2725000
1756.70/932.26	c cleaning 10000 clauses out of 20080 with flag 2735000/2735000
1761.64/934.99	c cleaning 10016 clauses out of 20080 with flag 2745000/2745000
1766.82/937.71	c cleaning 9996 clauses out of 20064 with flag 2755000/2755000
1771.04/940.09	c cleaning 9995 clauses out of 20068 with flag 2765000/2765000
1775.46/942.49	c cleaning 10010 clauses out of 20073 with flag 2775000/2775000
1780.17/945.06	c cleaning 10005 clauses out of 20063 with flag 2785000/2785000
1784.77/947.51	c cleaning 9995 clauses out of 20058 with flag 2795000/2795000
1788.98/949.86	c cleaning 10000 clauses out of 20063 with flag 2805000/2805000
1793.40/952.26	c cleaning 9993 clauses out of 20063 with flag 2815000/2815000
1797.52/954.58	c cleaning 9986 clauses out of 20070 with flag 2825000/2825000
1801.94/956.91	c cleaning 10015 clauses out of 20084 with flag 2835000/2835000
1802.56/957.40	c starts		: 44
1802.56/957.40	c conflicts		: 9544
1802.56/957.40	c decisions		: 56370
1802.56/957.40	c propagations		: 910209
1802.56/957.40	c inspects		: 331337290
1802.56/957.40	c learnt literals	: 0
1802.56/957.40	c learnt binary clauses	: 0
1802.56/957.40	c learnt ternary clauses	: 0
1802.56/957.40	c learnt clauses	: 9543
1802.56/957.40	c ignored clauses	: 0
1802.56/957.40	c root simplifications	: 0
1802.56/957.40	c removed literals (reason simplification)	: 0
1802.56/957.40	c reason swapping (by a shorter reason)	: 0
1802.56/957.40	c Calls to reduceDB	: 1
1802.56/957.40	c number of reductions to clauses (during analyze)	: 0
1802.56/957.40	c number of learned constraints concerned by reduction	: 0
1802.56/957.40	c number of learning phase by resolution	: 0
1802.56/957.41	c number of learning phase by cutting planes	: 0
1802.56/957.41	c speed (assignments/second)	: 1095.5100468794194
1802.56/957.41	c non guided choices	13

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662019-1276674003/watcher-2662019-1276674003 -o /tmp/evaluation-result-2662019-1276674003/solver-2662019-1276674003 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662019-1276674003.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.92 0.98 0.99 3/105 17870
/proc/meminfo: memFree=1796092/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1752 CPUtime=0
/proc/17870/stat : 17870 (java6) R 17868 17870 17188 0 -1 4194304 166 0 0 0 0 0 0 0 19 0 1 0 8691700 1794048 81 1992294400 134512640 134550932 4293387424 18446744073709551615 7200774 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17870/statm: 425 71 53 10 0 30 0

[startup+0.0822789 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 17870
/proc/meminfo: memFree=1796092/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1521796 CPUtime=0.06
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 3784 0 1 0 4 2 0 0 15 0 7 0 8691700 1558319104 3225 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 380449 3225 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101661 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 17870
/proc/meminfo: memFree=1796092/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1524180 CPUtime=0.08
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 3958 0 1 0 6 2 0 0 15 0 12 0 8691700 1560760320 3397 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300682 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 17870
/proc/meminfo: memFree=1796092/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1526252 CPUtime=0.35
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 5393 0 1 0 32 3 0 0 15 0 12 0 8691700 1562882048 4830 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 381563 4830 1354 10 0 378866 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526252

[startup+0.700748 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 17870
/proc/meminfo: memFree=1796092/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1528996 CPUtime=1.08
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 7220 0 1 0 104 4 0 0 15 0 12 0 8691700 1565691904 6586 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 382249 6586 1407 10 0 379552 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528996

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 6/121 17886
/proc/meminfo: memFree=1768560/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1532456 CPUtime=2.3
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 11213 0 1 0 224 6 0 0 15 0 14 0 8691700 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 383114 9839 1424 10 0 380417 0
[pid=17870/tid=17872] ppid=17868 vsize=1532456 CPUtime=0.82
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5467 0 1 0 80 2 0 0 25 0 14 0 8691702 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 8691703 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 8691703 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8691705 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8691706 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8691706 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8691710 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1532456 CPUtime=0.36
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 946 0 0 0 36 0 0 0 17 0 14 0 8691710 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1532456 CPUtime=0.82
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 1799 0 0 0 81 1 0 0 16 0 14 0 8691710 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8691710 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8691710 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8691788 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1532456 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8691789 1569234944 9839 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1532456

[startup+3.10203 s]
/proc/loadavg: 0.92 0.98 0.99 1/119 17888
/proc/meminfo: memFree=1750720/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1532592 CPUtime=2.69
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 16308 0 1 0 261 8 0 0 15 0 14 0 8691700 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 383148 14933 1424 10 0 380451 0
[pid=17870/tid=17872] ppid=17868 vsize=1532592 CPUtime=0.83
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5485 0 1 0 81 2 0 0 19 0 14 0 8691702 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 8691703 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 8691703 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 8691705 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8691706 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8691706 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8691710 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1532592 CPUtime=0.38
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 948 0 0 0 38 0 0 0 15 0 14 0 8691710 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1532592 CPUtime=0.94
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 1837 0 0 0 93 1 0 0 15 0 14 0 8691710 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8691710 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8691710 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8691788 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1532592 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8691789 1569374208 14933 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1532592

[startup+6.30145 s]
/proc/loadavg: 0.85 0.97 0.99 1/119 17894
/proc/meminfo: memFree=1706576/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1541644 CPUtime=3.81
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 29801 0 1 0 367 14 0 0 15 0 14 0 8691700 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385411 26657 1426 10 0 382714 0
[pid=17870/tid=17872] ppid=17868 vsize=1541644 CPUtime=0.84
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5514 0 1 0 82 2 0 0 19 0 14 0 8691702 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 8691703 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 8691703 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 8691705 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 8691706 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 8691706 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8691710 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1541644 CPUtime=0.5
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 958 0 0 0 50 0 0 0 15 0 14 0 8691710 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1541644 CPUtime=1.52
/proc/17870/task/17880/stat : 17880 (java) R 17868 17870 17188 0 -1 4202560 5560 0 0 0 150 2 0 0 16 0 14 0 8691710 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8691710 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8691710 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8691788 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1541644 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8691789 1578643456 26657 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1541644
heavy processes:

[startup+12.7022 s]
/proc/loadavg: 0.78 0.95 0.98 2/121 17908
/proc/meminfo: memFree=1645800/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1540000 CPUtime=7.83
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 44099 0 1 0 760 23 0 0 15 0 14 0 8691700 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385000 38615 1440 10 0 382303 0
[pid=17870/tid=17872] ppid=17868 vsize=1540000 CPUtime=0.84
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5559 0 1 0 82 2 0 0 18 0 14 0 8691702 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1540000 CPUtime=0.03
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 995 0 0 0 2 1 0 0 15 0 14 0 8691703 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1540000 CPUtime=0.03
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 992 0 0 0 3 0 0 0 16 0 14 0 8691703 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1540000 CPUtime=0.02
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 14 0 0 0 1 1 0 0 15 0 14 0 8691705 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 8691706 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8691706 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 8691710 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1540000 CPUtime=0.93
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 1254 0 0 0 93 0 0 0 15 0 14 0 8691710 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1540000 CPUtime=2.29
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 7642 0 0 0 227 2 0 0 15 0 14 0 8691710 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8691710 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 8691710 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8691788 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1540000 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 8691789 1576960000 38615 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 1540000
heavy processes:

[startup+25.5019 s]
/proc/loadavg: 0.91 0.97 0.99 3/121 17912
/proc/meminfo: memFree=1610212/2059040 swapFree=4140536/4192956

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


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17870

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

[startup+956.601 s]
/proc/loadavg: 3.11 2.37 1.78 5/121 17938
/proc/meminfo: memFree=1515104/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1542276 CPUtime=1801.33
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 83820 0 1 0 179999 134 0 0 15 0 17 0 8691700 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385569 70782 1449 10 0 382872 0
[pid=17870/tid=17872] ppid=17868 vsize=1542276 CPUtime=0.86
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5603 0 1 0 83 3 0 0 15 0 17 0 8691702 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1542276 CPUtime=12.6
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 14487 0 0 0 1213 47 0 0 16 0 17 0 8691703 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1542276 CPUtime=12.57
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 13723 0 0 0 1214 43 0 0 15 0 17 0 8691703 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1542276 CPUtime=74.09
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 3817 0 0 0 7400 9 0 0 15 0 17 0 8691705 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 8691706 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 8691706 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 8691710 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1542276 CPUtime=1.73
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 3918 0 0 0 172 1 0 0 15 0 17 0 8691710 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1542276 CPUtime=3.03
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 9840 0 0 0 300 3 0 0 15 0 17 0 8691710 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 8691710 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 8691710 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 8691788 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1542276 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 8691789 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17915] ppid=17868 vsize=1542276 CPUtime=741.07
/proc/17870/task/17915/stat : 17915 (java) R 17868 17870 17188 0 -1 4202560 487 0 0 0 74102 5 0 0 17 0 17 0 8704355 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4109881662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17916] ppid=17868 vsize=1542276 CPUtime=740.4
/proc/17870/task/17916/stat : 17916 (java) R 17868 17870 17188 0 -1 4202560 166 0 0 0 74037 3 0 0 17 0 17 0 8704355 1579290624 70782 1992294400 134512640 134550932 4293498464 18446744073709551615 4109931516 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.33
Current children cumulated vsize (KiB) 1542276

[startup+957.401 s]
/proc/loadavg: 3.11 2.37 1.78 5/123 17940
/proc/meminfo: memFree=1515088/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1542600 CPUtime=1802.56
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 83828 0 1 0 180122 134 0 0 15 0 18 0 8691700 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385650 70789 1449 10 0 382953 0
[pid=17870/tid=17872] ppid=17868 vsize=1542600 CPUtime=0.86
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5603 0 1 0 83 3 0 0 15 0 18 0 8691702 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1542600 CPUtime=12.62
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 14487 0 0 0 1215 47 0 0 15 0 18 0 8691703 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1542600 CPUtime=12.59
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 13723 0 0 0 1216 43 0 0 16 0 18 0 8691703 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1542600 CPUtime=74.44
/proc/17870/task/17875/stat : 17875 (java) R 17868 17870 17188 0 -1 4202560 3817 0 0 0 7435 9 0 0 16 0 18 0 8691705 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1542600 CPUtime=1.73
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 3918 0 0 0 172 1 0 0 15 0 18 0 8691710 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1542600 CPUtime=3.03
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 9840 0 0 0 300 3 0 0 15 0 18 0 8691710 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8691710 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8691788 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8691789 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17915] ppid=17868 vsize=1542600 CPUtime=741.5
/proc/17870/task/17915/stat : 17915 (java) R 17868 17870 17188 0 -1 4202560 487 0 0 0 74145 5 0 0 15 0 18 0 8704355 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4109858343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17916] ppid=17868 vsize=1542600 CPUtime=740.82
/proc/17870/task/17916/stat : 17916 (java) R 17868 17870 17188 0 -1 4202560 166 0 0 0 74079 3 0 0 16 0 18 0 8704355 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4109901876 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17870/tid=17940] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17940/stat : 17940 (java) S 17868 17870 17188 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8787328 1579622400 70789 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.56
Current children cumulated vsize (KiB) 1542600

[startup+957.801 s]
/proc/loadavg: 3.11 2.37 1.78 5/123 17940
/proc/meminfo: memFree=1515088/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1542600 CPUtime=1803.36
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 83833 0 1 0 180202 134 0 0 15 0 18 0 8691700 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385650 70794 1449 10 0 382953 0
[pid=17870/tid=17872] ppid=17868 vsize=1542600 CPUtime=0.86
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5603 0 1 0 83 3 0 0 15 0 18 0 8691702 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1542600 CPUtime=12.62
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 14487 0 0 0 1215 47 0 0 15 0 18 0 8691703 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1542600 CPUtime=12.59
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 13723 0 0 0 1216 43 0 0 16 0 18 0 8691703 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1542600 CPUtime=74.44
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 3817 0 0 0 7435 9 0 0 16 0 18 0 8691705 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1542600 CPUtime=1.73
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 3918 0 0 0 172 1 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1542600 CPUtime=3.03
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 9840 0 0 0 300 3 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8691788 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8691789 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17915] ppid=17868 vsize=1542600 CPUtime=741.89
/proc/17870/task/17915/stat : 17915 (java) R 17868 17870 17188 0 -1 4202560 487 0 0 0 74184 5 0 0 16 0 18 0 8704355 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4109932064 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17916] ppid=17868 vsize=1542600 CPUtime=741.21
/proc/17870/task/17916/stat : 17916 (java) R 17868 17870 17188 0 -1 4202560 166 0 0 0 74118 3 0 0 16 0 18 0 8704355 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4109932205 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17870/tid=17940] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17940/stat : 17940 (java) S 17868 17870 17188 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8787328 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.36
Current children cumulated vsize (KiB) 1542600

[startup+958.001 s]
/proc/loadavg: 3.11 2.37 1.78 5/124 17941
/proc/meminfo: memFree=1514956/2059040 swapFree=4140536/4192956
[pid=17870] ppid=17868 vsize=1542600 CPUtime=1803.76
/proc/17870/stat : 17870 (java) S 17868 17870 17188 0 -1 4202496 83833 0 1 0 180242 134 0 0 15 0 18 0 8691700 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17870/statm: 385650 70794 1449 10 0 382953 0
[pid=17870/tid=17872] ppid=17868 vsize=1542600 CPUtime=0.86
/proc/17870/task/17872/stat : 17872 (java) S 17868 17870 17188 0 -1 4202560 5603 0 1 0 83 3 0 0 15 0 18 0 8691702 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17873] ppid=17868 vsize=1542600 CPUtime=12.62
/proc/17870/task/17873/stat : 17873 (java) S 17868 17870 17188 0 -1 4202560 14487 0 0 0 1215 47 0 0 15 0 18 0 8691703 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17874] ppid=17868 vsize=1542600 CPUtime=12.59
/proc/17870/task/17874/stat : 17874 (java) S 17868 17870 17188 0 -1 4202560 13723 0 0 0 1216 43 0 0 16 0 18 0 8691703 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17875] ppid=17868 vsize=1542600 CPUtime=74.44
/proc/17870/task/17875/stat : 17875 (java) S 17868 17870 17188 0 -1 4202560 3817 0 0 0 7435 9 0 0 16 0 18 0 8691705 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 0 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17876] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17876/stat : 17876 (java) S 17868 17870 17188 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17877] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17877/stat : 17877 (java) S 17868 17870 17188 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8691706 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17878] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17878/stat : 17878 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17879] ppid=17868 vsize=1542600 CPUtime=1.73
/proc/17870/task/17879/stat : 17879 (java) S 17868 17870 17188 0 -1 4202560 3918 0 0 0 172 1 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17880] ppid=17868 vsize=1542600 CPUtime=3.03
/proc/17870/task/17880/stat : 17880 (java) S 17868 17870 17188 0 -1 4202560 9840 0 0 0 300 3 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17881] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17881/stat : 17881 (java) S 17868 17870 17188 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17882] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17882/stat : 17882 (java) S 17868 17870 17188 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 8691710 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17885] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17885/stat : 17885 (java) S 17868 17870 17188 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8691788 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17886] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17886/stat : 17886 (java) S 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8691789 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 1 0 0 0
[pid=17870/tid=17915] ppid=17868 vsize=1542600 CPUtime=742.1
/proc/17870/task/17915/stat : 17915 (java) R 17868 17870 17188 0 -1 4202560 487 0 0 0 74205 5 0 0 16 0 18 0 8704355 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4109881662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17870/tid=17916] ppid=17868 vsize=1542600 CPUtime=741.41
/proc/17870/task/17916/stat : 17916 (java) R 17868 17870 17188 0 -1 4202560 166 0 0 0 74138 3 0 0 16 0 18 0 8704355 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4110450888 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17870/tid=17940] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17940/stat : 17940 (java) S 17868 17870 17188 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 8787328 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4294960144 0 4 0 16800975 18446604437846334528 0 0 -1 0 0 0 0
[pid=17870/tid=17941] ppid=17868 vsize=1542600 CPUtime=0
/proc/17870/task/17941/stat : 17941 (java) R 17868 17870 17188 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 8787431 1579622400 70794 1992294400 134512640 134550932 4293498464 18446744073709551615 4109433700 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.76
Current children cumulated vsize (KiB) 1542600

Child ended because it received signal 9 (SIGKILL)
Real time (s): 958.09
CPU time (s): 1803.9
CPU user time (s): 1802.53
CPU system time (s): 1.37579
CPU usage (%): 188.281
Max. virtual memory (cumulated for all children) (KiB): 1543924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.53
system time used= 1.37579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83833
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= 29998
involuntary context switches= 48984

runsolver used 4.63429 second user time and 11.2413 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 09:40:03
IDJOB=2662019
IDBENCH=48274
IDSOLVER=1166
FILE ID=node054/2662019-1276674003
PBS_JOBID= 11172501
Free space on /tmp= 62480 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_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662019-1276674003/watcher-2662019-1276674003 -o /tmp/evaluation-result-2662019-1276674003/solver-2662019-1276674003 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662019-1276674003.opb

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=1587876524

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1796364 kB
Buffers:         72104 kB
Cached:         110372 kB
SwapCached:       6896 kB
Active:          94312 kB
Inactive:       102104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1796364 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       11252 kB
Mapped:          12896 kB
Slab:            44396 kB
PageTables:       3840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node054 at 2010-06-16 09:56:01