Trace number 3454492

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.19 968.228

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-3.opb
MD5SUM8e251d4e151b2868eb3a52cf845e4cf8
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 benchmark570.413
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 constraints17809
Number of constraints which are clauses17809
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454492-1307189433.opb
0.11/0.11	c reading problem ... 
0.74/0.47	c ... done. Wall clock time 0.362s.
0.74/0.47	c #vars     450
0.74/0.47	c #constraints  17809
0.74/0.47	c constraints type 
0.74/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
0.74/0.47	c constraints type 
0.74/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
0.74/0.49	c  And the winner is CuttingPlanes
0.97/0.98	c SATISFIABLE
0.97/0.98	c OPTIMIZING...
0.97/0.98	c Got one! Elapsed wall clock time (in seconds):0.867
0.97/0.98	o -22
0.97/0.99	c  And the winner is Resolution
1.02/1.48	c Got one! Elapsed wall clock time (in seconds):1.373
1.02/1.48	o -23
1.34/1.60	c  And the winner is Resolution
1.57/1.99	c Got one! Elapsed wall clock time (in seconds):1.88
1.57/1.99	o -24
2.87/2.47	c  And the winner is Resolution
3.03/2.52	c Got one! Elapsed wall clock time (in seconds):2.407
3.03/2.52	o -25
3.42/2.77	c cleaning 2865 clauses out of 5730 with flag 2000/5730
4.95/3.46	c cleaning 4431 clauses out of 8865 with flag 8000/11730
6.48/4.25	c cleaning 5718 clauses out of 11435 with flag 15001/18731
8.48/5.20	c cleaning 6857 clauses out of 13716 with flag 23000/26730
10.81/6.44	c cleaning 7926 clauses out of 15859 with flag 32000/35730
13.46/7.77	c cleaning 8967 clauses out of 17933 with flag 42000/45730
16.37/9.22	c cleaning 9980 clauses out of 19967 with flag 53001/56731
19.70/10.94	c cleaning 10988 clauses out of 21986 with flag 65000/68730
23.38/12.89	c cleaning 11999 clauses out of 23998 with flag 78000/81730
27.45/14.91	c cleaning 12998 clauses out of 25999 with flag 92000/95730
32.35/17.43	c cleaning 14001 clauses out of 28002 with flag 107001/110731
36.81/19.73	c cleaning 14994 clauses out of 30000 with flag 123000/126730
42.02/22.46	c cleaning 15998 clauses out of 32006 with flag 140000/143730
47.93/25.49	c cleaning 17004 clauses out of 34008 with flag 158000/161730
54.14/28.68	c cleaning 17495 clauses out of 35005 with flag 176001/179731
59.78/31.52	c cleaning 17750 clauses out of 35509 with flag 194000/197730
66.12/34.87	c cleaning 17876 clauses out of 35759 with flag 212000/215730
72.75/38.25	c cleaning 17936 clauses out of 35883 with flag 230000/233730
80.35/42.15	c cleaning 17974 clauses out of 35948 with flag 248001/251731
86.39/45.25	c cleaning 17984 clauses out of 35974 with flag 266001/269731
92.45/48.46	c cleaning 17995 clauses out of 35990 with flag 284001/287731
99.08/51.84	c cleaning 17992 clauses out of 35994 with flag 302000/305730
106.03/55.42	c cleaning 17999 clauses out of 36003 with flag 320001/323731
113.41/59.20	c cleaning 17991 clauses out of 36003 with flag 338000/341730
119.67/62.53	c cleaning 18004 clauses out of 36012 with flag 356000/359730
127.44/66.53	c cleaning 18004 clauses out of 36008 with flag 374000/377730
134.00/69.97	c cleaning 17995 clauses out of 36004 with flag 392000/395730
139.55/72.83	c cleaning 17995 clauses out of 36009 with flag 410000/413730
145.99/76.22	c cleaning 18005 clauses out of 36014 with flag 428000/431730
152.74/79.77	c cleaning 17999 clauses out of 36009 with flag 446000/449730
160.29/83.63	c cleaning 18004 clauses out of 36011 with flag 464001/467731
161.63/84.43	c  And the winner is Resolution
162.47/85.25	c Got one! Elapsed wall clock time (in seconds):85.14
162.47/85.25	o -26
163.02/85.53	c cleaning 11762 clauses out of 23535 with flag 2000/473259
165.08/86.75	c cleaning 8874 clauses out of 17774 with flag 8001/479260
167.22/87.96	c cleaning 7949 clauses out of 15900 with flag 15001/486260
169.96/89.46	c cleaning 7971 clauses out of 15950 with flag 23000/494259
173.09/91.11	c cleaning 8480 clauses out of 16979 with flag 32000/503259
176.53/93.03	c cleaning 9244 clauses out of 18499 with flag 42000/513259
180.48/95.10	c cleaning 10128 clauses out of 20255 with flag 53000/524259
184.62/97.39	c cleaning 11063 clauses out of 22127 with flag 65000/536259
189.14/99.77	c cleaning 12029 clauses out of 24064 with flag 78000/549259
194.36/102.54	c cleaning 13009 clauses out of 26036 with flag 92001/563260
200.54/105.76	c cleaning 14013 clauses out of 28027 with flag 107001/578260
207.05/109.11	c cleaning 15000 clauses out of 30015 with flag 123002/594261
213.76/112.65	c cleaning 16004 clauses out of 32013 with flag 140000/611259
219.21/115.57	c cleaning 17004 clauses out of 34009 with flag 158000/629259
225.31/118.79	c cleaning 17503 clauses out of 35005 with flag 176000/647259
232.07/122.26	c cleaning 17741 clauses out of 35502 with flag 194000/665259
237.96/125.36	c cleaning 17875 clauses out of 35762 with flag 212001/683260
244.33/128.80	c cleaning 17938 clauses out of 35886 with flag 230000/701259
251.62/132.56	c cleaning 17972 clauses out of 35950 with flag 248002/719261
259.73/136.71	c cleaning 17985 clauses out of 35976 with flag 266000/737259
266.45/140.23	c cleaning 17990 clauses out of 35992 with flag 284001/755260
274.79/144.67	c cleaning 18001 clauses out of 36001 with flag 302000/773259
282.32/148.53	c cleaning 17999 clauses out of 36000 with flag 320000/791259
284.99/150.04	c cleaning 0 clauses out of 5309 with flag 0/5310
290.86/152.96	c cleaning 17993 clauses out of 36001 with flag 338000/809259
298.59/157.06	c cleaning 17984 clauses out of 36008 with flag 356000/827259
306.47/161.18	c cleaning 18002 clauses out of 36024 with flag 374000/845259
314.18/165.12	c cleaning 17999 clauses out of 36023 with flag 392001/863260
323.01/169.77	c cleaning 18009 clauses out of 36023 with flag 410000/881259
330.37/173.66	c cleaning 17992 clauses out of 36014 with flag 428000/899259
336.03/176.62	c cleaning 18006 clauses out of 36023 with flag 446001/917260
341.70/179.63	c cleaning 17991 clauses out of 36016 with flag 464000/935259
347.78/182.88	c cleaning 18004 clauses out of 36026 with flag 482001/953260
354.27/186.31	c cleaning 18010 clauses out of 36021 with flag 500000/971259
361.52/190.10	c cleaning 17999 clauses out of 36011 with flag 518000/989259
368.00/193.55	c cleaning 18003 clauses out of 36012 with flag 536000/1007259
375.05/197.27	c cleaning 17993 clauses out of 36009 with flag 554000/1025259
381.95/200.94	c cleaning 18005 clauses out of 36016 with flag 572000/1043259
389.39/204.84	c cleaning 18004 clauses out of 36012 with flag 590001/1061260
396.42/208.55	c cleaning 18002 clauses out of 36008 with flag 608001/1079260
403.25/212.16	c cleaning 17996 clauses out of 36006 with flag 626001/1097260
409.54/215.56	c cleaning 18002 clauses out of 36010 with flag 644001/1115260
416.57/219.26	c cleaning 17999 clauses out of 36007 with flag 662000/1133259
423.98/223.19	c cleaning 18005 clauses out of 36009 with flag 680001/1151260
432.80/227.79	c cleaning 18001 clauses out of 36004 with flag 698001/1169260
440.42/231.87	c cleaning 17990 clauses out of 36002 with flag 716000/1187259
447.25/235.52	c cleaning 17993 clauses out of 36012 with flag 734000/1205259
454.86/239.44	c cleaning 18006 clauses out of 36019 with flag 752000/1223259
461.87/243.21	c cleaning 17998 clauses out of 36014 with flag 770001/1241260
469.48/247.22	c cleaning 18003 clauses out of 36015 with flag 788000/1259259
477.48/251.40	c cleaning 17993 clauses out of 36012 with flag 806000/1277259
484.28/255.08	c cleaning 18001 clauses out of 36019 with flag 824000/1295259
491.48/258.89	c cleaning 18001 clauses out of 36019 with flag 842001/1313260
500.30/263.56	c cleaning 18008 clauses out of 36017 with flag 860000/1331259
507.49/267.33	c cleaning 17994 clauses out of 36009 with flag 878000/1349259
512.86/270.29	c cleaning 17999 clauses out of 36016 with flag 896001/1367260
519.45/273.72	c cleaning 17996 clauses out of 36016 with flag 914000/1385259
526.83/277.74	c cleaning 17998 clauses out of 36020 with flag 932000/1403259
533.41/281.22	c cleaning 17998 clauses out of 36022 with flag 950000/1421259
539.79/284.69	c cleaning 18001 clauses out of 36025 with flag 968001/1439260
547.16/288.52	c cleaning 18005 clauses out of 36023 with flag 986000/1457259
554.73/292.65	c cleaning 18011 clauses out of 36021 with flag 1004003/1475262
561.50/296.29	c cleaning 17999 clauses out of 36008 with flag 1022001/1493260
568.86/300.19	c cleaning 17993 clauses out of 36008 with flag 1040000/1511259
576.28/304.10	c cleaning 18005 clauses out of 36016 with flag 1058001/1529260
584.44/308.42	c cleaning 17998 clauses out of 36010 with flag 1076000/1547259
591.59/312.23	c cleaning 17998 clauses out of 36012 with flag 1094000/1565259
599.18/316.23	c cleaning 18007 clauses out of 36015 with flag 1112001/1583260
607.53/320.67	c cleaning 17996 clauses out of 36007 with flag 1130000/1601259
614.68/324.54	c cleaning 17998 clauses out of 36013 with flag 1148002/1619261
622.03/328.42	c cleaning 17999 clauses out of 36013 with flag 1166000/1637259
628.00/331.68	c cleaning 18006 clauses out of 36015 with flag 1184001/1655260
635.38/335.56	c cleaning 17998 clauses out of 36009 with flag 1202001/1673260
643.30/339.89	c cleaning 17988 clauses out of 36010 with flag 1220000/1691259
651.03/343.93	c cleaning 18003 clauses out of 36022 with flag 1238000/1709259
660.17/348.72	c cleaning 18007 clauses out of 36019 with flag 1256000/1727259
667.12/352.44	c cleaning 18001 clauses out of 36012 with flag 1274000/1745259
674.45/356.45	c cleaning 17997 clauses out of 36011 with flag 1292000/1763259
682.17/360.59	c cleaning 17988 clauses out of 36014 with flag 1310000/1781259
688.51/363.90	c cleaning 18009 clauses out of 36026 with flag 1328000/1799259
695.44/367.69	c cleaning 17996 clauses out of 36017 with flag 1346000/1817259
702.54/371.59	c cleaning 17997 clauses out of 36021 with flag 1364000/1835259
710.66/375.88	c cleaning 18000 clauses out of 36025 with flag 1382001/1853260
717.82/379.65	c cleaning 18008 clauses out of 36025 with flag 1400001/1871260
725.49/383.70	c cleaning 17997 clauses out of 36016 with flag 1418000/1889259
733.63/388.10	c cleaning 18006 clauses out of 36020 with flag 1436001/1907260
742.15/392.65	c cleaning 18003 clauses out of 36013 with flag 1454000/1925259
750.67/397.22	c cleaning 18003 clauses out of 36010 with flag 1472000/1943259
760.17/402.12	c cleaning 18004 clauses out of 36007 with flag 1490000/1961259
770.46/407.67	c cleaning 17990 clauses out of 36004 with flag 1508001/1979260
777.96/411.63	c cleaning 17999 clauses out of 36013 with flag 1526000/1997259
784.85/415.31	c cleaning 17997 clauses out of 36014 with flag 1544000/2015259
790.36/418.39	c cleaning 17986 clauses out of 36017 with flag 1562000/2033259
796.83/421.92	c cleaning 18001 clauses out of 36031 with flag 1580000/2051259
804.16/425.84	c cleaning 18000 clauses out of 36030 with flag 1598000/2069259
810.62/429.37	c cleaning 18009 clauses out of 36030 with flag 1616000/2087259
817.51/433.08	c cleaning 18001 clauses out of 36022 with flag 1634001/2105260
825.55/437.43	c cleaning 18006 clauses out of 36020 with flag 1652000/2123259
832.50/441.19	c cleaning 18003 clauses out of 36014 with flag 1670000/2141259
838.98/444.67	c cleaning 17996 clauses out of 36011 with flag 1688000/2159259
845.86/448.32	c cleaning 17999 clauses out of 36015 with flag 1706000/2177259
853.11/452.30	c cleaning 18000 clauses out of 36018 with flag 1724002/2195261
860.19/456.17	c cleaning 17998 clauses out of 36017 with flag 1742001/2213260
867.86/460.27	c cleaning 18010 clauses out of 36020 with flag 1760002/2231261
875.73/464.48	c cleaning 17997 clauses out of 36008 with flag 1778000/2249259
883.41/468.64	c cleaning 17997 clauses out of 36012 with flag 1796001/2267260
890.68/472.55	c cleaning 18002 clauses out of 36015 with flag 1814001/2285260
898.76/476.84	c cleaning 17991 clauses out of 36012 with flag 1832000/2303259
905.22/480.39	c cleaning 18005 clauses out of 36021 with flag 1850000/2321259
913.04/484.62	c cleaning 18003 clauses out of 36016 with flag 1868000/2339259
920.50/488.60	c cleaning 18000 clauses out of 36013 with flag 1886000/2357259
927.56/492.44	c cleaning 17997 clauses out of 36013 with flag 1904000/2375259
935.41/496.65	c cleaning 18003 clauses out of 36017 with flag 1922001/2393260
943.22/500.98	c cleaning 18000 clauses out of 36013 with flag 1940000/2411259
950.91/505.03	c cleaning 18000 clauses out of 36013 with flag 1958000/2429259
958.52/509.17	c cleaning 18002 clauses out of 36013 with flag 1976000/2447259
965.21/512.75	c cleaning 17994 clauses out of 36011 with flag 1994000/2465259
973.25/517.19	c cleaning 18003 clauses out of 36018 with flag 2012001/2483260
980.88/521.29	c cleaning 17996 clauses out of 36014 with flag 2030000/2501259
988.72/525.45	c cleaning 18000 clauses out of 36018 with flag 2048000/2519259
996.16/529.49	c cleaning 18004 clauses out of 36018 with flag 2066000/2537259
1003.44/533.48	c cleaning 18005 clauses out of 36014 with flag 2084000/2555259
1010.89/537.41	c cleaning 17995 clauses out of 36009 with flag 2102000/2573259
1018.33/541.49	c cleaning 17991 clauses out of 36014 with flag 2120000/2591259
1026.56/545.80	c cleaning 18004 clauses out of 36023 with flag 2138000/2609259
1034.74/550.32	c cleaning 17998 clauses out of 36019 with flag 2156000/2627259
1042.25/554.39	c cleaning 18003 clauses out of 36022 with flag 2174001/2645260
1051.10/559.08	c cleaning 18001 clauses out of 36018 with flag 2192000/2663259
1059.33/563.46	c cleaning 17998 clauses out of 36017 with flag 2210000/2681259
1067.29/567.84	c cleaning 18002 clauses out of 36019 with flag 2228000/2699259
1074.32/571.60	c cleaning 17996 clauses out of 36017 with flag 2246000/2717259
1081.54/575.53	c cleaning 18011 clauses out of 36022 with flag 2264001/2735260
1089.60/579.82	c cleaning 17994 clauses out of 36010 with flag 2282000/2753259
1096.92/583.99	c cleaning 17993 clauses out of 36016 with flag 2300000/2771259
1105.15/588.32	c cleaning 17999 clauses out of 36023 with flag 2318000/2789259
1112.22/592.15	c cleaning 17999 clauses out of 36024 with flag 2336000/2807259
1119.63/596.18	c cleaning 18005 clauses out of 36026 with flag 2354001/2825260
1128.17/600.87	c cleaning 17997 clauses out of 36020 with flag 2372000/2843259
1135.39/604.72	c cleaning 17997 clauses out of 36023 with flag 2390000/2861259
1142.81/608.78	c cleaning 18009 clauses out of 36027 with flag 2408001/2879260
1151.41/613.34	c cleaning 18000 clauses out of 36018 with flag 2426001/2897260
1158.75/617.42	c cleaning 17987 clauses out of 36017 with flag 2444000/2915259
1165.95/621.34	c cleaning 18005 clauses out of 36031 with flag 2462001/2933260
1173.56/625.42	c cleaning 18001 clauses out of 36025 with flag 2480000/2951259
1180.80/629.35	c cleaning 18006 clauses out of 36024 with flag 2498000/2969259
1188.82/633.79	c cleaning 18001 clauses out of 36018 with flag 2516000/2987259
1196.61/637.91	c cleaning 17997 clauses out of 36018 with flag 2534001/3005260
1202.21/641.09	c cleaning 18003 clauses out of 36020 with flag 2552000/3023259
1208.22/644.39	c cleaning 18001 clauses out of 36017 with flag 2570000/3041259
1214.79/648.06	c cleaning 18000 clauses out of 36016 with flag 2588000/3059259
1221.75/651.80	c cleaning 17999 clauses out of 36018 with flag 2606002/3077261
1229.15/655.84	c cleaning 18005 clauses out of 36018 with flag 2624001/3095260
1235.54/659.39	c cleaning 17996 clauses out of 36012 with flag 2642000/3113259
1243.05/663.56	c cleaning 18000 clauses out of 36016 with flag 2660000/3131259
1249.24/666.93	c cleaning 18000 clauses out of 36016 with flag 2678000/3149259
1256.42/670.81	c cleaning 18001 clauses out of 36016 with flag 2696000/3167259
1264.61/675.25	c cleaning 18001 clauses out of 36015 with flag 2714000/3185259
1272.31/679.57	c cleaning 17981 clauses out of 36015 with flag 2732001/3203260
1278.68/683.11	c cleaning 18007 clauses out of 36034 with flag 2750001/3221260
1286.46/687.26	c cleaning 18013 clauses out of 36028 with flag 2768002/3239261
1294.84/691.72	c cleaning 18003 clauses out of 36014 with flag 2786001/3257260
1303.92/696.76	c cleaning 18005 clauses out of 36011 with flag 2804001/3275260
1311.92/701.01	c cleaning 17995 clauses out of 36005 with flag 2822000/3293259
1318.56/704.67	c cleaning 17989 clauses out of 36010 with flag 2840000/3311259
1326.34/708.81	c cleaning 17994 clauses out of 36022 with flag 2858001/3329260
1333.86/713.07	c cleaning 17982 clauses out of 36027 with flag 2876000/3347259
1341.87/717.38	c cleaning 18009 clauses out of 36045 with flag 2894000/3365259
1350.03/721.77	c cleaning 18010 clauses out of 36037 with flag 2912001/3383260
1358.95/726.51	c cleaning 18005 clauses out of 36026 with flag 2930000/3401259
1366.62/730.88	c cleaning 17990 clauses out of 36021 with flag 2948000/3419259
1374.38/735.05	c cleaning 18005 clauses out of 36032 with flag 2966001/3437260
1382.94/739.67	c cleaning 18005 clauses out of 36026 with flag 2984000/3455259
1390.10/743.59	c cleaning 17991 clauses out of 36021 with flag 3002000/3473259
1398.16/748.09	c cleaning 18001 clauses out of 36030 with flag 3020000/3491259
1405.91/752.20	c cleaning 18001 clauses out of 36029 with flag 3038000/3509259
1413.06/756.17	c cleaning 18006 clauses out of 36028 with flag 3056000/3527259
1420.82/760.39	c cleaning 18000 clauses out of 36022 with flag 3074000/3545259
1428.27/764.57	c cleaning 18003 clauses out of 36023 with flag 3092001/3563260
1435.81/768.65	c cleaning 0 clauses out of 11308 with flag 0/11309
1436.74/769.48	c cleaning 17997 clauses out of 36020 with flag 3110001/3581260
1444.29/773.52	c cleaning 17996 clauses out of 36022 with flag 3128000/3599259
1452.13/777.93	c cleaning 18002 clauses out of 36026 with flag 3146000/3617259
1459.88/782.18	c cleaning 17996 clauses out of 36024 with flag 3164000/3635259
1467.81/786.43	c cleaning 17996 clauses out of 36028 with flag 3182000/3653259
1475.19/790.49	c cleaning 17999 clauses out of 36033 with flag 3200001/3671260
1482.20/794.38	c cleaning 17998 clauses out of 36033 with flag 3218000/3689259
1489.89/798.60	c cleaning 18003 clauses out of 36036 with flag 3236001/3707260
1497.41/802.66	c cleaning 18000 clauses out of 36032 with flag 3254000/3725259
1505.14/806.82	c cleaning 18004 clauses out of 36033 with flag 3272001/3743260
1512.94/811.20	c cleaning 18004 clauses out of 36029 with flag 3290001/3761260
1520.32/815.23	c cleaning 18000 clauses out of 36024 with flag 3308000/3779259
1527.80/819.39	c cleaning 18003 clauses out of 36025 with flag 3326001/3797260
1535.54/823.56	c cleaning 17997 clauses out of 36021 with flag 3344000/3815259
1543.95/828.31	c cleaning 17997 clauses out of 36024 with flag 3362000/3833259
1551.27/832.20	c cleaning 18001 clauses out of 36027 with flag 3380000/3851259
1558.60/836.26	c cleaning 17992 clauses out of 36026 with flag 3398000/3869259
1566.12/840.34	c cleaning 17998 clauses out of 36034 with flag 3416000/3887259
1574.74/845.13	c cleaning 18011 clauses out of 36038 with flag 3434002/3905261
1583.08/849.61	c cleaning 17997 clauses out of 36026 with flag 3452001/3923260
1591.39/854.16	c cleaning 18004 clauses out of 36028 with flag 3470000/3941259
1598.31/857.99	c cleaning 18010 clauses out of 36024 with flag 3488000/3959259
1606.56/862.57	c cleaning 17990 clauses out of 36014 with flag 3506000/3977259
1614.03/866.66	c cleaning 18004 clauses out of 36024 with flag 3524000/3995259
1620.58/870.25	c cleaning 18005 clauses out of 36020 with flag 3542000/4013259
1627.44/874.07	c cleaning 18005 clauses out of 36016 with flag 3560001/4031260
1635.24/878.41	c cleaning 17999 clauses out of 36010 with flag 3578000/4049259
1643.15/882.78	c cleaning 17996 clauses out of 36012 with flag 3596001/4067260
1651.06/887.01	c cleaning 17998 clauses out of 36015 with flag 3614000/4085259
1659.36/891.55	c cleaning 18001 clauses out of 36017 with flag 3632000/4103259
1668.13/896.40	c cleaning 18000 clauses out of 36016 with flag 3650000/4121259
1676.04/900.74	c cleaning 17998 clauses out of 36016 with flag 3668000/4139259
1684.33/905.26	c cleaning 18008 clauses out of 36019 with flag 3686001/4157260
1692.23/909.52	c cleaning 17997 clauses out of 36010 with flag 3704000/4175259
1701.20/914.54	c cleaning 17994 clauses out of 36013 with flag 3722000/4193259
1709.90/919.28	c cleaning 18000 clauses out of 36019 with flag 3740000/4211259
1718.81/924.08	c cleaning 18000 clauses out of 36019 with flag 3758000/4229259
1727.90/928.94	c cleaning 18006 clauses out of 36019 with flag 3776000/4247259
1737.10/934.02	c cleaning 18006 clauses out of 36013 with flag 3794000/4265259
1745.95/938.86	c cleaning 17998 clauses out of 36007 with flag 3812000/4283259
1755.63/944.05	c cleaning 18001 clauses out of 36010 with flag 3830001/4301260
1765.32/949.24	c cleaning 18001 clauses out of 36008 with flag 3848000/4319259
1775.31/954.70	c cleaning 17999 clauses out of 36008 with flag 3866001/4337260
1785.22/960.05	c cleaning 17997 clauses out of 36008 with flag 3884000/4355259
1795.31/965.46	c cleaning 17995 clauses out of 36011 with flag 3902000/4373259
1800.03/968.15	c starts		: 258
1800.03/968.15	c conflicts		: 4381886
1800.03/968.15	c decisions		: 4627601
1800.03/968.15	c propagations		: 26508222
1800.03/968.15	c inspects		: 3679945968
1800.03/968.15	c shortcuts		: 0
1800.03/968.15	c learnt literals	: 0
1800.03/968.15	c learnt binary clauses	: 0
1800.03/968.15	c learnt ternary clauses	: 0
1800.03/968.15	c learnt constraints	: 4381885
1800.03/968.15	c ignored constraints	: 0
1800.03/968.15	c root simplifications	: 0
1800.03/968.15	c removed literals (reason simplification)	: 66579266
1800.03/968.15	c reason swapping (by a shorter reason)	: 0
1800.03/968.15	c Calls to reduceDB	: 253
1800.03/968.15	c number of reductions to clauses (during analyze)	: 0
1800.03/968.15	c number of learned constraints concerned by reduction	: 0
1800.03/968.15	c number of learning phase by resolution	: 0
1800.03/968.15	c number of learning phase by cutting planes	: 0
1800.03/968.15	c speed (assignments/second)	: 30024.24526613614
1800.03/968.15	c non guided choices	0
1800.03/968.16	c learnt constraints type 
1800.03/968.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26695
1800.03/968.16	c constraints type 
1800.03/968.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/968.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17809
1800.03/968.16	c constraints type 
1800.03/968.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17809
1800.03/968.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/968.16	s SATISFIABLE
1800.03/968.16	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.03/968.16	c objective function=-26
1800.03/968.16	c Total wall clock time (in seconds): 968.05

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-3454492-1307189433/watcher-3454492-1307189433 -o /tmp/evaluation-result-3454492-1307189433/solver-3454492-1307189433 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454492-1307189433.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: 3.64 3.68 3.46 3/571 992
/proc/meminfo: memFree=19310956/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/992/stat : 992 (java) R 990 992 29102 0 -1 4194304 269 0 0 0 0 0 0 0 25 0 1 0 830543659 262144 32 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253635935879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/992/statm: 64 32 24 9 0 23 0
[pid=992/tid=993] ppid=990 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) R 990 992 29102 0 -1 4202560 6546 0 1 0 0 1 0 0 25 0 2 0 830543660 10694979584 7361 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.108211 s]
/proc/loadavg: 3.64 3.68 3.46 3/571 992
/proc/meminfo: memFree=19310956/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10540068 CPUtime=0.11 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 13156 0 1 0 9 2 0 0 25 0 18 0 830543659 10793029632 12810 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2635017 12810 2093 9 0 2625751 0
[pid=992/tid=993] ppid=990 vsize=10540068 CPUtime=0.09 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) R 990 992 29102 0 -1 4202560 11199 0 1 0 8 1 0 0 18 0 18 0 830543660 10793029632 12810 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 47741443999337 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540068

