Trace number 3688244

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)84 1800.02 923.874

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUMa70b0edfadf87ffd0bc1b32400cae43b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1798.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688244-1337876483.opb
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.058s.
0.08/0.18	c declared #vars     172
0.08/0.18	c #constraints  14
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.08/0.18	c 14 constraints processed.
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.08/0.18	c 14 constraints processed.
0.08/0.18	c objective function length is 112 literals
0.24/0.25	c  And the winner is solver0
0.80/0.68	c SATISFIABLE
0.80/0.68	c OPTIMIZING...
0.80/0.68	c Got one! Elapsed wall clock time (in seconds):0.56
0.80/0.68	o 378
0.83/0.70	c  And the winner is solver0
0.91/1.18	c Got one! Elapsed wall clock time (in seconds):1.061
0.91/1.18	o 220
0.95/1.23	c  And the winner is solver0
1.37/1.69	c Got one! Elapsed wall clock time (in seconds):1.563
1.37/1.69	o 165
1.40/1.72	c  And the winner is solver0
1.57/2.19	c Got one! Elapsed wall clock time (in seconds):2.065
1.57/2.19	o 163
1.61/2.24	c  And the winner is solver0
1.87/2.69	c Got one! Elapsed wall clock time (in seconds):2.566
1.87/2.69	o 162
1.89/2.70	c  And the winner is solver0
1.97/3.19	c Got one! Elapsed wall clock time (in seconds):3.068
1.97/3.19	o 160
2.73/3.42	c cleaning 2851 clauses out of 5714 with flag 4000/5714
2.73/3.46	c  And the winner is solver0
3.09/3.69	c Got one! Elapsed wall clock time (in seconds):3.57
3.09/3.69	o 158
3.10/3.72	c  And the winner is solver0
3.15/4.19	c Got one! Elapsed wall clock time (in seconds):4.071
3.15/4.19	o 156
3.16/4.22	c  And the winner is solver0
3.22/4.69	c Got one! Elapsed wall clock time (in seconds):4.572
3.22/4.69	o 154
3.23/4.75	c  And the winner is solver0
3.35/5.20	c Got one! Elapsed wall clock time (in seconds):5.074
3.35/5.20	o 145
3.61/5.35	c  And the winner is solver0
3.75/5.70	c Got one! Elapsed wall clock time (in seconds):5.575
3.75/5.70	o 144
3.75/5.79	c  And the winner is solver0
3.96/6.20	c Got one! Elapsed wall clock time (in seconds):6.077
3.96/6.20	o 143
3.96/6.26	c cleaning 5905 clauses out of 11809 with flag 1000/14660
4.14/6.30	c  And the winner is solver0
4.15/6.70	c Got one! Elapsed wall clock time (in seconds):6.578
4.15/6.70	o 142
4.15/6.72	c  And the winner is solver0
4.21/7.20	c Got one! Elapsed wall clock time (in seconds):7.079
4.21/7.20	o 140
4.21/7.29	c  And the winner is solver0
4.53/7.70	c Got one! Elapsed wall clock time (in seconds):7.58
4.53/7.70	o 139
4.53/7.78	c  And the winner is solver0
4.70/8.20	c Got one! Elapsed wall clock time (in seconds):8.082
4.70/8.20	o 138
4.89/8.32	c cleaning 6273 clauses out of 12546 with flag 2003/21302
5.51/8.66	c cleaning 6133 clauses out of 12271 with flag 8001/27300
6.30/9.04	c cleaning 6569 clauses out of 13139 with flag 15002/34301
7.30/9.50	c cleaning 7283 clauses out of 14570 with flag 23002/42301
8.27/10.08	c cleaning 8144 clauses out of 16288 with flag 32003/51302
9.08/10.40	c  And the winner is solver1
9.09/10.71	c Got one! Elapsed wall clock time (in seconds):10.583
9.09/10.71	o 127
9.48/11.00	c cleaning 9278 clauses out of 18580 with flag 5000/61738
10.44/11.40	c cleaning 7652 clauses out of 15304 with flag 11002/67740
11.22/11.82	c cleaning 7320 clauses out of 14650 with flag 18000/74738
11.99/12.29	c cleaning 7664 clauses out of 15334 with flag 26004/82742
13.15/12.88	c cleaning 8325 clauses out of 16666 with flag 35000/91738
14.51/13.52	c cleaning 9171 clauses out of 18341 with flag 45000/101738
15.88/14.23	c cleaning 10087 clauses out of 20173 with flag 56003/112741
17.44/15.02	c cleaning 11042 clauses out of 22083 with flag 68000/124738
19.20/15.94	c cleaning 12013 clauses out of 24041 with flag 81000/137738
21.14/16.96	c cleaning 13005 clauses out of 26028 with flag 95000/151738
23.50/18.13	c cleaning 14013 clauses out of 28026 with flag 110003/166741
25.87/19.35	c cleaning 15003 clauses out of 30014 with flag 126004/182742
26.04/19.47	c  And the winner is solver1
26.16/19.71	c Got one! Elapsed wall clock time (in seconds):19.587
26.16/19.71	o 126
26.73/20.00	c cleaning 10284 clauses out of 20578 with flag 4001/188309
27.08/20.22	c  And the winner is solver0
27.16/20.71	c Got one! Elapsed wall clock time (in seconds):20.588
27.16/20.71	o 125
27.34/20.83	c cleaning 7710 clauses out of 15444 with flag 2000/193459
27.89/21.19	c cleaning 6863 clauses out of 13734 with flag 8000/199459
28.85/21.60	c cleaning 6934 clauses out of 13873 with flag 15002/206461
29.63/22.06	c cleaning 7466 clauses out of 14940 with flag 23003/214462
30.55/22.51	c  And the winner is solver0
30.61/22.73	c Got one! Elapsed wall clock time (in seconds):22.61
30.61/22.73	o 123
31.03/22.98	c cleaning 10125 clauses out of 20261 with flag 5000/227249
31.40/23.11	c  And the winner is solver0
31.45/23.23	c Got one! Elapsed wall clock time (in seconds):23.111
31.45/23.23	o 121
31.79/23.42	c cleaning 7619 clauses out of 15249 with flag 3000/232362
31.95/23.54	c  And the winner is solver0
32.13/23.73	c Got one! Elapsed wall clock time (in seconds):23.612
32.13/23.73	o 120
32.48/23.94	c cleaning 6655 clauses out of 13330 with flag 4002/238062
33.04/24.28	c cleaning 6318 clauses out of 12674 with flag 10001/244061
33.22/24.37	c  And the winner is solver0
33.37/24.74	c Got one! Elapsed wall clock time (in seconds):24.614
33.37/24.74	o 118
33.69/24.95	c cleaning 6009 clauses out of 12034 with flag 5000/249739
34.26/25.30	c cleaning 6008 clauses out of 12026 with flag 11001/255740
34.81/25.54	c  And the winner is solver0
34.93/25.74	c Got one! Elapsed wall clock time (in seconds):25.615
34.93/25.74	o 117
35.05/25.80	c cleaning 5586 clauses out of 11178 with flag 1002/260900
35.40/26.02	c  And the winner is solver0
35.50/26.24	c Got one! Elapsed wall clock time (in seconds):26.116
35.50/26.24	o 115
35.50/26.30	c cleaning 5363 clauses out of 10739 with flag 1002/266047
35.76/26.45	c  And the winner is solver0
35.93/26.74	c Got one! Elapsed wall clock time (in seconds):26.617
35.93/26.74	o 114
36.05/26.89	c cleaning 5338 clauses out of 10687 with flag 3002/271358
36.80/27.28	c cleaning 5665 clauses out of 11347 with flag 9000/277356
37.76/27.75	c cleaning 6337 clauses out of 12682 with flag 16000/284356
38.71/28.21	c cleaning 7173 clauses out of 14346 with flag 24001/292357
39.65/28.72	c cleaning 8084 clauses out of 16173 with flag 33001/301357
40.62/29.27	c cleaning 9040 clauses out of 18088 with flag 43000/311356
41.17/29.54	c  And the winner is solver0
41.29/29.82	c Got one! Elapsed wall clock time (in seconds):29.698
41.29/29.82	o 113
41.29/29.89	c cleaning 7300 clauses out of 14621 with flag 1004/316929
42.00/30.23	c cleaning 6651 clauses out of 13323 with flag 7006/322931
42.52/30.56	c  And the winner is solver0
42.69/30.82	c Got one! Elapsed wall clock time (in seconds):30.699
42.69/30.82	o 112
43.24/31.14	c cleaning 8862 clauses out of 17750 with flag 5000/334009
43.80/31.46	c cleaning 7442 clauses out of 14891 with flag 11003/340012
44.15/31.63	c  And the winner is solver0
44.26/31.82	c Got one! Elapsed wall clock time (in seconds):31.7
44.26/31.82	o 111
44.61/32.01	c cleaning 6671 clauses out of 13351 with flag 3002/345914
45.17/32.34	c cleaning 6330 clauses out of 12682 with flag 9004/351916
45.89/32.72	c cleaning 6671 clauses out of 13351 with flag 16003/358915
46.64/33.16	c cleaning 7334 clauses out of 14677 with flag 24000/366912
47.58/33.67	c cleaning 8169 clauses out of 16344 with flag 33001/375913
48.74/34.24	c cleaning 9087 clauses out of 18175 with flag 43001/385913
50.07/34.94	c cleaning 10039 clauses out of 20088 with flag 54001/396913
51.62/35.74	c cleaning 11011 clauses out of 22049 with flag 66001/408913
53.37/36.65	c cleaning 12019 clauses out of 24039 with flag 79002/421914
55.13/37.59	c cleaning 13006 clauses out of 26019 with flag 93001/435913
57.45/38.79	c cleaning 14001 clauses out of 28012 with flag 108000/450912
57.81/38.97	c  And the winner is solver0
57.99/39.35	c Got one! Elapsed wall clock time (in seconds):39.232
57.99/39.35	o 110
58.28/39.55	c cleaning 9581 clauses out of 19179 with flag 3002/456080
58.62/39.75	c  And the winner is solver0
58.78/39.85	c Got one! Elapsed wall clock time (in seconds):39.733
58.78/39.85	o 108
58.87/39.99	c cleaning 7300 clauses out of 14607 with flag 2001/461089
59.61/40.35	c cleaning 6641 clauses out of 13306 with flag 8000/467088
59.94/40.56	c  And the winner is solver0
60.13/40.93	c Got one! Elapsed wall clock time (in seconds):40.81
60.13/40.93	o 107
60.25/41.07	c cleaning 5854 clauses out of 11721 with flag 2000/472144
60.99/41.41	c cleaning 5918 clauses out of 11867 with flag 8000/478144
61.55/41.77	c cleaning 6468 clauses out of 12950 with flag 15001/485145
62.08/42.01	c  And the winner is solver0
62.20/42.47	c Got one! Elapsed wall clock time (in seconds):42.352
62.20/42.47	o 105
62.25/42.54	c cleaning 6025 clauses out of 12060 with flag 1003/490723
62.98/42.92	c cleaning 5999 clauses out of 12032 with flag 7000/496720
63.52/43.25	c cleaning 6514 clauses out of 13034 with flag 14001/503721
64.47/43.73	c cleaning 7253 clauses out of 14520 with flag 22001/511721
65.41/44.27	c cleaning 8125 clauses out of 16268 with flag 31002/520722
66.74/44.92	c cleaning 9059 clauses out of 18141 with flag 41000/530720
68.09/45.69	c cleaning 10034 clauses out of 20083 with flag 52001/541721
69.63/46.40	c  And the winner is solver0
69.83/46.68	c Got one! Elapsed wall clock time (in seconds):46.562
69.83/46.68	o 104
70.71/47.13	c cleaning 12578 clauses out of 25172 with flag 5004/556844
71.46/47.56	c cleaning 9288 clauses out of 18593 with flag 11003/562843
72.38/48.00	c cleaning 8146 clauses out of 16305 with flag 18003/569843
73.13/48.42	c cleaning 8076 clauses out of 16156 with flag 26000/577840
74.07/48.96	c cleaning 8541 clauses out of 17084 with flag 35004/586844
75.24/49.53	c cleaning 9265 clauses out of 18540 with flag 45001/596841
76.55/50.27	c cleaning 10134 clauses out of 20274 with flag 56000/607840
78.09/51.06	c cleaning 11066 clauses out of 22140 with flag 68000/619840
79.84/51.97	c cleaning 12037 clauses out of 24076 with flag 81002/632842
81.79/52.93	c cleaning 13017 clauses out of 26039 with flag 95002/646842
83.73/53.97	c cleaning 14002 clauses out of 28021 with flag 110001/661841
86.07/55.13	c cleaning 15002 clauses out of 30018 with flag 126000/677840
88.03/56.19	c  And the winner is solver1
88.20/56.20	c Got one! Elapsed wall clock time (in seconds):56.08
88.20/56.20	o 101
88.78/56.52	c cleaning 17135 clauses out of 34281 with flag 5001/697105
89.32/56.87	c cleaning 11566 clauses out of 23148 with flag 11003/703107
90.03/57.28	c cleaning 9284 clauses out of 18581 with flag 18002/710106
90.96/57.77	c cleaning 8638 clauses out of 17296 with flag 26001/718105
91.91/58.27	c cleaning 8824 clauses out of 17657 with flag 35000/727104
93.03/58.84	c cleaning 9408 clauses out of 18833 with flag 45000/737104
94.33/59.52	c cleaning 10208 clauses out of 20425 with flag 56000/748104
95.67/60.25	c cleaning 11098 clauses out of 22217 with flag 68000/760104
97.20/61.09	c cleaning 12055 clauses out of 24120 with flag 81001/773105
99.15/62.01	c cleaning 13030 clauses out of 26066 with flag 95002/787106
101.06/63.03	c cleaning 14011 clauses out of 28034 with flag 110000/802104
103.00/64.01	c cleaning 15004 clauses out of 30025 with flag 126002/818106
103.33/64.25	c  And the winner is solver0
104.67/65.56	c Got one! Elapsed wall clock time (in seconds):65.435
104.67/65.56	o 99
104.78/65.65	c cleaning 10045 clauses out of 20102 with flag 1002/823187
105.53/66.03	c cleaning 8019 clauses out of 16055 with flag 7000/829185
106.21/66.49	c cleaning 7508 clauses out of 15040 with flag 14004/836189
107.15/66.94	c cleaning 7761 clauses out of 15530 with flag 22002/844187
108.08/67.44	c cleaning 8375 clauses out of 16767 with flag 31000/853185
108.23/67.55	c  And the winner is solver0
108.68/67.99	c Got one! Elapsed wall clock time (in seconds):67.865
108.68/67.99	o 98
108.96/68.20	c cleaning 6727 clauses out of 13469 with flag 4006/858262
109.65/68.57	c cleaning 6368 clauses out of 12738 with flag 10002/864258
110.39/68.98	c cleaning 6677 clauses out of 13371 with flag 17003/871259
111.33/69.47	c  And the winner is solver0
112.20/70.25	c Got one! Elapsed wall clock time (in seconds):70.132
112.20/70.25	o 97
112.74/70.52	c cleaning 9622 clauses out of 19255 with flag 5000/883820
113.47/70.90	c cleaning 7804 clauses out of 15634 with flag 11001/889821
113.78/71.17	c  And the winner is solver0
115.15/72.46	c Got one! Elapsed wall clock time (in seconds):72.336
115.15/72.46	o 96
115.29/72.58	c cleaning 6775 clauses out of 13563 with flag 2001/895554
116.02/72.91	c cleaning 6383 clauses out of 12790 with flag 8003/901556
116.56/73.27	c cleaning 6696 clauses out of 13406 with flag 15002/908555
117.09/73.50	c  And the winner is solver0
118.20/74.68	c Got one! Elapsed wall clock time (in seconds):74.56
118.20/74.68	o 95
118.32/74.75	c cleaning 5932 clauses out of 11884 with flag 1003/913729
119.00/75.13	c cleaning 5971 clauses out of 11950 with flag 7001/919727
119.54/75.48	c cleaning 6474 clauses out of 12978 with flag 14000/926726
120.49/75.93	c cleaning 7245 clauses out of 14506 with flag 22002/934728
121.41/76.44	c cleaning 8129 clauses out of 16261 with flag 31002/943728
121.56/76.56	c  And the winner is solver0
122.18/77.10	c Got one! Elapsed wall clock time (in seconds):76.977
122.18/77.10	o 93
122.58/77.37	c cleaning 6929 clauses out of 13879 with flag 5000/949475
123.11/77.67	c cleaning 6464 clauses out of 12950 with flag 11000/955475
123.86/78.02	c cleaning 6727 clauses out of 13487 with flag 18001/962476
124.59/78.44	c cleaning 7371 clauses out of 14759 with flag 26000/970475
125.49/78.95	c cleaning 8190 clauses out of 16390 with flag 35002/979477
126.43/79.49	c cleaning 9090 clauses out of 18200 with flag 45002/989477
127.76/80.12	c cleaning 10052 clauses out of 20108 with flag 56000/1000475
129.10/80.84	c cleaning 11026 clauses out of 22056 with flag 68000/1012475
130.60/81.66	c cleaning 12010 clauses out of 24032 with flag 81002/1025477
132.35/82.54	c cleaning 13004 clauses out of 26024 with flag 95004/1039479
134.28/83.59	c cleaning 14001 clauses out of 28018 with flag 110002/1054477
136.42/84.69	c cleaning 15005 clauses out of 30016 with flag 126001/1070476
138.92/85.91	c cleaning 16004 clauses out of 32012 with flag 143002/1087477
141.46/87.25	c cleaning 16999 clauses out of 34008 with flag 161002/1105477
144.19/88.60	c cleaning 18003 clauses out of 36007 with flag 180000/1124475
147.14/90.17	c cleaning 19002 clauses out of 38005 with flag 200001/1144476
150.44/91.89	c cleaning 20000 clauses out of 40004 with flag 221002/1165477
154.37/93.82	c cleaning 20997 clauses out of 42004 with flag 243002/1187477
158.12/95.71	c cleaning 21993 clauses out of 44005 with flag 266000/1210475
161.85/97.63	c cleaning 22997 clauses out of 46012 with flag 290000/1234475
165.96/99.75	c cleaning 24010 clauses out of 48019 with flag 315004/1259479
170.10/101.89	c cleaning 25003 clauses out of 50005 with flag 341000/1285475
175.04/104.33	c cleaning 25998 clauses out of 52002 with flag 368000/1312475
180.36/107.00	c cleaning 26997 clauses out of 54004 with flag 396000/1340475
185.25/109.54	c cleaning 27996 clauses out of 56008 with flag 425001/1369476
190.98/112.49	c cleaning 28996 clauses out of 58012 with flag 455001/1399476
196.31/115.18	c cleaning 30003 clauses out of 60017 with flag 486002/1430477
202.64/118.36	c cleaning 31001 clauses out of 62012 with flag 518000/1462475
209.12/121.63	c cleaning 32001 clauses out of 64012 with flag 551001/1495476
212.89/123.58	c  And the winner is solver1
212.86/123.99	c Got one! Elapsed wall clock time (in seconds):123.871
212.86/123.99	o 92
213.05/124.10	c  And the winner is solver0
213.14/124.49	c Got one! Elapsed wall clock time (in seconds):124.372
213.14/124.49	o 90
214.35/125.16	c cleaning 29117 clauses out of 58255 with flag 5001/1521720
214.52/125.25	c  And the winner is solver0
215.52/126.25	c Got one! Elapsed wall clock time (in seconds):126.125
215.52/126.25	o 84
216.26/126.67	c cleaning 17086 clauses out of 34192 with flag 5001/1526774
217.00/127.04	c cleaning 11545 clauses out of 23106 with flag 11001/1532774
217.69/127.44	c cleaning 9272 clauses out of 18561 with flag 18001/1539774
218.41/127.86	c cleaning 8632 clauses out of 17288 with flag 26000/1547773
219.34/128.33	c cleaning 8825 clauses out of 17658 with flag 35002/1556775
220.27/128.87	c cleaning 9416 clauses out of 18833 with flag 45002/1566775
221.36/129.49	c cleaning 10202 clauses out of 20415 with flag 56000/1577773
222.69/130.18	c cleaning 11105 clauses out of 22214 with flag 68001/1589774
224.03/130.90	c cleaning 12050 clauses out of 24110 with flag 81002/1602775
225.74/131.75	c cleaning 13026 clauses out of 26059 with flag 95001/1616774
227.44/132.67	c cleaning 14013 clauses out of 28034 with flag 110002/1631775
229.56/133.73	c cleaning 15009 clauses out of 30020 with flag 126001/1647774
231.68/134.84	c cleaning 16004 clauses out of 32017 with flag 143007/1664780
234.01/136.09	c cleaning 17002 clauses out of 34006 with flag 161000/1682773
236.51/137.34	c cleaning 17998 clauses out of 36005 with flag 180001/1701774
239.44/138.89	c cleaning 19001 clauses out of 38006 with flag 200000/1721773
242.77/140.59	c cleaning 20000 clauses out of 40005 with flag 221000/1742773
246.09/142.27	c cleaning 20994 clauses out of 42005 with flag 243000/1764773
249.79/144.14	c cleaning 22007 clauses out of 44015 with flag 266004/1787777
253.50/146.07	c cleaning 22991 clauses out of 46004 with flag 290000/1811773
257.21/147.96	c cleaning 24001 clauses out of 48014 with flag 315001/1836774
261.35/150.05	c cleaning 24993 clauses out of 50012 with flag 341000/1862773
266.04/152.43	c cleaning 25997 clauses out of 52019 with flag 368000/1889773
270.76/154.89	c cleaning 27012 clauses out of 54023 with flag 396001/1917774
276.28/157.60	c cleaning 28000 clauses out of 56010 with flag 425000/1946773
281.40/160.26	c cleaning 28998 clauses out of 58010 with flag 455000/1976773
287.08/163.13	c cleaning 30003 clauses out of 60012 with flag 486000/2007773
293.19/166.22	c cleaning 31000 clauses out of 62009 with flag 518000/2039773
298.90/169.11	c cleaning 31997 clauses out of 64009 with flag 551000/2072773
305.66/172.55	c cleaning 33007 clauses out of 66018 with flag 585006/2106779
313.16/176.35	c cleaning 34001 clauses out of 68006 with flag 620001/2141774
320.07/179.82	c cleaning 34994 clauses out of 70005 with flag 656001/2177774
326.58/183.15	c cleaning 36000 clauses out of 72010 with flag 693000/2214773
333.90/186.87	c cleaning 36998 clauses out of 74012 with flag 731002/2252775
341.98/190.95	c cleaning 38002 clauses out of 76016 with flag 770004/2291777
350.69/195.39	c cleaning 39004 clauses out of 78012 with flag 810002/2331775
359.59/199.82	c cleaning 39997 clauses out of 80007 with flag 851001/2372774
368.91/204.53	c cleaning 40999 clauses out of 82012 with flag 893003/2414776
378.35/209.38	c cleaning 42003 clauses out of 84010 with flag 936000/2457773
387.45/213.91	c cleaning 43000 clauses out of 86008 with flag 980001/2501774
397.57/219.03	c cleaning 44003 clauses out of 88009 with flag 1025002/2546775
407.86/224.23	c cleaning 45001 clauses out of 90009 with flag 1071005/2592778
418.92/229.88	c cleaning 45998 clauses out of 92004 with flag 1118001/2639774
429.21/235.06	c cleaning 46997 clauses out of 94007 with flag 1166002/2687775
440.31/240.65	c cleaning 48003 clauses out of 96009 with flag 1215001/2736774
451.43/246.29	c cleaning 48999 clauses out of 98005 with flag 1265000/2786773
463.68/252.41	c cleaning 49990 clauses out of 100009 with flag 1316003/2837776
476.99/259.14	c cleaning 51007 clauses out of 102022 with flag 1368006/2889779
490.91/266.18	c cleaning 52001 clauses out of 104012 with flag 1421003/2942776
503.80/272.65	c cleaning 53003 clauses out of 106008 with flag 1475000/2996773
517.23/279.42	c cleaning 54001 clauses out of 108005 with flag 1530000/3051773
530.32/286.09	c cleaning 54998 clauses out of 110008 with flag 1586004/3107777
545.20/293.56	c cleaning 55998 clauses out of 112006 with flag 1643000/3164773
559.50/300.71	c cleaning 56999 clauses out of 114010 with flag 1701002/3222775
575.14/308.68	c cleaning 57989 clauses out of 116010 with flag 1760001/3281774
592.24/317.25	c cleaning 59010 clauses out of 118020 with flag 1820000/3341773
607.75/325.00	c cleaning 59988 clauses out of 120010 with flag 1881000/3402773
625.85/334.14	c cleaning 61010 clauses out of 122025 with flag 1943003/3464776
643.50/343.04	c cleaning 62004 clauses out of 124013 with flag 2006001/3527774
661.81/352.29	c cleaning 63004 clauses out of 126009 with flag 2070001/3591774
680.10/361.47	c cleaning 64000 clauses out of 128009 with flag 2135005/3656778
700.39/371.67	c cleaning 64999 clauses out of 130005 with flag 2201001/3722774
719.05/381.04	c cleaning 65998 clauses out of 132005 with flag 2268000/3789773
738.93/391.07	c cleaning 66993 clauses out of 134007 with flag 2336000/3857773
757.64/400.45	c cleaning 67990 clauses out of 136014 with flag 2405000/3926773
777.34/410.32	c cleaning 69005 clauses out of 138026 with flag 2475002/3996775
796.56/420.08	c cleaning 70004 clauses out of 140019 with flag 2546000/4067773
815.24/429.41	c cleaning 70996 clauses out of 142015 with flag 2618000/4139773
838.92/441.38	c cleaning 72005 clauses out of 144019 with flag 2691000/4212773
864.82/454.38	c cleaning 73006 clauses out of 146014 with flag 2765000/4286773
887.27/465.61	c cleaning 74000 clauses out of 148009 with flag 2840001/4361774
911.55/477.83	c cleaning 74998 clauses out of 150008 with flag 2916000/4437773
935.43/489.89	c cleaning 75995 clauses out of 152012 with flag 2993002/4514775
961.52/502.95	c cleaning 77007 clauses out of 154016 with flag 3071001/4592774
988.53/516.58	c cleaning 78000 clauses out of 156009 with flag 3150001/4671774
1016.62/530.69	c cleaning 79000 clauses out of 158010 with flag 3230002/4751775
1041.29/543.02	c cleaning 79990 clauses out of 160008 with flag 3311000/4832773
1066.78/555.81	c cleaning 81007 clauses out of 162019 with flag 3393001/4914774
1093.19/569.12	c cleaning 82002 clauses out of 164012 with flag 3476001/4997774
1119.68/582.46	c cleaning 83001 clauses out of 166010 with flag 3560001/5081774
1150.76/598.05	c cleaning 83999 clauses out of 168008 with flag 3645000/5166773
1179.45/612.45	c cleaning 84992 clauses out of 170010 with flag 3731001/5252774
1210.53/628.03	c cleaning 86005 clauses out of 172017 with flag 3818000/5339773
1238.79/642.24	c cleaning 86996 clauses out of 174014 with flag 3906002/5427775
1271.49/658.65	c cleaning 88002 clauses out of 176016 with flag 3995000/5516773
1301.58/673.70	c cleaning 89008 clauses out of 178015 with flag 4085001/5606774
1337.02/691.51	c cleaning 89995 clauses out of 180006 with flag 4176000/5697773
1377.52/711.89	c cleaning 91001 clauses out of 182011 with flag 4268000/5789773
1409.02/727.61	c cleaning 91998 clauses out of 184010 with flag 4361000/5882773
1453.41/749.81	c cleaning 92996 clauses out of 186012 with flag 4455000/5976773
1492.59/769.51	c cleaning 94008 clauses out of 188017 with flag 4550001/6071774
1536.26/791.48	c cleaning 95000 clauses out of 190009 with flag 4646001/6167774
1572.13/809.47	c cleaning 96001 clauses out of 192008 with flag 4743000/6264773
1610.61/828.78	c cleaning 96995 clauses out of 194008 with flag 4841001/6362774
1644.22/845.65	c cleaning 97993 clauses out of 196015 with flag 4940003/6461776
1681.09/864.17	c cleaning 99007 clauses out of 198019 with flag 5040000/6561773
1715.01/881.19	c cleaning 99998 clauses out of 200015 with flag 5141003/6662776
1754.27/900.81	c cleaning 100998 clauses out of 202015 with flag 5243001/6764774
1793.47/920.50	c cleaning 101997 clauses out of 204017 with flag 5346001/6867774
1799.99/923.81	c starts		: 815
1799.99/923.81	c conflicts		: 6896198
1799.99/923.81	c decisions		: 8786063
1799.99/923.81	c propagations		: 120583370
1799.99/923.81	c inspects		: 10166078583
1799.99/923.81	c shortcuts		: 0
1799.99/923.81	c learnt literals	: 0
1799.99/923.81	c learnt binary clauses	: 0
1799.99/923.81	c learnt ternary clauses	: 0
1799.99/923.81	c learnt constraints	: 6896200
1799.99/923.81	c ignored constraints	: 0
1799.99/923.81	c root simplifications	: 0
1799.99/923.81	c removed literals (reason simplification)	: 61773668
1799.99/923.81	c reason swapping (by a shorter reason)	: 0
1799.99/923.81	c Calls to reduceDB	: 237
1799.99/923.81	c number of reductions to clauses (during analyze)	: 0
1799.99/923.81	c number of learned constraints concerned by reduction	: 0
1799.99/923.81	c number of learning phase by resolution	: 0
1799.99/923.81	c number of learning phase by cutting planes	: 0
1799.99/923.81	c speed (assignments/second)	: 150763.92195204896
1799.99/923.81	c non guided choices	1279
1799.99/923.84	c learnt constraints type 
1799.99/923.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130611
1799.99/923.84	c constraints type 
1799.99/923.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
1799.99/923.84	c 15 constraints processed.
1799.99/923.84	c constraints type 
1799.99/923.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1799.99/923.84	c 15 constraints processed.
1799.99/923.84	s SATISFIABLE
1799.99/923.84	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 
1799.99/923.84	c objective function=84
1799.99/923.84	c Total wall clock time (in seconds): 923.719

