Trace number 4119509

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)1224 1800.35 941.858

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.opb
MD5SUM394fdbb8a39a23ab20c62a44fe135b70
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark993
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 variables381
Total number of constraints4561
Number of constraints which are clauses4560
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 3099
Biggest coefficient in the objective function 1457
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 8717
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1457
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 8717
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)2761
Sum of products size (including duplicates)5522
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4119509-1467257920.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.04/0.54	c ... done. Wall clock time 0.43s.
1.04/0.54	c declared #vars     381
1.04/0.54	c internal #vars     3142
1.04/0.54	c #constraints  10084
1.04/0.54	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.04/0.57	c constraints type 
1.04/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7321
1.04/0.57	c org.sat4j.specs.Constr$1 => 1
1.04/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.04/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2761
1.04/0.57	c 10084 constraints processed.
1.04/0.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.04/0.57	c constraints type 
1.04/0.57	c org.sat4j.specs.Constr$1 => 1
1.04/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7321
1.04/0.57	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.04/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2761
1.04/0.57	c 10084 constraints processed.
1.04/0.57	c objective function length is 3099 literals
1.40/0.60	c And the winner is solver0
2.00/1.04	c SATISFIABLE
2.00/1.04	c OPTIMIZING...
2.00/1.04	c Got one! Elapsed wall clock time (in seconds):0.937
2.00/1.04	o 1479
2.61/1.29	c And the winner is solver0
3.07/1.56	c Got one! Elapsed wall clock time (in seconds):1.455
3.07/1.56	o 1469
3.07/1.59	c And the winner is solver0
3.29/2.07	c Got one! Elapsed wall clock time (in seconds):1.968
3.29/2.07	o 1463
3.29/2.09	c And the winner is solver0
3.36/2.58	c Got one! Elapsed wall clock time (in seconds):2.475
3.36/2.58	o 1462
3.36/2.59	c And the winner is solver0
3.56/3.09	c Got one! Elapsed wall clock time (in seconds):2.982
3.56/3.09	o 1460
3.56/3.10	c And the winner is solver0
3.58/3.59	c Got one! Elapsed wall clock time (in seconds):3.487
3.58/3.59	o 1451
3.59/3.60	c And the winner is solver0
3.63/4.10	c Got one! Elapsed wall clock time (in seconds):3.992
3.63/4.10	o 1447
3.63/4.10	c And the winner is solver0
3.63/4.60	c Got one! Elapsed wall clock time (in seconds):4.497
3.63/4.60	o 1446
3.63/4.61	c And the winner is solver0
3.64/5.11	c Got one! Elapsed wall clock time (in seconds):5.001
3.64/5.11	o 1437
3.64/5.11	c And the winner is solver0
3.64/5.61	c Got one! Elapsed wall clock time (in seconds):5.506
3.64/5.61	o 1436
3.64/5.62	c And the winner is solver0
3.65/6.12	c Got one! Elapsed wall clock time (in seconds):6.01
3.65/6.12	o 1435
3.65/6.12	c And the winner is solver0
3.66/6.62	c Got one! Elapsed wall clock time (in seconds):6.515
3.66/6.62	o 1429
3.66/6.65	c And the winner is solver0
3.84/7.12	c Got one! Elapsed wall clock time (in seconds):7.02
3.84/7.12	o 1427
3.84/7.14	c And the winner is solver0
3.86/7.63	c Got one! Elapsed wall clock time (in seconds):7.524
3.86/7.63	o 1426
3.86/7.65	c And the winner is solver0
3.91/8.13	c Got one! Elapsed wall clock time (in seconds):8.029
3.91/8.13	o 1420
3.91/8.14	c And the winner is solver0
3.91/8.64	c Got one! Elapsed wall clock time (in seconds):8.532
3.91/8.64	o 1419
3.91/8.65	c And the winner is solver0
3.92/9.14	c Got one! Elapsed wall clock time (in seconds):9.036
3.92/9.14	o 1418
3.92/9.15	c And the winner is solver0
3.92/9.64	c Got one! Elapsed wall clock time (in seconds):9.54
3.92/9.64	o 1412
3.92/9.65	c And the winner is solver0
3.93/10.15	c Got one! Elapsed wall clock time (in seconds):10.043
3.93/10.15	o 1411
3.93/10.15	c And the winner is solver0
3.94/10.65	c Got one! Elapsed wall clock time (in seconds):10.547
3.94/10.65	o 1405
3.94/10.67	c And the winner is solver0
4.01/11.16	c Got one! Elapsed wall clock time (in seconds):11.051
4.01/11.16	o 1403
4.11/11.20	c And the winner is solver0
4.23/11.66	c Got one! Elapsed wall clock time (in seconds):11.554
4.23/11.66	o 1401
4.23/11.67	c And the winner is solver0
4.36/12.16	c Got one! Elapsed wall clock time (in seconds):12.058
4.36/12.16	o 1399
4.36/12.18	c And the winner is solver0
4.51/12.67	c Got one! Elapsed wall clock time (in seconds):12.562
4.51/12.67	o 1392
4.51/12.69	c And the winner is solver0
4.63/13.17	c Got one! Elapsed wall clock time (in seconds):13.066
4.63/13.17	o 1390
4.69/13.25	c And the winner is solver0
4.82/13.68	c Got one! Elapsed wall clock time (in seconds):13.569
4.82/13.68	o 1388
4.86/13.72	c And the winner is solver0
4.97/14.18	c Got one! Elapsed wall clock time (in seconds):14.073
4.97/14.18	o 1387
4.97/14.19	c And the winner is solver0
5.00/14.68	c Got one! Elapsed wall clock time (in seconds):14.577
5.00/14.68	o 1381
5.00/14.70	c And the winner is solver0
5.15/15.19	c Got one! Elapsed wall clock time (in seconds):15.081
5.15/15.19	o 1379
5.17/15.21	c And the winner is solver0
5.26/15.69	c Got one! Elapsed wall clock time (in seconds):15.584
5.26/15.69	o 1373
5.27/15.74	c And the winner is solver0
5.42/16.19	c Got one! Elapsed wall clock time (in seconds):16.088
5.42/16.19	o 1371
5.85/16.40	c And the winner is solver0
5.89/16.70	c Got one! Elapsed wall clock time (in seconds):16.592
5.89/16.70	o 1369
5.89/16.72	c And the winner is solver0
6.03/17.20	c Got one! Elapsed wall clock time (in seconds):17.095
6.03/17.20	o 1367
7.43/17.96	c And the winner is solver0
7.59/18.20	c Got one! Elapsed wall clock time (in seconds):18.099
7.59/18.20	o 1366
7.59/18.23	c And the winner is solver0
7.73/18.71	c Got one! Elapsed wall clock time (in seconds):18.602
7.73/18.71	o 1361
7.73/18.73	c And the winner is solver0
7.87/19.21	c Got one! Elapsed wall clock time (in seconds):19.106
7.87/19.21	o 1360
7.87/19.23	c And the winner is solver0
7.91/19.71	c Got one! Elapsed wall clock time (in seconds):19.61
7.91/19.71	o 1359
7.91/19.72	c And the winner is solver0
7.92/20.22	c Got one! Elapsed wall clock time (in seconds):20.113
7.92/20.22	o 1353
7.92/20.24	c And the winner is solver0
8.04/20.72	c Got one! Elapsed wall clock time (in seconds):20.617
8.04/20.72	o 1337
8.04/20.78	c And the winner is solver0
8.32/21.23	c Got one! Elapsed wall clock time (in seconds):21.12
8.32/21.23	o 1335
8.32/21.28	c And the winner is solver0
8.48/21.73	c Got one! Elapsed wall clock time (in seconds):21.624
8.48/21.73	o 1333
8.48/21.76	c And the winner is solver0
8.62/22.23	c Got one! Elapsed wall clock time (in seconds):22.127
8.62/22.23	o 1331
8.62/22.25	c And the winner is solver0
8.65/22.74	c Got one! Elapsed wall clock time (in seconds):22.631
8.65/22.74	o 1324
8.65/22.76	c And the winner is solver0
8.72/23.24	c Got one! Elapsed wall clock time (in seconds):23.134
8.72/23.24	o 1322
9.02/23.41	c And the winner is solver0
9.11/23.74	c Got one! Elapsed wall clock time (in seconds):23.638
9.11/23.74	o 1320
9.11/23.77	c And the winner is solver0
9.26/24.25	c Got one! Elapsed wall clock time (in seconds):24.141
9.26/24.25	o 1316
9.26/24.28	c And the winner is solver0
9.38/24.75	c Got one! Elapsed wall clock time (in seconds):24.645
9.38/24.75	o 1314
9.86/25.00	c And the winner is solver0
10.07/25.25	c Got one! Elapsed wall clock time (in seconds):25.149
10.07/25.25	o 1312
10.55/25.60	c And the winner is solver0
10.82/25.76	c Got one! Elapsed wall clock time (in seconds):25.652
10.82/25.76	o 1310
10.90/25.85	c And the winner is solver0
11.03/26.26	c Got one! Elapsed wall clock time (in seconds):26.156
11.03/26.26	o 1308
12.30/26.99	c cleaning 4492 clauses out of 8995 with flag 4166/8995
16.66/29.05	c cleaning 5245 clauses out of 10503 with flag 16319/14995
18.02/29.64	c And the winner is solver0
18.15/29.77	c Got one! Elapsed wall clock time (in seconds):29.661
18.15/29.77	o 1307
18.22/29.84	c And the winner is solver0
18.37/30.27	c Got one! Elapsed wall clock time (in seconds):30.165
18.37/30.27	o 1306
18.42/30.31	c And the winner is solver0
18.47/30.77	c Got one! Elapsed wall clock time (in seconds):30.669
18.47/30.77	o 1304
19.36/31.28	c And the winner is solver0
19.63/31.78	c Got one! Elapsed wall clock time (in seconds):31.673
19.63/31.78	o 1303
19.63/31.80	c And the winner is solver0
19.68/32.28	c Got one! Elapsed wall clock time (in seconds):32.177
19.68/32.28	o 1301
19.68/32.29	c And the winner is solver0
19.68/32.79	c Got one! Elapsed wall clock time (in seconds):32.68
19.68/32.79	o 1300
19.68/32.80	c And the winner is solver0
19.69/33.29	c Got one! Elapsed wall clock time (in seconds):33.184
19.69/33.29	o 1298
19.70/33.31	c And the winner is solver0
19.74/33.79	c Got one! Elapsed wall clock time (in seconds):33.688
19.74/33.79	o 1296
22.10/34.92	c cleaning 5785 clauses out of 11592 with flag 6166/21329
26.15/36.94	c cleaning 5896 clauses out of 11806 with flag 18350/27328
30.50/39.02	c And the winner is solver0
30.61/39.31	c Got one! Elapsed wall clock time (in seconds):39.2
30.61/39.31	o 1292
33.99/41.08	c cleaning 8438 clauses out of 16891 with flag 10345/38309
38.36/43.19	c cleaning 7218 clauses out of 14451 with flag 22477/44307
43.35/45.62	c cleaning 7110 clauses out of 14233 with flag 36864/51307
49.34/48.53	c cleaning 7554 clauses out of 15126 with flag 53060/59310
56.25/52.06	c cleaning 8278 clauses out of 16570 with flag 71342/68308
63.45/55.66	c cleaning 9142 clauses out of 18291 with flag 91795/78307
71.57/59.68	c cleaning 10068 clauses out of 20149 with flag 114573/89307
79.77/63.77	c cleaning 11034 clauses out of 22083 with flag 139192/101309
89.25/68.34	c cleaning 12019 clauses out of 24047 with flag 166082/114307
99.03/73.25	c cleaning 13006 clauses out of 26029 with flag 194724/128308
110.46/79.05	c cleaning 14000 clauses out of 28022 with flag 225447/143307
117.07/82.33	c And the winner is solver0
117.30/82.76	c Got one! Elapsed wall clock time (in seconds):82.658
117.30/82.76	o 1291
118.56/83.46	c And the winner is solver0
119.28/83.82	c Got one! Elapsed wall clock time (in seconds):83.714
119.28/83.82	o 1290
120.42/84.41	c And the winner is solver0
120.65/84.82	c Got one! Elapsed wall clock time (in seconds):84.719
120.65/84.82	o 1288
122.99/86.01	c cleaning 15007 clauses out of 30022 with flag 6319/159307
127.20/88.11	c cleaning 10505 clauses out of 21015 with flag 18765/165307
127.99/88.54	c And the winner is solver0
128.33/88.83	c Got one! Elapsed wall clock time (in seconds):88.726
128.33/88.83	o 1285
128.46/88.90	c And the winner is solver0
128.52/89.34	c Got one! Elapsed wall clock time (in seconds):89.231
128.52/89.34	o 1283
128.63/89.40	c And the winner is solver0
128.68/89.84	c Got one! Elapsed wall clock time (in seconds):89.737
128.68/89.84	o 1281
129.19/90.13	c And the winner is solver0
129.43/90.35	c Got one! Elapsed wall clock time (in seconds):90.243
129.43/90.35	o 1280
129.43/90.38	c And the winner is solver0
129.76/90.85	c Got one! Elapsed wall clock time (in seconds):90.749
129.76/90.85	o 1279
129.84/90.91	c And the winner is solver0
129.91/91.36	c Got one! Elapsed wall clock time (in seconds):91.254
129.91/91.36	o 1278
129.91/91.38	c And the winner is solver0
129.97/91.87	c Got one! Elapsed wall clock time (in seconds):91.76
129.97/91.87	o 1276
132.63/93.30	c cleaning 8574 clauses out of 17170 with flag 8219/171967
136.63/95.23	c And the winner is solver0
136.88/95.47	c Got one! Elapsed wall clock time (in seconds):95.366
136.88/95.47	o 1275
139.37/96.80	c And the winner is solver0
139.88/97.13	c Got one! Elapsed wall clock time (in seconds):97.022
139.88/97.13	o 1274
140.21/97.35	c And the winner is solver0
140.47/97.63	c Got one! Elapsed wall clock time (in seconds):97.528
140.47/97.63	o 1272
142.33/98.52	c cleaning 10259 clauses out of 20525 with flag 4400/183896
146.33/100.52	c cleaning 8124 clauses out of 16267 with flag 16556/189897
150.93/102.88	c cleaning 7559 clauses out of 15146 with flag 30757/196900
156.33/105.52	c cleaning 7782 clauses out of 15584 with flag 47444/204897
162.53/108.62	c cleaning 8389 clauses out of 16803 with flag 66201/213898
169.73/112.14	c cleaning 9201 clauses out of 18412 with flag 87217/223896
177.33/115.96	c cleaning 10100 clauses out of 20211 with flag 110342/234896
182.93/118.78	c And the winner is solver0
183.40/119.14	c Got one! Elapsed wall clock time (in seconds):119.037
183.40/119.14	o 1269
187.58/121.11	c cleaning 11690 clauses out of 23400 with flag 10327/248185
191.78/123.26	c cleaning 8847 clauses out of 17712 with flag 22736/254187
194.57/124.69	c And the winner is solver0
195.12/125.15	c Got one! Elapsed wall clock time (in seconds):125.044
195.12/125.15	o 1268
195.82/125.53	c cleaning 7021 clauses out of 14066 with flag 2091/259388
200.02/127.62	c cleaning 6505 clauses out of 13045 with flag 14549/265388
200.41/127.81	c And the winner is solver0
200.72/128.16	c Got one! Elapsed wall clock time (in seconds):128.051
200.72/128.16	o 1267
200.84/128.21	c And the winner is solver0
200.90/128.66	c Got one! Elapsed wall clock time (in seconds):128.557
200.90/128.66	o 1265
204.16/130.36	c cleaning 6087 clauses out of 12197 with flag 10360/271045
209.37/133.21	c cleaning 6048 clauses out of 12111 with flag 22667/277046
213.95/135.59	c cleaning 6524 clauses out of 13061 with flag 36942/284044
219.55/138.32	c cleaning 7258 clauses out of 14536 with flag 53506/292043
225.95/141.53	c cleaning 8129 clauses out of 16279 with flag 73214/301044
233.15/145.13	c cleaning 9067 clauses out of 18149 with flag 94891/311043
241.10/149.07	c cleaning 10031 clauses out of 20083 with flag 118031/322044
250.10/153.59	c cleaning 11014 clauses out of 22052 with flag 142929/334044
259.91/158.45	c cleaning 12010 clauses out of 24038 with flag 169805/347044
270.33/163.55	c cleaning 13003 clauses out of 26027 with flag 199033/361043
281.33/169.06	c cleaning 14002 clauses out of 28024 with flag 230519/376043
293.91/175.16	c cleaning 15001 clauses out of 30022 with flag 263888/392043
306.31/181.39	c cleaning 15999 clauses out of 32023 with flag 299768/409045
319.71/188.08	c cleaning 16999 clauses out of 34024 with flag 337778/427045
325.50/190.97	c And the winner is solver0
328.14/192.99	c Got one! Elapsed wall clock time (in seconds):192.881
328.14/192.99	o 1261
331.83/194.84	c cleaning 14907 clauses out of 29831 with flag 10563/439851
334.62/196.26	c And the winner is solver0
335.19/196.79	c Got one! Elapsed wall clock time (in seconds):196.69
335.19/196.79	o 1260
335.88/197.18	c cleaning 10117 clauses out of 20248 with flag 2103/445175
336.48/197.50	c And the winner is solver0
337.08/198.00	c Got one! Elapsed wall clock time (in seconds):197.898
337.08/198.00	o 1258
337.19/198.04	c And the winner is solver0
337.31/198.51	c Got one! Elapsed wall clock time (in seconds):198.405
337.31/198.51	o 1257
337.31/198.55	c And the winner is solver0
337.41/199.02	c Got one! Elapsed wall clock time (in seconds):198.912
337.41/199.02	o 1255
337.41/199.04	c And the winner is solver0
337.49/199.53	c Got one! Elapsed wall clock time (in seconds):199.42
337.49/199.53	o 1253
341.04/201.34	c cleaning 8131 clauses out of 16282 with flag 10345/451326
345.22/203.40	c cleaning 7072 clauses out of 14151 with flag 23190/457326
349.84/205.71	c cleaning 7025 clauses out of 14080 with flag 38243/464327
353.02/207.36	c And the winner is solver0
353.79/208.04	c Got one! Elapsed wall clock time (in seconds):207.93
353.79/208.04	o 1252
357.30/209.82	c cleaning 8550 clauses out of 17123 with flag 10862/474395
359.70/211.02	c And the winner is solver0
360.34/211.70	c Got one! Elapsed wall clock time (in seconds):211.59
360.34/211.70	o 1251
361.03/212.02	c And the winner is solver0
361.26/212.25	c Got one! Elapsed wall clock time (in seconds):212.147
361.26/212.25	o 1249
362.84/213.07	c cleaning 7532 clauses out of 15082 with flag 4217/480904
367.04/215.13	c cleaning 6763 clauses out of 13548 with flag 16808/486902
371.64/217.49	c cleaning 6881 clauses out of 13785 with flag 31694/493902
377.06/220.16	c cleaning 7440 clauses out of 14905 with flag 48684/501903
383.04/223.15	c cleaning 8222 clauses out of 16466 with flag 67259/510904
389.84/226.55	c cleaning 9108 clauses out of 18242 with flag 88005/520902
397.82/230.43	c cleaning 10058 clauses out of 20136 with flag 110870/531904
406.22/234.63	c cleaning 11032 clauses out of 22079 with flag 136802/543905
415.21/239.16	c cleaning 12008 clauses out of 24045 with flag 163970/556903
425.63/244.38	c cleaning 13005 clauses out of 26036 with flag 192808/570902
436.63/249.86	c cleaning 14001 clauses out of 28031 with flag 224019/585902
448.84/255.83	c cleaning 15007 clauses out of 30031 with flag 258371/601903
461.24/262.00	c cleaning 16005 clauses out of 32023 with flag 293789/618902
474.25/268.55	c cleaning 16999 clauses out of 34018 with flag 331582/636902
488.43/275.64	c cleaning 18002 clauses out of 36019 with flag 372141/655902
505.00/283.79	c cleaning 18999 clauses out of 38019 with flag 414732/675904
522.15/292.19	c cleaning 19997 clauses out of 40018 with flag 460001/696902
540.56/301.28	c cleaning 21004 clauses out of 42022 with flag 507192/718903
559.67/310.68	c cleaning 22000 clauses out of 44019 with flag 556919/741904
581.09/321.90	c cleaning 22998 clauses out of 46017 with flag 608667/765902
601.41/331.99	c cleaning 24001 clauses out of 48021 with flag 662575/790904
621.60/342.08	c cleaning 25001 clauses out of 50021 with flag 716018/816905
625.03/343.69	c And the winner is solver0
626.05/344.58	c Got one! Elapsed wall clock time (in seconds):344.475
626.05/344.58	o 1248
626.92/345.02	c cleaning 15047 clauses out of 30108 with flag 2142/821993
631.13/347.20	c cleaning 10522 clauses out of 21060 with flag 14869/827992
636.33/349.70	c cleaning 8759 clauses out of 17541 with flag 29917/834995
642.40/352.67	c cleaning 8383 clauses out of 16779 with flag 47400/842992
648.80/355.82	c cleaning 8680 clauses out of 17396 with flag 66815/851992
655.80/359.34	c cleaning 9351 clauses out of 18717 with flag 88479/861993
663.80/363.39	c cleaning 10179 clauses out of 20366 with flag 112871/872993
672.87/367.77	c cleaning 11088 clauses out of 22186 with flag 138814/884992
682.07/372.33	c cleaning 12044 clauses out of 24098 with flag 167954/897992
692.08/377.37	c cleaning 13019 clauses out of 26054 with flag 197645/911992
703.09/382.87	c cleaning 14005 clauses out of 28035 with flag 228847/926992
715.77/389.03	c cleaning 15006 clauses out of 30032 with flag 262629/942994
728.17/395.22	c cleaning 15997 clauses out of 32024 with flag 297857/959992
741.56/401.94	c cleaning 17008 clauses out of 34029 with flag 335826/977994
757.49/409.59	c cleaning 18001 clauses out of 36022 with flag 376525/996995
773.91/417.52	c cleaning 18998 clauses out of 38018 with flag 418809/1016992
794.32/428.20	c cleaning 20000 clauses out of 40020 with flag 463567/1037992
800.12/431.13	c And the winner is solver0
801.31/432.15	c Got one! Elapsed wall clock time (in seconds):432.046
801.31/432.15	o 1246
805.54/434.23	c cleaning 16294 clauses out of 32614 with flag 10975/1050586
809.74/436.39	c cleaning 11142 clauses out of 22320 with flag 24019/1056586
814.55/438.79	c cleaning 9076 clauses out of 18179 with flag 39029/1063587
820.46/441.67	c cleaning 8540 clauses out of 17102 with flag 56403/1071586
826.86/444.82	c cleaning 8775 clauses out of 17564 with flag 75524/1080588
833.66/448.24	c cleaning 9382 clauses out of 18787 with flag 96480/1090586
841.37/452.05	c cleaning 10188 clauses out of 20405 with flag 120153/1101586
849.97/456.38	c cleaning 11096 clauses out of 22218 with flag 145097/1113587
859.38/461.03	c cleaning 12048 clauses out of 24123 with flag 172464/1126588
869.87/466.21	c cleaning 13025 clauses out of 26075 with flag 202344/1140588
880.67/471.63	c cleaning 14014 clauses out of 28048 with flag 235120/1155586
892.94/477.72	c cleaning 15007 clauses out of 30035 with flag 268126/1171587
905.76/484.18	c cleaning 16007 clauses out of 32028 with flag 305486/1188587
919.75/491.17	c cleaning 16997 clauses out of 34020 with flag 344577/1206586
934.86/498.64	c cleaning 18003 clauses out of 36026 with flag 386327/1225589
950.05/506.21	c cleaning 18993 clauses out of 38020 with flag 428276/1245586
963.75/513.00	c And the winner is solver0
965.09/514.18	c Got one! Elapsed wall clock time (in seconds):514.07
965.09/514.18	o 1244
968.44/515.89	c And the winner is solver0
969.74/516.94	c Got one! Elapsed wall clock time (in seconds):516.832
969.74/516.94	o 1243
971.69/517.90	c cleaning 21743 clauses out of 43502 with flag 4213/1270061
974.86/519.43	c And the winner is solver0
976.10/520.60	c Got one! Elapsed wall clock time (in seconds):520.495
976.10/520.60	o 1240
976.10/520.66	c And the winner is solver0
976.26/521.11	c Got one! Elapsed wall clock time (in seconds):521.005
976.26/521.11	o 1238
978.16/522.05	c cleaning 13833 clauses out of 27683 with flag 4371/1275985
982.56/524.21	c cleaning 9911 clauses out of 19850 with flag 16872/1281985
987.36/526.64	c cleaning 8455 clauses out of 16939 with flag 31327/1288985
992.96/529.41	c cleaning 8230 clauses out of 16484 with flag 48110/1296985
999.23/532.52	c cleaning 8613 clauses out of 17254 with flag 66707/1305985
1005.83/535.87	c cleaning 9313 clauses out of 18643 with flag 87962/1315987
1013.42/539.62	c cleaning 10151 clauses out of 20328 with flag 111426/1326985
1021.62/543.78	c cleaning 11076 clauses out of 22179 with flag 136348/1338987
1029.62/547.73	c And the winner is solver0
1041.01/558.99	c Got one! Elapsed wall clock time (in seconds):558.889
1041.01/558.99	o 1236
1043.06/560.04	c And the winner is solver0
1043.79/560.70	c Got one! Elapsed wall clock time (in seconds):560.599
1043.79/560.70	o 1235
1043.79/560.75	c And the winner is solver0
1044.28/561.22	c Got one! Elapsed wall clock time (in seconds):561.109
1044.28/561.22	o 1234
1044.28/561.24	c And the winner is solver0
1044.36/561.72	c Got one! Elapsed wall clock time (in seconds):561.619
1044.36/561.72	o 1232
1044.36/561.74	c And the winner is solver0
1044.42/562.23	c Got one! Elapsed wall clock time (in seconds):562.129
1044.42/562.23	o 1230
1046.94/563.55	c cleaning 13804 clauses out of 27637 with flag 6370/1355521
1051.34/565.75	c cleaning 9906 clauses out of 19833 with flag 19119/1361521
1056.40/568.26	c cleaning 8458 clauses out of 16927 with flag 34030/1368521
1061.81/570.97	c cleaning 8226 clauses out of 16470 with flag 51337/1376522
1068.00/574.08	c cleaning 8611 clauses out of 17243 with flag 71132/1385521
1075.01/577.57	c cleaning 9307 clauses out of 18634 with flag 92568/1395523
1082.80/581.45	c cleaning 10149 clauses out of 20325 with flag 116449/1406521
1091.40/585.70	c cleaning 11078 clauses out of 22177 with flag 141849/1418522
1100.89/590.45	c cleaning 12038 clauses out of 24100 with flag 169451/1431523
1110.89/595.43	c cleaning 13017 clauses out of 26061 with flag 199496/1445522
1121.69/600.83	c cleaning 14011 clauses out of 28043 with flag 232263/1460521
1133.69/606.84	c cleaning 15004 clauses out of 30032 with flag 266370/1476521
1146.28/613.15	c cleaning 16003 clauses out of 32029 with flag 303223/1493522
1160.61/620.25	c cleaning 17001 clauses out of 34028 with flag 342154/1511524
1175.61/627.72	c cleaning 18001 clauses out of 36025 with flag 381839/1530522
1191.83/635.85	c cleaning 18999 clauses out of 38023 with flag 424610/1550521
1207.81/643.84	c cleaning 20006 clauses out of 40024 with flag 470028/1571521
1224.77/652.30	c cleaning 21002 clauses out of 42019 with flag 518112/1593522
1241.57/660.67	c cleaning 22000 clauses out of 44017 with flag 569478/1616522
1259.37/669.59	c cleaning 22997 clauses out of 46017 with flag 622566/1640522
1279.28/679.38	c cleaning 24001 clauses out of 48020 with flag 676478/1665522
1299.88/689.62	c cleaning 25000 clauses out of 50021 with flag 733733/1691524
1320.87/700.13	c cleaning 25999 clauses out of 52019 with flag 791683/1718522
1343.36/711.29	c cleaning 27001 clauses out of 54019 with flag 853272/1746521
1366.34/722.58	c cleaning 28002 clauses out of 56018 with flag 916969/1775521
1390.57/734.49	c cleaning 28998 clauses out of 58016 with flag 980198/1805521
1417.12/748.56	c cleaning 29997 clauses out of 60021 with flag 1046549/1836524
1441.69/760.76	c cleaning 31005 clauses out of 62021 with flag 1112534/1868521
1469.81/774.64	c cleaning 31998 clauses out of 64016 with flag 1179913/1901521
1499.83/789.39	c cleaning 32999 clauses out of 66019 with flag 1250846/1935522
1509.98/794.32	c And the winner is solver0
1511.14/795.48	c Got one! Elapsed wall clock time (in seconds):795.371
1511.14/795.48	o 1229
1515.78/797.72	c cleaning 25500 clauses out of 51014 with flag 10995/1953516
1520.24/799.99	c cleaning 15743 clauses out of 31514 with flag 23875/1959516
1525.24/802.45	c cleaning 11372 clauses out of 22771 with flag 39158/1966516
1530.85/805.23	c cleaning 9692 clauses out of 19399 with flag 56400/1974516
1537.23/808.43	c cleaning 9345 clauses out of 18709 with flag 74990/1983518
1544.05/811.87	c cleaning 9663 clauses out of 19362 with flag 96058/1993516
1545.23/812.42	c And the winner is solver0
1548.57/815.60	c Got one! Elapsed wall clock time (in seconds):815.499
1548.57/815.60	o 1226
1551.65/817.15	c cleaning 7649 clauses out of 15317 with flag 9014/1999134
1555.85/819.26	c cleaning 6821 clauses out of 13668 with flag 21977/2005134
1559.65/821.12	c And the winner is solver0
1561.27/822.64	c Got one! Elapsed wall clock time (in seconds):822.53
1561.27/822.64	o 1224
1565.21/824.61	c cleaning 8658 clauses out of 17329 with flag 11025/2015616
1569.66/826.82	c cleaning 7321 clauses out of 14670 with flag 24103/2021615
1574.66/829.33	c cleaning 7158 clauses out of 14351 with flag 38527/2028617
1580.26/832.19	c cleaning 7584 clauses out of 15192 with flag 55309/2036616
1586.86/835.42	c cleaning 8285 clauses out of 16609 with flag 74799/2045617
1594.26/839.13	c cleaning 9154 clauses out of 18323 with flag 97013/2055616
1602.26/843.14	c cleaning 10071 clauses out of 20169 with flag 120083/2066616
1611.25/847.62	c cleaning 11033 clauses out of 22097 with flag 145332/2078615
1620.85/852.44	c cleaning 12015 clauses out of 24064 with flag 172653/2091615
1631.76/857.90	c cleaning 13009 clauses out of 26050 with flag 202185/2105616
1643.56/863.73	c cleaning 14010 clauses out of 28040 with flag 233622/2120615
1655.16/869.60	c cleaning 15005 clauses out of 30030 with flag 268076/2136615
1668.47/876.12	c cleaning 16009 clauses out of 32031 with flag 304797/2153621
1681.67/882.80	c cleaning 16997 clauses out of 34016 with flag 343245/2171615
1695.86/889.85	c cleaning 18000 clauses out of 36022 with flag 384703/2190618
1710.27/897.03	c cleaning 19006 clauses out of 38019 with flag 428588/2210615
1724.68/904.22	c cleaning 19998 clauses out of 40014 with flag 474423/2231616
1739.86/911.90	c cleaning 21000 clauses out of 42015 with flag 521074/2253615
1755.86/919.84	c cleaning 21993 clauses out of 44016 with flag 568007/2276616
1772.85/928.38	c cleaning 23003 clauses out of 46025 with flag 618521/2300618
1791.03/937.37	c cleaning 24003 clauses out of 48019 with flag 673840/2325615
1800.02/941.80	c >>>>>>>>>> Solver number 0 (99 answers) <<<<<<<<<<<<<<<<<<
1800.02/941.80	c starts		: 100
1800.02/941.80	c conflicts		: 2338222
1800.02/941.80	c decisions		: 2373503
1800.02/941.80	c propagations		: 73977139
1800.02/941.80	c inspects		: 2178492541
1800.02/941.80	c shortcuts		: 0
1800.02/941.80	c learnt literals	: 0
1800.02/941.80	c learnt binary clauses	: 0
1800.02/941.80	c learnt ternary clauses	: 107
1800.02/941.80	c learnt constraints	: 2338222
1800.02/941.80	c ignored constraints	: 0
1800.02/941.80	c root simplifications	: 0
1800.02/941.80	c removed literals (reason simplification)	: 57443959
1800.02/941.80	c reason swapping (by a shorter reason)	: 0
1800.02/941.80	c Calls to reduceDB	: 172
1800.02/941.80	c Number of update (reduction) of LBD	: 3645
1800.02/941.80	c Imported unit clauses	: 0
1800.02/941.80	c number of reductions to clauses (during analyze)	: 0
1800.02/941.80	c number of learned constraints concerned by reduction	: 0
1800.02/941.80	c number of learning phase by resolution	: 0
1800.02/941.80	c number of learning phase by cutting planes	: 0
1800.02/941.80	c speed (assignments/second)	: 78594.98748997338
1800.02/941.80	c non guided choices	13
1800.02/941.82	c learnt constraints type 
1800.02/941.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36623
1800.02/941.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/941.82	c starts		: 114
1800.02/941.82	c conflicts		: 2435
1800.02/941.82	c decisions		: 21680
1800.02/941.82	c propagations		: 398779
1800.02/941.82	c inspects		: 141738534
1800.02/941.82	c shortcuts		: 0
1800.02/941.82	c learnt literals	: 0
1800.02/941.82	c learnt binary clauses	: 0
1800.02/941.82	c learnt ternary clauses	: 0
1800.02/941.82	c learnt constraints	: 2378
1800.02/941.82	c ignored constraints	: 0
1800.02/941.82	c root simplifications	: 0
1800.02/941.82	c removed literals (reason simplification)	: 0
1800.02/941.82	c reason swapping (by a shorter reason)	: 0
1800.02/941.82	c Calls to reduceDB	: 0
1800.02/941.82	c Number of update (reduction) of LBD	: 0
1800.02/941.82	c Imported unit clauses	: 0
1800.02/941.82	c number of reductions to clauses (during analyze)	: 0
1800.02/941.82	c number of learned constraints concerned by reduction	: 0
1800.02/941.82	c number of learning phase by resolution	: 0
1800.02/941.82	c number of learning phase by cutting planes	: 0
1800.02/941.82	c speed (assignments/second)	: 3346.191283333613
1800.02/941.82	c non guided choices	0
1800.02/941.82	c learnt constraints type 
1800.02/941.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2378
1800.02/941.82	s SATISFIABLE
1800.02/941.82	c Found 99 solution(s)
1800.02/941.82	v x1 x2 x3 -x4 -x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 x28 x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 x55 x56 x57 -x58 x59 x60 x61 -x62 -x63 x64 x65 x66 x67 x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 x94 x95 -x96 -x97 x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 x107 x108 -x109 -x110 x111 -x112 x113 x114 x115 -x116 -x117 x118 x119 x120 x121 x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 x139 x140 x141 x142 x143 x144 x145 -x146 -x147 -x148 x149 x150 x151 -x152 x153 -x154 -x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 x188 x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 x230 x231 x232 -x233 -x234 -x235 x236 x237 x238 -x239 -x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 -x250 -x251 x252 x253 x254 -x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 -x265 -x266 x267 x268 x269 -x270 x271 x272 x273 x274 x275 -x276 x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 x290 -x291 -x292 -x293 -x294 x295 x296 -x297 -x298 x299 x300 x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 x317 x318 x319 -x320 -x321 x322 x323 x324 x325 -x326 x327 x328 x329 -x330 x331 x332 x333 x334 x335 x336 x337 x338 -x339 x340 x341 x342 x343 x344 x345 x346 -x347 -x348 x349 x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 -x375 x376 -x377 x378 -x379 -x380 x381 
1800.02/941.82	c objective function=1224
1800.02/941.82	c Total wall clock time (in seconds): 941.719