[startup+0.20118 s]
/proc/loadavg: 3.64 3.68 3.46 3/571 992
/proc/meminfo: memFree=19310956/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10540068 CPUtime=0.25 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 14001 0 1 0 23 2 0 0 25 0 18 0 830543659 10793029632 13607 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2635017 13607 2178 9 0 2625751 0
[pid=992/tid=993] ppid=990 vsize=10540068 CPUtime=0.19 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) R 990 992 29102 0 -1 4202560 11791 0 1 0 17 2 0 0 18 0 18 0 830543660 10793029632 13607 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505175232 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540068

[startup+0.30113 s]
/proc/loadavg: 3.64 3.68 3.46 3/571 992
/proc/meminfo: memFree=19310956/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10540628 CPUtime=0.48 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 15918 0 1 0 46 2 0 0 25 0 18 0 830543659 10793603072 15100 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2635157 15101 2199 9 0 2625891 0
[pid=992/tid=993] ppid=990 vsize=10540628 CPUtime=0.29 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) R 990 992 29102 0 -1 4202560 12869 0 1 0 27 2 0 0 18 0 18 0 830543660 10793603072 15101 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505365719 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540628

[startup+0.701092 s]
/proc/loadavg: 3.64 3.68 3.46 3/571 992
/proc/meminfo: memFree=19310956/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10549120 CPUtime=0.97 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 27456 0 1 0 93 4 0 0 25 0 19 0 830543659 10802298880 25416 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2637280 25416 2225 9 0 2628014 0
[pid=992/tid=993] ppid=990 vsize=10549120 CPUtime=0.46 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 20801 0 1 0 43 3 0 0 19 0 19 0 830543660 10802298880 25416 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10549120

