Trace number 4119553

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)2762 1800.49 957.158

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross14-117.opb
MD5SUMc1e8e6c4c578f45311f0be56d66355ca
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2552
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints1457
Number of constraints which are clauses1456
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 3892
Biggest coefficient in the objective function 3011
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 12141
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 3011
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12141
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)3717
Sum of products size (including duplicates)7434
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119553-1467258862.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.73/0.48	c ... done. Wall clock time 0.376s.
0.73/0.48	c declared #vars     183
0.73/0.48	c internal #vars     3900
0.73/0.48	c #constraints  8892
0.73/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.48	c constraints type 
0.73/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5173
0.73/0.48	c org.sat4j.specs.Constr$1 => 1
0.73/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.73/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3717
0.73/0.48	c 8892 constraints processed.
0.73/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.48	c constraints type 
0.73/0.48	c org.sat4j.specs.Constr$1 => 1
0.73/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5173
0.73/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.73/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3717
0.73/0.48	c 8892 constraints processed.
0.73/0.48	c objective function length is 3892 literals
1.04/0.57	c And the winner is solver0
1.89/0.99	c SATISFIABLE
1.89/0.99	c OPTIMIZING...
1.89/0.99	c Got one! Elapsed wall clock time (in seconds):0.883
1.89/0.99	o 2970
2.31/1.14	c And the winner is solver0
2.83/1.51	c Got one! Elapsed wall clock time (in seconds):1.403
2.83/1.51	o 2965
2.83/1.53	c And the winner is solver0
2.96/2.02	c Got one! Elapsed wall clock time (in seconds):1.917
2.96/2.02	o 2963
2.96/2.04	c And the winner is solver0
3.11/2.53	c Got one! Elapsed wall clock time (in seconds):2.426
3.11/2.53	o 2955
3.11/2.54	c And the winner is solver0
3.21/3.04	c Got one! Elapsed wall clock time (in seconds):2.933
3.21/3.04	o 2941
3.35/3.12	c And the winner is solver0
3.67/3.55	c Got one! Elapsed wall clock time (in seconds):3.439
3.67/3.55	o 2935
3.76/3.60	c And the winner is solver0
3.93/4.05	c Got one! Elapsed wall clock time (in seconds):3.944
3.93/4.05	o 2923
3.93/4.06	c And the winner is solver0
3.94/4.56	c Got one! Elapsed wall clock time (in seconds):4.45
3.94/4.56	o 2919
3.94/4.57	c And the winner is solver0
3.94/5.06	c Got one! Elapsed wall clock time (in seconds):4.956
3.94/5.06	o 2914
3.94/5.08	c And the winner is solver0
3.95/5.57	c Got one! Elapsed wall clock time (in seconds):5.462
3.95/5.57	o 2912
3.95/5.58	c And the winner is solver0
3.98/6.08	c Got one! Elapsed wall clock time (in seconds):5.968
3.98/6.08	o 2909
4.05/6.10	c And the winner is solver0
4.05/6.58	c Got one! Elapsed wall clock time (in seconds):6.473
4.05/6.58	o 2904
4.05/6.59	c And the winner is solver0
4.07/7.08	c Got one! Elapsed wall clock time (in seconds):6.977
4.07/7.08	o 2890
4.09/7.16	c And the winner is solver0
4.36/7.59	c Got one! Elapsed wall clock time (in seconds):7.482
4.36/7.59	o 2886
4.37/7.60	c And the winner is solver0
4.38/8.09	c Got one! Elapsed wall clock time (in seconds):7.986
4.38/8.09	o 2884
4.83/8.38	c And the winner is solver0
5.12/8.60	c Got one! Elapsed wall clock time (in seconds):8.49
5.12/8.60	o 2879
5.12/8.64	c And the winner is solver0
5.36/9.10	c Got one! Elapsed wall clock time (in seconds):8.995
5.36/9.10	o 2878
5.36/9.11	c And the winner is solver0
5.37/9.61	c Got one! Elapsed wall clock time (in seconds):9.499
5.37/9.61	o 2872
5.37/9.61	c And the winner is solver0
5.38/10.11	c Got one! Elapsed wall clock time (in seconds):10.003
5.38/10.11	o 2870
5.38/10.16	c And the winner is solver0
5.62/10.61	c Got one! Elapsed wall clock time (in seconds):10.508
5.62/10.61	o 2868
5.62/10.62	c And the winner is solver0
5.62/11.12	c Got one! Elapsed wall clock time (in seconds):11.012
5.62/11.12	o 2864
10.11/13.35	c cleaning 3190 clauses out of 6380 with flag 10011/6380
14.35/15.38	c And the winner is solver0
14.65/15.64	c Got one! Elapsed wall clock time (in seconds):15.531
14.65/15.64	o 2863
15.71/16.12	c cleaning 4464 clauses out of 8933 with flag 2042/12123
21.34/18.82	c cleaning 5234 clauses out of 10469 with flag 14138/18123
26.63/21.31	c And the winner is solver0
26.77/21.66	c Got one! Elapsed wall clock time (in seconds):21.556
26.77/21.66	o 2862
27.03/21.84	c And the winner is solver0
27.16/22.17	c Got one! Elapsed wall clock time (in seconds):22.06
27.16/22.17	o 2860
27.21/22.24	c And the winner is solver0
27.46/22.67	c Got one! Elapsed wall clock time (in seconds):22.565
27.46/22.67	o 2856
27.51/22.70	c And the winner is solver0
27.56/23.18	c Got one! Elapsed wall clock time (in seconds):23.07
27.56/23.18	o 2850
32.35/25.54	c cleaning 8146 clauses out of 16298 with flag 10053/29186
35.61/27.10	c And the winner is solver0
35.72/27.28	c Got one! Elapsed wall clock time (in seconds):27.175
35.72/27.28	o 2849
37.60/28.21	c cleaning 6814 clauses out of 13638 with flag 4136/34672
43.18/30.97	c cleaning 6411 clauses out of 12824 with flag 16190/40672
43.96/31.38	c And the winner is solver0
44.19/31.86	c Got one! Elapsed wall clock time (in seconds):31.752
44.19/31.86	o 2847
44.28/31.97	c And the winner is solver0
44.56/32.36	c Got one! Elapsed wall clock time (in seconds):32.257
44.56/32.36	o 2845
44.56/32.37	c And the winner is solver0
44.56/32.87	c Got one! Elapsed wall clock time (in seconds):32.762
44.56/32.87	o 2842
44.62/32.92	c And the winner is solver0
44.72/33.37	c Got one! Elapsed wall clock time (in seconds):33.266
44.72/33.37	o 2836
46.76/34.42	c And the winner is solver0
46.95/34.88	c Got one! Elapsed wall clock time (in seconds):34.772
46.95/34.88	o 2835
50.02/36.39	c cleaning 6532 clauses out of 13068 with flag 6330/47327
52.81/37.79	c And the winner is solver0
53.01/37.88	c Got one! Elapsed wall clock time (in seconds):37.777
53.01/37.88	o 2833
54.87/38.80	c cleaning 5894 clauses out of 11793 with flag 4003/52584
60.27/41.50	c cleaning 5945 clauses out of 11898 with flag 16183/58583
66.89/44.79	c cleaning 6474 clauses out of 12954 with flag 30419/65584
67.49/45.04	c And the winner is solver0
67.74/45.39	c Got one! Elapsed wall clock time (in seconds):45.283
67.74/45.39	o 2826
71.95/47.57	c cleaning 6064 clauses out of 12141 with flag 10004/71245
77.34/50.20	c cleaning 6034 clauses out of 12076 with flag 22003/77244
83.34/53.25	c cleaning 6515 clauses out of 13043 with flag 36006/84245
91.41/57.37	c cleaning 7261 clauses out of 14527 with flag 52005/92244
92.00/57.66	c And the winner is solver0
92.32/58.15	c Got one! Elapsed wall clock time (in seconds):58.047
92.32/58.15	o 2825
92.40/58.24	c And the winner is solver0
92.57/58.66	c Got one! Elapsed wall clock time (in seconds):58.552
92.57/58.66	o 2824
96.83/60.87	c cleaning 6575 clauses out of 13161 with flag 10188/98139
99.65/62.27	c And the winner is solver0
100.04/62.66	c Got one! Elapsed wall clock time (in seconds):62.558
100.04/62.66	o 2823
101.70/63.56	c cleaning 5891 clauses out of 11795 with flag 4156/103348
104.10/64.76	c And the winner is solver0
104.46/65.17	c Got one! Elapsed wall clock time (in seconds):65.065
104.46/65.17	o 2822
104.77/65.34	c And the winner is solver0
104.98/65.68	c Got one! Elapsed wall clock time (in seconds):65.57
104.98/65.68	o 2819
105.01/65.73	c And the winner is solver0
105.12/66.18	c Got one! Elapsed wall clock time (in seconds):66.076
105.12/66.18	o 2817
105.14/66.20	c And the winner is solver0
105.14/66.69	c Got one! Elapsed wall clock time (in seconds):66.582
105.14/66.69	o 2816
105.16/66.74	c And the winner is solver0
105.28/67.19	c Got one! Elapsed wall clock time (in seconds):67.088
105.28/67.19	o 2812
105.29/67.21	c And the winner is solver0
105.30/67.70	c Got one! Elapsed wall clock time (in seconds):67.593
105.30/67.70	o 2810
107.89/69.05	c cleaning 6018 clauses out of 12048 with flag 6143/109492
109.49/69.80	c And the winner is solver0
109.62/70.21	c Got one! Elapsed wall clock time (in seconds):70.099
109.62/70.21	o 2809
113.21/72.03	c cleaning 5886 clauses out of 11776 with flag 8132/115238
116.62/73.78	c And the winner is solver0
117.00/74.21	c Got one! Elapsed wall clock time (in seconds):74.105
117.00/74.21	o 2807
118.76/75.10	c cleaning 5928 clauses out of 11869 with flag 4167/121217
121.96/76.76	c And the winner is solver0
122.30/77.22	c Got one! Elapsed wall clock time (in seconds):77.111
122.30/77.22	o 2803
122.30/77.27	c And the winner is solver0
122.44/77.72	c Got one! Elapsed wall clock time (in seconds):77.617
122.44/77.72	o 2800
123.49/78.27	c And the winner is solver0
123.76/78.73	c Got one! Elapsed wall clock time (in seconds):78.623
123.76/78.73	o 2799
124.50/79.19	c cleaning 5918 clauses out of 11843 with flag 2083/127119
127.11/80.50	c And the winner is solver0
127.43/80.74	c Got one! Elapsed wall clock time (in seconds):80.63
127.43/80.74	o 2797
129.15/81.68	c cleaning 5490 clauses out of 10986 with flag 4121/132180
134.55/84.36	c cleaning 5748 clauses out of 11497 with flag 16306/138181
141.15/87.61	c cleaning 6373 clauses out of 12749 with flag 30577/145181
148.69/91.39	c cleaning 7185 clauses out of 14375 with flag 46727/153180
157.07/95.53	c cleaning 8092 clauses out of 16191 with flag 65030/162181
157.87/95.94	c And the winner is solver0
158.23/96.26	c Got one! Elapsed wall clock time (in seconds):96.156
158.23/96.26	o 2793
162.51/98.48	c cleaning 7003 clauses out of 14017 with flag 10146/168099
167.91/101.17	c cleaning 6505 clauses out of 13014 with flag 22366/174099
174.92/104.53	c cleaning 6751 clauses out of 13508 with flag 36525/181098
182.30/108.23	c cleaning 7373 clauses out of 14757 with flag 52766/189098
188.11/111.11	c And the winner is solver0
188.42/111.46	c Got one! Elapsed wall clock time (in seconds):111.353
188.42/111.46	o 2792
192.90/113.78	c cleaning 9315 clauses out of 18638 with flag 10150/200352
198.50/116.54	c cleaning 7657 clauses out of 15325 with flag 22341/206354
205.66/120.26	c cleaning 7326 clauses out of 14665 with flag 36457/213351
213.06/123.91	c cleaning 7665 clauses out of 15341 with flag 52683/221353
213.46/124.10	c And the winner is solver0
214.05/124.71	c Got one! Elapsed wall clock time (in seconds):124.602
214.05/124.71	o 2791
218.62/127.02	c cleaning 6544 clauses out of 13099 with flag 10135/226776
224.23/129.82	c cleaning 6278 clauses out of 12555 with flag 22305/232776
230.83/133.12	c cleaning 6639 clauses out of 13277 with flag 36360/239776
238.22/136.80	c cleaning 7312 clauses out of 14639 with flag 52487/247777
247.22/141.29	c cleaning 8157 clauses out of 16326 with flag 70778/256776
257.01/146.11	c cleaning 9079 clauses out of 18170 with flag 91506/266777
267.41/151.30	c cleaning 10041 clauses out of 20091 with flag 113988/277777
278.81/157.06	c cleaning 11021 clauses out of 22051 with flag 138429/289778
293.02/164.27	c cleaning 12009 clauses out of 24028 with flag 165026/302776
306.01/170.72	c cleaning 13005 clauses out of 26019 with flag 193364/316776
312.43/173.92	c And the winner is solver0
312.84/174.36	c Got one! Elapsed wall clock time (in seconds):174.251
312.84/174.36	o 2789
317.53/176.71	c cleaning 12522 clauses out of 25061 with flag 10390/328823
322.94/179.43	c cleaning 9260 clauses out of 18539 with flag 22742/334823
325.92/180.95	c And the winner is solver0
326.39/181.36	c Got one! Elapsed wall clock time (in seconds):181.259
326.39/181.36	o 2786
328.08/182.27	c cleaning 7359 clauses out of 14736 with flag 4143/340280
333.59/184.97	c cleaning 6681 clauses out of 13377 with flag 16453/346280
335.17/185.71	c And the winner is solver0
336.50/187.02	c Got one! Elapsed wall clock time (in seconds):186.917
336.50/187.02	o 2784
339.86/188.77	c cleaning 6256 clauses out of 12525 with flag 8321/352109
343.27/190.44	c And the winner is solver0
345.51/192.64	c Got one! Elapsed wall clock time (in seconds):192.53
345.51/192.64	o 2783
347.23/193.52	c cleaning 6118 clauses out of 12251 with flag 4129/358091
352.63/196.24	c cleaning 6051 clauses out of 12132 with flag 16409/364090
354.43/197.19	c And the winner is solver0
355.63/198.25	c Got one! Elapsed wall clock time (in seconds):198.139
355.63/198.25	o 2781
358.16/199.58	c cleaning 5667 clauses out of 11346 with flag 6245/369355
363.55/202.26	c cleaning 5830 clauses out of 11678 with flag 18347/375354
365.15/203.03	c And the winner is solver0
365.99/203.85	c Got one! Elapsed wall clock time (in seconds):203.748
365.99/203.85	o 2780
369.85/205.78	c cleaning 5787 clauses out of 11590 with flag 8160/381096
372.05/206.90	c And the winner is solver0
374.85/209.51	c Got one! Elapsed wall clock time (in seconds):209.409
374.85/209.51	o 2779
377.43/210.89	c cleaning 5648 clauses out of 11327 with flag 6263/386620
382.84/213.52	c cleaning 5835 clauses out of 11680 with flag 18660/392621
389.02/216.65	c cleaning 6419 clauses out of 12844 with flag 33041/399620
391.82/218.02	c And the winner is solver0
392.25/218.42	c Got one! Elapsed wall clock time (in seconds):218.318
392.25/218.42	o 2775
394.01/219.33	c cleaning 5788 clauses out of 11592 with flag 4273/404787
399.21/221.94	c cleaning 5897 clauses out of 11805 with flag 16443/410788
405.97/225.24	c cleaning 6451 clauses out of 12909 with flag 30783/417789
413.57/229.04	c cleaning 7224 clauses out of 14457 with flag 46978/425788
421.98/233.27	c cleaning 8113 clauses out of 16233 with flag 65335/434788
425.58/235.04	c And the winner is solver0
426.02/235.43	c Got one! Elapsed wall clock time (in seconds):235.328
426.02/235.43	o 2774
426.75/235.90	c cleaning 6549 clauses out of 13127 with flag 2048/439795
429.15/237.08	c And the winner is solver0
429.64/237.49	c Got one! Elapsed wall clock time (in seconds):237.385
429.64/237.49	o 2773
432.34/238.82	c cleaning 6128 clauses out of 12286 with flag 6404/445503
437.89/241.57	c cleaning 6069 clauses out of 12159 with flag 18787/451504
444.29/244.73	c cleaning 6544 clauses out of 13091 with flag 32936/458505
451.89/248.54	c cleaning 7265 clauses out of 14546 with flag 49283/466504
460.49/252.87	c cleaning 8135 clauses out of 16280 with flag 67842/475503
469.70/257.44	c cleaning 9065 clauses out of 18145 with flag 88777/485503
479.89/262.54	c cleaning 10038 clauses out of 20081 with flag 111403/496504
491.28/268.22	c cleaning 11018 clauses out of 22043 with flag 136151/508504
504.08/274.64	c cleaning 12002 clauses out of 24024 with flag 164021/521503
517.88/281.48	c cleaning 13005 clauses out of 26022 with flag 193549/535503
532.49/288.76	c cleaning 14006 clauses out of 28019 with flag 224527/550505
548.28/296.68	c cleaning 14997 clauses out of 30011 with flag 258401/566503
568.65/307.07	c cleaning 16003 clauses out of 32015 with flag 293724/583504
586.83/316.10	c cleaning 17003 clauses out of 34012 with flag 332320/601504
605.77/325.55	c cleaning 17994 clauses out of 36008 with flag 372669/620503
627.37/336.34	c cleaning 19007 clauses out of 38015 with flag 415021/640504
650.43/347.78	c cleaning 19999 clauses out of 40007 with flag 458795/661503
673.81/359.30	c And the winner is solver0
674.23/359.78	c Got one! Elapsed wall clock time (in seconds):359.678
674.23/359.78	o 2770
680.20/362.70	c cleaning 22857 clauses out of 45731 with flag 10255/687226
686.20/365.61	c cleaning 14429 clauses out of 28875 with flag 22517/693227
692.80/368.98	c cleaning 10718 clauses out of 21445 with flag 37229/700226
700.40/372.77	c cleaning 9357 clauses out of 18727 with flag 54317/708226
710.59/378.03	c cleaning 9179 clauses out of 18371 with flag 73197/717227
719.79/382.64	c cleaning 9584 clauses out of 19190 with flag 94131/727225
721.79/383.63	c And the winner is solver0
743.64/405.41	c Got one! Elapsed wall clock time (in seconds):405.302
743.64/405.41	o 2769
746.41/406.82	c cleaning 7404 clauses out of 14819 with flag 6281/732438
751.81/409.56	c cleaning 6702 clauses out of 13414 with flag 18767/738437
758.41/412.84	c cleaning 6845 clauses out of 13712 with flag 33193/745437
766.41/416.80	c cleaning 7426 clauses out of 14870 with flag 49903/753440
774.81/421.09	c cleaning 8217 clauses out of 16441 with flag 69152/762437
785.01/426.10	c cleaning 9108 clauses out of 18225 with flag 90714/772438
795.81/431.57	c cleaning 10057 clauses out of 20117 with flag 113756/783438
807.41/437.38	c cleaning 11021 clauses out of 22060 with flag 139588/795438
820.69/443.91	c cleaning 12016 clauses out of 24039 with flag 167480/808438
835.10/451.13	c cleaning 13008 clauses out of 26023 with flag 198456/822438
849.90/458.50	c cleaning 14004 clauses out of 28014 with flag 230778/837437
866.18/466.66	c cleaning 15003 clauses out of 30010 with flag 265330/853437
883.71/475.38	c cleaning 16000 clauses out of 32008 with flag 302174/870438
902.69/484.80	c cleaning 17005 clauses out of 34010 with flag 342057/888440
922.68/494.73	c cleaning 17995 clauses out of 36002 with flag 383119/907437
943.68/505.23	c cleaning 18998 clauses out of 38009 with flag 425682/927439
966.88/516.76	c cleaning 20006 clauses out of 40011 with flag 470135/948439
990.99/528.62	c cleaning 21001 clauses out of 42004 with flag 518024/970438
1015.58/540.92	c cleaning 21990 clauses out of 44002 with flag 568124/993437
1040.49/553.20	c cleaning 22999 clauses out of 46012 with flag 619848/1017437
1066.89/566.43	c cleaning 24002 clauses out of 48013 with flag 674257/1042437
1094.68/580.39	c cleaning 24998 clauses out of 50012 with flag 730552/1068438
1125.15/595.37	c cleaning 26004 clauses out of 52015 with flag 789137/1095439
1156.63/610.80	c cleaning 26999 clauses out of 54010 with flag 850176/1123438
1188.55/627.06	c cleaning 27999 clauses out of 56011 with flag 912900/1152438
1221.82/643.63	c cleaning 29003 clauses out of 58011 with flag 977134/1182437
1245.21/655.31	c And the winner is solver0
1261.96/671.72	c Got one! Elapsed wall clock time (in seconds):671.618
1261.96/671.72	o 2768
1267.98/674.68	c cleaning 27926 clauses out of 55864 with flag 11488/1209293
1273.78/677.56	c cleaning 16957 clauses out of 33938 with flag 24117/1215293
1280.38/680.85	c cleaning 11986 clauses out of 23981 with flag 39286/1222293
1288.04/684.67	c cleaning 9991 clauses out of 19995 with flag 56918/1230293
1296.64/688.98	c cleaning 9490 clauses out of 19003 with flag 76564/1239292
1304.85/693.04	c And the winner is solver0
1308.48/696.65	c Got one! Elapsed wall clock time (in seconds):696.539
1308.48/696.65	o 2767
1308.78/696.86	c And the winner is solver0
1309.02/697.15	c Got one! Elapsed wall clock time (in seconds):697.046
1309.02/697.15	o 2766
1313.99/699.68	c cleaning 11935 clauses out of 23887 with flag 10882/1253666
1320.02/702.63	c cleaning 8961 clauses out of 17952 with flag 23566/1259666
1326.62/705.92	c cleaning 7985 clauses out of 15991 with flag 38380/1266666
1329.63/707.42	c And the winner is solver0
1332.57/710.37	c Got one! Elapsed wall clock time (in seconds):710.264
1332.57/710.37	o 2765
1334.68/711.40	c cleaning 6619 clauses out of 13248 with flag 4408/1271908
1340.12/714.10	c cleaning 6304 clauses out of 12625 with flag 17053/1277904
1346.72/717.41	c cleaning 6654 clauses out of 13321 with flag 31760/1284904
1354.51/721.38	c cleaning 7331 clauses out of 14666 with flag 48930/1292903
1362.91/725.55	c cleaning 8162 clauses out of 16336 with flag 68495/1301904
1372.36/730.28	c cleaning 9082 clauses out of 18174 with flag 90135/1311904
1383.36/735.70	c cleaning 10041 clauses out of 20091 with flag 114118/1322903
1394.97/741.52	c cleaning 11018 clauses out of 22051 with flag 140326/1334904
1407.56/747.90	c cleaning 12015 clauses out of 24033 with flag 168087/1347904
1416.16/752.14	c And the winner is solver0
1432.74/768.53	c Got one! Elapsed wall clock time (in seconds):768.419
1432.74/768.53	o 2764
1437.84/771.08	c cleaning 12754 clauses out of 25525 with flag 11522/1361411
1443.84/774.08	c cleaning 9379 clauses out of 18772 with flag 24928/1367412
1450.84/777.55	c cleaning 8188 clauses out of 16392 with flag 39982/1374411
1458.48/781.34	c cleaning 8098 clauses out of 16204 with flag 57691/1382411
1462.68/783.46	c And the winner is solver0
1472.65/793.36	c Got one! Elapsed wall clock time (in seconds):793.257
1472.65/793.36	o 2763
1473.58/793.89	c cleaning 6866 clauses out of 13743 with flag 2245/1388048
1479.18/796.63	c cleaning 6424 clauses out of 12876 with flag 14939/1394047
1485.44/799.76	c And the winner is solver0
1486.19/800.47	c Got one! Elapsed wall clock time (in seconds):800.368
1486.19/800.47	o 2762
1491.16/802.93	c cleaning 9169 clauses out of 18340 with flag 10922/1405935
1496.76/805.74	c cleaning 7580 clauses out of 15172 with flag 23669/1411936
1503.56/809.17	c cleaning 7290 clauses out of 14592 with flag 38663/1418936
1511.23/812.97	c cleaning 7646 clauses out of 15301 with flag 56666/1426935
1520.03/817.34	c cleaning 8320 clauses out of 16656 with flag 76990/1435936
1530.02/822.36	c cleaning 9161 clauses out of 18335 with flag 99203/1445935
1541.02/827.82	c cleaning 10087 clauses out of 20175 with flag 123412/1456936
1553.03/833.88	c cleaning 11033 clauses out of 22088 with flag 149838/1468936
1566.01/840.37	c cleaning 12020 clauses out of 24055 with flag 178150/1481936
1580.67/847.61	c cleaning 13015 clauses out of 26034 with flag 208527/1495935
1595.27/854.96	c cleaning 14002 clauses out of 28021 with flag 240452/1510937
1611.67/863.17	c cleaning 15002 clauses out of 30017 with flag 274486/1526935
1628.46/871.54	c cleaning 16003 clauses out of 32015 with flag 310061/1543935
1646.86/880.73	c cleaning 17005 clauses out of 34012 with flag 347186/1561935
1666.61/890.55	c cleaning 17997 clauses out of 36008 with flag 387559/1580936
1687.33/900.84	c cleaning 19004 clauses out of 38011 with flag 429407/1600936
1709.93/912.16	c cleaning 19998 clauses out of 40006 with flag 475495/1621935
1734.05/924.14	c cleaning 21001 clauses out of 42010 with flag 524878/1643937
1759.84/937.05	c cleaning 22002 clauses out of 44008 with flag 576233/1666936
1787.17/950.60	c cleaning 22995 clauses out of 46005 with flag 630635/1690935
1800.18/957.11	c >>>>>>>>>> Solver number 0 (71 answers) <<<<<<<<<<<<<<<<<<
1800.18/957.11	c starts		: 72
1800.18/957.11	c conflicts		: 1703930
1800.18/957.11	c decisions		: 1716254
1800.18/957.11	c propagations		: 86161518
1800.18/957.11	c inspects		: 1742646591
1800.18/957.11	c shortcuts		: 0
1800.18/957.11	c learnt literals	: 0
1800.18/957.11	c learnt binary clauses	: 0
1800.18/957.11	c learnt ternary clauses	: 78
1800.18/957.11	c learnt constraints	: 1703930
1800.18/957.11	c ignored constraints	: 0
1800.18/957.11	c root simplifications	: 0
1800.18/957.11	c removed literals (reason simplification)	: 109822116
1800.18/957.11	c reason swapping (by a shorter reason)	: 0
1800.18/957.11	c Calls to reduceDB	: 154
1800.18/957.11	c Number of update (reduction) of LBD	: 1013
1800.18/957.11	c Imported unit clauses	: 0
1800.18/957.11	c number of reductions to clauses (during analyze)	: 0
1800.18/957.11	c number of learned constraints concerned by reduction	: 0
1800.18/957.11	c number of learning phase by resolution	: 0
1800.18/957.11	c number of learning phase by cutting planes	: 0
1800.18/957.11	c speed (assignments/second)	: 90070.11044265919
1800.18/957.11	c non guided choices	2
1800.18/957.12	c learnt constraints type 
1800.18/957.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36005
1800.18/957.12	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/957.12	c starts		: 73
1800.18/957.12	c conflicts		: 729
1800.18/957.12	c decisions		: 10254
1800.18/957.12	c propagations		: 282126
1800.18/957.12	c inspects		: 39165420
1800.18/957.12	c shortcuts		: 0
1800.18/957.12	c learnt literals	: 0
1800.18/957.12	c learnt binary clauses	: 0
1800.18/957.12	c learnt ternary clauses	: 0
1800.18/957.12	c learnt constraints	: 680
1800.18/957.12	c ignored constraints	: 0
1800.18/957.12	c root simplifications	: 0
1800.18/957.12	c removed literals (reason simplification)	: 0
1800.18/957.12	c reason swapping (by a shorter reason)	: 0
1800.18/957.12	c Calls to reduceDB	: 0
1800.18/957.12	c Number of update (reduction) of LBD	: 0
1800.18/957.12	c Imported unit clauses	: 0
1800.18/957.12	c number of reductions to clauses (during analyze)	: 0
1800.18/957.12	c number of learned constraints concerned by reduction	: 0
1800.18/957.12	c number of learning phase by resolution	: 0
1800.18/957.12	c number of learning phase by cutting planes	: 0
1800.18/957.12	c speed (assignments/second)	: 1801.076332807722
1800.18/957.12	c non guided choices	0
1800.18/957.12	c learnt constraints type 
1800.18/957.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 680
1800.18/957.12	s SATISFIABLE
1800.18/957.12	c Found 71 solution(s)
1800.18/957.13	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 
1800.18/957.13	c objective function=2762
1800.18/957.13	c Total wall clock time (in seconds): 957.02

