Trace number 4118611

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-118 1800.08 900.366

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament28.lin.opb
MD5SUMf00fb85405558df6fea46a2ff05e5879
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-156
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1106
Total number of constraints1456
Number of constraints which are clauses728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints728
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 972
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 1048
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1048
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
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.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118611-1467234717.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.45/0.30	c ... done. Wall clock time 0.178s.
0.45/0.30	c declared #vars     1106
0.45/0.30	c #constraints  1456
0.45/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 728
0.45/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 728
0.45/0.31	c 1456 constraints processed.
0.45/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 728
0.45/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 728
0.45/0.31	c 1456 constraints processed.
0.45/0.31	c objective function length is 972 literals
0.45/0.33	c And the winner is solver0
0.58/0.81	c SATISFIABLE
0.58/0.81	c OPTIMIZING...
0.58/0.81	c Got one! Elapsed wall clock time (in seconds):0.685
0.58/0.81	o -90
0.88/0.96	c And the winner is solver0
1.42/1.32	c Got one! Elapsed wall clock time (in seconds):1.196
1.42/1.32	o -91
3.24/2.07	c cleaning 2526 clauses out of 5059 with flag 10048/5059
4.27/2.39	c And the winner is solver0
4.49/2.83	c Got one! Elapsed wall clock time (in seconds):2.704
4.49/2.83	o -92
5.43/3.22	c cleaning 3987 clauses out of 7986 with flag 6035/10512
7.10/3.99	c cleaning 4996 clauses out of 10000 with flag 18048/16513
7.32/4.00	c And the winner is solver0
7.34/4.33	c Got one! Elapsed wall clock time (in seconds):4.208
7.34/4.33	o -93
7.87/4.62	c And the winner is solver0
7.95/4.84	c Got one! Elapsed wall clock time (in seconds):4.712
7.95/4.84	o -94
8.69/5.26	c cleaning 5166 clauses out of 10340 with flag 6071/21849
10.58/6.11	c cleaning 5582 clauses out of 11174 with flag 18142/27849
12.59/7.11	c cleaning 6290 clauses out of 12592 with flag 32206/34849
13.26/7.40	c And the winner is solver1
13.29/7.86	c Got one! Elapsed wall clock time (in seconds):7.732
13.29/7.86	o -101
14.38/8.42	c cleaning 6076 clauses out of 12169 with flag 8452/40716
15.98/9.28	c cleaning 6039 clauses out of 12092 with flag 21203/46715
18.06/10.29	c cleaning 6522 clauses out of 13055 with flag 36076/53717
18.66/10.56	c And the winner is solver1
18.78/10.86	c Got one! Elapsed wall clock time (in seconds):10.736
18.78/10.86	o -108
19.85/11.40	c cleaning 6214 clauses out of 12439 with flag 8516/59623
21.56/12.28	c cleaning 6106 clauses out of 12225 with flag 21490/65623
23.56/13.24	c cleaning 6554 clauses out of 13118 with flag 36422/72622
25.76/14.36	c cleaning 7278 clauses out of 14565 with flag 53364/80623
28.57/15.69	c cleaning 8139 clauses out of 16286 with flag 72579/89622
31.59/17.13	c cleaning 9071 clauses out of 18147 with flag 93839/99622
34.80/18.75	c cleaning 10035 clauses out of 20076 with flag 117320/110622
38.19/20.46	c cleaning 11017 clauses out of 22041 with flag 142896/122622
42.36/22.48	c cleaning 12010 clauses out of 24025 with flag 170834/135623
46.79/24.67	c cleaning 13003 clauses out of 26015 with flag 200957/149623
52.43/27.38	c cleaning 14002 clauses out of 28012 with flag 232986/164623
54.85/28.59	c And the winner is solver1
54.95/28.87	c Got one! Elapsed wall clock time (in seconds):28.742
54.95/28.87	o -109
56.40/29.69	c cleaning 13331 clauses out of 26669 with flag 10809/177282
58.20/30.55	c cleaning 9670 clauses out of 19339 with flag 23543/183283
60.20/31.55	c cleaning 8328 clauses out of 16668 with flag 38353/190282
62.41/32.69	c cleaning 8168 clauses out of 16340 with flag 55271/198282
62.81/32.87	c And the winner is solver1
62.81/32.87	c Got one! Elapsed wall clock time (in seconds):32.745
62.81/32.87	o -110
63.78/33.39	c cleaning 6751 clauses out of 13510 with flag 8467/203620
65.40/34.15	c cleaning 6373 clauses out of 12760 with flag 21166/209621
67.88/35.22	c cleaning 6686 clauses out of 13386 with flag 36082/216620
69.30/35.91	c And the winner is solver1
69.32/36.38	c Got one! Elapsed wall clock time (in seconds):36.25
69.32/36.38	o -111
70.58/37.04	c cleaning 8444 clauses out of 16893 with flag 10543/226813
72.18/37.82	c cleaning 7220 clauses out of 14449 with flag 23184/232813
73.99/38.73	c cleaning 7109 clauses out of 14228 with flag 37989/239812
76.20/39.80	c cleaning 7555 clauses out of 15120 with flag 54871/247813
78.65/41.09	c cleaning 8280 clauses out of 16566 with flag 73874/256814
81.13/42.18	c And the winner is solver1
81.28/42.49	c Got one! Elapsed wall clock time (in seconds):42.365
81.28/42.49	o -113
82.70/43.21	c cleaning 10000 clauses out of 20001 with flag 10611/268529
84.32/44.04	c cleaning 7997 clauses out of 16000 with flag 23430/274528
86.31/45.07	c cleaning 7497 clauses out of 15003 with flag 38962/281528
88.73/46.22	c cleaning 7752 clauses out of 15507 with flag 56183/289529
91.31/47.50	c cleaning 8372 clauses out of 16754 with flag 75707/298528
94.11/48.97	c cleaning 9188 clauses out of 18383 with flag 97020/308529
97.52/50.63	c cleaning 10098 clauses out of 20195 with flag 120310/319529
101.11/52.43	c cleaning 11042 clauses out of 22096 with flag 145635/331528
106.16/55.17	c cleaning 12025 clauses out of 24055 with flag 173012/344529
110.36/57.27	c cleaning 13015 clauses out of 26030 with flag 202598/358529
114.34/59.25	c And the winner is solver1
114.38/59.54	c Got one! Elapsed wall clock time (in seconds):59.414
114.38/59.54	o -115
115.72/60.28	c cleaning 15468 clauses out of 30935 with flag 10600/376449
117.32/61.06	c cleaning 10729 clauses out of 21466 with flag 23326/382448
119.12/61.96	c cleaning 8862 clauses out of 17738 with flag 38239/389449
121.39/63.10	c cleaning 8433 clauses out of 16875 with flag 55134/397448
124.04/64.31	c cleaning 8717 clauses out of 17443 with flag 74328/406449
126.64/65.69	c cleaning 9362 clauses out of 18725 with flag 95754/416448
130.04/67.32	c cleaning 10179 clauses out of 20363 with flag 119306/427448
133.65/69.14	c cleaning 11093 clauses out of 22185 with flag 145050/439449
137.65/71.15	c cleaning 12046 clauses out of 24091 with flag 172617/452448
141.85/73.20	c cleaning 13019 clauses out of 26046 with flag 202355/466449
146.45/75.53	c cleaning 14014 clauses out of 28028 with flag 234108/481450
151.70/78.09	c cleaning 15003 clauses out of 30013 with flag 267999/497449
157.10/80.76	c cleaning 16000 clauses out of 32009 with flag 303966/514448
162.70/83.52	c cleaning 17001 clauses out of 34009 with flag 342386/532448
168.70/86.57	c cleaning 18000 clauses out of 36010 with flag 382703/551450
174.90/89.69	c cleaning 19005 clauses out of 38009 with flag 425065/571449
182.93/93.92	c cleaning 19999 clauses out of 40003 with flag 469484/592448
190.33/97.60	c cleaning 20998 clauses out of 42005 with flag 516268/614449
197.75/101.35	c cleaning 22003 clauses out of 44006 with flag 565064/637448
205.73/105.39	c cleaning 22996 clauses out of 46003 with flag 616660/661448
208.70/106.73	c And the winner is solver1
208.70/107.01	c Got one! Elapsed wall clock time (in seconds):106.89
208.70/107.01	o -116
210.14/107.76	c cleaning 17925 clauses out of 35866 with flag 10618/674307
211.73/108.55	c cleaning 11967 clauses out of 23941 with flag 23335/680307
213.53/109.45	c cleaning 9480 clauses out of 18974 with flag 38271/687307
215.73/110.51	c cleaning 8742 clauses out of 17494 with flag 55300/695307
215.93/110.64	c And the winner is solver1
216.02/111.02	c Got one! Elapsed wall clock time (in seconds):110.895
216.02/111.02	o -117
216.96/111.56	c cleaning 6922 clauses out of 13854 with flag 8701/700409
218.58/112.36	c cleaning 6460 clauses out of 12931 with flag 21568/706408
220.36/113.28	c cleaning 6732 clauses out of 13472 with flag 36368/713409
222.56/114.37	c cleaning 7365 clauses out of 14739 with flag 53359/721408
225.18/115.63	c cleaning 8188 clauses out of 16375 with flag 72472/730409
227.96/117.07	c cleaning 9088 clauses out of 18186 with flag 93805/740408
231.36/118.71	c cleaning 10047 clauses out of 20099 with flag 117282/751409
234.96/120.53	c cleaning 11023 clauses out of 22053 with flag 142885/763410
238.96/122.55	c cleaning 12014 clauses out of 24029 with flag 170587/776409
243.36/124.74	c cleaning 13004 clauses out of 26014 with flag 200505/790408
248.79/127.37	c cleaning 14005 clauses out of 28011 with flag 232453/805409
253.80/129.90	c cleaning 15001 clauses out of 30005 with flag 266993/821408
259.40/132.62	c cleaning 16002 clauses out of 32004 with flag 303474/838408
265.20/135.50	c cleaning 16998 clauses out of 34002 with flag 342004/856408
271.20/138.56	c cleaning 17999 clauses out of 36005 with flag 382577/875409
277.60/141.76	c cleaning 19002 clauses out of 38005 with flag 425050/895408
284.76/145.27	c cleaning 20002 clauses out of 40003 with flag 469969/916408
292.34/149.01	c cleaning 20997 clauses out of 42001 with flag 516751/938408
299.74/152.71	c cleaning 22000 clauses out of 44004 with flag 565446/961408
308.10/156.80	c cleaning 23002 clauses out of 46004 with flag 616516/985408
316.10/160.88	c cleaning 24002 clauses out of 48003 with flag 669924/1010409
324.51/165.05	c cleaning 25000 clauses out of 50000 with flag 725663/1036408
335.30/170.96	c cleaning 26000 clauses out of 52000 with flag 783675/1063408
344.69/175.69	c cleaning 27000 clauses out of 54000 with flag 843281/1091408
355.49/181.03	c cleaning 27995 clauses out of 56000 with flag 904997/1120408
366.20/186.33	c cleaning 29000 clauses out of 58005 with flag 968759/1150408
377.20/191.89	c cleaning 30003 clauses out of 60006 with flag 1034810/1181409
389.40/197.90	c cleaning 30996 clauses out of 62002 with flag 1103309/1213408
402.79/204.53	c cleaning 31997 clauses out of 64006 with flag 1173489/1246408
416.59/211.40	c cleaning 33004 clauses out of 66009 with flag 1245183/1280408
431.00/218.55	c cleaning 34000 clauses out of 68005 with flag 1319792/1315408
445.51/225.64	c cleaning 35000 clauses out of 70005 with flag 1396280/1351408
459.49/232.69	c cleaning 36003 clauses out of 72005 with flag 1474771/1388408
476.02/240.79	c cleaning 36999 clauses out of 74002 with flag 1555999/1426408
494.77/249.96	c cleaning 37999 clauses out of 76004 with flag 1639475/1465409
513.07/258.91	c cleaning 39002 clauses out of 78004 with flag 1724923/1505408
534.60/269.51	c cleaning 39999 clauses out of 80003 with flag 1813033/1546409
554.80/279.45	c cleaning 41001 clauses out of 82003 with flag 1902561/1588408
574.72/289.20	c cleaning 42001 clauses out of 84003 with flag 1993863/1631409
598.90/302.13	c cleaning 43001 clauses out of 86002 with flag 2087328/1675409
620.59/312.90	c cleaning 43998 clauses out of 88000 with flag 2182888/1720408
643.10/324.11	c cleaning 44996 clauses out of 90003 with flag 2281062/1766409
663.45/334.26	c cleaning 45999 clauses out of 92006 with flag 2381292/1813408
685.08/344.99	c cleaning 46997 clauses out of 94007 with flag 2483644/1861408
705.68/355.12	c cleaning 48000 clauses out of 96010 with flag 2589847/1910408
706.68/355.64	c cleaning 0 clauses out of 7402 with flag 0/7404
729.91/366.96	c cleaning 49001 clauses out of 98010 with flag 2696697/1960408
755.05/379.39	c cleaning 50002 clauses out of 100009 with flag 2805102/2011408
780.05/391.48	c cleaning 51004 clauses out of 102007 with flag 2915622/2063408
807.26/404.85	c cleaning 52000 clauses out of 104003 with flag 3028430/2116408
837.14/419.33	c cleaning 52999 clauses out of 106004 with flag 3143285/2170409
867.99/434.34	c cleaning 53999 clauses out of 108005 with flag 3259600/2225409
872.19/436.47	c And the winner is solver1
872.19/436.75	c Got one! Elapsed wall clock time (in seconds):436.63
872.19/436.75	o -118
874.06/437.73	c cleaning 34225 clauses out of 68450 with flag 10594/2239853
876.85/438.91	c cleaning 20109 clauses out of 40225 with flag 23355/2245853
878.83/439.95	c cleaning 13552 clauses out of 27116 with flag 38385/2252853
881.25/441.16	c cleaning 10778 clauses out of 21563 with flag 55529/2260852
884.03/442.54	c cleaning 9887 clauses out of 19787 with flag 74810/2269854
887.24/444.14	c cleaning 9942 clauses out of 19898 with flag 96162/2279852
890.43/445.76	c cleaning 10475 clauses out of 20956 with flag 119839/2290852
894.03/447.53	c cleaning 11240 clauses out of 22481 with flag 145515/2302852
897.83/449.49	c cleaning 12115 clauses out of 24242 with flag 173158/2315853
902.22/451.67	c cleaning 13062 clauses out of 26128 with flag 202926/2329854
907.02/454.03	c cleaning 14029 clauses out of 28064 with flag 235119/2344852
912.24/456.62	c cleaning 15010 clauses out of 30037 with flag 269344/2360854
917.62/459.39	c cleaning 16010 clauses out of 32026 with flag 305552/2377853
926.59/464.76	c cleaning 17007 clauses out of 34015 with flag 343629/2395852
932.99/467.93	c cleaning 18000 clauses out of 36009 with flag 383664/2414853
939.78/471.30	c cleaning 19000 clauses out of 38008 with flag 425910/2434852
946.98/474.99	c cleaning 20003 clauses out of 40009 with flag 470140/2455853
954.78/478.85	c cleaning 21003 clauses out of 42005 with flag 516640/2477852
963.00/482.93	c cleaning 22001 clauses out of 44003 with flag 565200/2500853
971.58/487.20	c cleaning 22996 clauses out of 46001 with flag 615753/2524852
980.28/491.57	c cleaning 24001 clauses out of 48005 with flag 669074/2549852
989.88/496.31	c cleaning 25000 clauses out of 50005 with flag 724524/2575853
999.88/501.31	c cleaning 26001 clauses out of 52006 with flag 781942/2602854
1009.68/506.25	c cleaning 27001 clauses out of 54004 with flag 841549/2630853
1021.58/512.18	c cleaning 28000 clauses out of 56003 with flag 902860/2659853
1033.38/518.10	c cleaning 28995 clauses out of 58002 with flag 966096/2689852
1045.38/524.07	c cleaning 29998 clauses out of 60008 with flag 1031983/2720853
1057.79/530.27	c cleaning 31002 clauses out of 62009 with flag 1100265/2752852
1070.98/536.81	c cleaning 32001 clauses out of 64007 with flag 1171229/2785852
1084.38/543.55	c cleaning 33003 clauses out of 66006 with flag 1243701/2819852
1097.77/550.26	c cleaning 33999 clauses out of 68004 with flag 1317717/2854853
1114.16/558.47	c cleaning 34998 clauses out of 70004 with flag 1393955/2890852
1129.96/566.31	c cleaning 35996 clauses out of 72006 with flag 1472495/2927852
1147.16/574.93	c cleaning 37002 clauses out of 74011 with flag 1552685/2965853
1162.16/582.40	c cleaning 38004 clauses out of 76010 with flag 1635265/3004854
1179.96/591.26	c cleaning 39000 clauses out of 78004 with flag 1720101/3044852
1198.97/600.76	c cleaning 39998 clauses out of 80004 with flag 1806840/3085852
1219.36/610.93	c cleaning 41003 clauses out of 82006 with flag 1895549/3127852
1237.55/620.05	c cleaning 41997 clauses out of 84004 with flag 1986853/3170853
1254.95/628.73	c cleaning 42997 clauses out of 86007 with flag 2080757/3214853
1272.55/637.53	c cleaning 44000 clauses out of 88009 with flag 2176134/3259852
1292.60/647.42	c cleaning 45003 clauses out of 90009 with flag 2273659/3305852
1312.80/657.55	c cleaning 46003 clauses out of 92007 with flag 2373416/3352853
1333.99/668.15	c cleaning 47000 clauses out of 94003 with flag 2475254/3400852
1355.40/678.86	c cleaning 47998 clauses out of 96003 with flag 2580048/3449852
1378.24/690.15	c cleaning 49002 clauses out of 98005 with flag 2687013/3499852
1402.83/702.48	c cleaning 49996 clauses out of 100003 with flag 2795726/3550852
1427.43/714.77	c cleaning 51000 clauses out of 102008 with flag 2906429/3602853
1451.62/726.81	c cleaning 51999 clauses out of 104008 with flag 3019407/3655853
1476.98/739.31	c cleaning 53005 clauses out of 106009 with flag 3134109/3709853
1502.76/752.29	c cleaning 53997 clauses out of 108003 with flag 3251531/3764852
1532.76/767.23	c cleaning 55004 clauses out of 110009 with flag 3370351/3820855
1560.37/781.08	c cleaning 56003 clauses out of 112005 with flag 3490955/3877855
1590.33/795.89	c cleaning 56998 clauses out of 114000 with flag 3613571/3935853
1619.13/810.22	c cleaning 57997 clauses out of 116002 with flag 3739340/3994853
1647.52/824.42	c cleaning 58994 clauses out of 118004 with flag 3866315/4054852
1681.91/841.47	c cleaning 60000 clauses out of 120011 with flag 3995042/4115853
1715.13/858.02	c cleaning 61003 clauses out of 122011 with flag 4126162/4177853
1744.49/872.56	c cleaning 61998 clauses out of 124007 with flag 4259795/4240852
1775.68/888.15	c cleaning 63002 clauses out of 126009 with flag 4395673/4304852
1800.08/900.30	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.30	c starts		: 85396
1800.08/900.30	c conflicts		: 4356162
1800.08/900.30	c decisions		: 27390099
1800.08/900.30	c propagations		: 203490348
1800.08/900.30	c inspects		: 6198295381
1800.08/900.30	c shortcuts		: 0
1800.08/900.30	c learnt literals	: 0
1800.08/900.30	c learnt binary clauses	: 0
1800.08/900.30	c learnt ternary clauses	: 0
1800.08/900.30	c learnt constraints	: 4356162
1800.08/900.30	c ignored constraints	: 0
1800.08/900.30	c root simplifications	: 0
1800.08/900.30	c removed literals (reason simplification)	: 9280213
1800.08/900.30	c reason swapping (by a shorter reason)	: 0
1800.08/900.30	c Calls to reduceDB	: 177
1800.08/900.30	c Number of update (reduction) of LBD	: 201408
1800.08/900.30	c Imported unit clauses	: 0
1800.08/900.30	c number of reductions to clauses (during analyze)	: 0
1800.08/900.30	c number of learned constraints concerned by reduction	: 0
1800.08/900.30	c number of learning phase by resolution	: 0
1800.08/900.30	c number of learning phase by cutting planes	: 0
1800.08/900.30	c speed (assignments/second)	: 438990.09798464866
1800.08/900.30	c non guided choices	10
1800.08/900.33	c learnt constraints type 
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114317
1800.08/900.33	c >>>>>>>>>> Solver number 1 (10 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.33	c starts		: 45
1800.08/900.33	c conflicts		: 8646
1800.08/900.33	c decisions		: 50246
1800.08/900.33	c propagations		: 268504
1800.08/900.33	c inspects		: 219309207
1800.08/900.33	c shortcuts		: 0
1800.08/900.33	c learnt literals	: 0
1800.08/900.33	c learnt binary clauses	: 0
1800.08/900.33	c learnt ternary clauses	: 0
1800.08/900.33	c learnt constraints	: 8643
1800.08/900.33	c ignored constraints	: 0
1800.08/900.33	c root simplifications	: 0
1800.08/900.33	c removed literals (reason simplification)	: 0
1800.08/900.33	c reason swapping (by a shorter reason)	: 0
1800.08/900.33	c Calls to reduceDB	: 1
1800.08/900.33	c Number of update (reduction) of LBD	: 0
1800.08/900.33	c Imported unit clauses	: 0
1800.08/900.33	c number of reductions to clauses (during analyze)	: 0
1800.08/900.33	c number of learned constraints concerned by reduction	: 0
1800.08/900.33	c number of learning phase by resolution	: 0
1800.08/900.33	c number of learning phase by cutting planes	: 0
1800.08/900.33	c speed (assignments/second)	: 299.84198506954334
1800.08/900.33	c non guided choices	5
1800.08/900.33	c learnt constraints type 
1800.08/900.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.08/900.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8639
1800.08/900.33	s SATISFIABLE
1800.08/900.33	c Found 15 solution(s)
1800.08/900.33	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 x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 x807 x808 x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 x817 -x818 x819 x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 x828 x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 x838 x839 x840 -x841 -x842 -x843 x844 -x845 -x846 -x847 -x848 -x849 x850 x851 -x852 x853 -x854 -x855 -x856 -x857 x858 x859 x860 -x861 -x862 -x863 x864 -x865 -x866 -x867 -x868 x869 x870 x871 x872 x873 x874 x875 -x876 x877 -x878 -x879 x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 x889 x890 x891 x892 -x893 x894 -x895 -x896 -x897 -x898 -x899 x900 x901 x902 -x903 -x904 -x905 x906 x907 x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 x921 -x922 -x923 -x924 -x925 -x926 -x927 x928 x929 -x930 -x931 -x932 x933 -x934 -x935 x936 -x937 x938 x939 x940 -x941 -x942 x943 -x944 x945 -x946 -x947 -x948 x949 x950 -x951 x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 x966 x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 x987 -x988 -x989 -x990 x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 -x1001 x1002 -x1003 -x1004 -x1005 x1006 x1007 x1008 x1009 -x1010 x1011 x1012 x1013 x1014 x1015 x1016 x1017 x1018 x1019 x1020 x1021 -x1022 -x1023 x1024 -x1025 -x1026 -x1027 -x1028 -x1029 x1030 x1031 x1032 -x1033 x1034 x1035 x1036 x1037 x1038 -x1039 x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 x1048 -x1049 -x1050 -x1051 x1052 x1053 x1054 x1055 x1056 x1057 x1058 -x1059 -x1060 -x1061 -x1062 x1063 -x1064 x1065 -x1066 -x1067 x1068 x1069 -x1070 x1071 -x1072 -x1073 -x1074 -x1075 x1076 x1077 -x1078 x1079 x1080 x1081 x1082 -x1083 -x1084 x1085 -x1086 x1087 x1088 x1089 x1090 -x1091 x1092 -x1093 x1094 x1095 x1096 -x1097 x1098 -x1099 x1100 x1101 -x1102 -x1103 x1104 x1105 -x1106 
1800.08/900.33	c objective function=-118
1800.08/900.33	c Total wall clock time (in seconds): 900.21

Verifier Data

OK	-118

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4118611-1467234717/watcher-4118611-1467234717 -o /tmp/evaluation-result-4118611-1467234717/solver-4118611-1467234717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9715 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118611-1467234717.opb 

pid=10233
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.17 4.08 3.23 4/197 10236
/proc/meminfo: memFree=24281808/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10236/stat : 10236 (java) R 10233 10236 6338 0 -1 4202496 670 0 0 0 0 0 0 0 20 0 1 0 4426550 23793664 320 33554432000 1073741824 1073778376 140736501550992 140736501540056 229346687553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 5809 332 255 9 0 128 0

[startup+0.100058 s]
/proc/loadavg: 4.17 4.08 3.23 4/197 10236
/proc/meminfo: memFree=24281808/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 4426550 9787879424 6034 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.17 4.08 3.23 4/197 10236
/proc/meminfo: memFree=24281808/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 4697 0 1 0 23 1 0 0 20 0 18 0 4426550 9787879424 7312 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2389619 7312 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300258 s]
/proc/loadavg: 4.17 4.08 3.23 4/197 10236
/proc/meminfo: memFree=24281808/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 6209 0 1 0 44 1 0 0 20 0 18 0 4426550 9787879424 9304 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2389619 9304 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 4.17 4.08 3.23 4/197 10236
/proc/meminfo: memFree=24281808/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 6456 0 1 0 55 3 0 0 20 0 19 0 4426550 10060525568 10216 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 10216 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 4.17 4.08 3.23 4/216 10261
/proc/meminfo: memFree=24228456/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 16408 0 1 0 198 7 0 0 20 0 22 0 4426550 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 16923 2260 9 0 2446860 0
[pid=10236/tid=10238] ppid=10233 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10236/task/10238/stat : 10238 (java) S 10233 10236 6338 0 -1 4202560 2427 0 1 0 29 0 0 0 20 0 22 0 4426551 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106528166776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10239] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10239/stat : 10239 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106466896424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10240] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10240/stat : 10240 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106465843624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10241] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10241/stat : 10241 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106464790824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10242] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10242/stat : 10242 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106369022120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10243] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10243/stat : 10243 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106367970344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10244] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10244/stat : 10244 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106366917544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10245] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10245/stat : 10245 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106365864744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 4224 0 0 0 48 0 0 0 20 0 22 0 4426557 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 8405 0 0 0 54 2 0 0 20 0 22 0 4426557 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10258] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10258/stat : 10258 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426582 10060525568 16923 33554432000 1073741824 1073778376 140736501550992 140106340770600 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.17 4.08 3.23 6/219 10264
/proc/meminfo: memFree=24162560/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 24374 0 1 0 509 11 0 0 20 0 22 0 4426550 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 41062 2271 9 0 2446860 0
[pid=10236/tid=10238] ppid=10233 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/10236/task/10238/stat : 10238 (java) S 10233 10236 6338 0 -1 4202560 2427 0 1 0 30 0 0 0 20 0 22 0 4426551 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106528166776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10239] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10239/stat : 10239 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106466896424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10240] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10240/stat : 10240 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106465843624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10241] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10241/stat : 10241 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106464790824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10242] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10242/stat : 10242 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106369022120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10243] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10243/stat : 10243 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106367970344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10244] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10244/stat : 10244 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106366917544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10245] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10245/stat : 10245 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106365864744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 6119 0 0 0 72 2 0 0 20 0 22 0 4426557 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 14424 0 0 0 109 3 0 0 20 0 22 0 4426557 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10258] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10258/stat : 10258 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426582 10060525568 41062 33554432000 1073741824 1073778376 140736501550992 140106340770600 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.32 4.11 3.25 5/219 10273
/proc/meminfo: memFree=24052916/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=10.98 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 27952 0 1 0 1075 23 0 0 20 0 22 0 4426550 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 59318 2287 9 0 2446860 0
[pid=10236/tid=10238] ppid=10233 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/10236/task/10238/stat : 10238 (java) S 10233 10236 6338 0 -1 4202560 2428 0 1 0 30 0 0 0 20 0 22 0 4426551 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106528166776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10239] ppid=10233 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10236/task/10239/stat : 10239 (java) S 10233 10236 6338 0 -1 4202560 162 0 0 0 2 1 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106466896424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10240] ppid=10233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10236/task/10240/stat : 10240 (java) S 10233 10236 6338 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106465843624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10241] ppid=10233 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10236/task/10241/stat : 10241 (java) S 10233 10236 6338 0 -1 4202560 143 0 0 0 1 2 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106464790824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10242] ppid=10233 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10236/task/10242/stat : 10242 (java) S 10233 10236 6338 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106369022120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10243] ppid=10233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10236/task/10243/stat : 10243 (java) S 10233 10236 6338 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106367970344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10244] ppid=10233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10236/task/10244/stat : 10244 (java) S 10233 10236 6338 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106366917544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10245] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10245/stat : 10245 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106365864744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4426552 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 8985 0 0 0 100 2 0 0 20 0 22 0 4426557 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 14426 0 0 0 115 3 0 0 20 0 22 0 4426557 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10258] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10258/stat : 10258 (java) S 10233 10236 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4426582 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106340770600 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10271] ppid=10233 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/10236/task/10271/stat : 10271 (java) R 10233 10236 6338 0 -1 4202560 3 0 0 0 140 0 0 0 20 0 22 0 4427035 10060525568 59318 33554432000 1073741824 1073778376 140736501550992 140106341814256 140106468446065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10272] ppid=10233 vsize=9824732 CPUtime=1.39 cores=0,2,4,6

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