Verifier Data

OK	84

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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: 3.54 3.66 3.64 4/197 26260
/proc/meminfo: memFree=27300676/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26260/stat : 26260 (java) D 26258 26260 24394 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253772849 9515008 183 33554432000 1073741824 1073778376 140736347420032 140736347411064 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2323 183 140 9 0 71 0

[startup+0.0810219 s]
/proc/loadavg: 3.54 3.66 3.64 4/197 26260
/proc/meminfo: memFree=27300676/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 3308 0 1 0 4 1 0 0 20 0 18 0 253772849 9787813888 4516 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2389603 4516 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100254 s]
/proc/loadavg: 3.54 3.66 3.64 4/197 26260
/proc/meminfo: memFree=27300676/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 4258 0 1 0 7 1 0 0 20 0 18 0 253772849 9787813888 5462 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2389603 5462 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300264 s]
/proc/loadavg: 3.54 3.66 3.64 4/197 26260
/proc/meminfo: memFree=27300676/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 13608 0 1 0 52 5 0 0 20 0 19 0 253772849 10060460032 13291 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 13291 2228 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824668

[startup+0.700134 s]
/proc/loadavg: 3.54 3.66 3.64 4/197 26260
/proc/meminfo: memFree=27300676/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 15665 0 1 0 78 5 0 0 20 0 22 0 253772849 10060460032 15324 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 15324 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.54 3.66 3.64 3/216 26285
/proc/meminfo: memFree=27248108/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 20297 0 1 0 128 9 0 0 20 0 19 0 253772849 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 16568 2235 9 0 2446860 0
[pid=26260/tid=26262] ppid=26258 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/26260/task/26262/stat : 26262 (java) S 26258 26260 24394 0 -1 4202560 2446 0 1 0 13 2 0 0 20 0 19 0 253772850 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645601764344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26263] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26263/stat : 26263 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645563255336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26264] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26264/stat : 26264 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645562202536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26265] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26265/stat : 26265 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645561149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 7840 0 0 0 50 0 0 0 20 0 19 0 253772856 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 8674 0 0 0 40 1 0 0 20 0 19 0 253772856 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26282] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26282/stat : 26282 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253772868 10060460032 16568 33554432000 1073741824 1073778376 140737059409280 140644272030504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.54 3.66 3.64 3/216 26291
/proc/meminfo: memFree=27236264/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 22545 0 1 0 184 13 0 0 20 0 19 0 253772849 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 21244 2246 9 0 2446860 0
[pid=26260/tid=26262] ppid=26258 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/26260/task/26262/stat : 26262 (java) S 26258 26260 24394 0 -1 4202560 2447 0 1 0 14 2 0 0 20 0 19 0 253772850 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645601764344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26263] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26263/stat : 26263 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645563255336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26264] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26264/stat : 26264 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645562202536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26265] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26265/stat : 26265 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645561149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253772852 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253772853 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 9998 0 0 0 68 1 0 0 20 0 19 0 253772856 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 8735 0 0 0 61 1 0 0 20 0 19 0 253772856 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253772856 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26282] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26282/stat : 26282 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253772868 10060460032 21244 33554432000 1073741824 1073778376 140737059409280 140644272030504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 3.33 3.61 3.62 3/216 26312
/proc/meminfo: memFree=27090044/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=4.14 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 27485 0 1 0 387 27 0 0 20 0 22 0 253772849 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 50429 2278 9 0 2446860 0
[pid=26260/tid=26262] ppid=26258 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/26260/task/26262/stat : 26262 (java) S 26258 26260 24394 0 -1 4202560 2449 0 1 0 14 2 0 0 20 0 22 0 253772850 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645601764344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26263] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26263/stat : 26263 (java) S 26258 26260 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645563255336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26264] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26264/stat : 26264 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645562202536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26265] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26265/stat : 26265 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645561149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253772852 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 253772853 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 12548 0 0 0 98 2 0 0 20 0 22 0 253772856 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 10931 0 0 0 98 2 0 0 20 0 22 0 253772856 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26282] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26282/stat : 26282 (java) S 26258 26260 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253772868 10060460032 50429 33554432000 1073741824 1073778376 140737059409280 140644272030504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9824668
heavy processes:

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