Verifier Data

OK	1224

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

pid=13867
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: 4.09 4.02 4.01 4/197 13870
/proc/meminfo: memFree=29000312/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 6688113 98570240 978 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 24065 978 744 9 0 16771 0
[pid=13870/tid=13871] ppid=13867 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) R 13867 13870 8968 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 6688114 98570240 978 33554432000 1073741824 1073778376 140736612401392 140302689672744 218234701184 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.09 4.02 4.01 4/197 13870
/proc/meminfo: memFree=29000312/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 4531 0 1 0 10 1 0 0 20 0 18 0 6688113 9787879424 5660 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2389619 5660 2156 9 0 2380296 0
[pid=13870/tid=13871] ppid=13867 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) R 13867 13870 8968 0 -1 4202560 2441 0 1 0 8 0 0 0 20 0 18 0 6688114 9787879424 5660 33554432000 1073741824 1073778376 140736612401392 140302689676192 140302697442118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 4.09 4.02 4.01 4/197 13870
/proc/meminfo: memFree=29000312/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 4663 0 1 0 23 1 0 0 20 0 18 0 6688113 9787879424 6763 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2389619 6763 2213 9 0 2380296 0
[pid=13870/tid=13871] ppid=13867 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) R 13867 13870 8968 0 -1 4202560 2462 0 1 0 16 2 0 0 20 0 18 0 6688114 9787879424 6763 33554432000 1073741824 1073778376 140736612401392 140302689676192 140302629472565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 4.09 4.02 4.01 4/197 13870
/proc/meminfo: memFree=29000312/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 5915 0 1 0 47 1 0 0 20 0 18 0 6688113 9787879424 8525 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2389619 8525 2240 9 0 2380296 0
[pid=13870/tid=13871] ppid=13867 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) R 13867 13870 8968 0 -1 4202560 2466 0 1 0 26 2 0 0 20 0 18 0 6688114 9787879424 8525 33554432000 1073741824 1073778376 140736612401392 140302689677256 140302629430780 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.700225 s]
/proc/loadavg: 4.09 4.02 4.01 4/197 13870
/proc/meminfo: memFree=29000312/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 22346 0 1 0 156 6 0 0 20 0 19 0 6688113 10060525568 25299 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 25299 2261 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2493 0 1 0 50 2 0 0 20 0 19 0 6688114 10060525568 25299 33554432000 1073741824 1073778376 140736612401392 140302689678200 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) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.09 4.02 4.01 7/219 13895
/proc/meminfo: memFree=28862576/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 27903 0 1 0 297 10 0 0 20 0 19 0 6688113 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 27768 2271 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2496 0 1 0 52 2 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6688115 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6688116 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13883] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13883/stat : 13883 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6688116 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302511822088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13884] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13884/stat : 13884 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302510770576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13885] ppid=13867 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/13870/task/13885/stat : 13885 (java) S 13867 13870 8968 0 -1 4202560 11388 0 0 0 94 3 0 0 20 0 19 0 6688118 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302509718200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13886] ppid=13867 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/13870/task/13886/stat : 13886 (java) S 13867 13870 8968 0 -1 4202560 12669 0 0 0 89 2 0 0 20 0 19 0 6688118 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302508665400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13887] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13887/stat : 13887 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302507613304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13888] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13888/stat : 13888 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302506560712 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13892] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13892/stat : 13892 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6688170 10060525568 27768 33554432000 1073741824 1073778376 140736612401392 140302502298664 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10072 s]
/proc/loadavg: 4.09 4.02 4.01 3/216 13901
/proc/meminfo: memFree=28838972/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 28577 0 1 0 344 14 0 0 20 0 20 0 6688113 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 34977 2276 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2499 0 1 0 56 2 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6688115 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6688116 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13883] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13883/stat : 13883 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6688116 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302511822088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13884] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13884/stat : 13884 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302510770576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13885] ppid=13867 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/13870/task/13885/stat : 13885 (java) S 13867 13870 8968 0 -1 4202560 11396 0 0 0 102 3 0 0 20 0 19 0 6688118 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302509718200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13886] ppid=13867 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/13870/task/13886/stat : 13886 (java) S 13867 13870 8968 0 -1 4202560 13294 0 0 0 105 3 0 0 20 0 19 0 6688118 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302508665400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13887] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13887/stat : 13887 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302507613304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13888] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13888/stat : 13888 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688118 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302506560712 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13892] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13892/stat : 13892 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6688170 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302502298664 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9824732

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