[startup+1.50091 s]
/proc/loadavg: 3.64 3.68 3.46 3/590 1017
/proc/meminfo: memFree=19216324/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10549120 CPUtime=1.04 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 27671 0 1 0 100 4 0 0 25 0 22 0 830543659 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2637280 25631 2229 9 0 2628014 0
[pid=992/tid=993] ppid=990 vsize=10549120 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 20866 0 1 0 44 3 0 0 15 0 22 0 830543660 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=995] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=996] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=997] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=998] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=999] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543662 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830543663 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830543663 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830543663 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10549120 CPUtime=0.25 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 3038 0 0 0 25 0 0 0 15 0 22 0 830543666 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10549120 CPUtime=0.25 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) R 990 992 29102 0 -1 4202560 2380 0 0 0 25 0 0 0 15 0 22 0 830543666 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 47741444131190 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=992/tid=1009] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1010] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830543666 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1017] ppid=990 vsize=10549120 CPUtime=0 cores=1,3,5,7
/proc/992/task/1017/stat : 1017 (java) S 990 992 29102 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830543758 10802298880 25631 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10549120

[startup+3.10066 s]
/proc/loadavg: 3.64 3.68 3.46 7/593 1023
/proc/meminfo: memFree=19184556/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10550540 CPUtime=4.22 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 86563 0 1 0 411 11 0 0 25 0 22 0 830543659 10803752960 81527 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2637635 81527 2267 9 0 2628369 0
[pid=992/tid=993] ppid=990 vsize=10550540 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 20903 0 1 0 44 3 0 0 15 0 22 0 830543660 10803752960 81528 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=995] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81531 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=996] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81534 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=997] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81535 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=998] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 654 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81536 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=999] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 919 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81537 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81537 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 1408 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81538 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 22 0 830543662 10803752960 81539 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10550540 CPUtime=0.04 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 4024 0 0 0 4 0 0 0 15 0 22 0 830543663 10803752960 81539 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830543663 10803752960 81540 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830543663 10803752960 81540 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10803752960 81540 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10550540 CPUtime=0.76 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 6309 0 0 0 75 1 0 0 15 0 22 0 830543666 10803752960 81541 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10550540 CPUtime=0.73 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 29102 0 -1 4202560 3956 0 0 0 73 0 0 0 15 0 22 0 830543666 10803752960 81544 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1009] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10803752960 81547 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1010] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830543666 10803752960 81548 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1017] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1017/stat : 1017 (java) S 990 992 29102 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830543758 10803752960 81550 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 10550540

