Trace number 3454374

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 Res//CP 2.3.0SAT (TO)-26 1800.28 982.014

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark481.663
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3454374-1307189412.opb
0.09/0.12	c reading problem ... 
0.72/0.48	c ... done. Wall clock time 0.361s.
0.72/0.48	c #vars     450
0.72/0.48	c #constraints  17827
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
0.72/0.49	c  And the winner is Resolution
0.97/0.99	c SATISFIABLE
0.97/0.99	c OPTIMIZING...
0.97/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
0.97/0.99	o -20
0.97/1.01	c  And the winner is Resolution
1.13/1.49	c Got one! Elapsed wall clock time (in seconds):1.373
1.13/1.49	o -21
1.14/1.52	c  And the winner is Resolution
1.28/2.00	c Got one! Elapsed wall clock time (in seconds):1.878
1.28/2.00	o -22
1.28/2.04	c  And the winner is Resolution
1.69/2.50	c Got one! Elapsed wall clock time (in seconds):2.382
1.69/2.50	o -23
2.33/2.74	c  And the winner is CuttingPlanes
2.43/3.00	c Got one! Elapsed wall clock time (in seconds):2.886
2.43/3.00	o -24
3.17/3.32	c cleaning 2916 clauses out of 5832 with flag 3000/5832
3.92/3.78	c  And the winner is Resolution
4.20/4.01	c Got one! Elapsed wall clock time (in seconds):3.892
4.20/4.01	o -25
4.37/4.11	c cleaning 4297 clauses out of 8598 with flag 1000/11514
5.37/4.69	c cleaning 5151 clauses out of 10301 with flag 7000/17514
6.95/5.42	c cleaning 6076 clauses out of 12151 with flag 14001/24515
8.51/6.26	c cleaning 7037 clauses out of 14074 with flag 22000/32514
10.25/7.18	c cleaning 8018 clauses out of 16037 with flag 31000/41514
12.71/8.35	c cleaning 9004 clauses out of 18019 with flag 41000/51514
15.24/9.60	c cleaning 10008 clauses out of 20016 with flag 52001/62515
17.76/11.01	c cleaning 11004 clauses out of 22007 with flag 64000/74514
21.04/12.65	c cleaning 12002 clauses out of 24004 with flag 77001/87515
24.37/14.38	c cleaning 12997 clauses out of 26001 with flag 91000/101514
28.44/16.44	c cleaning 13993 clauses out of 28004 with flag 106000/116514
32.24/18.41	c cleaning 15006 clauses out of 30012 with flag 122001/132515
36.71/20.74	c cleaning 16002 clauses out of 32005 with flag 139000/149514
41.78/23.34	c cleaning 17000 clauses out of 34004 with flag 157001/167515
46.83/25.91	c cleaning 17498 clauses out of 35003 with flag 175000/185514
51.20/28.29	c cleaning 17751 clauses out of 35506 with flag 193001/203515
55.23/30.35	c  And the winner is Resolution
55.69/30.75	c Got one! Elapsed wall clock time (in seconds):30.635
55.69/30.75	o -26
56.99/31.44	c cleaning 18958 clauses out of 37922 with flag 5000/223682
58.62/32.37	c cleaning 12476 clauses out of 24965 with flag 11001/229683
60.65/33.40	c cleaning 9742 clauses out of 19488 with flag 18000/236682
62.60/34.57	c cleaning 8873 clauses out of 17746 with flag 26000/244682
64.84/35.77	c cleaning 8933 clauses out of 17873 with flag 35000/253682
67.46/37.19	c cleaning 9464 clauses out of 18940 with flag 45000/263682
70.29/38.60	c cleaning 10226 clauses out of 20476 with flag 56000/274682
73.23/40.24	c cleaning 11122 clauses out of 22251 with flag 68001/286683
76.44/41.93	c cleaning 12061 clauses out of 24128 with flag 81000/299682
80.08/43.87	c cleaning 13032 clauses out of 26068 with flag 95001/313683
84.73/46.28	c cleaning 14017 clauses out of 28036 with flag 110001/328683
89.21/48.65	c cleaning 15006 clauses out of 30018 with flag 126000/344682
93.81/51.10	c cleaning 15997 clauses out of 32012 with flag 143000/361682
100.04/54.27	c cleaning 16997 clauses out of 34015 with flag 161000/379682
106.84/57.73	c cleaning 17507 clauses out of 35018 with flag 179000/397682
112.33/60.62	c cleaning 17747 clauses out of 35511 with flag 197000/415682
117.14/63.19	c cleaning 17872 clauses out of 35764 with flag 215000/433682
122.32/65.88	c cleaning 17933 clauses out of 35892 with flag 233000/451682
127.72/68.67	c cleaning 17973 clauses out of 35959 with flag 251000/469682
134.18/72.03	c cleaning 17993 clauses out of 35987 with flag 269001/487683
140.56/75.32	c cleaning 17987 clauses out of 35993 with flag 287000/505682
146.33/78.34	c cleaning 17996 clauses out of 36007 with flag 305001/523683
151.49/81.01	c cleaning 18005 clauses out of 36010 with flag 323000/541682
157.33/84.12	c cleaning 18001 clauses out of 36005 with flag 341000/559682
163.50/87.39	c cleaning 17989 clauses out of 36004 with flag 359000/577682
169.65/90.58	c cleaning 18003 clauses out of 36015 with flag 377000/595682
174.43/93.01	c cleaning 18004 clauses out of 36012 with flag 395000/613682
179.30/95.62	c cleaning 17989 clauses out of 36008 with flag 413000/631682
184.82/98.51	c cleaning 18010 clauses out of 36019 with flag 431000/649682
190.02/101.29	c cleaning 17999 clauses out of 36010 with flag 449001/667683
195.94/104.35	c cleaning 18002 clauses out of 36010 with flag 467000/685682
201.79/107.45	c cleaning 17998 clauses out of 36008 with flag 485000/703682
208.74/111.10	c cleaning 18006 clauses out of 36011 with flag 503001/721683
215.10/114.33	c cleaning 17989 clauses out of 36004 with flag 521000/739682
221.00/117.50	c cleaning 17996 clauses out of 36015 with flag 539000/757682
227.81/121.09	c cleaning 18008 clauses out of 36019 with flag 557000/775682
234.49/124.50	c cleaning 17992 clauses out of 36011 with flag 575000/793682
240.45/127.63	c cleaning 18009 clauses out of 36020 with flag 593001/811683
246.55/130.83	c cleaning 18000 clauses out of 36010 with flag 611000/829682
252.09/133.89	c cleaning 18006 clauses out of 36012 with flag 629002/847684
258.20/137.02	c cleaning 17998 clauses out of 36005 with flag 647001/865683
263.71/139.96	c cleaning 17986 clauses out of 36006 with flag 665000/883682
268.81/142.62	c cleaning 17995 clauses out of 36020 with flag 683000/901682
273.78/145.36	c cleaning 18007 clauses out of 36025 with flag 701000/919682
278.69/147.96	c cleaning 17997 clauses out of 36018 with flag 719000/937682
284.02/150.76	c cleaning 18009 clauses out of 36021 with flag 737000/955682
290.46/154.12	c cleaning 17995 clauses out of 36012 with flag 755000/973682
295.79/157.09	c cleaning 17991 clauses out of 36017 with flag 773000/991682
301.47/160.06	c cleaning 18002 clauses out of 36026 with flag 791000/1009682
306.57/162.80	c cleaning 18001 clauses out of 36024 with flag 809000/1027682
312.62/166.01	c cleaning 17991 clauses out of 36024 with flag 827001/1045683
318.73/169.25	c cleaning 18002 clauses out of 36032 with flag 845000/1063682
323.80/171.91	c cleaning 18002 clauses out of 36030 with flag 863000/1081682
328.48/174.47	c cleaning 18009 clauses out of 36028 with flag 881000/1099682
331.56/176.21	c cleaning 0 clauses out of 5722 with flag 0/5726
335.23/178.00	c cleaning 17997 clauses out of 36019 with flag 899000/1117682
341.53/181.30	c cleaning 18001 clauses out of 36022 with flag 917000/1135682
347.45/184.43	c cleaning 17995 clauses out of 36021 with flag 935000/1153682
353.10/187.49	c cleaning 18002 clauses out of 36026 with flag 953000/1171682
359.00/190.66	c cleaning 18006 clauses out of 36024 with flag 971000/1189682
364.89/193.76	c cleaning 18005 clauses out of 36018 with flag 989000/1207682
370.98/196.95	c cleaning 18006 clauses out of 36013 with flag 1007000/1225682
377.59/200.40	c cleaning 18003 clauses out of 36007 with flag 1025000/1243682
384.46/204.17	c cleaning 17999 clauses out of 36004 with flag 1043000/1261682
391.09/207.67	c cleaning 18001 clauses out of 36005 with flag 1061000/1279682
397.57/211.06	c cleaning 17991 clauses out of 36004 with flag 1079000/1297682
404.40/214.64	c cleaning 18002 clauses out of 36013 with flag 1097000/1315682
411.26/218.33	c cleaning 18004 clauses out of 36012 with flag 1115001/1333683
415.89/220.84	c cleaning 18001 clauses out of 36007 with flag 1133000/1351682
420.93/223.57	c cleaning 18000 clauses out of 36007 with flag 1151001/1369683
426.94/226.77	c cleaning 17995 clauses out of 36006 with flag 1169000/1387682
433.18/230.11	c cleaning 18002 clauses out of 36011 with flag 1187000/1405682
439.41/233.44	c cleaning 17995 clauses out of 36010 with flag 1205001/1423683
445.43/236.61	c cleaning 17991 clauses out of 36014 with flag 1223000/1441682
450.89/239.59	c cleaning 18006 clauses out of 36024 with flag 1241001/1459683
456.53/242.66	c cleaning 18002 clauses out of 36017 with flag 1259000/1477682
462.93/246.02	c cleaning 17989 clauses out of 36015 with flag 1277000/1495682
468.14/248.89	c cleaning 17994 clauses out of 36026 with flag 1295000/1513682
474.14/252.07	c cleaning 18004 clauses out of 36032 with flag 1313000/1531682
480.36/255.42	c cleaning 18008 clauses out of 36029 with flag 1331001/1549683
486.35/258.64	c cleaning 18004 clauses out of 36020 with flag 1349000/1567682
492.38/261.83	c cleaning 17995 clauses out of 36016 with flag 1367000/1585682
497.94/264.82	c cleaning 18002 clauses out of 36021 with flag 1385000/1603682
503.94/268.16	c cleaning 18000 clauses out of 36020 with flag 1403001/1621683
509.11/270.92	c cleaning 18006 clauses out of 36020 with flag 1421001/1639683
514.90/274.05	c cleaning 18004 clauses out of 36015 with flag 1439002/1657684
520.98/277.27	c cleaning 17999 clauses out of 36009 with flag 1457000/1675682
528.15/281.15	c cleaning 17998 clauses out of 36010 with flag 1475000/1693682
534.12/284.33	c cleaning 18004 clauses out of 36012 with flag 1493000/1711682
540.49/287.71	c cleaning 17995 clauses out of 36008 with flag 1511000/1729682
547.27/291.37	c cleaning 18004 clauses out of 36013 with flag 1529000/1747682
554.04/295.04	c cleaning 18002 clauses out of 36009 with flag 1547000/1765682
559.41/297.98	c cleaning 17995 clauses out of 36007 with flag 1565000/1783682
566.18/301.51	c cleaning 17999 clauses out of 36012 with flag 1583000/1801682
571.97/304.62	c cleaning 18001 clauses out of 36013 with flag 1601000/1819682
578.14/308.06	c cleaning 17998 clauses out of 36012 with flag 1619000/1837682
585.06/311.77	c cleaning 18003 clauses out of 36015 with flag 1637001/1855683
591.63/315.25	c cleaning 18002 clauses out of 36012 with flag 1655001/1873683
598.83/319.09	c cleaning 18002 clauses out of 36009 with flag 1673000/1891682
605.54/322.79	c cleaning 18001 clauses out of 36007 with flag 1691000/1909682
612.49/326.48	c cleaning 18001 clauses out of 36006 with flag 1709000/1927682
620.03/330.42	c cleaning 18001 clauses out of 36006 with flag 1727001/1945683
627.77/334.53	c cleaning 18000 clauses out of 36004 with flag 1745000/1963682
637.11/339.52	c cleaning 17998 clauses out of 36004 with flag 1763000/1981682
643.90/343.20	c cleaning 17997 clauses out of 36006 with flag 1781000/1999682
648.63/345.78	c cleaning 17992 clauses out of 36009 with flag 1799000/2017682
653.58/348.49	c cleaning 18007 clauses out of 36019 with flag 1817002/2035684
659.92/351.96	c cleaning 17979 clauses out of 36010 with flag 1835000/2053682
664.91/354.62	c cleaning 18000 clauses out of 36031 with flag 1853000/2071682
670.09/357.43	c cleaning 18002 clauses out of 36032 with flag 1871001/2089683
676.01/360.67	c cleaning 17998 clauses out of 36030 with flag 1889001/2107683
682.53/364.29	c cleaning 18009 clauses out of 36031 with flag 1907000/2125682
688.06/367.31	c cleaning 18009 clauses out of 36023 with flag 1925001/2143683
694.99/370.92	c cleaning 18007 clauses out of 36016 with flag 1943003/2161685
700.80/374.03	c cleaning 17997 clauses out of 36006 with flag 1961000/2179682
706.53/377.27	c cleaning 17982 clauses out of 36009 with flag 1979000/2197682
712.25/380.33	c cleaning 18006 clauses out of 36027 with flag 1997000/2215682
718.17/383.51	c cleaning 17998 clauses out of 36021 with flag 2015000/2233682
724.28/386.83	c cleaning 18006 clauses out of 36023 with flag 2033000/2251682
730.59/390.37	c cleaning 17993 clauses out of 36017 with flag 2051000/2269682
736.72/393.65	c cleaning 17998 clauses out of 36025 with flag 2069001/2287683
743.10/397.04	c cleaning 18006 clauses out of 36027 with flag 2087001/2305683
750.04/400.72	c cleaning 18004 clauses out of 36020 with flag 2105000/2323682
757.36/404.80	c cleaning 18003 clauses out of 36017 with flag 2123001/2341683
764.04/408.30	c cleaning 18001 clauses out of 36014 with flag 2141001/2359683
770.35/411.77	c cleaning 17989 clauses out of 36012 with flag 2159000/2377682
776.86/415.28	c cleaning 18001 clauses out of 36023 with flag 2177000/2395682
783.34/418.85	c cleaning 17992 clauses out of 36022 with flag 2195000/2413682
789.86/422.35	c cleaning 18004 clauses out of 36030 with flag 2213000/2431682
795.35/425.34	c cleaning 17996 clauses out of 36026 with flag 2231000/2449682
801.85/428.90	c cleaning 17996 clauses out of 36030 with flag 2249000/2467682
808.05/432.22	c cleaning 18004 clauses out of 36035 with flag 2267001/2485683
814.37/435.66	c cleaning 18000 clauses out of 36030 with flag 2285000/2503682
821.04/439.22	c cleaning 17999 clauses out of 36030 with flag 2303000/2521682
827.73/442.83	c cleaning 17999 clauses out of 36031 with flag 2321000/2539682
833.99/446.37	c cleaning 18004 clauses out of 36032 with flag 2339000/2557682
840.27/449.78	c cleaning 17992 clauses out of 36029 with flag 2357001/2575683
846.16/452.97	c cleaning 18008 clauses out of 36036 with flag 2375000/2593682
852.45/456.36	c cleaning 18003 clauses out of 36029 with flag 2393001/2611683
858.89/459.95	c cleaning 18000 clauses out of 36025 with flag 2411000/2629682
865.20/463.37	c cleaning 17998 clauses out of 36025 with flag 2429000/2647682
871.28/466.61	c cleaning 18004 clauses out of 36027 with flag 2447000/2665682
876.79/469.63	c cleaning 18004 clauses out of 36023 with flag 2465000/2683682
883.41/473.30	c cleaning 17999 clauses out of 36020 with flag 2483001/2701683
888.70/476.28	c cleaning 17996 clauses out of 36020 with flag 2501000/2719682
894.36/479.35	c cleaning 17994 clauses out of 36024 with flag 2519000/2737682
900.43/482.62	c cleaning 17988 clauses out of 36030 with flag 2537000/2755682
906.72/486.15	c cleaning 18015 clauses out of 36042 with flag 2555000/2773682
912.41/489.27	c cleaning 17995 clauses out of 36027 with flag 2573000/2791682
918.08/492.37	c cleaning 18012 clauses out of 36033 with flag 2591001/2809683
923.96/495.58	c cleaning 17985 clauses out of 36020 with flag 2609000/2827682
930.23/499.03	c cleaning 18011 clauses out of 36035 with flag 2627000/2845682
936.10/502.21	c cleaning 18004 clauses out of 36024 with flag 2645000/2863682
942.36/505.68	c cleaning 18004 clauses out of 36020 with flag 2663000/2881682
948.82/509.21	c cleaning 17985 clauses out of 36016 with flag 2681000/2899682
955.37/512.73	c cleaning 18000 clauses out of 36033 with flag 2699002/2917684
962.03/516.30	c cleaning 17989 clauses out of 36031 with flag 2717000/2935682
967.48/519.32	c cleaning 18008 clauses out of 36042 with flag 2735000/2953682
973.74/522.73	c cleaning 18005 clauses out of 36034 with flag 2753000/2971682
979.93/526.28	c cleaning 18003 clauses out of 36029 with flag 2771000/2989682
984.77/529.01	c cleaning 18002 clauses out of 36026 with flag 2789000/3007682
990.23/531.93	c cleaning 18002 clauses out of 36024 with flag 2807000/3025682
996.07/535.10	c cleaning 17994 clauses out of 36022 with flag 2825000/3043682
1001.66/538.32	c cleaning 18004 clauses out of 36028 with flag 2843000/3061682
1007.51/541.57	c cleaning 18002 clauses out of 36024 with flag 2861000/3079682
1013.35/544.75	c cleaning 17999 clauses out of 36022 with flag 2879000/3097682
1020.00/548.32	c cleaning 18010 clauses out of 36024 with flag 2897001/3115683
1026.38/551.96	c cleaning 17992 clauses out of 36014 with flag 2915001/3133683
1033.22/555.69	c cleaning 18001 clauses out of 36022 with flag 2933001/3151683
1040.05/559.30	c cleaning 17996 clauses out of 36020 with flag 2951000/3169682
1047.48/563.30	c cleaning 18002 clauses out of 36024 with flag 2969000/3187682
1053.08/566.53	c cleaning 17991 clauses out of 36022 with flag 2987000/3205682
1059.28/569.92	c cleaning 18000 clauses out of 36031 with flag 3005000/3223682
1065.39/573.23	c cleaning 17992 clauses out of 36031 with flag 3023000/3241682
1071.05/576.37	c cleaning 18012 clauses out of 36039 with flag 3041000/3259682
1078.20/580.38	c cleaning 17999 clauses out of 36027 with flag 3059000/3277682
1084.23/583.61	c cleaning 18009 clauses out of 36029 with flag 3077001/3295683
1090.85/587.23	c cleaning 17991 clauses out of 36019 with flag 3095000/3313682
1097.87/591.00	c cleaning 18002 clauses out of 36028 with flag 3113000/3331682
1104.83/594.95	c cleaning 17996 clauses out of 36027 with flag 3131001/3349683
1111.64/598.62	c cleaning 18011 clauses out of 36030 with flag 3149000/3367682
1118.67/602.43	c cleaning 17998 clauses out of 36019 with flag 3167000/3385682
1125.51/606.17	c cleaning 18000 clauses out of 36021 with flag 3185000/3403682
1132.21/609.98	c cleaning 18000 clauses out of 36022 with flag 3203001/3421683
1139.44/613.87	c cleaning 18005 clauses out of 36021 with flag 3221000/3439682
1145.82/617.38	c cleaning 17985 clauses out of 36017 with flag 3239001/3457683
1151.84/620.62	c cleaning 18001 clauses out of 36031 with flag 3257000/3475682
1158.36/624.30	c cleaning 18012 clauses out of 36030 with flag 3275000/3493682
1164.16/627.57	c cleaning 18002 clauses out of 36018 with flag 3293000/3511682
1170.36/630.93	c cleaning 18001 clauses out of 36016 with flag 3311000/3529682
1176.76/634.50	c cleaning 17993 clauses out of 36016 with flag 3329001/3547683
1184.13/638.56	c cleaning 18004 clauses out of 36022 with flag 3347000/3565682
1190.32/641.95	c cleaning 18003 clauses out of 36018 with flag 3365000/3583682
1196.91/645.58	c cleaning 17998 clauses out of 36015 with flag 3383000/3601682
1204.10/649.43	c cleaning 18002 clauses out of 36017 with flag 3401000/3619682
1210.61/653.17	c cleaning 17998 clauses out of 36015 with flag 3419000/3637682
1217.01/656.62	c cleaning 18003 clauses out of 36018 with flag 3437001/3655683
1222.38/659.63	c cleaning 17983 clauses out of 36014 with flag 3455000/3673682
1227.96/662.76	c cleaning 18004 clauses out of 36031 with flag 3473000/3691682
1234.45/666.49	c cleaning 17994 clauses out of 36027 with flag 3491000/3709682
1240.44/669.73	c cleaning 18000 clauses out of 36035 with flag 3509002/3727684
1246.64/673.18	c cleaning 18004 clauses out of 36034 with flag 3527001/3745683
1252.99/676.62	c cleaning 18010 clauses out of 36029 with flag 3545000/3763682
1260.28/680.71	c cleaning 18005 clauses out of 36019 with flag 3563000/3781682
1267.07/684.47	c cleaning 17999 clauses out of 36014 with flag 3581000/3799682
1274.04/688.24	c cleaning 18005 clauses out of 36017 with flag 3599002/3817684
1279.81/691.42	c cleaning 17990 clauses out of 36010 with flag 3617000/3835682
1286.08/695.03	c cleaning 17989 clauses out of 36020 with flag 3635000/3853682
1292.26/698.48	c cleaning 18003 clauses out of 36031 with flag 3653000/3871682
1298.61/701.92	c cleaning 18005 clauses out of 36028 with flag 3671000/3889682
1305.38/705.60	c cleaning 17997 clauses out of 36023 with flag 3689000/3907682
1311.97/709.30	c cleaning 18004 clauses out of 36026 with flag 3707000/3925682
1318.55/712.95	c cleaning 18004 clauses out of 36022 with flag 3725000/3943682
1324.71/716.36	c cleaning 17988 clauses out of 36018 with flag 3743000/3961682
1330.32/719.48	c cleaning 18007 clauses out of 36030 with flag 3761000/3979682
1337.17/723.36	c cleaning 17996 clauses out of 36023 with flag 3779000/3997682
1343.64/726.84	c cleaning 17993 clauses out of 36027 with flag 3797000/4015682
1350.42/730.50	c cleaning 18004 clauses out of 36034 with flag 3815000/4033682
1357.38/734.34	c cleaning 17996 clauses out of 36031 with flag 3833001/4051683
1364.63/738.42	c cleaning 18013 clauses out of 36034 with flag 3851000/4069682
1371.39/742.17	c cleaning 18001 clauses out of 36021 with flag 3869000/4087682
1377.73/745.62	c cleaning 18004 clauses out of 36020 with flag 3887000/4105682
1383.94/749.10	c cleaning 17992 clauses out of 36016 with flag 3905000/4123682
1390.50/752.77	c cleaning 18003 clauses out of 36024 with flag 3923000/4141682
1397.67/756.63	c cleaning 17999 clauses out of 36021 with flag 3941000/4159682
1404.22/760.21	c cleaning 17996 clauses out of 36022 with flag 3959000/4177682
1410.57/763.71	c cleaning 17999 clauses out of 36026 with flag 3977000/4195682
1416.81/767.38	c cleaning 18005 clauses out of 36027 with flag 3995000/4213682
1423.37/770.95	c cleaning 17998 clauses out of 36022 with flag 4013000/4231682
1429.31/774.30	c cleaning 17993 clauses out of 36024 with flag 4031000/4249682
1435.86/777.81	c cleaning 18004 clauses out of 36031 with flag 4049000/4267682
1443.13/781.96	c cleaning 17994 clauses out of 36028 with flag 4067001/4285683
1449.50/785.50	c cleaning 18001 clauses out of 36033 with flag 4085000/4303682
1456.60/789.38	c cleaning 17991 clauses out of 36032 with flag 4103000/4321682
1463.26/792.93	c cleaning 18010 clauses out of 36041 with flag 4121000/4339682
1470.20/796.88	c cleaning 18005 clauses out of 36032 with flag 4139001/4357683
1476.75/800.47	c cleaning 17998 clauses out of 36026 with flag 4157000/4375682
1483.90/804.33	c cleaning 17998 clauses out of 36028 with flag 4175000/4393682
1490.83/808.16	c cleaning 17990 clauses out of 36030 with flag 4193000/4411682
1498.47/812.41	c cleaning 18013 clauses out of 36040 with flag 4211000/4429682
1504.00/815.55	c cleaning 18002 clauses out of 36027 with flag 4229000/4447682
1511.37/819.52	c cleaning 17980 clauses out of 36026 with flag 4247001/4465683
1518.06/823.25	c cleaning 18015 clauses out of 36045 with flag 4265000/4483682
1523.88/826.65	c cleaning 18011 clauses out of 36031 with flag 4283001/4501683
1528.62/829.36	c cleaning 0 clauses out of 11721 with flag 0/11725
1529.73/830.25	c cleaning 18001 clauses out of 36019 with flag 4301000/4519682
1535.25/833.33	c cleaning 17989 clauses out of 36018 with flag 4319000/4537682
1541.26/836.80	c cleaning 18006 clauses out of 36029 with flag 4337000/4555682
1547.38/840.29	c cleaning 17993 clauses out of 36024 with flag 4355001/4573683
1553.30/843.55	c cleaning 18008 clauses out of 36031 with flag 4373001/4591683
1559.44/846.97	c cleaning 18008 clauses out of 36022 with flag 4391000/4609682
1565.39/850.33	c cleaning 18000 clauses out of 36014 with flag 4409000/4627682
1571.95/853.92	c cleaning 17998 clauses out of 36014 with flag 4427000/4645682
1578.28/857.48	c cleaning 18009 clauses out of 36018 with flag 4445002/4663684
1584.80/861.09	c cleaning 18001 clauses out of 36007 with flag 4463000/4681682
1590.64/864.46	c cleaning 17995 clauses out of 36006 with flag 4481000/4699682
1596.78/867.83	c cleaning 18004 clauses out of 36013 with flag 4499002/4717684
1603.28/871.45	c cleaning 17998 clauses out of 36007 with flag 4517000/4735682
1608.99/874.68	c cleaning 17990 clauses out of 36009 with flag 4535000/4753682
1615.38/878.37	c cleaning 18004 clauses out of 36021 with flag 4553002/4771684
1621.89/881.93	c cleaning 18000 clauses out of 36016 with flag 4571001/4789683
1628.23/885.43	c cleaning 18001 clauses out of 36015 with flag 4589000/4807682
1634.13/888.75	c cleaning 17990 clauses out of 36014 with flag 4607000/4825682
1640.29/892.36	c cleaning 17998 clauses out of 36025 with flag 4625001/4843683
1646.62/895.81	c cleaning 17997 clauses out of 36027 with flag 4643001/4861683
1652.72/899.22	c cleaning 17997 clauses out of 36030 with flag 4661001/4879683
1659.42/902.92	c cleaning 18007 clauses out of 36033 with flag 4679001/4897683
1667.24/907.35	c cleaning 18011 clauses out of 36025 with flag 4697000/4915682
1673.94/911.02	c cleaning 17992 clauses out of 36014 with flag 4715000/4933682
1680.24/914.55	c cleaning 18000 clauses out of 36022 with flag 4733000/4951682
1686.75/918.17	c cleaning 18008 clauses out of 36023 with flag 4751001/4969683
1693.58/922.07	c cleaning 17987 clauses out of 36015 with flag 4769001/4987683
1699.97/925.52	c cleaning 17991 clauses out of 36028 with flag 4787001/5005683
1706.09/928.95	c cleaning 18013 clauses out of 36037 with flag 4805001/5023683
1712.38/932.43	c cleaning 18000 clauses out of 36023 with flag 4823000/5041682
1719.80/936.64	c cleaning 17988 clauses out of 36023 with flag 4841000/5059682
1726.30/940.26	c cleaning 17998 clauses out of 36035 with flag 4859000/5077682
1732.82/943.90	c cleaning 18008 clauses out of 36037 with flag 4877000/5095682
1739.28/947.47	c cleaning 17997 clauses out of 36029 with flag 4895000/5113682
1746.31/951.42	c cleaning 18007 clauses out of 36032 with flag 4913000/5131682
1753.16/955.22	c cleaning 18002 clauses out of 36025 with flag 4931000/5149682
1758.85/958.44	c cleaning 18005 clauses out of 36024 with flag 4949001/5167683
1765.53/962.13	c cleaning 18001 clauses out of 36018 with flag 4967000/5185682
1771.46/965.70	c cleaning 18004 clauses out of 36017 with flag 4985000/5203682
1778.33/969.44	c cleaning 17988 clauses out of 36013 with flag 5003000/5221682
1784.81/973.08	c cleaning 17999 clauses out of 36026 with flag 5021001/5239683
1791.49/976.77	c cleaning 18001 clauses out of 36026 with flag 5039000/5257682
1798.60/980.88	c cleaning 18000 clauses out of 36025 with flag 5057000/5275682
1800.10/981.92	c starts		: 295
1800.10/981.92	c conflicts		: 5278033
1800.10/981.92	c decisions		: 5592781
1800.10/981.92	c propagations		: 31990130
1800.10/981.92	c inspects		: 4273731328
1800.10/981.92	c shortcuts		: 0
1800.10/981.92	c learnt literals	: 0
1800.10/981.92	c learnt binary clauses	: 0
1800.10/981.92	c learnt ternary clauses	: 0
1800.10/981.92	c learnt constraints	: 5278034
1800.10/981.92	c ignored constraints	: 0
1800.10/981.92	c root simplifications	: 0
1800.10/981.92	c removed literals (reason simplification)	: 82113014
1800.10/981.92	c reason swapping (by a shorter reason)	: 0
1800.10/981.92	c Calls to reduceDB	: 303
1800.10/981.92	c number of reductions to clauses (during analyze)	: 0
1800.10/981.92	c number of learned constraints concerned by reduction	: 0
1800.10/981.92	c number of learning phase by resolution	: 0
1800.10/981.92	c number of learning phase by cutting planes	: 0
1800.10/981.92	c speed (assignments/second)	: 33632.44491778012
1800.10/981.92	c non guided choices	0
1800.10/981.95	c learnt constraints type 
1800.10/981.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20585
1800.10/981.95	c constraints type 
1800.10/981.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/981.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1800.10/981.95	c constraints type 
1800.10/981.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1800.10/981.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/981.95	s SATISFIABLE
1800.10/981.95	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 
1800.10/981.95	c objective function=-26
1800.10/981.95	c Total wall clock time (in seconds): 981.834