[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 2461 0 0 0 372 30 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=7.4 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 3109 0 0 0 736 4 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 10095 0 0 0 130 2 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 14483 0 0 0 189 3 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 51 0 0 0 10 13 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10273] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10273/stat : 10273 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4427035 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106343928744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10389] ppid=10233 vsize=9824732 CPUtime=440.44 cores=0,2,4,6
/proc/10236/task/10389/stat : 10389 (java) R 10233 10236 6338 0 -1 4202560 8 0 0 0 44038 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106340761856 140106468404617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10390] ppid=10233 vsize=9824732 CPUtime=440.46 cores=0,2,4,6
/proc/10236/task/10390/stat : 10390 (java) R 10233 10236 6338 0 -1 4202560 9 0 0 0 44040 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106341821680 140106469244249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10391] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10391/stat : 10391 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106342876328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1762.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.301 s]
/proc/loadavg: 4.45 4.40 3.93 5/219 10404
/proc/meminfo: memFree=21547664/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=1798.51 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 45077 0 1 0 179533 318 0 0 20 0 22 0 4426550 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 1054060 2296 9 0 2446860 0
[pid=10236/tid=10238] ppid=10233 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/10236/task/10238/stat : 10238 (java) S 10233 10236 6338 0 -1 4202560 2435 0 1 0 36 2 0 0 20 0 22 0 4426551 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106528166776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10239] ppid=10233 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/10236/task/10239/stat : 10239 (java) S 10233 10236 6338 0 -1 4202560 1182 0 0 0 348 33 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106466896424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10240] ppid=10233 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/10236/task/10240/stat : 10240 (java) S 10233 10236 6338 0 -1 4202560 1170 0 0 0 355 29 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106465843624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10241] ppid=10233 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/10236/task/10241/stat : 10241 (java) S 10233 10236 6338 0 -1 4202560 1707 0 0 0 299 28 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106464790824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10242] ppid=10233 vsize=9824732 CPUtime=3.9 cores=0,2,4,6
/proc/10236/task/10242/stat : 10242 (java) S 10233 10236 6338 0 -1 4202560 1417 0 0 0 356 34 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106369022120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10243] ppid=10233 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/10236/task/10243/stat : 10243 (java) S 10233 10236 6338 0 -1 4202560 1729 0 0 0 357 25 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106367970344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10244] ppid=10233 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/10236/task/10244/stat : 10244 (java) S 10233 10236 6338 0 -1 4202560 1379 0 0 0 341 25 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106366917544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10245] ppid=10233 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/10236/task/10245/stat : 10245 (java) S 10233 10236 6338 0 -1 4202560 1199 0 0 0 365 28 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106365864744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 2461 0 0 0 372 30 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=7.4 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 3109 0 0 0 736 4 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 10095 0 0 0 130 2 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 14483 0 0 0 189 3 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 53 0 0 0 10 13 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10273] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10273/stat : 10273 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4427035 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106343928744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10389] ppid=10233 vsize=9824732 CPUtime=458.38 cores=0,2,4,6
/proc/10236/task/10389/stat : 10389 (java) R 10233 10236 6338 0 -1 4202560 8 0 0 0 45832 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106340761856 140106469261920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10390] ppid=10233 vsize=9824732 CPUtime=458.41 cores=0,2,4,6
/proc/10236/task/10390/stat : 10390 (java) R 10233 10236 6338 0 -1 4202560 9 0 0 0 45835 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106341821680 140106469244236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10391] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10391/stat : 10391 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106342876328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10236 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.301 s]
/proc/loadavg: 4.45 4.40 3.93 5/219 10404
/proc/meminfo: memFree=21547664/32872528 swapFree=1370068/1517236
[pid=10236] ppid=10233 vsize=9824732 CPUtime=1798.51 cores=0,2,4,6
/proc/10236/stat : 10236 (java) S 10233 10236 6338 0 -1 4202496 45077 0 1 0 179533 318 0 0 20 0 22 0 4426550 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140736501542128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10236/statm: 2456183 1054060 2296 9 0 2446860 0
[pid=10236/tid=10238] ppid=10233 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/10236/task/10238/stat : 10238 (java) S 10233 10236 6338 0 -1 4202560 2435 0 1 0 36 2 0 0 20 0 22 0 4426551 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106528166776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10236/tid=10239] ppid=10233 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/10236/task/10239/stat : 10239 (java) S 10233 10236 6338 0 -1 4202560 1182 0 0 0 348 33 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106466896424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10240] ppid=10233 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/10236/task/10240/stat : 10240 (java) S 10233 10236 6338 0 -1 4202560 1170 0 0 0 355 29 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106465843624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10241] ppid=10233 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/10236/task/10241/stat : 10241 (java) S 10233 10236 6338 0 -1 4202560 1707 0 0 0 299 28 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106464790824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10242] ppid=10233 vsize=9824732 CPUtime=3.9 cores=0,2,4,6
/proc/10236/task/10242/stat : 10242 (java) S 10233 10236 6338 0 -1 4202560 1417 0 0 0 356 34 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106369022120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10243] ppid=10233 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/10236/task/10243/stat : 10243 (java) S 10233 10236 6338 0 -1 4202560 1729 0 0 0 357 25 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106367970344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10244] ppid=10233 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/10236/task/10244/stat : 10244 (java) S 10233 10236 6338 0 -1 4202560 1379 0 0 0 341 25 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106366917544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10245] ppid=10233 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/10236/task/10245/stat : 10245 (java) S 10233 10236 6338 0 -1 4202560 1199 0 0 0 365 28 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106365864744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10246] ppid=10233 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/10236/task/10246/stat : 10246 (java) S 10233 10236 6338 0 -1 4202560 2461 0 0 0 372 30 0 0 20 0 22 0 4426552 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106364811944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10247] ppid=10233 vsize=9824732 CPUtime=7.4 cores=0,2,4,6
/proc/10236/task/10247/stat : 10247 (java) S 10233 10236 6338 0 -1 4202560 3109 0 0 0 736 4 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106352400872 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10248] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10248/stat : 10248 (java) S 10233 10236 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106351346936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10249] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10249/stat : 10249 (java) S 10233 10236 6338 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4426554 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106350294024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10236/tid=10250] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10250/stat : 10250 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106349242512 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10251] ppid=10233 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/10236/task/10251/stat : 10251 (java) S 10233 10236 6338 0 -1 4202560 10095 0 0 0 130 2 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106348190648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10252] ppid=10233 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/10236/task/10252/stat : 10252 (java) S 10233 10236 6338 0 -1 4202560 14483 0 0 0 189 3 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106347137848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10253] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10253/stat : 10253 (java) S 10233 10236 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106346085240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10254] ppid=10233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10236/task/10254/stat : 10254 (java) S 10233 10236 6338 0 -1 4202560 53 0 0 0 10 13 0 0 20 0 22 0 4426557 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106345032648 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10273] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10273/stat : 10273 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4427035 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106343928744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10389] ppid=10233 vsize=9824732 CPUtime=458.38 cores=0,2,4,6
/proc/10236/task/10389/stat : 10389 (java) R 10233 10236 6338 0 -1 4202560 8 0 0 0 45832 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106340761856 140106469261920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10236/tid=10390] ppid=10233 vsize=9824732 CPUtime=458.41 cores=0,2,4,6
/proc/10236/task/10390/stat : 10390 (java) R 10233 10236 6338 0 -1 4202560 9 0 0 0 45835 6 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106341821680 140106469244236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10236/tid=10391] ppid=10233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10236/task/10391/stat : 10391 (java) S 10233 10236 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4470227 10060525568 1054060 33554432000 1073741824 1073778376 140736501550992 140106342876328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10236 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=929433
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=460473
# CPU time returned by wait4() is 1796.39
# while last known CPU time is 1798.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.56996
#  lost CPU user time (s): 1.67999
#  lost CPU system time (s): -0.11

