Trace number 3687807

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)312 1800.06 1789.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1.59476
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
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 constraint8
Number of terms in the objective function 792
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 792
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 792
Number of bits of the biggest sum of numbers10
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-2012 Artois University and CNRS
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.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687807-1337875528.opb
0.09/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.175s.
0.27/0.28	c declared #vars     792
0.27/0.28	c #constraints  3194
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
0.27/0.28	c 3194 constraints processed.
0.27/0.28	c objective function length is 792 literals
0.48/0.30	c SATISFIABLE
0.48/0.30	c OPTIMIZING...
0.48/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.48/0.30	o 313
1.19/0.74	c cleaning 2502 clauses out of 5008 with flag 5001/5008
1.54/1.07	c cleaning 4252 clauses out of 8505 with flag 11000/11007
1.97/1.43	c cleaning 5626 clauses out of 11254 with flag 18001/18008
2.40/1.86	c cleaning 6807 clauses out of 13627 with flag 26000/26007
2.97/2.36	c cleaning 7909 clauses out of 15821 with flag 35001/35008
3.58/2.92	c cleaning 8956 clauses out of 17911 with flag 45000/45007
4.19/3.57	c cleaning 9971 clauses out of 19955 with flag 56000/56007
4.91/4.30	c cleaning 10987 clauses out of 21986 with flag 68002/68009
5.82/5.10	c cleaning 11995 clauses out of 23997 with flag 81000/81007
6.62/5.99	c cleaning 13002 clauses out of 26003 with flag 95001/95008
7.75/7.05	c cleaning 13993 clauses out of 28000 with flag 110000/110007
8.86/8.16	c cleaning 15003 clauses out of 30008 with flag 126001/126008
10.19/9.40	c cleaning 16002 clauses out of 32005 with flag 143001/143008
11.41/10.63	c cleaning 16994 clauses out of 34003 with flag 161001/161008
12.72/11.98	c cleaning 17994 clauses out of 36008 with flag 180000/180007
14.22/13.41	c cleaning 18997 clauses out of 38015 with flag 200001/200008
15.74/14.93	c cleaning 19995 clauses out of 40018 with flag 221001/221008
17.40/16.57	c cleaning 21000 clauses out of 42022 with flag 243000/243007
19.12/18.20	c cleaning 22012 clauses out of 44023 with flag 266001/266008
20.73/19.86	c cleaning 22997 clauses out of 46011 with flag 290001/290008
22.56/21.68	c cleaning 24004 clauses out of 48013 with flag 315000/315007
24.47/23.57	c cleaning 25004 clauses out of 50009 with flag 341000/341007
26.61/25.65	c cleaning 25992 clauses out of 52006 with flag 368001/368008
28.85/27.85	c cleaning 26999 clauses out of 54013 with flag 396000/396007
31.18/30.15	c cleaning 27994 clauses out of 56014 with flag 425000/425007
33.52/32.47	c cleaning 28998 clauses out of 58021 with flag 455001/455008
35.84/34.79	c cleaning 29998 clauses out of 60023 with flag 486001/486008
38.26/37.19	c cleaning 31011 clauses out of 62024 with flag 518000/518007
40.71/39.53	c cleaning 31998 clauses out of 64014 with flag 551001/551008
43.42/42.20	c cleaning 33004 clauses out of 66016 with flag 585001/585008
46.15/44.95	c cleaning 34005 clauses out of 68011 with flag 620000/620007
48.89/47.61	c cleaning 35000 clauses out of 70006 with flag 656000/656007
51.63/50.33	c cleaning 35994 clauses out of 72007 with flag 693001/693008
54.54/53.26	c cleaning 37003 clauses out of 74013 with flag 731001/731008
57.67/56.39	c cleaning 38002 clauses out of 76010 with flag 770001/770008
61.09/59.77	c cleaning 38995 clauses out of 78007 with flag 810000/810007
64.72/63.35	c cleaning 39999 clauses out of 80013 with flag 851001/851008
68.15/66.77	c cleaning 40996 clauses out of 82013 with flag 893000/893007
71.49/70.06	c cleaning 41995 clauses out of 84017 with flag 936000/936007
75.25/73.73	c cleaning 43008 clauses out of 86022 with flag 980000/980007
78.97/77.44	c cleaning 44000 clauses out of 88015 with flag 1025001/1025008
82.72/81.14	c cleaning 45005 clauses out of 90015 with flag 1071001/1071008
86.54/84.92	c cleaning 46004 clauses out of 92010 with flag 1118001/1118008
91.27/89.60	c cleaning 47002 clauses out of 94006 with flag 1166001/1166008
95.57/93.83	c cleaning 48001 clauses out of 96003 with flag 1215000/1215007
100.23/98.41	c cleaning 48994 clauses out of 98002 with flag 1265000/1265007
105.08/103.29	c cleaning 50001 clauses out of 100009 with flag 1316001/1316008
109.36/107.44	c cleaning 50992 clauses out of 102007 with flag 1368000/1368007
113.88/111.90	c cleaning 52008 clauses out of 104015 with flag 1421000/1421007
118.36/116.36	c cleaning 52994 clauses out of 106008 with flag 1475001/1475008
123.62/121.50	c cleaning 53998 clauses out of 108013 with flag 1530000/1530007
128.67/126.52	c cleaning 55004 clauses out of 110017 with flag 1586002/1586009
134.00/131.89	c cleaning 55999 clauses out of 112011 with flag 1643000/1643007
139.75/137.59	c cleaning 56998 clauses out of 114012 with flag 1701000/1701007
145.70/143.41	c cleaning 58003 clauses out of 116015 with flag 1760001/1760008
151.06/148.71	c cleaning 58985 clauses out of 118011 with flag 1820000/1820007
156.90/154.57	c cleaning 60013 clauses out of 120026 with flag 1881000/1881007
162.45/160.08	c cleaning 61003 clauses out of 122014 with flag 1943001/1943008
168.27/165.80	c cleaning 62002 clauses out of 124011 with flag 2006001/2006008
173.59/171.11	c cleaning 63002 clauses out of 126008 with flag 2070000/2070007
180.04/177.54	c cleaning 63992 clauses out of 128006 with flag 2135000/2135007
186.83/184.20	c cleaning 65001 clauses out of 130014 with flag 2201000/2201007
193.27/190.68	c cleaning 66007 clauses out of 132014 with flag 2268001/2268008
199.81/197.17	c cleaning 66989 clauses out of 134006 with flag 2336000/2336007
206.68/203.96	c cleaning 68005 clauses out of 136018 with flag 2405001/2405008
213.21/210.40	c cleaning 69003 clauses out of 138012 with flag 2475000/2475007
220.48/217.63	c cleaning 70000 clauses out of 140009 with flag 2546000/2546007
227.76/224.85	c cleaning 71006 clauses out of 142011 with flag 2618002/2618009
234.41/231.46	c cleaning 71987 clauses out of 144003 with flag 2691000/2691007
241.74/238.76	c cleaning 72994 clauses out of 146016 with flag 2765000/2765007
249.05/246.07	c cleaning 74010 clauses out of 148023 with flag 2840001/2840008
257.12/254.07	c cleaning 74997 clauses out of 150012 with flag 2916000/2916007
264.21/261.00	c cleaning 76005 clauses out of 152016 with flag 2993001/2993008
271.04/267.81	c cleaning 76992 clauses out of 154010 with flag 3071000/3071007
277.99/274.70	c cleaning 78001 clauses out of 156019 with flag 3150001/3150008
285.02/281.76	c cleaning 78993 clauses out of 158018 with flag 3230001/3230008
292.15/288.81	c cleaning 80005 clauses out of 160025 with flag 3311001/3311008
300.20/296.88	c cleaning 81001 clauses out of 162019 with flag 3393000/3393007
307.15/303.79	c cleaning 82008 clauses out of 164019 with flag 3476001/3476008
316.21/312.77	c cleaning 83005 clauses out of 166010 with flag 3560000/3560007
325.57/322.04	c cleaning 83992 clauses out of 168006 with flag 3645001/3645008
335.05/331.41	c cleaning 84993 clauses out of 170013 with flag 3731000/3731007
344.48/340.87	c cleaning 85996 clauses out of 172020 with flag 3818000/3818007
354.31/350.60	c cleaning 87007 clauses out of 174024 with flag 3906000/3906007
364.36/360.69	c cleaning 88005 clauses out of 176018 with flag 3995001/3995008
374.69/370.99	c cleaning 89002 clauses out of 178012 with flag 4085000/4085007
386.11/382.20	c cleaning 90002 clauses out of 180010 with flag 4176000/4176007
398.10/394.11	c cleaning 91002 clauses out of 182009 with flag 4268001/4268008
410.32/406.21	c cleaning 92000 clauses out of 184007 with flag 4361001/4361008
422.70/418.52	c cleaning 93000 clauses out of 186006 with flag 4455000/4455007
432.43/428.20	c cleaning 93989 clauses out of 188006 with flag 4550000/4550007
441.27/437.00	c cleaning 94996 clauses out of 190017 with flag 4646000/4646007
451.33/447.01	c cleaning 96006 clauses out of 192021 with flag 4743000/4743007
460.79/456.42	c cleaning 96999 clauses out of 194015 with flag 4841000/4841007
471.61/467.27	c cleaning 97998 clauses out of 196016 with flag 4940000/4940007
483.45/478.89	c cleaning 99003 clauses out of 198018 with flag 5040000/5040007
495.21/490.46	c cleaning 99997 clauses out of 200016 with flag 5141001/5141008
505.91/501.11	c cleaning 101004 clauses out of 202018 with flag 5243000/5243007
517.55/512.71	c cleaning 102004 clauses out of 204014 with flag 5346000/5346007
529.79/524.98	c cleaning 103002 clauses out of 206010 with flag 5450000/5450007
540.27/535.37	c cleaning 103999 clauses out of 208010 with flag 5555002/5555009
552.59/547.65	c cleaning 105000 clauses out of 210010 with flag 5661001/5661008
565.46/560.44	c cleaning 105994 clauses out of 212009 with flag 5768000/5768007
578.29/573.30	c cleaning 107003 clauses out of 214015 with flag 5876000/5876007
591.35/586.26	c cleaning 108007 clauses out of 216013 with flag 5985001/5985008
604.54/599.31	c cleaning 108999 clauses out of 218005 with flag 6095000/6095007
618.19/612.91	c cleaning 109997 clauses out of 220006 with flag 6206000/6206007
632.14/626.90	c cleaning 111002 clauses out of 222009 with flag 6318000/6318007
646.40/641.06	c cleaning 112004 clauses out of 224007 with flag 6431000/6431007
660.25/654.87	c cleaning 113001 clauses out of 226004 with flag 6545001/6545008
674.29/668.80	c cleaning 114000 clauses out of 228002 with flag 6660000/6660007
680.19/674.73	c Got one! Elapsed wall clock time (in seconds):674.624
680.19/674.73	o 312
682.00/676.58	c cleaning 93869 clauses out of 187759 with flag 5000/6733764
683.11/677.67	c cleaning 49933 clauses out of 99890 with flag 11000/6739764
683.83/678.30	c cleaning 28466 clauses out of 56958 with flag 18001/6746765
684.35/678.87	c cleaning 18235 clauses out of 36492 with flag 26001/6754765
684.98/679.46	c cleaning 13613 clauses out of 27256 with flag 35000/6763764
685.68/680.10	c cleaning 11815 clauses out of 23643 with flag 45000/6773764
686.41/680.83	c cleaning 11406 clauses out of 22830 with flag 56002/6784766
687.13/681.59	c cleaning 11709 clauses out of 23423 with flag 68001/6796765
688.04/682.48	c cleaning 12350 clauses out of 24714 with flag 81001/6809765
689.05/683.40	c cleaning 13173 clauses out of 26364 with flag 95001/6823765
689.98/684.39	c cleaning 14090 clauses out of 28190 with flag 110000/6838764
691.09/685.47	c cleaning 15047 clauses out of 30100 with flag 126000/6854764
692.31/686.60	c cleaning 16024 clauses out of 32053 with flag 143000/6871764
693.52/687.86	c cleaning 17013 clauses out of 34030 with flag 161001/6889765
694.93/689.21	c cleaning 18002 clauses out of 36016 with flag 180000/6908764
696.24/690.57	c cleaning 19000 clauses out of 38014 with flag 200000/6928764
697.75/692.02	c cleaning 20006 clauses out of 40015 with flag 221001/6949765
699.30/693.50	c cleaning 20998 clauses out of 42009 with flag 243001/6971765
700.91/695.12	c cleaning 22006 clauses out of 44011 with flag 266001/6994765
702.52/696.79	c cleaning 22997 clauses out of 46004 with flag 290000/7018764
704.35/698.58	c cleaning 24001 clauses out of 48007 with flag 315000/7043764
706.27/700.47	c cleaning 25002 clauses out of 50006 with flag 341000/7069764
708.38/702.51	c cleaning 25997 clauses out of 52004 with flag 368000/7096764
710.41/704.55	c cleaning 27002 clauses out of 54008 with flag 396001/7124765
712.73/706.86	c cleaning 28002 clauses out of 56005 with flag 425000/7153764
714.95/709.04	c cleaning 28992 clauses out of 58004 with flag 455001/7183765
717.37/711.45	c cleaning 30006 clauses out of 60012 with flag 486001/7214765
720.01/714.03	c cleaning 31001 clauses out of 62005 with flag 518000/7246764
722.83/716.87	c cleaning 31995 clauses out of 64004 with flag 551000/7279764
725.86/719.85	c cleaning 33000 clauses out of 66010 with flag 585001/7313765
728.87/722.82	c cleaning 34001 clauses out of 68009 with flag 620000/7348764
731.79/725.77	c cleaning 35004 clauses out of 70008 with flag 656000/7384764
734.92/728.83	c cleaning 35988 clauses out of 72004 with flag 693000/7421764
738.07/731.92	c cleaning 37004 clauses out of 74016 with flag 731000/7459764
741.29/735.14	c cleaning 37997 clauses out of 76012 with flag 770000/7498764
744.62/738.44	c cleaning 39006 clauses out of 78018 with flag 810003/7538767
748.05/741.86	c cleaning 39996 clauses out of 80009 with flag 851000/7579764
751.66/745.40	c cleaning 40997 clauses out of 82013 with flag 893000/7621764
755.38/749.11	c cleaning 42007 clauses out of 84016 with flag 936000/7664764
759.19/752.90	c cleaning 43005 clauses out of 86010 with flag 980001/7708765
762.92/756.63	c cleaning 43991 clauses out of 88004 with flag 1025000/7753764
766.74/760.45	c cleaning 45004 clauses out of 90013 with flag 1071000/7799764
770.87/764.57	c cleaning 46000 clauses out of 92009 with flag 1118000/7846764
775.09/768.74	c cleaning 47001 clauses out of 94010 with flag 1166001/7894765
779.42/773.04	c cleaning 47997 clauses out of 96008 with flag 1215000/7943764
783.72/777.39	c cleaning 49000 clauses out of 98011 with flag 1265000/7993764
788.24/781.86	c cleaning 50000 clauses out of 100012 with flag 1316001/8044765
792.57/786.19	c cleaning 50999 clauses out of 102011 with flag 1368000/8096764
797.39/790.97	c cleaning 51999 clauses out of 104013 with flag 1421001/8149765
802.51/796.01	c cleaning 53005 clauses out of 106013 with flag 1475000/8203764
807.35/800.81	c cleaning 53993 clauses out of 108008 with flag 1530000/8258764
812.38/805.87	c cleaning 55005 clauses out of 110016 with flag 1586001/8314765
817.31/810.79	c cleaning 55996 clauses out of 112011 with flag 1643001/8371765
822.76/816.18	c cleaning 57001 clauses out of 114014 with flag 1701000/8429764
828.48/821.81	c cleaning 57995 clauses out of 116013 with flag 1760000/8488764
834.09/827.40	c cleaning 59008 clauses out of 118019 with flag 1820001/8548765
839.61/832.90	c cleaning 60001 clauses out of 120011 with flag 1881001/8609765
845.82/839.19	c cleaning 61003 clauses out of 122009 with flag 1943000/8671764
851.44/844.75	c cleaning 61994 clauses out of 124007 with flag 2006001/8734765
857.76/851.01	c cleaning 63001 clauses out of 126013 with flag 2070001/8798765
864.37/857.64	c cleaning 64002 clauses out of 128011 with flag 2135000/8863764
870.50/863.72	c cleaning 65004 clauses out of 130010 with flag 2201001/8929765
876.42/869.64	c cleaning 66004 clauses out of 132007 with flag 2268002/8996766
884.16/877.34	c cleaning 67001 clauses out of 134001 with flag 2336000/9064764
893.53/886.66	c cleaning 67997 clauses out of 136000 with flag 2405000/9133764
902.98/896.05	c cleaning 69002 clauses out of 138004 with flag 2475001/9203765
912.63/905.67	c cleaning 70000 clauses out of 140001 with flag 2546000/9274764
921.89/914.88	c cleaning 71000 clauses out of 142001 with flag 2618000/9346764
931.05/923.97	c cleaning 72001 clauses out of 144002 with flag 2691001/9419765
940.17/933.09	c cleaning 73001 clauses out of 146001 with flag 2765001/9493765
949.19/942.05	c cleaning 73998 clauses out of 147999 with flag 2840000/9568764
958.01/950.85	c cleaning 75002 clauses out of 150003 with flag 2916002/9644766
966.86/959.65	c cleaning 75997 clauses out of 151999 with flag 2993000/9721764
975.98/968.75	c cleaning 76996 clauses out of 154002 with flag 3071000/9799764
984.72/977.43	c cleaning 77994 clauses out of 156007 with flag 3150001/9878765
993.43/986.17	c cleaning 79004 clauses out of 158013 with flag 3230001/9958765
1002.36/995.07	c cleaning 80004 clauses out of 160009 with flag 3311001/10039765
1009.87/1002.59	c cleaning 80993 clauses out of 162004 with flag 3393000/10121764
1016.30/1008.90	c cleaning 81997 clauses out of 164011 with flag 3476000/10204764
1023.93/1016.54	c cleaning 82995 clauses out of 166015 with flag 3560001/10288765
1031.85/1024.42	c cleaning 84003 clauses out of 168019 with flag 3645000/10373764
1038.88/1031.50	c cleaning 85003 clauses out of 170016 with flag 3731000/10459764
1047.63/1040.11	c cleaning 86001 clauses out of 172013 with flag 3818000/10546764
1055.57/1048.08	c cleaning 86997 clauses out of 174013 with flag 3906001/10634765
1064.90/1057.32	c cleaning 88000 clauses out of 176016 with flag 3995001/10723765
1073.06/1065.43	c cleaning 89008 clauses out of 178016 with flag 4085001/10813765
1082.64/1074.90	c cleaning 90001 clauses out of 180008 with flag 4176001/10904765
1094.61/1086.87	c cleaning 91003 clauses out of 182007 with flag 4268001/10996765
1107.99/1100.13	c cleaning 91996 clauses out of 184003 with flag 4361000/11089764
1118.65/1110.78	c cleaning 92993 clauses out of 186008 with flag 4455001/11183765
1129.33/1121.36	c cleaning 94001 clauses out of 188014 with flag 4550000/11278764
1139.88/1131.83	c cleaning 95001 clauses out of 190013 with flag 4646000/11374764
1150.82/1142.77	c cleaning 95999 clauses out of 192012 with flag 4743000/11471764
1161.23/1153.19	c cleaning 96999 clauses out of 194014 with flag 4841001/11569765
1171.06/1162.95	c cleaning 98007 clauses out of 196014 with flag 4940000/11668764
1182.38/1174.11	c cleaning 99004 clauses out of 198009 with flag 5040002/11768766
1196.96/1188.64	c cleaning 100001 clauses out of 200003 with flag 5141000/11869764
1211.07/1202.68	c cleaning 100990 clauses out of 202003 with flag 5243001/11971765
1225.05/1216.54	c cleaning 102003 clauses out of 204012 with flag 5346000/12074764
1238.57/1230.09	c cleaning 103001 clauses out of 206010 with flag 5450001/12178765
1253.21/1244.67	c cleaning 104004 clauses out of 208009 with flag 5555001/12283765
1265.90/1257.25	c cleaning 104993 clauses out of 210005 with flag 5661001/12389765
1278.13/1269.42	c cleaning 106004 clauses out of 212013 with flag 5768002/12496766
1290.49/1281.72	c cleaning 106995 clauses out of 214007 with flag 5876000/12604764
1302.82/1294.01	c cleaning 107999 clauses out of 216013 with flag 5985001/12713765
1315.49/1306.65	c cleaning 109002 clauses out of 218014 with flag 6095001/12823765
1328.21/1319.30	c cleaning 110000 clauses out of 220011 with flag 6206000/12934764
1341.21/1332.36	c cleaning 111002 clauses out of 222013 with flag 6318002/13046766
1354.98/1346.03	c cleaning 111997 clauses out of 224010 with flag 6431001/13159765
1368.65/1359.63	c cleaning 112999 clauses out of 226012 with flag 6545000/13273764
1382.35/1373.38	c cleaning 114002 clauses out of 228013 with flag 6660000/13388764
1394.67/1385.66	c cleaning 115001 clauses out of 230012 with flag 6776001/13504765
1407.22/1398.11	c cleaning 116002 clauses out of 232011 with flag 6893001/13621765
1420.61/1411.48	c cleaning 116998 clauses out of 234008 with flag 7011000/13739764
1435.51/1426.27	c cleaning 118000 clauses out of 236010 with flag 7130000/13858764
1450.29/1441.00	c cleaning 119002 clauses out of 238011 with flag 7250001/13978765
1465.34/1455.91	c cleaning 119999 clauses out of 240008 with flag 7371000/14099764
1480.37/1470.99	c cleaning 121004 clauses out of 242009 with flag 7493000/14221764
1494.39/1484.69	c cleaning 121987 clauses out of 244006 with flag 7616001/14344765
1509.60/1499.62	c cleaning 123004 clauses out of 246018 with flag 7740000/14468764
1524.03/1514.04	c cleaning 124007 clauses out of 248015 with flag 7865001/14593765
1539.89/1529.83	c cleaning 124998 clauses out of 250008 with flag 7991001/14719765
1555.17/1545.09	c cleaning 125999 clauses out of 252009 with flag 8118000/14846764
1570.43/1560.25	c cleaning 127003 clauses out of 254010 with flag 8246000/14974764
1586.94/1576.76	c cleaning 127998 clauses out of 256007 with flag 8375000/15103764
1598.67/1588.46	c cleaning 128995 clauses out of 258009 with flag 8505000/15233764
1611.69/1601.48	c cleaning 130007 clauses out of 260014 with flag 8636000/15364764
1626.65/1616.38	c cleaning 130988 clauses out of 262008 with flag 8768001/15496765
1641.21/1630.89	c cleaning 132001 clauses out of 264019 with flag 8901000/15629764
1657.59/1647.11	c cleaning 133006 clauses out of 266018 with flag 9035000/15763764
1672.22/1661.76	c cleaning 133995 clauses out of 268012 with flag 9170000/15898764
1687.90/1677.39	c cleaning 135002 clauses out of 270017 with flag 9306000/16034764
1702.68/1692.05	c cleaning 136005 clauses out of 272015 with flag 9443000/16171764
1719.55/1708.89	c cleaning 136997 clauses out of 274010 with flag 9581000/16309764
1735.72/1724.97	c cleaning 138002 clauses out of 276013 with flag 9720000/16448764
1752.63/1741.87	c cleaning 139000 clauses out of 278011 with flag 9860000/16588764
1767.70/1756.85	c cleaning 140003 clauses out of 280011 with flag 10001000/16729764
1785.35/1774.42	c cleaning 141002 clauses out of 282009 with flag 10143001/16871765
1800.06/1789.01	c starts		: 350
1800.06/1789.01	c conflicts		: 17014764
1800.06/1789.01	c decisions		: 24425999
1800.06/1789.01	c propagations		: 1016825484
1800.06/1789.01	c inspects		: 13617908651
1800.06/1789.01	c shortcuts		: 0
1800.06/1789.01	c learnt literals	: 0
1800.06/1789.01	c learnt binary clauses	: 0
1800.06/1789.01	c learnt ternary clauses	: 0
1800.06/1789.01	c learnt constraints	: 17014764
1800.06/1789.01	c ignored constraints	: 0
1800.06/1789.01	c root simplifications	: 0
1800.06/1789.01	c removed literals (reason simplification)	: 0
1800.06/1789.01	c reason swapping (by a shorter reason)	: 0
1800.06/1789.01	c Calls to reduceDB	: 250
1800.06/1789.01	c number of reductions to clauses (during analyze)	: 0
1800.06/1789.01	c number of learned constraints concerned by reduction	: 0
1800.06/1789.01	c number of learning phase by resolution	: 0
1800.06/1789.01	c number of learning phase by cutting planes	: 0
1800.06/1789.01	c speed (assignments/second)	: 568466.0656403077
1800.06/1789.01	c non guided choices	1
1800.06/1789.04	c learnt constraints type 
1800.06/1789.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 284006
1800.06/1789.04	c constraints type 
1800.06/1789.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1800.06/1789.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1789.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
1800.06/1789.04	c 3195 constraints processed.
1800.06/1789.04	s SATISFIABLE
1800.06/1789.04	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 x451 -x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 x461 -x462 -x463 -x464 -x465 x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 x478 -x479 x480 -x481 x482 -x483 x484 -x485 -x486 x487 -x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 -x502 x503 -x504 x505 -x506 -x507 -x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 x517 -x518 -x519 -x520 -x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 -x530 -x531 -x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 x544 -x545 -x546 x547 -x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 -x559 -x560 -x561 x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 x572 -x573 -x574 x575 -x576 -x577 -x578 x579 -x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 -x591 x592 -x593 -x594 x595 -x596 -x597 x598 -x599 x600 -x601 -x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 -x618 x619 -x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 -x634 x635 -x636 -x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 x658 -x659 x660 -x661 x662 -x663 x664 x665 -x666 -x667 -x668 -x669 x670 -x671 x672 -x673 x674 -x675 x676 -x677 -x678 x679 -x680 -x681 x682 -x683 x684 x685 -x686 -x687 -x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 x700 x701 -x702 -x703 -x704 -x705 x706 -x707 x708 -x709 -x710 x711 -x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 x725 -x726 -x727 -x728 -x729 x730 -x731 x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 x753 -x754 -x755 -x756 -x757 x758 -x759 x760 x761 -x762 -x763 -x764 -x765 x766 -x767 x768 -x769 x770 -x771 x772 x773 -x774 -x775 -x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 -x789 -x790 x791 -x792 
1800.06/1789.04	c objective function=312
1800.06/1789.04	c Total wall clock time (in seconds): 1788.936