Verifier Data

OK	-26

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454374-1307189412/watcher-3454374-1307189412 -o /tmp/evaluation-result-3454374-1307189412/solver-3454374-1307189412 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454374-1307189412.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 3.69 2.95 3/532 8189
/proc/meminfo: memFree=16399216/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 1315 0 0 0 0 0 0 0 25 0 2 0 811357314 36646912 1017 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 8947 1017 782 9 0 386 0
[pid=8189/tid=8190] ppid=8187 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) R 8187 8189 5093 0 -1 4202560 1189 0 1 0 0 0 0 0 25 0 2 0 811357315 10681323520 2004 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.021646 s]
/proc/loadavg: 4.06 3.69 2.95 3/532 8189
/proc/meminfo: memFree=16399216/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 4065 0 1 0 0 0 0 0 25 0 2 0 811357314 10694979584 3767 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2611079 3783 917 9 0 2602235 0
[pid=8189/tid=8190] ppid=8187 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) R 8187 8189 5093 0 -1 4202560 2978 0 1 0 0 0 0 0 25 0 2 0 811357315 10694979584 3793 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.104707 s]
/proc/loadavg: 4.06 3.69 2.95 3/532 8189
/proc/meminfo: memFree=16399216/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10539564 CPUtime=0.09 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 12966 0 1 0 8 1 0 0 25 0 18 0 811357314 10792513536 12663 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2634891 12663 2092 9 0 2625625 0
[pid=8189/tid=8190] ppid=8187 vsize=10539564 CPUtime=0.08 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) R 8187 8189 5093 0 -1 4202560 11057 0 1 0 7 1 0 0 18 0 18 0 811357315 10792513536 12663 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539564