Real time (s): 900.366
CPU time (s): 1800.08
CPU user time (s): 1797.01
CPU system time (s): 3.07
CPU usage (%): 199.928
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.93
system time used= 3.46047
maximum resident set size= 4255988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45130
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23495
involuntary context switches= 25144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99209 second user time and 6.61599 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-29 23:11:57
IDJOB=4118611
IDBENCH=111513
IDSOLVER=2543
FILE ID=node129/4118611-1467234717
RUNJOBID= node129-1467233815-9715
PBS_JOBID= 19997579
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament28.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118611-1467234717/watcher-4118611-1467234717 -o /tmp/evaluation-result-4118611-1467234717/solver-4118611-1467234717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9715 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118611-1467234717.opb

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

MD5SUM BENCH= f00fb85405558df6fea46a2ff05e5879
RANDOM SEED=674707710

node129.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		: 2666.683
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	: 5333.36
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		: 2666.683
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	: 5332.56
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		: 2666.683
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	: 5332.55
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		: 2666.683
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	: 5332.55
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		: 2666.683
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	: 5332.55
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		: 2666.683
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	: 5332.56
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		: 2666.683
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	: 5332.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		: 2666.683
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24282616 kB
Buffers:           87588 kB
Cached:          1782708 kB
SwapCached:            0 kB
Active:          4730096 kB
Inactive:        1584072 kB
Active(anon):    4446304 kB
Inactive(anon):        0 kB
Active(file):     283792 kB
Inactive(file):  1584072 kB
Unevictable:     1517236 kB
Mlocked:         1370068 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:       6063192 kB
Mapped:            22196 kB
Shmem:               204 kB
Slab:             617956 kB
SReclaimable:      62220 kB
SUnreclaim:       555736 kB
KernelStack:        1808 kB
PageTables:        16156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6105872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4550656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node129 at 2016-06-29 23:26:58