[startup+3.10072 s]
/proc/loadavg: 4.09 4.02 4.01 3/216 13901
/proc/meminfo: memFree=28838972/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 28577 0 1 0 344 14 0 0 20 0 20 0 6688113 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 34977 2276 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2499 0 1 0 56 2 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34977 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6688114 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6688115 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6688116 10060525568 34974 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 44054 0 1 0 155381 706 0 0 20 0 20 0 6688113 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 1224136 2303 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2524 0 1 0 103 4 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1338 0 0 0 307 61 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1161 0 0 0 296 61 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1259 0 0 0 335 66 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1174 0 0 0 328 61 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1254 0 0 0 339 53 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1218 0 0 0 315 61 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1257 0 0 0 341 67 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 1499 0 0 0 326 73 0 0 20 0 20 0 6688114 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 3725 0 0 0 819 13 0 0 20 0 20 0 6688115 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 6688116 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13883] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13883/stat : 13883 (java) S 13867 13870 8968 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 20 0 6688116 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302511822088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13884] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13884/stat : 13884 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688118 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302510770576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13885] ppid=13867 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/13870/task/13885/stat : 13885 (java) S 13867 13870 8968 0 -1 4202560 11441 0 0 0 152 3 0 0 20 0 20 0 6688118 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302509718200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13886] ppid=13867 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/13870/task/13886/stat : 13886 (java) S 13867 13870 8968 0 -1 4202560 13312 0 0 0 142 3 0 0 20 0 20 0 6688118 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302508665400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13887] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13887/stat : 13887 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 6688118 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302507613304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13888] ppid=13867 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13870/task/13888/stat : 13888 (java) S 13867 13870 8968 0 -1 4202560 47 0 0 0 10 14 0 0 20 0 20 0 6688118 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302506560712 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13892] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13892/stat : 13892 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 6688170 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302502298664 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=14225] ppid=13867 vsize=9824732 CPUtime=6.61 cores=1,3,5,7
/proc/13870/task/14225/stat : 14225 (java) R 13867 13870 8968 0 -1 4202560 4 0 0 0 661 0 0 0 20 0 20 0 6769675 10060525568 1224136 33554432000 1073741824 1073778376 140736612401392 140302503349536 140302630531391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1560.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.99 4.00 3.98 5/219 14230
/proc/meminfo: memFree=19962044/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=1680.87 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 44173 0 1 0 167378 709 0 0 20 0 22 0 6688113 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 1228290 2303 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2524 0 1 0 104 4 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1341 0 0 0 318 61 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1169 0 0 0 302 61 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1265 0 0 0 344 67 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=3.96 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1192 0 0 0 335 61 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1256 0 0 0 350 53 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1223 0 0 0 327 61 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1259 0 0 0 352 67 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 1501 0 0 0 332 73 0 0 20 0 22 0 6688114 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 3782 0 0 0 819 13 0 0 20 0 22 0 6688115 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6688116 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13883] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13883/stat : 13883 (java) S 13867 13870 8968 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 22 0 6688116 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302511822088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13884] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13884/stat : 13884 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6688118 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302510770576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13885] ppid=13867 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/13870/task/13885/stat : 13885 (java) S 13867 13870 8968 0 -1 4202560 11441 0 0 0 152 3 0 0 20 0 22 0 6688118 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302509718200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13886] ppid=13867 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/13870/task/13886/stat : 13886 (java) S 13867 13870 8968 0 -1 4202560 13312 0 0 0 142 3 0 0 20 0 22 0 6688118 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302508665400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13887] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13887/stat : 13887 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6688118 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302507613304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13888] ppid=13867 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/13870/task/13888/stat : 13888 (java) S 13867 13870 8968 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 6688118 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302506560712 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13892] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13892/stat : 13892 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6688170 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302502298664 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=14227] ppid=13867 vsize=9824732 CPUtime=59.47 cores=1,3,5,7
/proc/13870/task/14227/stat : 14227 (java) R 13867 13870 8968 0 -1 4202560 5 0 0 0 5947 0 0 0 20 0 22 0 6770378 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302503342096 140302630508748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=14228] ppid=13867 vsize=9824732 CPUtime=59.48 cores=1,3,5,7
/proc/13870/task/14228/stat : 14228 (java) R 13867 13870 8968 0 -1 4202560 4 0 0 0 5948 0 0 0 20 0 22 0 6770378 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302504401200 140302630677676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=14229] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/14229/stat : 14229 (java) S 13867 13870 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6770378 10060525568 1228290 33554432000 1073741824 1073778376 140736612401392 140302505457064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.801 s]
/proc/loadavg: 3.73 3.91 3.95 3/216 14449
/proc/meminfo: memFree=23099464/32872528 swapFree=7620/7620
[pid=13870] ppid=13867 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/13870/stat : 13870 (java) S 13867 13870 8968 0 -1 4202496 44223 0 1 0 179291 710 0 0 20 0 22 0 6688113 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140736612392528 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13870/statm: 2456183 1228333 2303 9 0 2446860 0
[pid=13870/tid=13871] ppid=13867 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/13870/task/13871/stat : 13871 (java) S 13867 13870 8968 0 -1 4202560 2524 0 1 0 105 4 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302689678200 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13873] ppid=13867 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/13870/task/13873/stat : 13873 (java) S 13867 13870 8968 0 -1 4202560 1353 0 0 0 323 61 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302628407592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13874] ppid=13867 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/13870/task/13874/stat : 13874 (java) S 13867 13870 8968 0 -1 4202560 1170 0 0 0 307 61 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302627354792 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13875] ppid=13867 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/13870/task/13875/stat : 13875 (java) S 13867 13870 8968 0 -1 4202560 1265 0 0 0 347 67 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302626302504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=13876] ppid=13867 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/13870/task/13876/stat : 13876 (java) S 13867 13870 8968 0 -1 4202560 1195 0 0 0 339 61 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302625249704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13877] ppid=13867 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/13870/task/13877/stat : 13877 (java) S 13867 13870 8968 0 -1 4202560 1257 0 0 0 358 53 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302624197416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13878] ppid=13867 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/13870/task/13878/stat : 13878 (java) S 13867 13870 8968 0 -1 4202560 1224 0 0 0 331 61 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302528232104 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13879] ppid=13867 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/13870/task/13879/stat : 13879 (java) S 13867 13870 8968 0 -1 4202560 1260 0 0 0 355 67 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302527179816 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13880] ppid=13867 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/13870/task/13880/stat : 13880 (java) S 13867 13870 8968 0 -1 4202560 1501 0 0 0 335 73 0 0 20 0 22 0 6688114 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302526127016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13881] ppid=13867 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/13870/task/13881/stat : 13881 (java) S 13867 13870 8968 0 -1 4202560 3808 0 0 0 819 13 0 0 20 0 22 0 6688115 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302513928424 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13882] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13882/stat : 13882 (java) S 13867 13870 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6688116 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302512874488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13883] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13883/stat : 13883 (java) S 13867 13870 8968 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 22 0 6688116 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302511822088 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13884] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13884/stat : 13884 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6688118 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302510770576 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13885] ppid=13867 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/13870/task/13885/stat : 13885 (java) S 13867 13870 8968 0 -1 4202560 11441 0 0 0 152 3 0 0 20 0 22 0 6688118 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302509718200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13870/tid=13886] ppid=13867 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/13870/task/13886/stat : 13886 (java) S 13867 13870 8968 0 -1 4202560 13312 0 0 0 142 3 0 0 20 0 22 0 6688118 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302508665400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13887] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13887/stat : 13887 (java) S 13867 13870 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6688118 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302507613304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13870/tid=13888] ppid=13867 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/13870/task/13888/stat : 13888 (java) S 13867 13870 8968 0 -1 4202560 55 0 0 0 12 15 0 0 20 0 22 0 6688118 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302506560712 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=13892] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/13892/stat : 13892 (java) S 13867 13870 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6688170 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302502298664 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=14227] ppid=13867 vsize=9824732 CPUtime=118.87 cores=1,3,5,7
/proc/13870/task/14227/stat : 14227 (java) R 13867 13870 8968 0 -1 4202560 5 0 0 0 11886 1 0 0 20 0 22 0 6770378 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302503342096 140302630037664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13870/tid=14228] ppid=13867 vsize=9824732 CPUtime=118.88 cores=1,3,5,7
/proc/13870/task/14228/stat : 14228 (java) R 13867 13870 8968 0 -1 4202560 5 0 0 0 11887 1 0 0 20 0 22 0 6770378 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302504402336 140302630677676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13870/tid=14229] ppid=13867 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13870/task/14229/stat : 14229 (java) S 13867 13870 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6770378 10060525568 1228333 33554432000 1073741824 1073778376 140736612401392 140302505457064 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13870 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

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.0101221
#  lost CPU user time (s): 0.0200098
#  lost CPU system time (s): -0.0100002