[startup+6.30108 s]
/proc/loadavg: 3.75 3.70 3.47 5/593 1026
/proc/meminfo: memFree=18759368/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10550540 CPUtime=10.61 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 149277 0 1 0 1043 18 0 0 25 0 22 0 830543659 10803752960 143046 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2637635 143049 2268 9 0 2628369 0
[pid=992/tid=993] ppid=990 vsize=10550540 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 20903 0 1 0 44 3 0 0 15 0 22 0 830543660 10803752960 143050 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=995] ppid=990 vsize=10550540 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1065 0 0 0 1 0 0 0 16 0 22 0 830543662 10803752960 143052 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=996] ppid=990 vsize=10550540 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 841 0 0 0 1 0 0 0 16 0 22 0 830543662 10803752960 143053 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=997] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 22 0 830543662 10803752960 143054 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=998] ppid=990 vsize=10550540 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 654 0 0 0 1 0 0 0 16 0 22 0 830543662 10803752960 143055 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=999] ppid=990 vsize=10550540 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 2140 0 0 0 1 0 0 0 16 0 22 0 830543662 10803752960 143056 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10550540 CPUtime=0.01 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 813 0 0 0 1 0 0 0 16 0 22 0 830543662 10803752960 143057 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10550540 CPUtime=0.03 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 2402 0 0 0 3 0 0 0 16 0 22 0 830543662 10803752960 143059 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 280 0 0 0 0 0 0 0 16 0 22 0 830543662 10803752960 143061 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10550540 CPUtime=0.25 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 9368 0 0 0 24 1 0 0 15 0 22 0 830543663 10803752960 143063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830543663 10803752960 143065 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830543663 10803752960 143067 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10550540 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10803752960 143068 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10550540 CPUtime=0.9 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 6322 0 0 0 89 1 0 0 15 0 22 0 830543666 10803752960 143070 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10550540 CPUtime=0.76 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 29102 0 -1 4202560 3962 0 0 0 76 0 0 0 15 0 22 0 830543666 10803752960 143072 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=15702332/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10552144 CPUtime=1642.39 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 315905 0 1 0 164197 42 0 0 25 0 22 0 830543659 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2638036 304029 2269 9 0 2628770 0
[pid=992/tid=993] ppid=990 vsize=10552144 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 21084 0 1 0 44 3 0 0 15 0 22 0 830543660 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=995] ppid=990 vsize=10552144 CPUtime=1.56 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1676 0 0 0 156 0 0 0 15 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=996] ppid=990 vsize=10552144 CPUtime=1.46 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 2863 0 0 0 146 0 0 0 16 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=997] ppid=990 vsize=10552144 CPUtime=1.6 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 1962 0 0 0 160 0 0 0 16 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=998] ppid=990 vsize=10552144 CPUtime=1.49 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 1074 0 0 0 149 0 0 0 16 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=999] ppid=990 vsize=10552144 CPUtime=1.39 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 3439 0 0 0 138 1 0 0 16 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10552144 CPUtime=1.45 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 3027 0 0 0 145 0 0 0 15 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10552144 CPUtime=1.64 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 3485 0 0 0 164 0 0 0 15 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10552144 CPUtime=1.4 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 1620 0 0 0 140 0 0 0 15 0 22 0 830543662 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10552144 CPUtime=124.52 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 97972 0 0 0 12441 11 0 0 15 0 22 0 830543663 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10552144 CPUtime=1.45 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 11873 0 0 0 144 1 0 0 15 0 22 0 830543666 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10552144 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 29102 0 -1 4202560 4348 0 0 0 89 0 0 0 15 0 22 0 830543666 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1009] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1010] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 29102 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830543666 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1017] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1017/stat : 1017 (java) S 990 992 29102 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830543758 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1098] ppid=990 vsize=10552144 CPUtime=675.03 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) R 990 992 29102 0 -1 4202560 17 0 0 0 67503 0 0 0 25 0 22 0 830552185 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505807670 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=992/tid=1099] ppid=990 vsize=10552144 CPUtime=675.01 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) R 990 992 29102 0 -1 4202560 13 0 0 0 67501 0 0 0 25 0 22 0 830552185 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505890935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=992/tid=1100] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830552185 10805395456 304029 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1642.39
Current children cumulated vsize (KiB) 10552144