Verifier Data

OK	312

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687807-1337875528/watcher-3687807-1337875528 -o /tmp/evaluation-result-3687807-1337875528/solver-3687807-1337875528 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687807-1337875528.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: 2.08 2.06 1.96 3/191 22015
/proc/meminfo: memFree=26886824/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22015/stat : 22015 (java) D 22013 22015 21495 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253678310 9515008 182 33554432000 1073741824 1073778376 140734517989360 140734517980392 227512499893 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/22015/statm: 2323 182 140 9 0 71 0

[startup+0.0906279 s]
/proc/loadavg: 2.08 2.06 1.96 3/191 22015
/proc/meminfo: memFree=26886824/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 4230 0 1 0 7 1 0 0 20 0 18 0 253678310 9787813888 5424 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2389603 5424 2092 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100236 s]
/proc/loadavg: 2.08 2.06 1.96 3/191 22015
/proc/meminfo: memFree=26886824/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 4358 0 1 0 8 1 0 0 20 0 18 0 253678310 9787813888 5551 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2389603 5552 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 2.08 2.06 1.96 3/191 22015
/proc/meminfo: memFree=26886824/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 5376 0 1 0 47 1 0 0 20 0 19 0 253678310 9855975424 8287 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 8287 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700154 s]
/proc/loadavg: 2.08 2.06 1.96 3/191 22015
/proc/meminfo: memFree=26886824/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 9003 0 1 0 117 2 0 0 20 0 19 0 253678310 9855975424 11551 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 11551 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50059 s]
/proc/loadavg: 2.08 2.06 1.96 3/211 22035
/proc/meminfo: memFree=26836884/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 9104 0 1 0 207 3 0 0 20 0 19 0 253678310 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 19291 2271 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2459 0 1 0 141 0 0 0 20 0 19 0 253678311 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971363606760 139971189551533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 253678314 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2142 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3222 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678317 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 19291 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 2.08 2.06 1.96 3/211 22035
/proc/meminfo: memFree=26816032/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=3.79 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 9132 0 1 0 375 4 0 0 20 0 19 0 253678310 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 21355 2271 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2461 0 1 0 295 0 0 0 20 0 19 0 253678311 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971363606920 139971189683063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 253678314 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3222 0 0 0 32 0 0 0 20 0 19 0 253678316 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678317 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 21355 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.07 2.06 1.96 3/211 22035
/proc/meminfo: memFree=26799412/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=7.05 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 9184 0 1 0 699 6 0 0 20 0 19 0 253678310 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 26498 2271 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=6.06 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2468 0 1 0 606 0 0 0 20 0 19 0 253678311 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971363606920 139971189682984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253678313 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 19 0 253678314 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3222 0 0 0 32 0 0 0 20 0 19 0 253678316 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678317 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 26498 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3233 0 0 0 34 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 95 0 0 0 16 19 0 0 20 0 19 0 253678317 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1672.91
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 22110
/proc/meminfo: memFree=24527168/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=1733.12 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 13577 0 1 0 173224 88 0 0 20 0 19 0 253678310 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 163166 2272 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=1699.75 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2760 0 1 0 169944 31 0 0 20 0 19 0 253678311 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971363606800 139971189763308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=1.9 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 652 0 0 0 183 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 384 0 0 0 171 9 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 347 0 0 0 161 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=1.86 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 353 0 0 0 180 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 631 0 0 0 165 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 444 0 0 0 171 5 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=1.79 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 352 0 0 0 172 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 539 0 0 0 159 8 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=13.79 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 460 0 0 0 1376 3 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3233 0 0 0 34 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 99 0 0 0 17 20 0 0 20 0 19 0 253678317 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.12
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 22110
/proc/meminfo: memFree=24554848/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=1793.35 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 13590 0 1 0 179246 89 0 0 20 0 19 0 253678310 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 163166 2272 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=1759.09 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2764 0 1 0 175877 32 0 0 20 0 19 0 253678311 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971363607032 139971189584192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=1.92 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 652 0 0 0 185 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=1.86 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 384 0 0 0 177 9 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 347 0 0 0 164 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 353 0 0 0 183 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=1.77 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 631 0 0 0 170 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 444 0 0 0 176 5 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 352 0 0 0 175 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 539 0 0 0 163 8 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=14.19 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 464 0 0 0 1416 3 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3234 0 0 0 34 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 103 0 0 0 17 21 0 0 20 0 19 0 253678317 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.35
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 22110
/proc/meminfo: memFree=24554852/32873624 swapFree=7104/7104
[pid=22015] ppid=22013 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/22015/stat : 22015 (java) S 22013 22015 21495 0 -1 4202496 13590 0 1 0 179917 89 0 0 20 0 19 0 253678310 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 140737329250528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22015/statm: 2406244 163166 2272 9 0 2396937 0
[pid=22015/tid=22017] ppid=22013 vsize=9624976 CPUtime=1765.78 cores=1,3,5,7
/proc/22015/task/22017/stat : 22017 (java) R 22013 22015 21495 0 -1 4202560 2764 0 1 0 176546 32 0 0 20 0 19 0 253678311 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971363607032 139971189282742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22018] ppid=22013 vsize=9624976 CPUtime=1.92 cores=1,3,5,7
/proc/22015/task/22018/stat : 22018 (java) S 22013 22015 21495 0 -1 4202560 652 0 0 0 185 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971325098152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22015/tid=22019] ppid=22013 vsize=9624976 CPUtime=1.86 cores=1,3,5,7
/proc/22015/task/22019/stat : 22019 (java) S 22013 22015 21495 0 -1 4202560 384 0 0 0 177 9 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971324045608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22020] ppid=22013 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/22015/task/22020/stat : 22020 (java) S 22013 22015 21495 0 -1 4202560 347 0 0 0 164 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971322993064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22021] ppid=22013 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/22015/task/22021/stat : 22021 (java) S 22013 22015 21495 0 -1 4202560 353 0 0 0 183 6 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971321940520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22022] ppid=22013 vsize=9624976 CPUtime=1.77 cores=1,3,5,7
/proc/22015/task/22022/stat : 22022 (java) S 22013 22015 21495 0 -1 4202560 631 0 0 0 170 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971320887976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22023] ppid=22013 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/22015/task/22023/stat : 22023 (java) S 22013 22015 21495 0 -1 4202560 444 0 0 0 176 5 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971319835432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22024] ppid=22013 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/22015/task/22024/stat : 22024 (java) S 22013 22015 21495 0 -1 4202560 352 0 0 0 175 7 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971318782888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22025] ppid=22013 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/22015/task/22025/stat : 22025 (java) S 22013 22015 21495 0 -1 4202560 539 0 0 0 163 8 0 0 20 0 19 0 253678313 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971317730344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22026] ppid=22013 vsize=9624976 CPUtime=14.19 cores=1,3,5,7
/proc/22015/task/22026/stat : 22026 (java) S 22013 22015 21495 0 -1 4202560 464 0 0 0 1416 3 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971186903144 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22027] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22027/stat : 22027 (java) S 22013 22015 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971185849464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22028] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22028/stat : 22028 (java) S 22013 22015 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678314 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971184796808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22029] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22029/stat : 22029 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971183745552 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22015/tid=22030] ppid=22013 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22015/task/22030/stat : 22030 (java) S 22013 22015 21495 0 -1 4202560 2143 0 0 0 28 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971182692920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22031] ppid=22013 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/22015/task/22031/stat : 22031 (java) S 22013 22015 21495 0 -1 4202560 3234 0 0 0 34 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971181640376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22015/tid=22032] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22032/stat : 22032 (java) S 22013 22015 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678316 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971180588024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22033] ppid=22013 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/22015/task/22033/stat : 22033 (java) S 22013 22015 21495 0 -1 4202560 103 0 0 0 17 21 0 0 20 0 19 0 253678317 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971179535688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22015/tid=22034] ppid=22013 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22015/task/22034/stat : 22034 (java) S 22013 22015 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678340 9855975424 163166 33554432000 1073741824 1073778376 140737329259392 139971178480424 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22015 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=558185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=252809
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.05
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.89
CPU usage (%): 100.615
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.25281
maximum resident set size= 652824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13632
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45166
involuntary context switches= 47731

runsolver used 5.60115 second user time and 14.0119 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 18:05:28
IDJOB=3687807
IDBENCH=2185
IDSOLVER=2269
FILE ID=node121/3687807-1337875528
RUNJOBID= node121-1337871882-21512
PBS_JOBID= 14620083
Free space on /tmp= 71496 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687807-1337875528/watcher-3687807-1337875528 -o /tmp/evaluation-result-3687807-1337875528/solver-3687807-1337875528 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687807-1337875528.opb

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

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=124125119

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        26886980 kB
Buffers:          208880 kB
Cached:          2392108 kB
SwapCached:            0 kB
Active:          3245900 kB
Inactive:        1942876 kB
Active(anon):    2590236 kB
Inactive(anon):        0 kB
Active(file):     655664 kB
Inactive(file):  1942876 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       2622940 kB
Mapped:            21516 kB
Shmem:               200 kB
Slab:             628220 kB
SReclaimable:      72908 kB
SUnreclaim:       555312 kB
KernelStack:        1584 kB
PageTables:         9252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    3932068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2551808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71496 MiB
End job on node121 at 2012-05-24 18:35:19