Verifier Data

OK	2762

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-4119553-1467258862/watcher-4119553-1467258862 -o /tmp/evaluation-result-4119553-1467258862/solver-4119553-1467258862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119553-1467258862.opb 

pid=14496
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.51 3.86 3.93 3/195 14499
/proc/meminfo: memFree=28015096/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 6782357 98570240 978 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 24065 978 744 9 0 16771 0
[pid=14499/tid=14500] ppid=14496 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) R 14496 14499 8968 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 6782358 98570240 978 33554432000 1073741824 1073778376 140735378803504 139888884493864 218234701184 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.51 3.86 3.93 3/195 14499
/proc/meminfo: memFree=28015096/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 4489 0 1 0 9 1 0 0 20 0 18 0 6782357 9787879424 6127 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2389619 6127 2156 9 0 2380296 0
[pid=14499/tid=14500] ppid=14496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) R 14496 14499 8968 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 6782358 9787879424 6127 33554432000 1073741824 1073778376 140735378803504 139888884497312 218238084365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 3.51 3.86 3.93 3/195 14499
/proc/meminfo: memFree=28015096/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 4608 0 1 0 22 1 0 0 20 0 18 0 6782357 9787879424 7211 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2389619 7211 2213 9 0 2380296 0
[pid=14499/tid=14500] ppid=14496 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) R 14496 14499 8968 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 6782358 9787879424 7211 33554432000 1073741824 1073778376 140735378803504 139888884483072 139888712333387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 3.51 3.86 3.93 3/195 14499
/proc/meminfo: memFree=28015096/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 6155 0 1 0 46 2 0 0 20 0 18 0 6782357 9787879424 9037 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2389619 9037 2240 9 0 2380296 0
[pid=14499/tid=14500] ppid=14496 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) R 14496 14499 8968 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 6782358 9787879424 9037 33554432000 1073741824 1073778376 140735378803504 139888884483072 218238076037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700228 s]
/proc/loadavg: 3.51 3.86 3.93 3/195 14499
/proc/meminfo: memFree=28015096/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9825344 CPUtime=1.62 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 22525 0 1 0 154 8 0 0 20 0 19 0 6782357 10061152256 24991 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456336 24991 2261 9 0 2447013 0
[pid=14499/tid=14500] ppid=14496 vsize=9825344 CPUtime=0.46 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2477 0 1 0 45 1 0 0 20 0 19 0 6782358 10061152256 24991 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9825344