[startup+942.301 s]
/proc/loadavg: 3.54 3.74 3.65 5/593 1129
/proc/meminfo: memFree=15702164/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10552144 CPUtime=1752.23 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 315960 0 1 0 175181 42 0 0 25 0 22 0 830543659 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2638036 304063 2269 9 0 2628770 0
[pid=992/tid=993] ppid=990 vsize=10552144 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 21097 0 1 0 44 3 0 0 15 0 22 0 830543660 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=995] ppid=990 vsize=10552144 CPUtime=1.67 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1682 0 0 0 167 0 0 0 16 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=996] ppid=990 vsize=10552144 CPUtime=1.53 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 2882 0 0 0 153 0 0 0 15 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=997] ppid=990 vsize=10552144 CPUtime=1.74 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 1962 0 0 0 174 0 0 0 16 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=998] ppid=990 vsize=10552144 CPUtime=1.62 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 1079 0 0 0 162 0 0 0 16 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=999] ppid=990 vsize=10552144 CPUtime=1.5 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 3440 0 0 0 149 1 0 0 15 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10552144 CPUtime=1.52 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 3027 0 0 0 152 0 0 0 15 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10552144 CPUtime=1.68 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 3488 0 0 0 168 0 0 0 15 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10552144 CPUtime=1.51 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 1620 0 0 0 151 0 0 0 16 0 22 0 830543662 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10552144 CPUtime=134.96 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 97976 0 0 0 13485 11 0 0 15 0 22 0 830543663 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10552144 CPUtime=1.45 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 11873 0 0 0 144 1 0 0 15 0 22 0 830543666 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10552144 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 29102 0 -1 4202560 4348 0 0 0 89 0 0 0 15 0 22 0 830543666 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1009] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1010] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 29102 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830543666 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1017] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1017/stat : 1017 (java) S 990 992 29102 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830543758 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1098] ppid=990 vsize=10552144 CPUtime=724.34 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) R 990 992 29102 0 -1 4202560 17 0 0 0 72434 0 0 0 25 0 22 0 830552185 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505899718 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=992/tid=1099] ppid=990 vsize=10552144 CPUtime=724.32 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) R 990 992 29102 0 -1 4202560 13 0 0 0 72432 0 0 0 24 0 22 0 830552185 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505885024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=992/tid=1100] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830552185 10805395456 304063 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1752.23
Current children cumulated vsize (KiB) 10552144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+968.122 s]
/proc/loadavg: 3.57 3.73 3.64 5/593 1129
/proc/meminfo: memFree=15690568/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=10552144 CPUtime=1800.03 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 29102 0 -1 4202496 318836 0 1 0 179960 43 0 0 25 0 22 0 830543659 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 2638036 306930 2269 9 0 2628770 0
[pid=992/tid=993] ppid=990 vsize=10552144 CPUtime=0.47 cores=1,3,5,7
/proc/992/task/993/stat : 993 (java) S 990 992 29102 0 -1 4202560 21102 0 1 0 44 3 0 0 15 0 22 0 830543660 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=995] ppid=990 vsize=10552144 CPUtime=1.71 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 29102 0 -1 4202560 1683 0 0 0 171 0 0 0 16 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=996] ppid=990 vsize=10552144 CPUtime=1.56 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 29102 0 -1 4202560 2882 0 0 0 156 0 0 0 16 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=997] ppid=990 vsize=10552144 CPUtime=1.78 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 29102 0 -1 4202560 1962 0 0 0 178 0 0 0 15 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=998] ppid=990 vsize=10552144 CPUtime=1.66 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 29102 0 -1 4202560 1079 0 0 0 166 0 0 0 16 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=999] ppid=990 vsize=10552144 CPUtime=1.52 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 29102 0 -1 4202560 3442 0 0 0 151 1 0 0 15 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1000] ppid=990 vsize=10552144 CPUtime=1.56 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 29102 0 -1 4202560 3027 0 0 0 156 0 0 0 16 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1001] ppid=990 vsize=10552144 CPUtime=1.73 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 29102 0 -1 4202560 3488 0 0 0 173 0 0 0 15 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1002] ppid=990 vsize=10552144 CPUtime=1.58 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 29102 0 -1 4202560 1620 0 0 0 158 0 0 0 15 0 22 0 830543662 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1003] ppid=990 vsize=10552144 CPUtime=138.97 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 29102 0 -1 4202560 100842 0 0 0 13885 12 0 0 15 0 22 0 830543663 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 0 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1004] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1005] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830543663 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1006] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652683185 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1007] ppid=990 vsize=10552144 CPUtime=1.45 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 29102 0 -1 4202560 11873 0 0 0 144 1 0 0 15 0 22 0 830543666 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 3 0 0 0
[pid=992/tid=1008] ppid=990 vsize=10552144 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 29102 0 -1 4202560 4348 0 0 0 89 0 0 0 15 0 22 0 830543666 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
[pid=992/tid=1009] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830543666 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652675481 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1010] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 29102 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830543666 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 5 0 0 0
[pid=992/tid=1017] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1017/stat : 1017 (java) S 990 992 29102 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830543758 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 7 0 0 0
[pid=992/tid=1098] ppid=990 vsize=10552144 CPUtime=746.09 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) R 990 992 29102 0 -1 4202560 17 0 0 0 74609 0 0 0 21 0 22 0 830552185 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912505807670 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=992/tid=1099] ppid=990 vsize=10552144 CPUtime=746.07 cores=1,3,5,7
/proc/992/task/1099/stat : 1099 (java) R 990 992 29102 0 -1 4202560 13 0 0 0 74607 0 0 0 21 0 22 0 830552185 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 46912506010495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=992/tid=1100] ppid=990 vsize=10552144 CPUtime=0 cores=1,3,5,7
/proc/992/task/1100/stat : 1100 (java) S 990 992 29102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830552185 10805395456 306930 33554432000 1073741824 1073778376 140735674843888 18446744073709551615 253652676096 0 4 0 16800975 18446604454692515968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10552144

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

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