[startup+0.300633 s]
/proc/loadavg: 4.06 3.69 2.95 3/532 8189
/proc/meminfo: memFree=16399216/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10540416 CPUtime=0.46 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 15698 0 1 0 44 2 0 0 25 0 18 0 811357314 10793385984 15092 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2635104 15093 2198 9 0 2625838 0
[pid=8189/tid=8190] ppid=8187 vsize=10540416 CPUtime=0.28 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) R 8187 8189 5093 0 -1 4202560 12764 0 1 0 26 2 0 0 18 0 18 0 811357315 10793385984 15094 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505553866 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540416

[startup+0.700566 s]
/proc/loadavg: 4.06 3.69 2.95 3/532 8189
/proc/meminfo: memFree=16399216/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10548844 CPUtime=0.97 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 27334 0 1 0 93 4 0 0 25 0 19 0 811357314 10802016256 25398 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2637211 25398 2224 9 0 2627945 0
[pid=8189/tid=8190] ppid=8187 vsize=10548844 CPUtime=0.46 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20813 0 1 0 43 3 0 0 19 0 19 0 811357315 10802016256 25398 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10548844

[startup+1.50139 s]
/proc/loadavg: 4.06 3.69 2.95 7/554 8214
/proc/meminfo: memFree=16305244/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10548844 CPUtime=1.14 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 27590 0 1 0 110 4 0 0 25 0 22 0 811357314 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2637211 25654 2233 9 0 2627945 0
[pid=8189/tid=8190] ppid=8187 vsize=10548844 CPUtime=0.46 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20878 0 1 0 43 3 0 0 16 0 22 0 811357315 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802016256 25654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) S 8187 8189 5093 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811357318 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 0 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811357319 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811357319 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10548844 CPUtime=0.27 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) R 8187 8189 5093 0 -1 4202560 2083 0 0 0 27 0 0 0 16 0 22 0 811357321 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 47584910763144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10548844 CPUtime=0.32 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 3215 0 0 0 32 0 0 0 15 0 22 0 811357321 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8207] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8207/stat : 8207 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811357321 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8210] ppid=8187 vsize=10548844 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8210/stat : 8210 (java) S 8187 8189 5093 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811357363 10802016256 25655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10548844