[startup+1.5008 s]
/proc/loadavg: 3.51 3.86 3.93 5/216 14530
/proc/meminfo: memFree=27917176/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 22966 0 1 0 273 10 0 0 20 0 19 0 6782357 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456183 27308 2272 9 0 2446860 0
[pid=14499/tid=14500] ppid=14496 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2479 0 1 0 47 1 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6782358 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6782359 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6782360 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14512] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14512/stat : 14512 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6782360 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888705898120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14513] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14513/stat : 14513 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782362 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888704846864 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14514] ppid=14496 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/14499/task/14514/stat : 14514 (java) S 14496 14499 8968 0 -1 4202560 7304 0 0 0 86 2 0 0 20 0 19 0 6782362 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888703793208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14515] ppid=14496 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/14499/task/14515/stat : 14515 (java) S 14496 14499 8968 0 -1 4202560 11817 0 0 0 86 3 0 0 20 0 19 0 6782362 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888702740664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14516] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14516/stat : 14516 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782362 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888701688312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14517] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14517/stat : 14517 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6782362 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888700635976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14523] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14523/stat : 14523 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6782408 10060525568 27308 33554432000 1073741824 1073778376 140735378803504 139888697476648 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10073 s]
/proc/loadavg: 3.51 3.86 3.93 1/213 14542
/proc/meminfo: memFree=27896116/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 23018 0 1 0 321 14 0 0 20 0 22 0 6782357 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456183 37049 2276 9 0 2446860 0
[pid=14499/tid=14500] ppid=14496 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2484 0 1 0 50 2 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6782358 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 6782359 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14512] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14512/stat : 14512 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888705898120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14513] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14513/stat : 14513 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888704846864 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14514] ppid=14496 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/14499/task/14514/stat : 14514 (java) R 14496 14499 8968 0 -1 4202560 7308 0 0 0 106 2 0 0 20 0 22 0 6782362 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888703793208 218238071868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14515] ppid=14496 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/14499/task/14515/stat : 14515 (java) R 14496 14499 8968 0 -1 4202560 11818 0 0 0 97 3 0 0 20 0 22 0 6782362 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888702740664 218238071868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14516] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14516/stat : 14516 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888701688312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14517] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14517/stat : 14517 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888700635976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14523] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14523/stat : 14523 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6782408 10060525568 37049 33554432000 1073741824 1073778376 140735378803504 139888697476648 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (4.04 s) is less than in the last sample (4.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999975 s) to the 'lost time'.

