Trace number 4092001

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.74 1821.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark6.90595
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092001-1466077639.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     238
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 69 literals
0.62/0.34	c And the winner is solver0
1.21/0.69	c SATISFIABLE
1.21/0.69	c OPTIMIZING...
1.21/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.21/0.69	o 876
1.22/0.70	c And the winner is solver0
1.22/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.22/1.19	o 712
1.22/1.20	c And the winner is solver0
1.25/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.25/1.69	o 711
1.26/1.70	c And the winner is solver0
1.27/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.27/2.19	o 704
1.27/2.20	c And the winner is solver0
1.29/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.29/2.69	o 700
1.30/2.70	c And the winner is solver0
1.30/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.30/3.19	o 698
1.30/3.20	c And the winner is solver0
1.38/3.70	c Got one! Elapsed wall clock time (in seconds):3.577
1.38/3.70	o 693
1.38/3.70	c And the winner is solver0
1.43/4.20	c Got one! Elapsed wall clock time (in seconds):4.078
1.43/4.20	o 691
1.43/4.20	c And the winner is solver0
1.45/4.70	c Got one! Elapsed wall clock time (in seconds):4.579
1.45/4.70	o 669
1.45/4.71	c And the winner is solver0
1.51/5.20	c Got one! Elapsed wall clock time (in seconds):5.08
1.51/5.20	o 664
1.51/5.21	c And the winner is solver0
1.51/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
1.51/5.70	o 660
1.51/5.71	c And the winner is solver0
1.63/6.20	c Got one! Elapsed wall clock time (in seconds):6.083
1.63/6.20	o 657
1.63/6.21	c And the winner is solver0
1.69/6.70	c Got one! Elapsed wall clock time (in seconds):6.584
1.69/6.70	o 656
1.69/6.71	c And the winner is solver0
1.69/7.20	c Got one! Elapsed wall clock time (in seconds):7.085
1.69/7.20	o 655
1.69/7.21	c And the winner is solver0
1.69/7.70	c Got one! Elapsed wall clock time (in seconds):7.586
1.69/7.70	o 651
1.69/7.71	c And the winner is solver0
1.71/8.21	c Got one! Elapsed wall clock time (in seconds):8.087
1.71/8.21	o 648
1.71/8.21	c And the winner is solver0
1.72/8.71	c Got one! Elapsed wall clock time (in seconds):8.588
1.72/8.71	o 622
1.72/8.71	c And the winner is solver0
1.73/9.21	c Got one! Elapsed wall clock time (in seconds):9.089
1.73/9.21	o 616
1.73/9.21	c And the winner is solver0
1.73/9.71	c Got one! Elapsed wall clock time (in seconds):9.59
1.73/9.71	o 601
1.73/9.72	c And the winner is solver0
1.74/10.21	c Got one! Elapsed wall clock time (in seconds):10.091
1.74/10.21	o 574
1.74/10.23	c And the winner is solver0
1.83/10.71	c Got one! Elapsed wall clock time (in seconds):10.592
1.83/10.71	o 562
1.83/10.72	c And the winner is solver0
1.84/11.21	c Got one! Elapsed wall clock time (in seconds):11.093
1.84/11.21	o 558
1.84/11.23	c And the winner is solver0
1.90/11.71	c Got one! Elapsed wall clock time (in seconds):11.594
1.90/11.71	o 543
1.90/11.72	c And the winner is solver0
1.91/12.21	c Got one! Elapsed wall clock time (in seconds):12.095
1.91/12.21	o 539
1.91/12.22	c And the winner is solver0
1.91/12.71	c Got one! Elapsed wall clock time (in seconds):12.596
1.91/12.71	o 536
1.91/12.72	c And the winner is solver0
1.94/13.22	c Got one! Elapsed wall clock time (in seconds):13.097
1.94/13.22	o 512
1.94/13.22	c And the winner is solver0
1.94/13.72	c Got one! Elapsed wall clock time (in seconds):13.598
1.94/13.72	o 508
1.94/13.72	c And the winner is solver0
1.94/14.22	c Got one! Elapsed wall clock time (in seconds):14.099
1.94/14.22	o 504
1.94/14.23	c And the winner is solver0
1.96/14.72	c Got one! Elapsed wall clock time (in seconds):14.6
1.96/14.72	o 499
1.96/14.73	c And the winner is solver0
1.97/15.22	c Got one! Elapsed wall clock time (in seconds):15.101
1.97/15.22	o 494
1.97/15.22	c And the winner is solver0
1.97/15.72	c Got one! Elapsed wall clock time (in seconds):15.602
1.97/15.72	o 490
1.97/15.73	c And the winner is solver0
1.97/16.22	c Got one! Elapsed wall clock time (in seconds):16.103
1.97/16.22	o 489
1.97/16.23	c And the winner is solver0
1.97/16.72	c Got one! Elapsed wall clock time (in seconds):16.604
1.97/16.72	o 488
1.97/16.73	c And the winner is solver0
2.00/17.22	c Got one! Elapsed wall clock time (in seconds):17.105
2.00/17.22	o 482
2.00/17.24	c And the winner is solver0
2.09/17.72	c Got one! Elapsed wall clock time (in seconds):17.606
2.09/17.72	o 481
2.09/17.73	c And the winner is solver0
2.11/18.23	c Got one! Elapsed wall clock time (in seconds):18.107
2.11/18.23	o 459
2.11/18.23	c And the winner is solver0
2.17/18.73	c Got one! Elapsed wall clock time (in seconds):18.608
2.17/18.73	o 428
2.17/18.75	c And the winner is solver0
2.22/19.23	c Got one! Elapsed wall clock time (in seconds):19.109
2.22/19.23	o 426
2.22/19.24	c And the winner is solver0
2.33/19.73	c Got one! Elapsed wall clock time (in seconds):19.61
2.33/19.73	o 421
2.33/19.74	c And the winner is solver0
2.33/20.23	c Got one! Elapsed wall clock time (in seconds):20.111
2.33/20.23	o 420
2.33/20.24	c And the winner is solver0
2.33/20.73	c Got one! Elapsed wall clock time (in seconds):20.612
2.33/20.73	o 418
2.33/20.75	c And the winner is solver0
2.49/21.23	c Got one! Elapsed wall clock time (in seconds):21.113
2.49/21.23	o 416
2.49/21.29	c And the winner is solver0
2.66/21.73	c Got one! Elapsed wall clock time (in seconds):21.614
2.66/21.73	o 386
2.66/21.78	c And the winner is solver0
2.80/22.23	c Got one! Elapsed wall clock time (in seconds):22.114
2.80/22.23	o 384
2.80/22.27	c And the winner is solver0
2.87/22.73	c Got one! Elapsed wall clock time (in seconds):22.615
2.87/22.73	o 383
2.87/22.77	c And the winner is solver0
2.94/23.23	c Got one! Elapsed wall clock time (in seconds):23.116
2.94/23.23	o 380
2.94/23.24	c And the winner is solver0
2.95/23.74	c Got one! Elapsed wall clock time (in seconds):23.617
2.95/23.74	o 371
2.95/23.75	c And the winner is solver0
3.00/24.24	c Got one! Elapsed wall clock time (in seconds):24.118
3.00/24.24	o 365
3.00/24.24	c And the winner is solver0
3.00/24.74	c Got one! Elapsed wall clock time (in seconds):24.619
3.00/24.74	o 360
3.00/24.75	c And the winner is solver0
3.02/25.24	c Got one! Elapsed wall clock time (in seconds):25.12
3.02/25.24	o 356
3.02/25.26	c And the winner is solver0
3.09/25.74	c Got one! Elapsed wall clock time (in seconds):25.621
3.09/25.74	o 354
3.09/25.75	c And the winner is solver0
3.09/26.24	c Got one! Elapsed wall clock time (in seconds):26.122
3.09/26.24	o 353
3.09/26.26	c And the winner is solver0
3.14/26.74	c Got one! Elapsed wall clock time (in seconds):26.623
3.14/26.74	o 349
3.14/26.75	c And the winner is solver0
3.16/27.24	c Got one! Elapsed wall clock time (in seconds):27.124
3.16/27.24	o 333
3.16/27.27	c And the winner is solver0
3.22/27.74	c Got one! Elapsed wall clock time (in seconds):27.625
3.22/27.74	o 329
3.22/27.76	c And the winner is solver0
3.26/28.24	c Got one! Elapsed wall clock time (in seconds):28.125
3.26/28.24	o 323
3.26/28.25	c And the winner is solver0
3.26/28.74	c Got one! Elapsed wall clock time (in seconds):28.626
3.26/28.74	o 314
3.26/28.76	c And the winner is solver0
3.30/29.25	c Got one! Elapsed wall clock time (in seconds):29.127
3.30/29.25	o 301
3.42/29.30	c And the winner is solver0
3.44/29.75	c Got one! Elapsed wall clock time (in seconds):29.627
3.44/29.75	o 299
3.44/29.76	c And the winner is solver0
3.49/30.25	c Got one! Elapsed wall clock time (in seconds):30.128
3.49/30.25	o 297
3.60/30.31	c And the winner is solver0
3.63/30.75	c Got one! Elapsed wall clock time (in seconds):30.629
3.63/30.75	o 289
3.63/30.78	c And the winner is solver0
3.72/31.25	c Got one! Elapsed wall clock time (in seconds):31.13
3.72/31.25	o 281
3.72/31.28	c And the winner is solver0
3.80/31.75	c Got one! Elapsed wall clock time (in seconds):31.632
3.80/31.75	o 278
3.80/31.77	c And the winner is solver0
3.84/32.25	c Got one! Elapsed wall clock time (in seconds):32.132
3.84/32.25	o 277
3.93/32.33	c cleaning 9429 clauses out of 18876 with flag 3082/18876
3.93/32.34	c And the winner is solver0
4.04/32.75	c Got one! Elapsed wall clock time (in seconds):32.633
4.04/32.75	o 272
4.04/32.76	c And the winner is solver0
4.05/33.25	c Got one! Elapsed wall clock time (in seconds):33.134
4.05/33.25	o 267
4.15/33.37	c And the winner is solver0
4.33/33.75	c Got one! Elapsed wall clock time (in seconds):33.635
4.33/33.75	o 222
4.62/33.92	c cleaning 7906 clauses out of 15825 with flag 11696/25254
4.62/33.95	c And the winner is solver0
4.79/34.25	c Got one! Elapsed wall clock time (in seconds):34.135
4.79/34.25	o 211
5.08/34.47	c cleaning 6847 clauses out of 13700 with flag 17680/31035
5.29/34.58	c And the winner is solver0
5.47/34.75	c Got one! Elapsed wall clock time (in seconds):34.636
5.47/34.75	o 205
5.56/34.83	c And the winner is solver0
5.66/35.26	c Got one! Elapsed wall clock time (in seconds):35.137
5.66/35.26	o 204
5.66/35.28	c And the winner is solver0
5.74/35.76	c Got one! Elapsed wall clock time (in seconds):35.638
5.74/35.76	o 188
5.82/35.85	c cleaning 6892 clauses out of 13786 with flag 7513/37968
6.02/35.97	c And the winner is solver0
6.37/36.26	c Got one! Elapsed wall clock time (in seconds):36.138
6.37/36.26	o 186
6.48/36.35	c cleaning 6242 clauses out of 12484 with flag 8239/43558
6.86/36.59	c cleaning 6119 clauses out of 12240 with flag 33388/49556
7.27/36.77	c And the winner is solver0
7.43/37.26	c Got one! Elapsed wall clock time (in seconds):37.142
7.43/37.26	o 184
7.50/37.31	c cleaning 5773 clauses out of 11548 with flag 4311/54983
7.50/37.36	c And the winner is solver0
7.64/37.76	c Got one! Elapsed wall clock time (in seconds):37.642
7.64/37.76	o 182
7.71/37.83	c And the winner is solver0
7.80/38.26	c Got one! Elapsed wall clock time (in seconds):38.143
7.80/38.26	o 179
8.07/38.40	c cleaning 6041 clauses out of 12095 with flag 13523/61303
8.07/38.41	c And the winner is solver0
8.12/38.76	c Got one! Elapsed wall clock time (in seconds):38.643
8.12/38.76	o 177
8.12/38.79	c And the winner is solver0
8.19/39.26	c Got one! Elapsed wall clock time (in seconds):39.144
8.19/39.26	o 176
8.46/39.45	c And the winner is solver0
8.68/39.76	c Got one! Elapsed wall clock time (in seconds):39.645
8.68/39.76	o 175
8.74/39.81	c cleaning 6327 clauses out of 12662 with flag 4585/67911
8.74/39.84	c And the winner is solver0
8.94/40.26	c Got one! Elapsed wall clock time (in seconds):40.145
8.94/40.26	o 169
8.94/40.29	c And the winner is solver0
9.14/40.76	c Got one! Elapsed wall clock time (in seconds):40.646
9.14/40.76	o 168
9.22/40.84	c And the winner is solver0
9.39/41.26	c Got one! Elapsed wall clock time (in seconds):41.146
9.39/41.26	o 167
9.46/41.40	c cleaning 6602 clauses out of 13208 with flag 14122/74784
9.66/41.44	c And the winner is solver0
9.79/41.77	c Got one! Elapsed wall clock time (in seconds):41.647
9.79/41.77	o 151
10.06/41.93	c cleaning 5974 clauses out of 11949 with flag 19432/80127
10.45/42.17	c cleaning 5984 clauses out of 11975 with flag 45803/86127
10.85/42.30	c And the winner is solver0
10.92/42.77	c Got one! Elapsed wall clock time (in seconds):42.648
10.92/42.77	o 140
10.98/42.86	c cleaning 5730 clauses out of 11484 with flag 9064/91620
11.19/42.92	c And the winner is solver0
11.25/43.27	c Got one! Elapsed wall clock time (in seconds):43.149
11.25/43.27	o 139
11.25/43.29	c And the winner is solver0
11.30/43.77	c Got one! Elapsed wall clock time (in seconds):43.65
11.30/43.77	o 126
11.36/43.81	c And the winner is solver0
11.54/44.27	c Got one! Elapsed wall clock time (in seconds):44.15
11.54/44.27	o 125
11.59/44.33	c And the winner is solver0
11.77/44.77	c Got one! Elapsed wall clock time (in seconds):44.651
11.77/44.77	o 124
11.77/44.78	c And the winner is solver0
11.79/45.27	c Got one! Elapsed wall clock time (in seconds):45.152
11.79/45.27	o 122
11.79/45.30	c And the winner is solver0
12.01/45.77	c Got one! Elapsed wall clock time (in seconds):45.653
12.01/45.77	o 119
12.26/45.93	c cleaning 6922 clauses out of 13861 with flag 11728/99727
12.57/46.02	c And the winner is solver0
12.83/46.27	c Got one! Elapsed wall clock time (in seconds):46.153
12.83/46.27	o 117
12.89/46.31	c And the winner is solver0
13.05/46.77	c Got one! Elapsed wall clock time (in seconds):46.654
13.05/46.77	o 114
13.09/46.87	c cleaning 6245 clauses out of 12506 with flag 7748/105294
13.34/46.94	c And the winner is solver0
13.74/47.27	c Got one! Elapsed wall clock time (in seconds):47.155
13.74/47.27	o 112
13.82/47.35	c And the winner is solver0
14.01/47.77	c Got one! Elapsed wall clock time (in seconds):47.655
14.01/47.77	o 111
14.06/47.83	c And the winner is solver0
14.24/48.27	c Got one! Elapsed wall clock time (in seconds):48.156
14.24/48.27	o 109
14.28/48.37	c cleaning 6794 clauses out of 13590 with flag 8790/112623
14.70/48.53	c And the winner is solver0
14.78/48.78	c Got one! Elapsed wall clock time (in seconds):48.657
14.78/48.78	o 107
14.82/48.83	c cleaning 6008 clauses out of 12024 with flag 4193/117851
14.82/48.85	c And the winner is solver0
15.04/49.28	c Got one! Elapsed wall clock time (in seconds):49.158
15.04/49.28	o 106
15.08/49.30	c And the winner is solver0
15.24/49.78	c Got one! Elapsed wall clock time (in seconds):49.658
15.24/49.78	o 101
15.47/49.90	c And the winner is solver0
15.53/50.28	c Got one! Elapsed wall clock time (in seconds):50.159
15.53/50.28	o 97
15.56/50.32	c And the winner is solver0
15.75/50.78	c Got one! Elapsed wall clock time (in seconds):50.66
15.75/50.78	o 94
15.78/50.88	c cleaning 6806 clauses out of 13612 with flag 8604/125447
16.38/51.12	c cleaning 6396 clauses out of 12803 with flag 33658/131444
16.98/51.40	c cleaning 6694 clauses out of 13407 with flag 62418/138444
16.98/51.49	c And the winner is solver0
17.18/51.78	c Got one! Elapsed wall clock time (in seconds):51.661
17.18/51.78	o 92
17.41/51.91	c cleaning 6133 clauses out of 12270 with flag 10425/144001
17.81/52.15	c cleaning 6068 clauses out of 12137 with flag 30369/150001
17.81/52.18	c And the winner is solver0
18.00/52.28	c Got one! Elapsed wall clock time (in seconds):52.161
18.00/52.28	o 89
18.04/52.31	c And the winner is solver0
18.09/52.78	c Got one! Elapsed wall clock time (in seconds):52.662
18.09/52.78	o 88
18.13/52.81	c And the winner is solver0
18.16/53.28	c Got one! Elapsed wall clock time (in seconds):53.164
18.16/53.28	o 86
18.59/53.50	c cleaning 6714 clauses out of 13440 with flag 17889/157372
18.59/53.55	c And the winner is solver0
18.72/53.78	c Got one! Elapsed wall clock time (in seconds):53.665
18.72/53.78	o 83
18.97/53.95	c cleaning 6116 clauses out of 12236 with flag 14941/162882
19.35/54.16	c And the winner is solver0
19.52/54.29	c Got one! Elapsed wall clock time (in seconds):54.166
19.52/54.29	o 81
19.56/54.36	c And the winner is solver0
19.76/54.79	c Got one! Elapsed wall clock time (in seconds):54.668
19.76/54.79	o 77
19.98/54.98	c cleaning 8590 clauses out of 17194 with flag 14413/173956
20.39/55.18	c And the winner is solver0
20.86/55.54	c Got one! Elapsed wall clock time (in seconds):55.42
20.86/55.54	o 72
20.86/55.57	c And the winner is solver0
20.97/56.04	c Got one! Elapsed wall clock time (in seconds):55.922
20.97/56.04	o 71
20.97/56.10	c cleaning 7606 clauses out of 15221 with flag 4160/180573
21.49/56.34	c cleaning 6804 clauses out of 13616 with flag 30708/186574
22.09/56.63	c cleaning 6897 clauses out of 13811 with flag 55498/193573
22.29/56.71	c And the winner is solver0
22.37/57.04	c Got one! Elapsed wall clock time (in seconds):56.925
22.37/57.04	o 70
22.48/57.17	c cleaning 6076 clauses out of 12163 with flag 11264/198822
23.08/57.40	c cleaning 6035 clauses out of 12087 with flag 37529/204822
23.48/57.68	c cleaning 6524 clauses out of 13053 with flag 67516/211823
24.08/57.99	c cleaning 7260 clauses out of 14528 with flag 100503/219822
24.89/58.37	c cleaning 8127 clauses out of 16269 with flag 147284/228823
25.89/58.83	c cleaning 9070 clauses out of 18141 with flag 202469/238822
26.89/59.34	c cleaning 10035 clauses out of 20072 with flag 263179/249823
27.90/59.84	c And the winner is solver0
28.03/60.05	c Got one! Elapsed wall clock time (in seconds):59.927
28.03/60.05	o 68
28.53/60.38	c cleaning 12928 clauses out of 25872 with flag 28560/265658
28.73/60.44	c And the winner is solver0
28.84/60.55	c Got one! Elapsed wall clock time (in seconds):60.43
28.84/60.55	o 66
29.12/60.77	c cleaning 9130 clauses out of 18284 with flag 23987/270998
29.53/60.97	c And the winner is solver0
29.78/61.10	c Got one! Elapsed wall clock time (in seconds):60.984
29.78/61.10	o 59
29.78/61.16	c cleaning 7390 clauses out of 14791 with flag 5088/276635
30.16/61.39	c cleaning 6693 clauses out of 13401 with flag 35116/282635
30.77/61.67	c cleaning 6851 clauses out of 13711 with flag 68403/289638
31.57/62.00	c And the winner is solver0
31.59/62.11	c Got one! Elapsed wall clock time (in seconds):61.987
31.59/62.11	o 58
31.97/62.37	c cleaning 9900 clauses out of 19802 with flag 19543/302580
32.57/62.62	c cleaning 7948 clauses out of 15901 with flag 44144/308579
33.17/62.91	c cleaning 7468 clauses out of 14956 with flag 73307/315582
33.79/63.24	c cleaning 7742 clauses out of 15485 with flag 105638/323580
33.79/63.29	c And the winner is solver0
34.00/63.61	c Got one! Elapsed wall clock time (in seconds):63.492
34.00/63.61	o 42
34.17/63.77	c cleaning 6702 clauses out of 13408 with flag 14731/329245
34.77/64.00	c cleaning 6351 clauses out of 12706 with flag 37278/335245
35.18/64.26	c cleaning 6675 clauses out of 13357 with flag 63331/342248
35.58/64.47	c And the winner is solver0
35.94/64.77	c Got one! Elapsed wall clock time (in seconds):64.646
35.94/64.77	o 41
36.27/65.00	c cleaning 8890 clauses out of 17783 with flag 19131/353349
36.87/65.26	c cleaning 7440 clauses out of 14892 with flag 41593/359349
37.49/65.53	c cleaning 7216 clauses out of 14451 with flag 66115/366349
37.49/65.59	c And the winner is solver0
37.73/65.77	c Got one! Elapsed wall clock time (in seconds):65.653
37.73/65.77	o 40
37.98/65.93	c cleaning 6482 clauses out of 12973 with flag 15361/372087
38.19/66.02	c And the winner is solver0
38.26/66.28	c Got one! Elapsed wall clock time (in seconds):66.16
38.26/66.28	o 38
38.49/66.41	c cleaning 6130 clauses out of 12272 with flag 10659/377868
38.89/66.63	c cleaning 6067 clauses out of 12143 with flag 31068/383869
39.29/66.87	c And the winner is solver0
39.87/67.34	c Got one! Elapsed wall clock time (in seconds):67.218
39.87/67.34	o 32
40.01/67.46	c And the winner is solver0
40.20/67.85	c Got one! Elapsed wall clock time (in seconds):67.727
40.20/67.85	o 30
40.30/67.96	c cleaning 8819 clauses out of 17643 with flag 6384/395438
40.70/68.18	c cleaning 7410 clauses out of 14826 with flag 27114/401440
41.30/68.42	c cleaning 7199 clauses out of 14413 with flag 49623/408440
41.90/68.70	c cleaning 7599 clauses out of 15208 with flag 75771/416438
42.30/68.93	c And the winner is solver0
42.74/69.35	c Got one! Elapsed wall clock time (in seconds):69.236
42.74/69.35	o 27
42.74/69.38	c And the winner is solver0
117.95/143.80	c Got one! Elapsed wall clock time (in seconds):143.68
117.95/143.80	o 26
117.95/143.84	c And the winner is solver0
784.58/808.39	c Got one! Elapsed wall clock time (in seconds):808.273
784.58/808.39	o 24
784.87/808.55	c And the winner is solver0
1800.08/1821.00	c >>>>>>>>>> Solver number 0 (123 answers) <<<<<<<<<<<<<<<<<<
1800.08/1821.00	c starts		: 352
1800.08/1821.00	c conflicts		: 424832
1800.08/1821.00	c decisions		: 743866
1800.08/1821.00	c propagations		: 12488429
1800.08/1821.00	c inspects		: 191883230
1800.08/1821.00	c shortcuts		: 0
1800.08/1821.00	c learnt literals	: 16
1800.08/1821.00	c learnt binary clauses	: 64
1800.08/1821.00	c learnt ternary clauses	: 1218
1800.08/1821.00	c learnt constraints	: 424816
1800.08/1821.00	c ignored constraints	: 0
1800.08/1821.00	c root simplifications	: 0
1800.08/1821.00	c removed literals (reason simplification)	: 2264052
1800.08/1821.00	c reason swapping (by a shorter reason)	: 0
1800.08/1821.00	c Calls to reduceDB	: 57
1800.08/1821.00	c Number of update (reduction) of LBD	: 129566
1800.08/1821.00	c Imported unit clauses	: 0
1800.08/1821.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1821.00	c number of learned constraints concerned by reduction	: 0
1800.08/1821.00	c number of learning phase by resolution	: 0
1800.08/1821.00	c number of learning phase by cutting planes	: 0
1800.08/1821.00	c speed (assignments/second)	: 6858.717900979289
1800.08/1821.00	c non guided choices	4607
1800.08/1821.01	c learnt constraints type 
1800.08/1821.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.08/1821.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15936
1800.08/1821.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1821.01	c starts		: 137
1800.08/1821.01	c conflicts		: 2910
1800.08/1821.01	c decisions		: 21045
1800.08/1821.01	c propagations		: 110859
1800.08/1821.01	c inspects		: 28822090
1800.08/1821.01	c shortcuts		: 0
1800.08/1821.01	c learnt literals	: 0
1800.08/1821.01	c learnt binary clauses	: 0
1800.08/1821.01	c learnt ternary clauses	: 0
1800.08/1821.01	c learnt constraints	: 2815
1800.08/1821.01	c ignored constraints	: 0
1800.08/1821.01	c root simplifications	: 0
1800.08/1821.01	c removed literals (reason simplification)	: 0
1800.08/1821.01	c reason swapping (by a shorter reason)	: 0
1800.08/1821.01	c Calls to reduceDB	: 0
1800.08/1821.01	c Number of update (reduction) of LBD	: 0
1800.08/1821.01	c Imported unit clauses	: 0
1800.08/1821.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1821.01	c number of learned constraints concerned by reduction	: 0
1800.08/1821.01	c number of learning phase by resolution	: 0
1800.08/1821.01	c number of learning phase by cutting planes	: 0
1800.08/1821.01	c speed (assignments/second)	: 109.51265146291493
1800.08/1821.01	c non guided choices	1757
1800.08/1821.02	c learnt constraints type 
1800.08/1821.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2815
1800.08/1821.02	s SATISFIABLE
1800.08/1821.02	c Found 122 solution(s)
1800.08/1821.02	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 
1800.08/1821.05	c objective function=24
1800.08/1821.05	c Total wall clock time (in seconds): 1820.928