Real time (s): 941.858
CPU time (s): 1800.35
CPU user time (s): 1793
CPU system time (s): 7.35188
CPU usage (%): 191.149
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.98
system time used= 7.36188
maximum resident set size= 4913444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44260
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27073
involuntary context switches= 27553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58115 second user time and 8.04678 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 05:38:40
IDJOB=4119509
IDBENCH=111748
IDSOLVER=2543
FILE ID=node106/4119509-1467257920
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-edgecross20-080.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119509-1467257920/watcher-4119509-1467257920 -o /tmp/evaluation-result-4119509-1467257920/solver-4119509-1467257920 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119509-1467257920.opb

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

MD5SUM BENCH= 394fdbb8a39a23ab20c62a44fe135b70
RANDOM SEED=1914247631

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:        29000956 kB
Buffers:           43496 kB
Cached:          2861028 kB
SwapCached:            0 kB
Active:          2418644 kB
Inactive:         684660 kB
Active(anon):     184932 kB
Inactive(anon):    16068 kB
Active(file):    2233712 kB
Inactive(file):   668592 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        261472 kB
Mapped:            23516 kB
Shmem:               204 kB
Slab:             624292 kB
SReclaimable:      67328 kB
SUnreclaim:       556964 kB
KernelStack:        1808 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     699620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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 05:54:22