[startup+6.1007 s]
/proc/loadavg: 3.39 3.83 3.92 3/216 14569
/proc/meminfo: memFree=27379804/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 23147 0 1 0 382 23 0 0 20 0 21 0 6782357 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456183 52172 2289 9 0 2446860 0
[pid=14499/tid=14500] ppid=14496 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2493 0 1 0 53 3 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 6782358 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 6782359 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 6782360 10060525568 52172 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 1202 0 0 0 197 48 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 1253 0 0 0 178 46 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1177 0 0 0 201 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 1949 0 0 0 207 53 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 3211 0 0 0 214 57 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 1546 0 0 0 188 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 1321 0 0 0 199 52 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 1413 0 0 0 201 50 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 3146 0 0 0 389 11 0 0 20 0 22 0 6782359 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14512] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14512/stat : 14512 (java) S 14496 14499 8968 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888705898120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14513] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14513/stat : 14513 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888704846864 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14514] ppid=14496 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14499/task/14514/stat : 14514 (java) S 14496 14499 8968 0 -1 4202560 7310 0 0 0 143 2 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888703793208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14515] ppid=14496 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/14499/task/14515/stat : 14515 (java) S 14496 14499 8968 0 -1 4202560 11851 0 0 0 177 3 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888702740664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14516] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14516/stat : 14516 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888701688312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14517] ppid=14496 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/14499/task/14517/stat : 14517 (java) S 14496 14499 8968 0 -1 4202560 55 0 0 0 10 9 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888700635976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14523] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14523/stat : 14523 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6782408 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888697476648 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15075] ppid=14496 vsize=9824732 CPUtime=141.38 cores=1,3,5,7
/proc/14499/task/15075/stat : 15075 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 14136 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888699579824 139888713382403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=15076] ppid=14496 vsize=9824732 CPUtime=141.4 cores=1,3,5,7
/proc/14499/task/15076/stat : 15076 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 14138 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139887420364976 139888712909137 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15077] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/15077/stat : 15077 (java) S 14496 14499 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888698529064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1770.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.108 s]
/proc/loadavg: 4.02 3.97 3.94 5/220 15160
/proc/meminfo: memFree=24190676/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 40711 0 1 0 179461 555 0 0 20 0 22 0 6782357 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456183 1065239 2303 9 0 2446860 0
[pid=14499/tid=14500] ppid=14496 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2508 0 1 0 87 5 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 1202 0 0 0 197 48 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 1253 0 0 0 178 46 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1177 0 0 0 201 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 1949 0 0 0 207 53 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 3211 0 0 0 214 57 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 1546 0 0 0 188 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 1321 0 0 0 199 52 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 1413 0 0 0 201 50 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 3146 0 0 0 389 11 0 0 20 0 22 0 6782359 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14512] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14512/stat : 14512 (java) S 14496 14499 8968 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888705898120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14513] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14513/stat : 14513 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888704846864 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14514] ppid=14496 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14499/task/14514/stat : 14514 (java) S 14496 14499 8968 0 -1 4202560 7310 0 0 0 143 2 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888703793208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14515] ppid=14496 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/14499/task/14515/stat : 14515 (java) S 14496 14499 8968 0 -1 4202560 11851 0 0 0 177 3 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888702740664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14516] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14516/stat : 14516 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888701688312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14517] ppid=14496 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/14499/task/14517/stat : 14517 (java) S 14496 14499 8968 0 -1 4202560 55 0 0 0 10 9 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888700635976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14523] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14523/stat : 14523 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6782408 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888697476648 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15075] ppid=14496 vsize=9824732 CPUtime=156.18 cores=1,3,5,7
/proc/14499/task/15075/stat : 15075 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 15616 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888699572112 139888713405831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=15076] ppid=14496 vsize=9824732 CPUtime=156.21 cores=1,3,5,7
/proc/14499/task/15076/stat : 15076 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 15619 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139887420364976 139888712875750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15077] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/15077/stat : 15077 (java) S 14496 14499 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888698529064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 14499 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+957.108 s]
/proc/loadavg: 4.02 3.97 3.94 5/220 15160
/proc/meminfo: memFree=24190676/32872528 swapFree=7620/7620
[pid=14499] ppid=14496 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/14499/stat : 14499 (java) S 14496 14499 8968 0 -1 4202496 40711 0 1 0 179461 555 0 0 20 0 22 0 6782357 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 140735378794640 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14499/statm: 2456183 1065239 2303 9 0 2446860 0
[pid=14499/tid=14500] ppid=14496 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/14499/task/14500/stat : 14500 (java) S 14496 14499 8968 0 -1 4202560 2508 0 1 0 87 5 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888884499320 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14502] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14502/stat : 14502 (java) S 14496 14499 8968 0 -1 4202560 1202 0 0 0 197 48 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888845990568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14503] ppid=14496 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/14499/task/14503/stat : 14503 (java) S 14496 14499 8968 0 -1 4202560 1253 0 0 0 178 46 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888844938024 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14504] ppid=14496 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14499/task/14504/stat : 14504 (java) S 14496 14499 8968 0 -1 4202560 1177 0 0 0 201 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888843885480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14505] ppid=14496 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/14499/task/14505/stat : 14505 (java) S 14496 14499 8968 0 -1 4202560 1949 0 0 0 207 53 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888842832936 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14506] ppid=14496 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/14499/task/14506/stat : 14506 (java) S 14496 14499 8968 0 -1 4202560 3211 0 0 0 214 57 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888841779368 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14507] ppid=14496 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/14499/task/14507/stat : 14507 (java) S 14496 14499 8968 0 -1 4202560 1546 0 0 0 188 44 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888840726824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14508] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14508/stat : 14508 (java) S 14496 14499 8968 0 -1 4202560 1321 0 0 0 199 52 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888839674280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14509] ppid=14496 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/14499/task/14509/stat : 14509 (java) S 14496 14499 8968 0 -1 4202560 1413 0 0 0 201 50 0 0 20 0 22 0 6782358 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888838621736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14510] ppid=14496 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/14499/task/14510/stat : 14510 (java) S 14496 14499 8968 0 -1 4202560 3146 0 0 0 389 11 0 0 20 0 22 0 6782359 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888708004456 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14511] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14511/stat : 14511 (java) S 14496 14499 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888706950776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14512] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14512/stat : 14512 (java) S 14496 14499 8968 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 22 0 6782360 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888705898120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14513] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14513/stat : 14513 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888704846864 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14514] ppid=14496 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14499/task/14514/stat : 14514 (java) S 14496 14499 8968 0 -1 4202560 7310 0 0 0 143 2 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888703793208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=14515] ppid=14496 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/14499/task/14515/stat : 14515 (java) S 14496 14499 8968 0 -1 4202560 11851 0 0 0 177 3 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888702740664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=14516] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14516/stat : 14516 (java) S 14496 14499 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888701688312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14499/tid=14517] ppid=14496 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/14499/task/14517/stat : 14517 (java) S 14496 14499 8968 0 -1 4202560 55 0 0 0 10 9 0 0 20 0 22 0 6782362 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888700635976 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14499/tid=14523] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/14523/stat : 14523 (java) S 14496 14499 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6782408 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888697476648 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15075] ppid=14496 vsize=9824732 CPUtime=156.18 cores=1,3,5,7
/proc/14499/task/15075/stat : 15075 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 15616 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888699572112 139888713405831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14499/tid=15076] ppid=14496 vsize=9824732 CPUtime=156.21 cores=1,3,5,7
/proc/14499/task/15076/stat : 15076 (java) R 14496 14499 8968 0 -1 4202560 7 0 0 0 15619 2 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139887420364976 139888712875750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14499/tid=15077] ppid=14496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14499/task/15077/stat : 15077 (java) S 14496 14499 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6862406 10060525568 1065239 33554432000 1073741824 1073778376 140735378803504 139888698529064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