[startup+3.10115 s]
/proc/loadavg: 4.06 3.69 2.95 4/551 8220
/proc/meminfo: memFree=16289392/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10549788 CPUtime=2.65 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 47089 0 1 0 259 6 0 0 25 0 22 0 811357314 10802982912 43651 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2637447 43653 2239 9 0 2628181 0
[pid=8189/tid=8190] ppid=8187 vsize=10549788 CPUtime=0.47 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20933 0 1 0 44 3 0 0 16 0 22 0 811357315 10802982912 43654 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43655 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43656 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43657 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43659 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43660 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43661 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811357317 10802982912 43664 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) S 8187 8189 5093 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811357318 10802982912 43666 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 0 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811357319 10802982912 43667 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811357319 10802982912 43668 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10802982912 43669 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10549788 CPUtime=0.55 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) S 8187 8189 5093 0 -1 4202560 2417 0 0 0 55 0 0 0 15 0 22 0 811357321 10802982912 43670 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10549788 CPUtime=0.76 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 6396 0 0 0 76 0 0 0 15 0 22 0 811357321 10802982912 43671 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10802982912 43674 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8207] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8207/stat : 8207 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811357321 10802982912 43675 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 10549788

[startup+6.30159 s]
/proc/loadavg: 4.22 3.72 2.97 5/554 8229
/proc/meminfo: memFree=15934212/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10549788 CPUtime=8.7 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 126613 0 1 0 856 14 0 0 25 0 22 0 811357314 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2637447 121549 2269 9 0 2628181 0
[pid=8189/tid=8190] ppid=8187 vsize=10549788 CPUtime=0.47 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20933 0 1 0 44 3 0 0 15 0 22 0 811357315 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 1757 0 0 0 1 0 0 0 15 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 1458 0 0 0 1 0 0 0 16 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 706 0 0 0 1 0 0 0 16 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10549788 CPUtime=0.02 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 904 0 0 0 2 0 0 0 15 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 1510 0 0 0 1 0 0 0 16 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 1357 0 0 0 1 0 0 0 15 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10549788 CPUtime=0.01 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1116 0 0 0 1 0 0 0 15 0 22 0 811357317 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10549788 CPUtime=0.24 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) R 8187 8189 5093 0 -1 4202560 8192 0 0 0 24 0 0 0 15 0 22 0 811357318 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 47584915015917 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811357319 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811357319 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10549788 CPUtime=0.73 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) S 8187 8189 5093 0 -1 4202560 2449 0 0 0 73 0 0 0 15 0 22 0 811357321 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10549788 CPUtime=0.86 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 6414 0 0 0 86 0 0 0 15 0 22 0 811357321 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10549788 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10802982912 121549 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0

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