Verifier Data

OK	15

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-4092001-1466077639/watcher-4092001-1466077639 -o /tmp/evaluation-result-4092001-1466077639/solver-4092001-1466077639 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466075293-16256 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092001-1466077639.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.83 2.59 3.00 3/196 18867
/proc/meminfo: memFree=27827260/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/18867/stat : 18867 (java) R 18864 18867 13151 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 9812570 3653632 49 33554432000 1073741824 1073778376 140734530512864 140734530509992 272877317415 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 892 49 38 9 0 30 0

[startup+0.10016 s]
/proc/loadavg: 1.83 2.59 3.00 3/196 18867
/proc/meminfo: memFree=27827260/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 9812570 9787879424 6040 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 1.83 2.59 3.00 3/196 18867
/proc/meminfo: memFree=27827260/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 4759 0 1 0 22 1 0 0 20 0 22 0 9812570 10060525568 7868 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 7868 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300214 s]
/proc/loadavg: 1.83 2.59 3.00 3/196 18867
/proc/meminfo: memFree=27827260/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 7125 0 1 0 60 2 0 0 20 0 22 0 9812570 10060525568 9566 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 9566 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700221 s]
/proc/loadavg: 1.83 2.59 3.00 3/196 18867
/proc/meminfo: memFree=27827260/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 16626 0 1 0 117 5 0 0 20 0 22 0 9812570 10060525568 15535 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 15535 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 1.83 2.59 3.00 2/215 18892
/proc/meminfo: memFree=27772824/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 16636 0 1 0 119 6 0 0 20 0 19 0 9812570 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 16554 2253 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2418 0 1 0 15 1 0 0 20 0 19 0 9812571 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621565240184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812576 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 7613 0 0 0 35 2 0 0 20 0 19 0 9812576 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 5258 0 0 0 37 0 0 0 20 0 19 0 9812576 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812576 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18885] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18885/stat : 18885 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812576 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620911831880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18888] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18888/stat : 18888 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9812589 10060525568 16554 33554432000 1073741824 1073778376 140734530512864 140620908672552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.29 s) is less than in the last sample (1.3 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+2.70079 s]
/proc/loadavg: 1.83 2.59 3.00 4/218 18901
/proc/meminfo: memFree=27758348/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 16665 0 1 0 123 7 0 0 20 0 22 0 9812570 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 20147 2256 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2419 0 1 0 15 1 0 0 20 0 22 0 9812571 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621565240184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9812572 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9812573 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 9812573 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9812573 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812576 10060525568 20147 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 7616 0 0 0 37 2 0 0 20 0 22 0 9812576 10060525568 20659 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 5258 0 0 0 37 0 0 0 20 0 22 0 9812576 10060525568 20659 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812576 10060525568 20659 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18885] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18885/stat : 18885 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9812576 10060525568 20659 33554432000 1073741824 1073778376 140734530512864 140620911831880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18888] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18888/stat : 18888 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9812589 10060525568 20659 33554432000 1073741824 1073778376 140734530512864 140620908672552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9824732