# 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): 0.02
#  lost CPU user time (s): 0.02
#  lost CPU system time (s): 0

Real time (s): 957.158
CPU time (s): 1800.49
CPU user time (s): 1794.68
CPU system time (s): 5.81112
CPU usage (%): 188.108
Max. virtual memory (cumulated for all children) (KiB): 9825344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 5.81112
maximum resident set size= 4396884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40748
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27562
involuntary context switches= 21787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.563 second user time and 6.95394 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 05:54:22
IDJOB=4119553
IDBENCH=111759
IDSOLVER=2543
FILE ID=node106/4119553-1467258862
RUNJOBID= node106-1467248675-9332
PBS_JOBID= 20004477
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross14-117.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119553-1467258862/watcher-4119553-1467258862 -o /tmp/evaluation-result-4119553-1467258862/solver-4119553-1467258862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119553-1467258862.opb

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

MD5SUM BENCH= c1e8e6c4c578f45311f0be56d66355ca
RANDOM SEED=614445751

node106.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.495
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	: 5332.99
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.495
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.495
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.495
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.495
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.56
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.495
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.55
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.495
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.495
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:        28015476 kB
Buffers:           44860 kB
Cached:          2861688 kB
SwapCached:            0 kB
Active:          3408700 kB
Inactive:         685968 kB
Active(anon):    1174800 kB
Inactive(anon):    16068 kB
Active(file):    2233900 kB
Inactive(file):   669900 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1250916 kB
Mapped:            23548 kB
Shmem:               204 kB
Slab:             624096 kB
SReclaimable:      67312 kB
SUnreclaim:       556784 kB
KernelStack:        1808 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1988888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1191936 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= 71748 MiB
End job on node106 at 2016-06-30 06:10:20