[pid=8189/tid=8237] ppid=8187 vsize=10558952 CPUtime=704.84 cores=1,3,5,7
/proc/8189/task/8237/stat : 8237 (java) S 8187 8189 5093 0 -1 4202560 234 0 0 0 70484 0 0 0 19 0 22 0 811360390 10812366848 307579 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8238] ppid=8187 vsize=10558952 CPUtime=704.86 cores=1,3,5,7
/proc/8189/task/8238/stat : 8238 (java) S 8187 8189 5093 0 -1 4202560 6957 0 0 0 70485 1 0 0 19 0 22 0 811360390 10812366848 307579 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8239] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8239/stat : 8239 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811360391 10812366848 307579 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1622.37
Current children cumulated vsize (KiB) 10558952

[startup+942.301 s]
/proc/loadavg: 3.63 3.71 3.45 5/554 8329
/proc/meminfo: memFree=12778656/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10558952 CPUtime=1729.78 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 315456 0 1 0 172933 45 0 0 25 0 22 0 811357314 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2639738 307619 2270 9 0 2630472 0
[pid=8189/tid=8190] ppid=8187 vsize=10558952 CPUtime=0.47 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20947 0 1 0 44 3 0 0 15 0 22 0 811357315 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10558952 CPUtime=1.83 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 3137 0 0 0 183 0 0 0 15 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10558952 CPUtime=1.86 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 3308 0 0 0 186 0 0 0 16 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10558952 CPUtime=1.98 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 1936 0 0 0 198 0 0 0 15 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10558952 CPUtime=1.7 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 1102 0 0 0 170 0 0 0 15 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10558952 CPUtime=1.95 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 1079 0 0 0 195 0 0 0 16 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10558952 CPUtime=2.07 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 3722 0 0 0 207 0 0 0 16 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10558952 CPUtime=1.75 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 3050 0 0 0 175 0 0 0 15 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10558952 CPUtime=1.88 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1302 0 0 0 188 0 0 0 16 0 22 0 811357317 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10558952 CPUtime=157.87 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) S 8187 8189 5093 0 -1 4202560 100515 0 0 0 15774 13 0 0 15 0 22 0 811357318 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 0 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10558952 CPUtime=1.21 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) S 8187 8189 5093 0 -1 4202560 6429 0 0 0 120 1 0 0 15 0 22 0 811357321 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10558952 CPUtime=1.02 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 7089 0 0 0 102 0 0 0 15 0 22 0 811357321 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8207] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8207/stat : 8207 (java) S 8187 8189 5093 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811357321 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8226] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8226/stat : 8226 (java) S 8187 8189 5093 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811357616 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8237] ppid=8187 vsize=10558952 CPUtime=751.55 cores=1,3,5,7
/proc/8189/task/8237/stat : 8237 (java) R 8187 8189 5093 0 -1 4202560 249 0 0 0 75155 0 0 0 20 0 22 0 811360390 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505808496 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8189/tid=8238] ppid=8187 vsize=10558952 CPUtime=751.57 cores=1,3,5,7
/proc/8189/task/8238/stat : 8238 (java) R 8187 8189 5093 0 -1 4202560 6958 0 0 0 75156 1 0 0 20 0 22 0 811360390 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912506000461 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8189/tid=8239] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8239/stat : 8239 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811360391 10812366848 307619 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1729.78
Current children cumulated vsize (KiB) 10558952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+981.901 s]
/proc/loadavg: 3.61 3.69 3.46 5/554 8333
/proc/meminfo: memFree=11962460/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10558952 CPUtime=1800.1 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 318343 0 1 0 179964 46 0 0 25 0 22 0 811357314 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2639738 310491 2270 9 0 2630472 0
[pid=8189/tid=8190] ppid=8187 vsize=10558952 CPUtime=0.47 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20947 0 1 0 44 3 0 0 15 0 22 0 811357315 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10558952 CPUtime=1.94 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 3137 0 0 0 194 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10558952 CPUtime=1.95 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 3311 0 0 0 195 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10558952 CPUtime=2.07 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 1936 0 0 0 207 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10558952 CPUtime=1.78 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 1102 0 0 0 178 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10558952 CPUtime=2.04 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 1092 0 0 0 204 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10558952 CPUtime=2.2 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 3742 0 0 0 220 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10558952 CPUtime=1.84 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 3053 0 0 0 184 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10558952 CPUtime=1.93 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1302 0 0 0 193 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10558952 CPUtime=167.12 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) S 8187 8189 5093 0 -1 4202560 103350 0 0 0 16698 14 0 0 16 0 22 0 811357318 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 0 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10558952 CPUtime=1.21 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) S 8187 8189 5093 0 -1 4202560 6429 0 0 0 120 1 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10558952 CPUtime=1.02 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 7089 0 0 0 102 0 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8207] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8207/stat : 8207 (java) S 8187 8189 5093 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8226] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8226/stat : 8226 (java) S 8187 8189 5093 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811357616 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8237] ppid=8187 vsize=10558952 CPUtime=781.72 cores=1,3,5,7
/proc/8189/task/8237/stat : 8237 (java) R 8187 8189 5093 0 -1 4202560 260 0 0 0 78172 0 0 0 18 0 22 0 811360390 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505580304 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8189/tid=8238] ppid=8187 vsize=10558952 CPUtime=781.75 cores=1,3,5,7
/proc/8189/task/8238/stat : 8238 (java) R 8187 8189 5093 0 -1 4202560 6958 0 0 0 78174 1 0 0 18 0 22 0 811360390 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505854877 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8189/tid=8239] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8239/stat : 8239 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811360391 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10558952

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

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