[startup+2.80085 s]
/proc/loadavg: 1.83 2.59 3.00 4/218 18901
/proc/meminfo: memFree=27758348/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 16666 0 1 0 122 7 0 0 20 0 19 0 9812570 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 20653 2256 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2419 0 1 0 15 1 0 0 20 0 19 0 9812571 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621565240184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9812572 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9812573 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812576 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 7616 0 0 0 37 2 0 0 20 0 19 0 9812576 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 5258 0 0 0 37 0 0 0 20 0 19 0 9812576 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9812576 10060525568 20653 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/meminfo: memFree=25664816/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1701.27 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 33110 0 1 0 169818 309 0 0 20 0 21 0 9812570 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 257058 2294 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2443 0 1 0 60 14 0 0 20 0 21 0 9812571 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621565240312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 243 0 0 0 94 9 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 193 0 0 0 87 10 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 275 0 0 0 101 9 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 243 0 0 0 93 9 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 253 0 0 0 92 11 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 180 0 0 0 97 10 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 233 0 0 0 90 11 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 397 0 0 0 92 8 0 0 20 0 21 0 9812572 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 1048 0 0 0 74 12 0 0 20 0 21 0 9812573 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 14322 0 0 0 176 3 0 0 20 0 21 0 9812576 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 9041 0 0 0 95 2 0 0 20 0 21 0 9812576 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18885] ppid=18864 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/18867/task/18885/stat : 18885 (java) S 18864 18867 13151 0 -1 4202560 100 0 0 0 12 15 0 0 20 0 21 0 9812576 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620911831880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18888] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18888/stat : 18888 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9812589 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620908672552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=19498] ppid=18864 vsize=9824732 CPUtime=912.16 cores=0,2,4,6
/proc/18867/task/19498/stat : 19498 (java) R 18864 18867 13151 0 -1 4202560 851 0 0 0 91199 17 0 0 20 0 21 0 9893419 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620910775952 140621407453376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=19499] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/19499/stat : 19499 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9893442 10060525568 257058 33554432000 1073741824 1073778376 140734530512864 140620909725096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1701.27
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.29 3/217 19545
/proc/meminfo: memFree=25651880/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1761.36 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 33136 0 1 0 175826 310 0 0 20 0 21 0 9812570 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 257999 2294 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2444 0 1 0 61 14 0 0 20 0 21 0 9812571 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621565240312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 243 0 0 0 95 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 194 0 0 0 89 10 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 277 0 0 0 103 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 247 0 0 0 94 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 256 0 0 0 93 12 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 183 0 0 0 99 10 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 235 0 0 0 91 11 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 399 0 0 0 94 8 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 1050 0 0 0 74 12 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 14322 0 0 0 176 3 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 9041 0 0 0 95 2 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18885] ppid=18864 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18867/task/18885/stat : 18885 (java) S 18864 18867 13151 0 -1 4202560 104 0 0 0 12 16 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620911831880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18888] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18888/stat : 18888 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9812589 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620908672552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=19498] ppid=18864 vsize=9824732 CPUtime=972.12 cores=0,2,4,6
/proc/18867/task/19498/stat : 19498 (java) R 18864 18867 13151 0 -1 4202560 853 0 0 0 97194 18 0 0 20 0 21 0 9893419 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620910775952 140621407764570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=19499] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/19499/stat : 19499 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9893442 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620909725096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821 s]
/proc/loadavg: 2.22 2.20 2.28 3/217 19545
/proc/meminfo: memFree=25628004/32872528 swapFree=1243920/1391088
[pid=18867] ppid=18864 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/18867/stat : 18867 (java) S 18864 18867 13151 0 -1 4202496 33138 0 1 0 179697 310 0 0 20 0 21 0 9812570 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140734530504000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18867/statm: 2456183 257999 2294 9 0 2446860 0
[pid=18867/tid=18869] ppid=18864 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/18867/task/18869/stat : 18869 (java) S 18864 18867 13151 0 -1 4202560 2444 0 1 0 62 14 0 0 20 0 21 0 9812571 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621565240312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18870] ppid=18864 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18867/task/18870/stat : 18870 (java) S 18864 18867 13151 0 -1 4202560 243 0 0 0 95 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621526731432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18871] ppid=18864 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/18867/task/18871/stat : 18871 (java) S 18864 18867 13151 0 -1 4202560 194 0 0 0 89 10 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621525678888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18872] ppid=18864 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/18867/task/18872/stat : 18872 (java) S 18864 18867 13151 0 -1 4202560 277 0 0 0 103 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621406792616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18873] ppid=18864 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18867/task/18873/stat : 18873 (java) S 18864 18867 13151 0 -1 4202560 247 0 0 0 94 9 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621405740072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18874] ppid=18864 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/18867/task/18874/stat : 18874 (java) S 18864 18867 13151 0 -1 4202560 256 0 0 0 93 12 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621404686504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18875] ppid=18864 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/18867/task/18875/stat : 18875 (java) S 18864 18867 13151 0 -1 4202560 183 0 0 0 99 10 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621403633960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18876] ppid=18864 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18867/task/18876/stat : 18876 (java) S 18864 18867 13151 0 -1 4202560 235 0 0 0 91 11 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621402581416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18877] ppid=18864 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/18867/task/18877/stat : 18877 (java) S 18864 18867 13151 0 -1 4202560 399 0 0 0 94 8 0 0 20 0 21 0 9812572 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140621401528872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18878] ppid=18864 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/18867/task/18878/stat : 18878 (java) S 18864 18867 13151 0 -1 4202560 1050 0 0 0 74 12 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620919200360 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18879] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18879/stat : 18879 (java) S 18864 18867 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620918146680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=18880] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18880/stat : 18880 (java) S 18864 18867 13151 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 9812573 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620917094024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18881] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18881/stat : 18881 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620916042768 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18882] ppid=18864 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/18867/task/18882/stat : 18882 (java) S 18864 18867 13151 0 -1 4202560 14322 0 0 0 176 3 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620914989112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18867/tid=18883] ppid=18864 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/18867/task/18883/stat : 18883 (java) S 18864 18867 13151 0 -1 4202560 9041 0 0 0 95 2 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620913936568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18884] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18884/stat : 18884 (java) S 18864 18867 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620912884216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=18885] ppid=18864 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/18867/task/18885/stat : 18885 (java) S 18864 18867 13151 0 -1 4202560 106 0 0 0 13 16 0 0 20 0 21 0 9812576 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620911831880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18867/tid=18888] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/18888/stat : 18888 (java) S 18864 18867 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9812589 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620908672552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18867/tid=19498] ppid=18864 vsize=9824732 CPUtime=1010.82 cores=0,2,4,6
/proc/18867/task/19498/stat : 19498 (java) R 18864 18867 13151 0 -1 4202560 853 0 0 0 101063 19 0 0 20 0 21 0 9893419 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620910775952 140621407453389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18867/tid=19499] ppid=18864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18867/task/19499/stat : 19499 (java) S 18864 18867 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9893442 10060525568 257999 33554432000 1073741824 1073778376 140734530512864 140620909725096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 18867 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.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 1821.09
CPU time (s): 1800.74
CPU user time (s): 1797.18
CPU system time (s): 3.56046
CPU usage (%): 98.8825
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 3.56046
maximum resident set size= 1089156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33173
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84091
involuntary context switches= 46311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9223 second user time and 13.153 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 13:47:19
IDJOB=4092001
IDBENCH=78863
IDSOLVER=2552
FILE ID=node119/4092001-1466077639
RUNJOBID= node119-1466075293-16256
PBS_JOBID= 19904019
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092001-1466077639/watcher-4092001-1466077639 -o /tmp/evaluation-result-4092001-1466077639/solver-4092001-1466077639 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466075293-16256 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092001-1466077639.wbo

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=112156930

node119.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.456
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.91
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.456
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.55
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.456
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        27827524 kB
Buffers:           20040 kB
Cached:            57896 kB
SwapCached:          932 kB
Active:          2880364 kB
Inactive:          48080 kB
Active(anon):    2851416 kB
Inactive(anon):     1328 kB
Active(file):      28948 kB
Inactive(file):    46752 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:       4232524 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             565648 kB
SReclaimable:       9768 kB
SUnreclaim:       555880 kB
KernelStack:        1800 kB
PageTables:        13140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4574548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2930688 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= 71736 MiB
End job on node119 at 2016-06-16 14:17:41