[startup+968.227 s]
/proc/loadavg: 3.57 3.73 3.64 5/593 1129
/proc/meminfo: memFree=15690568/32951124 swapFree=53733252/67111528
[pid=992] ppid=990 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/992/stat : 992 (java) Z 990 992 29102 0 -1 4203548 318865 0 1 0 179970 48 0 0 17 0 2 0 830543659 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/992/statm: 0 0 0 0 0 0 0
[pid=992/tid=1098] ppid=990 vsize=0 CPUtime=746.16 cores=1,3,5,7
/proc/992/task/1098/stat : 1098 (java) R 990 992 29102 0 -1 4203588 17 0 0 0 74611 5 0 0 21 0 2 0 830552185 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 968.228
CPU time (s): 1800.19
CPU user time (s): 1799.71
CPU system time (s): 0.486925
CPU usage (%): 185.926
Max. virtual memory (cumulated for all children) (KiB): 10553436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318865
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= 29121
involuntary context switches= 25125

runsolver used 5.2632 second user time and 13.296 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 14:10:33
IDJOB=3454492
IDBENCH=2239
IDSOLVER=1950
FILE ID=node106/3454492-1307189433
RUNJOBID= node106-1307187567-657
PBS_JOBID= 13508822
Free space on /tmp= 73760 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-3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454492-1307189433/watcher-3454492-1307189433 -o /tmp/evaluation-result-3454492-1307189433/solver-3454492-1307189433 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454492-1307189433.opb

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

MD5SUM BENCH= 8e251d4e151b2868eb3a52cf845e4cf8
RANDOM SEED=1552774541

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19311236 kB
Buffers:        399768 kB
Cached:        6012992 kB
SwapCached:      22744 kB
Active:        7730084 kB
Inactive:      5564892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19311236 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             920 kB
Writeback:           0 kB
AnonPages:     6878780 kB
Mapped:          34444 kB
Slab:           192472 kB
PageTables:      81412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177907248 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= 73756 MiB
End job on node106 at 2011-06-04 14:26:43