[startup+981.901 s]
/proc/loadavg: 3.61 3.69 3.46 5/554 8333
/proc/meminfo: memFree=11962460/32951124 swapFree=67111204/67111528
[pid=8189] ppid=8187 vsize=10558952 CPUtime=1800.1 cores=1,3,5,7
/proc/8189/stat : 8189 (java) S 8187 8189 5093 0 -1 4202496 318343 0 1 0 179964 46 0 0 25 0 22 0 811357314 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8189/statm: 2639738 310491 2270 9 0 2630472 0
[pid=8189/tid=8190] ppid=8187 vsize=10558952 CPUtime=0.47 cores=1,3,5,7
/proc/8189/task/8190/stat : 8190 (java) S 8187 8189 5093 0 -1 4202560 20947 0 1 0 44 3 0 0 15 0 22 0 811357315 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8192] ppid=8187 vsize=10558952 CPUtime=1.94 cores=1,3,5,7
/proc/8189/task/8192/stat : 8192 (java) S 8187 8189 5093 0 -1 4202560 3137 0 0 0 194 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8193] ppid=8187 vsize=10558952 CPUtime=1.95 cores=1,3,5,7
/proc/8189/task/8193/stat : 8193 (java) S 8187 8189 5093 0 -1 4202560 3311 0 0 0 195 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8194] ppid=8187 vsize=10558952 CPUtime=2.07 cores=1,3,5,7
/proc/8189/task/8194/stat : 8194 (java) S 8187 8189 5093 0 -1 4202560 1936 0 0 0 207 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8195] ppid=8187 vsize=10558952 CPUtime=1.78 cores=1,3,5,7
/proc/8189/task/8195/stat : 8195 (java) S 8187 8189 5093 0 -1 4202560 1102 0 0 0 178 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8196] ppid=8187 vsize=10558952 CPUtime=2.04 cores=1,3,5,7
/proc/8189/task/8196/stat : 8196 (java) S 8187 8189 5093 0 -1 4202560 1092 0 0 0 204 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8197] ppid=8187 vsize=10558952 CPUtime=2.2 cores=1,3,5,7
/proc/8189/task/8197/stat : 8197 (java) S 8187 8189 5093 0 -1 4202560 3742 0 0 0 220 0 0 0 16 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8198] ppid=8187 vsize=10558952 CPUtime=1.84 cores=1,3,5,7
/proc/8189/task/8198/stat : 8198 (java) S 8187 8189 5093 0 -1 4202560 3053 0 0 0 184 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8199] ppid=8187 vsize=10558952 CPUtime=1.93 cores=1,3,5,7
/proc/8189/task/8199/stat : 8199 (java) S 8187 8189 5093 0 -1 4202560 1302 0 0 0 193 0 0 0 15 0 22 0 811357317 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8200] ppid=8187 vsize=10558952 CPUtime=167.12 cores=1,3,5,7
/proc/8189/task/8200/stat : 8200 (java) S 8187 8189 5093 0 -1 4202560 103350 0 0 0 16698 14 0 0 16 0 22 0 811357318 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 0 0 16800975 18446604466872583104 0 0 -1 3 0 0 0
[pid=8189/tid=8201] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8201/stat : 8201 (java) S 8187 8189 5093 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8202] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8202/stat : 8202 (java) S 8187 8189 5093 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811357319 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8203] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8203/stat : 8203 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118592433 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8204] ppid=8187 vsize=10558952 CPUtime=1.21 cores=1,3,5,7
/proc/8189/task/8204/stat : 8204 (java) S 8187 8189 5093 0 -1 4202560 6429 0 0 0 120 1 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 1 0 0 0
[pid=8189/tid=8205] ppid=8187 vsize=10558952 CPUtime=1.02 cores=1,3,5,7
/proc/8189/task/8205/stat : 8205 (java) S 8187 8189 5093 0 -1 4202560 7089 0 0 0 102 0 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8206] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8206/stat : 8206 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118584729 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8207] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8207/stat : 8207 (java) S 8187 8189 5093 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 811357321 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 5 0 0 0
[pid=8189/tid=8226] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8226/stat : 8226 (java) S 8187 8189 5093 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811357616 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
[pid=8189/tid=8237] ppid=8187 vsize=10558952 CPUtime=781.72 cores=1,3,5,7
/proc/8189/task/8237/stat : 8237 (java) R 8187 8189 5093 0 -1 4202560 260 0 0 0 78172 0 0 0 18 0 22 0 811360390 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505580304 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8189/tid=8238] ppid=8187 vsize=10558952 CPUtime=781.75 cores=1,3,5,7
/proc/8189/task/8238/stat : 8238 (java) R 8187 8189 5093 0 -1 4202560 6958 0 0 0 78174 1 0 0 18 0 22 0 811360390 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 46912505854877 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8189/tid=8239] ppid=8187 vsize=10558952 CPUtime=0 cores=1,3,5,7
/proc/8189/task/8239/stat : 8239 (java) S 8187 8189 5093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811360391 10812366848 310491 33554432000 1073741824 1073778376 140736296558288 18446744073709551615 255118585344 0 4 0 16800975 18446604466872583104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10558952

Child status: 143
Real time (s): 982.014
CPU time (s): 1800.28
CPU user time (s): 1799.77
CPU system time (s): 0.517921
CPU usage (%): 183.326
Max. virtual memory (cumulated for all children) (KiB): 10558952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.517921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318373
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= 31830
involuntary context switches= 18050

runsolver used 5.16122 second user time and 11.8822 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-04 14:10:12
IDJOB=3454374
IDBENCH=2236
IDSOLVER=1950
FILE ID=node144/3454374-1307189412
RUNJOBID= node144-1307188397-7814
PBS_JOBID= 13508845
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454374-1307189412/watcher-3454374-1307189412 -o /tmp/evaluation-result-3454374-1307189412/solver-3454374-1307189412 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454374-1307189412.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=899356079

node144.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16399496 kB
Buffers:        316596 kB
Cached:         469944 kB
SwapCached:        140 kB
Active:       15864344 kB
Inactive:       412584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16399496 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            1768 kB
Writeback:           0 kB
AnonPages:    15489996 kB
Mapped:          50692 kB
Slab:           136764 kB
PageTables:      70420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168106824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node144 at 2011-06-04 14:26:36