[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 669 0 0 0 62 3 0 0 20 0 22 0 253772852 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 857 0 0 0 62 3 0 0 20 0 22 0 253772852 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 898 0 0 0 55 3 0 0 20 0 22 0 253772852 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 904 0 0 0 59 2 0 0 20 0 22 0 253772852 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 771 0 0 0 58 2 0 0 20 0 22 0 253772852 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=20.08 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 861 0 0 0 1950 58 0 0 20 0 22 0 253772853 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 13113 0 0 0 128 2 0 0 20 0 22 0 253772856 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 10932 0 0 0 113 2 0 0 20 0 22 0 253772856 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 47 0 0 0 11 10 0 0 20 0 22 0 253772856 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26408] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26408/stat : 26408 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253785249 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140644274136104 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26412] ppid=26258 vsize=9824668 CPUtime=681.79 cores=0,2,4,6
/proc/26260/task/26412/stat : 26412 (java) R 26258 26260 24394 0 -1 4202560 55 0 0 0 68168 11 0 0 20 0 22 0 253785474 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140645417026400 140645432285218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26413] ppid=26258 vsize=9824668 CPUtime=682.23 cores=0,2,4,6
/proc/26260/task/26413/stat : 26413 (java) R 26258 26260 24394 0 -1 4202560 437 0 0 0 68199 24 0 0 20 0 22 0 253785474 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140644273080752 140645432471128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26414] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26414/stat : 26414 (java) S 26258 26260 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253785477 10060460032 406484 33554432000 1073741824 1073778376 140737059409280 140644272031016 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1597.81
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.03 3.97 3.79 5/219 26545
/proc/meminfo: memFree=24951864/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=1717.26 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 37099 0 1 0 171528 198 0 0 20 0 22 0 253772849 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 404287 2280 9 0 2446860 0
[pid=26260/tid=26262] ppid=26258 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26260/task/26262/stat : 26262 (java) S 26258 26260 24394 0 -1 4202560 2501 0 1 0 19 4 0 0 20 0 22 0 253772850 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645601764344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26263] ppid=26258 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26260/task/26263/stat : 26263 (java) S 26258 26260 24394 0 -1 4202560 1092 0 0 0 64 2 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645563255336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26264] ppid=26258 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/26260/task/26264/stat : 26264 (java) S 26258 26260 24394 0 -1 4202560 634 0 0 0 59 2 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645562202536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26265] ppid=26258 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26260/task/26265/stat : 26265 (java) S 26258 26260 24394 0 -1 4202560 868 0 0 0 66 2 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645561149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 670 0 0 0 66 3 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 857 0 0 0 64 3 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 922 0 0 0 59 3 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 906 0 0 0 62 2 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 771 0 0 0 62 2 0 0 20 0 22 0 253772852 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=20.75 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 870 0 0 0 2016 59 0 0 20 0 22 0 253772853 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 13113 0 0 0 128 2 0 0 20 0 22 0 253772856 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 10932 0 0 0 113 2 0 0 20 0 22 0 253772856 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 51 0 0 0 12 11 0 0 20 0 22 0 253772856 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26408] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26408/stat : 26408 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253785249 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140644274136104 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26412] ppid=26258 vsize=9824668 CPUtime=740.88 cores=0,2,4,6
/proc/26260/task/26412/stat : 26412 (java) R 26258 26260 24394 0 -1 4202560 56 0 0 0 74076 12 0 0 20 0 22 0 253785474 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140645417026400 140645432229073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26413] ppid=26258 vsize=9824668 CPUtime=741.32 cores=0,2,4,6
/proc/26260/task/26413/stat : 26413 (java) R 26258 26260 24394 0 -1 4202560 437 0 0 0 74107 25 0 0 20 0 22 0 253785474 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140644273080752 140645432384342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26414] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26414/stat : 26414 (java) S 26258 26260 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253785477 10060460032 404287 33554432000 1073741824 1073778376 140737059409280 140644272031016 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1717.26
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 4.02 3.97 3.80 5/219 26545
/proc/meminfo: memFree=24964644/32873844 swapFree=6080/6080
[pid=26260] ppid=26258 vsize=9824668 CPUtime=1799.99 cores=0,2,4,6
/proc/26260/stat : 26260 (java) S 26258 26260 24394 0 -1 4202496 37122 0 1 0 179800 199 0 0 20 0 22 0 253772849 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140737059400416 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26260/statm: 2456167 401050 2280 9 0 2446860 0
[pid=26260/tid=26262] ppid=26258 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26260/task/26262/stat : 26262 (java) S 26258 26260 24394 0 -1 4202560 2503 0 1 0 19 4 0 0 20 0 22 0 253772850 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645601764344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26263] ppid=26258 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26260/task/26263/stat : 26263 (java) S 26258 26260 24394 0 -1 4202560 1092 0 0 0 68 2 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645563255336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26264] ppid=26258 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/26260/task/26264/stat : 26264 (java) S 26258 26260 24394 0 -1 4202560 651 0 0 0 63 2 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645562202536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26265] ppid=26258 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26260/task/26265/stat : 26265 (java) S 26258 26260 24394 0 -1 4202560 868 0 0 0 67 2 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645561149736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26266] ppid=26258 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/26260/task/26266/stat : 26266 (java) S 26258 26260 24394 0 -1 4202560 670 0 0 0 68 3 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645560096936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26267] ppid=26258 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26260/task/26267/stat : 26267 (java) S 26258 26260 24394 0 -1 4202560 857 0 0 0 66 3 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645559045160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26268] ppid=26258 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/26260/task/26268/stat : 26268 (java) S 26258 26260 24394 0 -1 4202560 922 0 0 0 61 3 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645557992360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26269] ppid=26258 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26260/task/26269/stat : 26269 (java) S 26258 26260 24394 0 -1 4202560 906 0 0 0 64 2 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645556939560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26270] ppid=26258 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26260/task/26270/stat : 26270 (java) S 26258 26260 24394 0 -1 4202560 771 0 0 0 65 2 0 0 20 0 22 0 253772852 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645555886760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26271] ppid=26258 vsize=9824668 CPUtime=21.12 cores=0,2,4,6
/proc/26260/task/26271/stat : 26271 (java) S 26258 26260 24394 0 -1 4202560 872 0 0 0 2053 59 0 0 20 0 22 0 253772853 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645425449448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26272] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26272/stat : 26272 (java) S 26258 26260 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645424395512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26260/tid=26273] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26273/stat : 26273 (java) S 26258 26260 24394 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 253772853 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645423342600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26274] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26274/stat : 26274 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645422291088 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26275] ppid=26258 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/26260/task/26275/stat : 26275 (java) S 26258 26260 24394 0 -1 4202560 13113 0 0 0 128 2 0 0 20 0 22 0 253772856 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645421239224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26276] ppid=26258 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/26260/task/26276/stat : 26276 (java) S 26258 26260 24394 0 -1 4202560 10932 0 0 0 113 2 0 0 20 0 22 0 253772856 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645420186424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26277] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26277/stat : 26277 (java) S 26258 26260 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253772856 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645419133816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26278] ppid=26258 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26260/task/26278/stat : 26278 (java) S 26258 26260 24394 0 -1 4202560 53 0 0 0 12 11 0 0 20 0 22 0 253772856 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645418081224 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26408] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26408/stat : 26408 (java) S 26258 26260 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253785249 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140644274136104 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26260/tid=26412] ppid=26258 vsize=9824668 CPUtime=781.86 cores=0,2,4,6
/proc/26260/task/26412/stat : 26412 (java) R 26258 26260 24394 0 -1 4202560 56 0 0 0 78174 12 0 0 20 0 22 0 253785474 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140645417026400 140645432305721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26260/tid=26413] ppid=26258 vsize=9824668 CPUtime=782.28 cores=0,2,4,6
/proc/26260/task/26413/stat : 26413 (java) R 26258 26260 24394 0 -1 4202560 437 0 0 0 78202 26 0 0 20 0 22 0 253785474 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140644273080752 140645432725468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26260/tid=26414] ppid=26258 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26260/task/26414/stat : 26414 (java) S 26258 26260 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253785477 10060460032 401050 33554432000 1073741824 1073778376 140737059409280 140644272031016 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26260 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=68260
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=432630
# CPU time returned by wait4() is 1796.5
# while last known CPU time is 1799.99
#
# 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): 0.0299988
#  lost CPU user time (s): 0.0500031
#  lost CPU system time (s): -0.0200001

Real time (s): 923.874
CPU time (s): 1800.02
CPU user time (s): 1798.05
CPU system time (s): 1.97
CPU usage (%): 194.834
Max. virtual memory (cumulated for all children) (KiB): 9824924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 2.43263
maximum resident set size= 1666860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30238
involuntary context switches= 24001

runsolver used 3.44148 second user time and 8.07377 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 18:21:23
IDJOB=3688244
IDBENCH=2924
IDSOLVER=2268
FILE ID=node139/3688244-1337876483
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688244-1337876483/watcher-3688244-1337876483 -o /tmp/evaluation-result-3688244-1337876483/solver-3688244-1337876483 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688244-1337876483.opb

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=1474572733

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27301304 kB
Buffers:          218304 kB
Cached:          2767728 kB
SwapCached:            0 kB
Active:          2265092 kB
Inactive:        2511576 kB
Active(anon):    1780944 kB
Inactive(anon):    12524 kB
Active(file):     484148 kB
Inactive(file):  2499052 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       1796988 kB
Mapped:            22460 kB
Shmem:               200 kB
Slab:             652876 kB
SReclaimable:      95384 kB
SUnreclaim:       557492 kB
KernelStack:        1624 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2065136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1724416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node139 at 2012-05-24 18:36:49