Trace number 4109369

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.31 1816.25

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-66-100-0.wbo
MD5SUM203c3967b38557f61bad19a08f7bbc04
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark6.26505
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109369-1466341904.wbo
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.065s.
0.07/0.19	c declared #vars     169
0.07/0.19	c internal #vars     211
0.07/0.19	c #constraints  101
0.23/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.23/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.23/0.20	c 101 constraints processed.
0.23/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.23/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.23/0.20	c 101 constraints processed.
0.23/0.20	c objective function length is 42 literals
1.33/0.58	c And the winner is solver0
1.92/0.70	c SATISFIABLE
1.92/0.70	c OPTIMIZING...
1.92/0.70	c Got one! Elapsed wall clock time (in seconds):0.57
1.92/0.70	o 687
1.92/0.71	c And the winner is solver0
1.97/1.20	c Got one! Elapsed wall clock time (in seconds):1.071
1.97/1.20	o 683
1.97/1.21	c And the winner is solver0
2.04/1.70	c Got one! Elapsed wall clock time (in seconds):1.572
2.04/1.70	o 668
2.04/1.73	c And the winner is solver0
2.11/2.20	c Got one! Elapsed wall clock time (in seconds):2.073
2.11/2.20	o 666
2.11/2.23	c And the winner is solver0
2.25/2.70	c Got one! Elapsed wall clock time (in seconds):2.575
2.25/2.70	o 647
2.25/2.71	c And the winner is solver0
2.25/3.20	c Got one! Elapsed wall clock time (in seconds):3.076
2.25/3.20	o 619
2.25/3.22	c And the winner is solver0
2.35/3.71	c Got one! Elapsed wall clock time (in seconds):3.577
2.35/3.71	o 616
2.35/3.72	c And the winner is solver0
2.35/4.21	c Got one! Elapsed wall clock time (in seconds):4.077
2.35/4.21	o 610
2.35/4.22	c And the winner is solver0
2.39/4.71	c Got one! Elapsed wall clock time (in seconds):4.578
2.39/4.71	o 603
2.39/4.72	c And the winner is solver0
2.39/5.21	c Got one! Elapsed wall clock time (in seconds):5.079
2.39/5.21	o 590
2.39/5.23	c And the winner is solver0
2.45/5.71	c Got one! Elapsed wall clock time (in seconds):5.58
2.45/5.71	o 585
2.45/5.72	c And the winner is solver0
2.45/6.21	c Got one! Elapsed wall clock time (in seconds):6.081
2.45/6.21	o 554
2.45/6.22	c And the winner is solver0
2.51/6.71	c Got one! Elapsed wall clock time (in seconds):6.582
2.51/6.71	o 548
2.51/6.75	c And the winner is solver0
2.66/7.21	c Got one! Elapsed wall clock time (in seconds):7.083
2.66/7.21	o 544
2.66/7.29	c And the winner is solver0
2.90/7.71	c Got one! Elapsed wall clock time (in seconds):7.584
2.90/7.71	o 538
2.90/7.74	c And the winner is solver0
3.05/8.21	c Got one! Elapsed wall clock time (in seconds):8.085
3.05/8.21	o 536
3.05/8.25	c And the winner is solver0
3.13/8.72	c Got one! Elapsed wall clock time (in seconds):8.586
3.13/8.72	o 534
3.13/8.73	c And the winner is solver0
3.17/9.22	c Got one! Elapsed wall clock time (in seconds):9.087
3.17/9.22	o 526
3.17/9.22	c And the winner is solver0
3.17/9.72	c Got one! Elapsed wall clock time (in seconds):9.588
3.17/9.72	o 521
3.17/9.72	c And the winner is solver0
3.17/10.22	c Got one! Elapsed wall clock time (in seconds):10.089
3.17/10.22	o 519
3.17/10.22	c And the winner is solver0
3.18/10.72	c Got one! Elapsed wall clock time (in seconds):10.59
3.18/10.72	o 488
3.18/10.73	c And the winner is solver0
3.18/11.22	c Got one! Elapsed wall clock time (in seconds):11.091
3.18/11.22	o 487
3.18/11.23	c And the winner is solver0
3.18/11.72	c Got one! Elapsed wall clock time (in seconds):11.592
3.18/11.72	o 485
3.18/11.73	c And the winner is solver0
3.23/12.22	c Got one! Elapsed wall clock time (in seconds):12.093
3.23/12.22	o 484
3.23/12.23	c And the winner is solver0
3.27/12.72	c Got one! Elapsed wall clock time (in seconds):12.594
3.27/12.72	o 483
3.27/12.74	c And the winner is solver0
3.31/13.22	c Got one! Elapsed wall clock time (in seconds):13.095
3.31/13.22	o 479
3.31/13.24	c And the winner is solver0
3.37/13.73	c Got one! Elapsed wall clock time (in seconds):13.596
3.37/13.73	o 478
3.37/13.76	c And the winner is solver0
3.45/14.23	c Got one! Elapsed wall clock time (in seconds):14.097
3.45/14.23	o 474
3.45/14.25	c And the winner is solver0
3.51/14.73	c Got one! Elapsed wall clock time (in seconds):14.598
3.51/14.73	o 471
3.51/14.74	c And the winner is solver0
3.55/15.23	c Got one! Elapsed wall clock time (in seconds):15.098
3.55/15.23	o 469
3.55/15.30	c And the winner is solver0
3.71/15.73	c Got one! Elapsed wall clock time (in seconds):15.599
3.71/15.73	o 467
3.71/15.77	c And the winner is solver0
3.79/16.23	c Got one! Elapsed wall clock time (in seconds):16.1
3.79/16.23	o 463
3.79/16.24	c And the winner is solver0
3.80/16.73	c Got one! Elapsed wall clock time (in seconds):16.601
3.80/16.73	o 452
3.80/16.75	c And the winner is solver0
3.84/17.23	c Got one! Elapsed wall clock time (in seconds):17.102
3.84/17.23	o 444
3.84/17.27	c And the winner is solver0
3.94/17.73	c Got one! Elapsed wall clock time (in seconds):17.603
3.94/17.73	o 438
3.94/17.75	c And the winner is solver0
3.99/18.23	c Got one! Elapsed wall clock time (in seconds):18.103
3.99/18.23	o 436
4.13/18.34	c cleaning 9832 clauses out of 19676 with flag 3058/19676
4.13/18.34	c And the winner is solver0
4.28/18.73	c Got one! Elapsed wall clock time (in seconds):18.604
4.28/18.73	o 432
4.28/18.75	c And the winner is solver0
4.30/19.23	c Got one! Elapsed wall clock time (in seconds):19.105
4.30/19.23	o 431
4.30/19.25	c And the winner is solver0
4.34/19.74	c Got one! Elapsed wall clock time (in seconds):19.606
4.34/19.74	o 428
4.34/19.75	c And the winner is solver0
4.38/20.24	c Got one! Elapsed wall clock time (in seconds):20.106
4.38/20.24	o 427
4.38/20.26	c And the winner is solver0
4.46/20.74	c Got one! Elapsed wall clock time (in seconds):20.607
4.46/20.74	o 423
4.46/20.75	c And the winner is solver0
4.51/21.24	c Got one! Elapsed wall clock time (in seconds):21.108
4.51/21.24	o 422
4.51/21.27	c And the winner is solver0
4.59/21.74	c Got one! Elapsed wall clock time (in seconds):21.609
4.59/21.74	o 421
4.59/21.78	c And the winner is solver0
4.69/22.24	c Got one! Elapsed wall clock time (in seconds):22.109
4.69/22.24	o 420
4.69/22.27	c And the winner is solver0
4.78/22.74	c Got one! Elapsed wall clock time (in seconds):22.61
4.78/22.74	o 416
4.78/22.75	c And the winner is solver0
4.82/23.24	c Got one! Elapsed wall clock time (in seconds):23.111
4.82/23.24	o 405
4.92/23.38	c cleaning 9191 clauses out of 18382 with flag 9442/28214
4.92/23.38	c And the winner is solver0
5.49/23.74	c Got one! Elapsed wall clock time (in seconds):23.611
5.49/23.74	o 400
5.63/23.81	c And the winner is solver0
5.67/24.24	c Got one! Elapsed wall clock time (in seconds):24.112
5.67/24.24	o 397
5.67/24.25	c And the winner is solver0
5.74/24.74	c Got one! Elapsed wall clock time (in seconds):24.613
5.74/24.74	o 396
5.74/24.78	c And the winner is solver0
5.84/25.24	c Got one! Elapsed wall clock time (in seconds):25.114
5.84/25.24	o 388
5.84/25.26	c And the winner is solver0
5.89/25.74	c Got one! Elapsed wall clock time (in seconds):25.615
5.89/25.74	o 386
5.99/25.84	c And the winner is solver0
6.09/26.24	c Got one! Elapsed wall clock time (in seconds):26.115
6.09/26.24	o 385
6.09/26.25	c And the winner is solver0
6.11/26.75	c Got one! Elapsed wall clock time (in seconds):26.616
6.11/26.75	o 384
6.11/26.76	c And the winner is solver0
6.16/27.25	c Got one! Elapsed wall clock time (in seconds):27.117
6.16/27.25	o 381
6.28/27.32	c cleaning 8636 clauses out of 17274 with flag 3237/36297
6.28/27.39	c And the winner is solver0
6.49/27.75	c Got one! Elapsed wall clock time (in seconds):27.618
6.49/27.75	o 379
6.59/27.80	c And the winner is solver0
6.61/28.25	c Got one! Elapsed wall clock time (in seconds):28.119
6.61/28.25	o 378
6.61/28.25	c And the winner is solver0
6.61/28.75	c Got one! Elapsed wall clock time (in seconds):28.619
6.61/28.75	o 361
6.61/28.77	c And the winner is solver0
6.67/29.25	c Got one! Elapsed wall clock time (in seconds):29.12
6.67/29.25	o 354
6.67/29.26	c And the winner is solver0
6.71/29.75	c Got one! Elapsed wall clock time (in seconds):29.621
6.71/29.75	o 349
6.83/29.85	c cleaning 7821 clauses out of 15653 with flag 6839/43312
7.04/29.90	c And the winner is solver0
7.07/30.25	c Got one! Elapsed wall clock time (in seconds):30.122
7.07/30.25	o 343
7.07/30.27	c And the winner is solver0
7.12/30.75	c Got one! Elapsed wall clock time (in seconds):30.622
7.12/30.75	o 338
7.22/30.83	c And the winner is solver0
7.30/31.25	c Got one! Elapsed wall clock time (in seconds):31.123
7.30/31.25	o 336
7.30/31.26	c And the winner is solver0
7.35/31.75	c Got one! Elapsed wall clock time (in seconds):31.624
7.35/31.75	o 333
7.43/31.80	c cleaning 6967 clauses out of 13941 with flag 3518/49421
7.43/31.80	c And the winner is solver0
7.46/32.25	c Got one! Elapsed wall clock time (in seconds):32.125
7.46/32.25	o 328
7.46/32.26	c And the winner is solver0
7.48/32.75	c Got one! Elapsed wall clock time (in seconds):32.626
7.48/32.75	o 321
7.48/32.79	c And the winner is solver0
7.56/33.26	c Got one! Elapsed wall clock time (in seconds):33.126
7.56/33.26	o 318
7.56/33.29	c And the winner is solver0
7.66/33.76	c Got one! Elapsed wall clock time (in seconds):33.627
7.66/33.76	o 316
7.66/33.76	c And the winner is solver0
7.66/34.26	c Got one! Elapsed wall clock time (in seconds):34.127
7.66/34.26	o 315
7.66/34.27	c And the winner is solver0
7.68/34.76	c Got one! Elapsed wall clock time (in seconds):34.628
7.68/34.76	o 312
7.68/34.78	c And the winner is solver0
7.76/35.26	c Got one! Elapsed wall clock time (in seconds):35.129
7.76/35.26	o 308
7.76/35.26	c And the winner is solver0
7.76/35.76	c Got one! Elapsed wall clock time (in seconds):35.63
7.76/35.76	o 272
7.76/35.77	c And the winner is solver0
7.76/36.26	c Got one! Elapsed wall clock time (in seconds):36.13
7.76/36.26	o 269
7.76/36.26	c And the winner is solver0
7.76/36.76	c Got one! Elapsed wall clock time (in seconds):36.631
7.76/36.76	o 265
7.76/36.77	c And the winner is solver0
7.76/37.26	c Got one! Elapsed wall clock time (in seconds):37.132
7.76/37.26	o 263
7.76/37.27	c And the winner is solver0
7.76/37.76	c Got one! Elapsed wall clock time (in seconds):37.633
7.76/37.76	o 250
7.76/37.77	c And the winner is solver0
7.76/38.26	c Got one! Elapsed wall clock time (in seconds):38.134
7.76/38.26	o 249
7.76/38.28	c And the winner is solver0
7.81/38.76	c Got one! Elapsed wall clock time (in seconds):38.634
7.81/38.76	o 248
7.81/38.77	c And the winner is solver0
7.83/39.26	c Got one! Elapsed wall clock time (in seconds):39.135
7.83/39.26	o 210
7.83/39.27	c And the winner is solver0
7.85/39.77	c Got one! Elapsed wall clock time (in seconds):39.636
7.85/39.77	o 209
7.91/39.88	c cleaning 7647 clauses out of 15296 with flag 8969/57743
7.91/39.89	c And the winner is solver0
8.11/40.27	c Got one! Elapsed wall clock time (in seconds):40.137
8.11/40.27	o 206
8.17/40.31	c And the winner is solver0
8.23/40.77	c Got one! Elapsed wall clock time (in seconds):40.637
8.23/40.77	o 188
8.30/40.86	c And the winner is solver0
8.48/41.27	c Got one! Elapsed wall clock time (in seconds):41.138
8.48/41.27	o 184
8.53/41.31	c cleaning 6970 clauses out of 13951 with flag 3556/64045
8.53/41.34	c And the winner is solver0
8.66/41.77	c Got one! Elapsed wall clock time (in seconds):41.639
8.66/41.77	o 183
8.73/41.90	c cleaning 6118 clauses out of 12244 with flag 15119/69308
8.93/41.91	c And the winner is solver0
8.96/42.27	c Got one! Elapsed wall clock time (in seconds):42.14
8.96/42.27	o 172
8.96/42.29	c And the winner is solver0
9.02/42.77	c Got one! Elapsed wall clock time (in seconds):42.641
9.02/42.77	o 151
9.08/42.81	c And the winner is solver0
9.11/43.27	c Got one! Elapsed wall clock time (in seconds):43.141
9.11/43.27	o 134
9.11/43.28	c And the winner is solver0
9.12/43.77	c Got one! Elapsed wall clock time (in seconds):43.642
9.12/43.77	o 125
9.12/43.78	c And the winner is solver0
9.14/44.27	c Got one! Elapsed wall clock time (in seconds):44.143
9.14/44.27	o 122
9.22/44.33	c And the winner is solver0
9.31/44.77	c Got one! Elapsed wall clock time (in seconds):44.644
9.31/44.77	o 116
9.31/44.79	c And the winner is solver0
9.36/45.27	c Got one! Elapsed wall clock time (in seconds):45.144
9.36/45.27	o 111
9.40/45.39	c cleaning 7072 clauses out of 14150 with flag 11902/77332
10.02/45.61	c cleaning 6538 clauses out of 13080 with flag 33963/83334
10.42/45.86	c cleaning 6766 clauses out of 13542 with flag 60836/90334
11.03/46.16	c cleaning 7378 clauses out of 14774 with flag 93147/98332
11.28/46.21	c And the winner is solver0
11.28/46.27	c Got one! Elapsed wall clock time (in seconds):46.145
11.28/46.27	o 110
11.58/46.41	c cleaning 6562 clauses out of 13131 with flag 14245/104067
11.99/46.62	c cleaning 6283 clauses out of 12569 with flag 35754/110067
12.41/46.87	c cleaning 6630 clauses out of 13286 with flag 61946/117067
13.02/47.15	c cleaning 7321 clauses out of 14656 with flag 93365/125067
13.65/47.48	c cleaning 8165 clauses out of 16335 with flag 132717/134067
14.43/47.86	c cleaning 9079 clauses out of 18171 with flag 175817/144068
15.44/48.32	c cleaning 10041 clauses out of 20092 with flag 231637/155068
15.66/48.49	c And the winner is solver1
15.85/48.78	c Got one! Elapsed wall clock time (in seconds):48.646
15.85/48.78	o 109
15.89/48.82	c cleaning 7743 clauses out of 15494 with flag 3963/160511
16.29/49.05	c cleaning 6872 clauses out of 13750 with flag 31922/166510
16.89/49.31	c cleaning 6936 clauses out of 13879 with flag 64502/173511
17.09/49.42	c And the winner is solver0
17.14/49.78	c Got one! Elapsed wall clock time (in seconds):49.647
17.14/49.78	o 108
17.18/49.85	c cleaning 6018 clauses out of 12042 with flag 7543/178610
17.58/50.02	c And the winner is solver0
17.66/50.28	c Got one! Elapsed wall clock time (in seconds):50.147
17.66/50.28	o 107
17.90/50.47	c cleaning 8113 clauses out of 16228 with flag 20760/188814
18.31/50.69	c cleaning 7054 clauses out of 14114 with flag 47827/194813
18.90/50.95	c cleaning 7028 clauses out of 14061 with flag 80899/201814
19.51/51.23	c cleaning 7519 clauses out of 15038 with flag 118481/209819
20.10/51.56	c cleaning 8253 clauses out of 16513 with flag 159983/218813
20.30/51.65	c And the winner is solver0
20.43/51.78	c Got one! Elapsed wall clock time (in seconds):51.648
20.43/51.78	o 101
20.48/51.89	c cleaning 6887 clauses out of 13789 with flag 12933/224342
21.07/52.10	c cleaning 6450 clauses out of 12902 with flag 42229/230342
21.48/52.36	c cleaning 6726 clauses out of 13452 with flag 75513/237342
22.08/52.64	c cleaning 7361 clauses out of 14726 with flag 110029/245342
22.70/52.97	c cleaning 8181 clauses out of 16365 with flag 147670/254342
23.48/53.39	c cleaning 9085 clauses out of 18184 with flag 194529/264342
24.48/53.84	c cleaning 10050 clauses out of 20099 with flag 248236/275342
24.89/54.06	c And the winner is solver0
25.05/54.28	c Got one! Elapsed wall clock time (in seconds):54.149
25.05/54.28	o 100
25.48/54.51	c cleaning 10557 clauses out of 21124 with flag 21455/286418
25.68/54.66	c And the winner is solver0
25.86/54.78	c Got one! Elapsed wall clock time (in seconds):54.65
25.86/54.78	o 98
25.90/54.87	c cleaning 8221 clauses out of 16449 with flag 8412/292300
26.10/54.98	c And the winner is solver0
26.30/55.28	c Got one! Elapsed wall clock time (in seconds):55.151
26.30/55.28	o 80
26.33/55.36	c cleaning 6819 clauses out of 13641 with flag 7654/297714
26.73/55.57	c cleaning 6408 clauses out of 12822 with flag 30754/303714
26.93/55.64	c And the winner is solver0
27.05/55.78	c Got one! Elapsed wall clock time (in seconds):55.651
27.05/55.78	o 78
27.28/55.90	c cleaning 5862 clauses out of 11737 with flag 13940/309037
27.48/56.07	c And the winner is solver0
27.67/56.28	c Got one! Elapsed wall clock time (in seconds):56.155
27.67/56.28	o 74
28.09/56.50	c cleaning 7975 clauses out of 15952 with flag 19733/319114
28.49/56.72	c cleaning 6986 clauses out of 13977 with flag 44891/325114
28.68/56.88	c And the winner is solver0
28.89/57.29	c Got one! Elapsed wall clock time (in seconds):57.159
28.89/57.29	o 72
28.91/57.35	c cleaning 6321 clauses out of 12659 with flag 4250/330782
29.31/57.56	c cleaning 6161 clauses out of 12337 with flag 28636/336781
29.91/57.82	c cleaning 6584 clauses out of 13178 with flag 59347/343783
30.51/58.12	c cleaning 7295 clauses out of 14596 with flag 95279/351785
31.13/58.46	c cleaning 8147 clauses out of 16297 with flag 134689/360781
31.91/58.86	c cleaning 9069 clauses out of 18149 with flag 176812/370781
32.91/59.32	c cleaning 10040 clauses out of 20081 with flag 224967/381782
33.71/59.79	c And the winner is solver0
34.00/60.29	c Got one! Elapsed wall clock time (in seconds):60.165
34.00/60.29	o 71
34.01/60.35	c And the winner is solver0
34.14/60.80	c Got one! Elapsed wall clock time (in seconds):60.67
34.14/60.80	o 65
34.75/61.11	c cleaning 13633 clauses out of 27269 with flag 24191/399010
35.15/61.39	c cleaning 9814 clauses out of 19635 with flag 53630/405009
35.76/61.69	c cleaning 8408 clauses out of 16823 with flag 87468/412011
35.96/61.73	c And the winner is solver0
36.05/61.81	c Got one! Elapsed wall clock time (in seconds):61.677
36.05/61.81	o 60
36.22/61.96	c cleaning 6866 clauses out of 13742 with flag 16391/417338
36.62/62.18	c cleaning 6433 clauses out of 12877 with flag 42065/423339
37.24/62.48	c cleaning 6722 clauses out of 13445 with flag 76964/430340
37.85/62.80	c cleaning 7358 clauses out of 14721 with flag 113830/438338
38.64/63.19	c cleaning 8179 clauses out of 16364 with flag 164072/447339
39.64/63.64	c cleaning 9086 clauses out of 18184 with flag 215212/457338
39.84/63.73	c And the winner is solver0
39.94/63.81	c Got one! Elapsed wall clock time (in seconds):63.683
39.94/63.81	o 59
40.20/63.95	c cleaning 7306 clauses out of 14630 with flag 13923/462871
40.64/64.18	c cleaning 6654 clauses out of 13322 with flag 41940/468869
41.25/64.46	c And the winner is solver0
41.40/64.82	c Got one! Elapsed wall clock time (in seconds):64.689
41.40/64.82	o 29
41.76/65.05	c cleaning 9302 clauses out of 18605 with flag 20929/480806
42.15/65.27	c cleaning 7649 clauses out of 15302 with flag 46128/486805
42.74/65.53	c cleaning 7326 clauses out of 14653 with flag 75988/493806
43.34/65.83	c cleaning 7661 clauses out of 15325 with flag 110135/501804
43.96/66.18	c cleaning 8327 clauses out of 16662 with flag 146835/510804
44.74/66.60	c cleaning 9166 clauses out of 18331 with flag 187956/520804
45.74/67.07	c cleaning 10081 clauses out of 20161 with flag 234392/531804
45.95/67.15	c And the winner is solver0
46.19/67.33	c Got one! Elapsed wall clock time (in seconds):67.196
46.19/67.33	o 25
46.33/67.47	c cleaning 7710 clauses out of 15430 with flag 12838/537158
46.73/67.60	c And the winner is solver0
46.85/67.84	c Got one! Elapsed wall clock time (in seconds):67.709
46.85/67.84	o 22
46.96/67.94	c cleaning 6730 clauses out of 13459 with flag 8934/542904
46.96/67.98	c And the winner is solver0
47.37/68.35	c Got one! Elapsed wall clock time (in seconds):68.222
47.37/68.35	o 17
47.37/68.37	c And the winner is solver0
168.40/188.27	c Got one! Elapsed wall clock time (in seconds):188.138
168.40/188.27	o 16
168.40/188.31	c And the winner is solver0
381.86/401.18	c Got one! Elapsed wall clock time (in seconds):401.044
381.86/401.18	o 11
381.86/401.23	c And the winner is solver0
647.95/666.33	c Got one! Elapsed wall clock time (in seconds):666.204
647.95/666.33	o 10
647.95/666.42	c And the winner is solver0
1800.10/1816.11	c >>>>>>>>>> Solver number 0 (112 answers) <<<<<<<<<<<<<<<<<<
1800.10/1816.11	c starts		: 6872
1800.10/1816.11	c conflicts		: 544681
1800.10/1816.11	c decisions		: 910258
1800.10/1816.11	c propagations		: 14580341
1800.10/1816.11	c inspects		: 225170460
1800.10/1816.11	c shortcuts		: 0
1800.10/1816.11	c learnt literals	: 30
1800.10/1816.11	c learnt binary clauses	: 207
1800.10/1816.11	c learnt ternary clauses	: 2391
1800.10/1816.11	c learnt constraints	: 544650
1800.10/1816.11	c ignored constraints	: 0
1800.10/1816.11	c root simplifications	: 0
1800.10/1816.11	c removed literals (reason simplification)	: 4963200
1800.10/1816.11	c reason swapping (by a shorter reason)	: 0
1800.10/1816.11	c Calls to reduceDB	: 69
1800.10/1816.11	c Number of update (reduction) of LBD	: 166500
1800.10/1816.11	c Imported unit clauses	: 0
1800.10/1816.11	c number of reductions to clauses (during analyze)	: 0
1800.10/1816.11	c number of learned constraints concerned by reduction	: 0
1800.10/1816.11	c number of learning phase by resolution	: 0
1800.10/1816.11	c number of learning phase by cutting planes	: 0
1800.10/1816.11	c speed (assignments/second)	: 8249.911589949375
1800.10/1816.11	c non guided choices	3521
1800.10/1816.11	c learnt constraints type 
1800.10/1816.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 207
1800.10/1816.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8294
1800.10/1816.11	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/1816.11	c starts		: 131
1800.10/1816.11	c conflicts		: 3571
1800.10/1816.11	c decisions		: 20260
1800.10/1816.11	c propagations		: 128992
1800.10/1816.11	c inspects		: 44270976
1800.10/1816.11	c shortcuts		: 0
1800.10/1816.11	c learnt literals	: 0
1800.10/1816.11	c learnt binary clauses	: 0
1800.10/1816.11	c learnt ternary clauses	: 0
1800.10/1816.11	c learnt constraints	: 3490
1800.10/1816.11	c ignored constraints	: 0
1800.10/1816.11	c root simplifications	: 0
1800.10/1816.11	c removed literals (reason simplification)	: 0
1800.10/1816.11	c reason swapping (by a shorter reason)	: 0
1800.10/1816.11	c Calls to reduceDB	: 0
1800.10/1816.11	c Number of update (reduction) of LBD	: 0
1800.10/1816.11	c Imported unit clauses	: 0
1800.10/1816.11	c number of reductions to clauses (during analyze)	: 0
1800.10/1816.11	c number of learned constraints concerned by reduction	: 0
1800.10/1816.11	c number of learning phase by resolution	: 0
1800.10/1816.11	c number of learning phase by cutting planes	: 0
1800.10/1816.11	c speed (assignments/second)	: 112.21691744498419
1800.10/1816.11	c non guided choices	1496
1800.10/1816.12	c learnt constraints type 
1800.10/1816.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3490
1800.10/1816.12	s SATISFIABLE
1800.10/1816.12	c Found 112 solution(s)
1800.10/1816.12	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.10/1816.16	c objective function=10
1800.10/1816.16	c Total wall clock time (in seconds): 1816.028

Verifier Data

OK	10

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-4109369-1466341904/watcher-4109369-1466341904 -o /tmp/evaluation-result-4109369-1466341904/solver-4109369-1466341904 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29920 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109369-1466341904.wbo 

pid=30601
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.76 0.62 0.32 3/196 30604
/proc/meminfo: memFree=29949556/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30604/stat : 30604 (java) D 30601 30604 29904 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36237202 9515008 176 33554432000 1073741824 1073778376 140734518883264 140734518865992 259112387472 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/30604/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.76 0.62 0.32 3/196 30604
/proc/meminfo: memFree=29949556/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 4153 0 1 0 6 1 0 0 20 0 18 0 36237202 9787879424 5280 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2389619 5283 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 1.76 0.62 0.32 3/196 30604
/proc/meminfo: memFree=29949556/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 4722 0 1 0 21 2 0 0 20 0 18 0 36237202 9787879424 7333 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2389619 7333 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 1.76 0.62 0.32 3/196 30604
/proc/meminfo: memFree=29949556/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 7399 0 1 0 51 2 0 0 20 0 22 0 36237202 10060525568 9456 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 9456 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9824732

[startup+0.700253 s]
/proc/loadavg: 1.76 0.62 0.32 3/196 30604
/proc/meminfo: memFree=29949556/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 16217 0 1 0 186 6 0 0 20 0 19 0 36237202 10060525568 16579 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 16579 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.02 0.69 0.34 2/215 30629
/proc/meminfo: memFree=29887672/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 16236 0 1 0 198 6 0 0 20 0 19 0 36237202 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 17897 2260 9 0 2446860 0
[pid=30604/tid=30606] ppid=30601 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30604/task/30606/stat : 30606 (java) S 30601 30604 29904 0 -1 4202560 2407 0 1 0 15 1 0 0 20 0 19 0 36237204 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429982569336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30607] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30607/stat : 30607 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429944060456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30608] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429806774760 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429803616400 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5638 0 0 0 54 0 0 0 20 0 19 0 36237210 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 6841 0 0 0 51 2 0 0 20 0 19 0 36237210 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30622] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30622/stat : 30622 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429799406536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30625] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30625/stat : 30625 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237223 10060525568 17897 33554432000 1073741824 1073778376 140735881086880 140429796246440 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 2.02 0.69 0.34 2/215 30635
/proc/meminfo: memFree=29877076/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 16275 0 1 0 215 10 0 0 20 0 19 0 36237202 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 22513 2266 9 0 2446860 0
[pid=30604/tid=30606] ppid=30601 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30604/task/30606/stat : 30606 (java) S 30601 30604 29904 0 -1 4202560 2408 0 1 0 15 1 0 0 20 0 19 0 36237204 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429982569336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30607] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30607/stat : 30607 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429944060456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30608] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429806774760 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429803616400 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5640 0 0 0 56 0 0 0 20 0 19 0 36237210 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 6845 0 0 0 59 2 0 0 20 0 19 0 36237210 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30622] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30622/stat : 30622 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429799406536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30625] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30625/stat : 30625 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237223 10060525568 22513 33554432000 1073741824 1073778376 140735881086880 140429796246440 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1815 uid=0 cmd=

[startup+6.30081 s]
/proc/loadavg: 1.94 0.70 0.35 2/215 30656
/proc/meminfo: memFree=29831700/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 16365 0 1 0 233 18 0 0 20 0 19 0 36237202 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 33728 2268 9 0 2446860 0
[pid=30604/tid=30606] ppid=30601 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30604/task/30606/stat : 30606 (java) S 30601 30604 29904 0 -1 4202560 2410 0 1 0 15 1 0 0 20 0 19 0 36237204 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429982569336 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30607] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30607/stat : 30607 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429944060456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30608] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36237205 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) S 30601 30604 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429806774760 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237207 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429803616400 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5641 0 0 0 60 0 0 0 20 0 19 0 36237210 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 6846 0 0 0 63 2 0 0 20 0 19 0 36237210 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30622] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30622/stat : 30622 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36237210 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429799406536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30625] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30625/stat : 30625 (java) S 30601 30604 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36237223 10060525568 33728 33554432000 1073741824 1073778376 140735881086880 140429796246440 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.51

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

[pid=30604/tid=30608] ppid=30601 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 328 0 0 0 102 8 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 345 0 0 0 104 8 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 227 0 0 0 100 8 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 360 0 0 0 95 7 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 354 0 0 0 103 7 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 223 0 0 0 99 8 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 311 0 0 0 105 8 0 0 20 0 21 0 36237205 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) S 30601 30604 29904 0 -1 4202560 1009 0 0 0 79 15 0 0 20 0 21 0 36237207 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429806774760 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36237207 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 36237207 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36237210 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429803616400 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5668 0 0 0 90 0 0 0 20 0 21 0 36237210 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 15305 0 0 0 151 3 0 0 20 0 21 0 36237210 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36237210 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30622] ppid=30601 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30604/task/30622/stat : 30622 (java) S 30601 30604 29904 0 -1 4202560 104 0 0 0 14 14 0 0 20 0 21 0 36237210 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429799406536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30902] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30902/stat : 30902 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36242081 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429796246824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30977] ppid=30601 vsize=9824732 CPUtime=1111.14 cores=0,2,4,6
/proc/30604/task/30977/stat : 30977 (java) R 30601 30604 29904 0 -1 4202560 108 0 0 0 111095 19 0 0 20 0 21 0 36303844 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140429798349664 140429811945684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30978] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30978/stat : 30978 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36303866 10060525568 212002 33554432000 1073741824 1073778376 140735881086880 140428519138088 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1765.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.1 s]
/proc/loadavg: 2.13 2.20 1.92 4/218 31381
/proc/meminfo: memFree=28852372/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9824732 CPUtime=1798.88 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 30635 0 1 0 179596 292 0 0 20 0 21 0 36237202 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2456183 213026 2294 9 0 2446860 0
[pid=30604/tid=30606] ppid=30601 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/30604/task/30606/stat : 30606 (java) S 30601 30604 29904 0 -1 4202560 2447 0 1 0 66 14 0 0 20 0 21 0 36237204 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429982569464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30607] ppid=30601 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/30604/task/30607/stat : 30607 (java) S 30601 30604 29904 0 -1 4202560 162 0 0 0 92 6 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429944060456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30608] ppid=30601 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 330 0 0 0 102 8 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 345 0 0 0 104 8 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 227 0 0 0 100 8 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 362 0 0 0 95 7 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 354 0 0 0 103 7 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 225 0 0 0 100 8 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 313 0 0 0 105 8 0 0 20 0 21 0 36237205 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) S 30601 30604 29904 0 -1 4202560 1011 0 0 0 79 15 0 0 20 0 21 0 36237207 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429806774760 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36237207 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 36237207 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36237210 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429803616400 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5668 0 0 0 90 0 0 0 20 0 21 0 36237210 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 15305 0 0 0 151 3 0 0 20 0 21 0 36237210 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36237210 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30622] ppid=30601 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30604/task/30622/stat : 30622 (java) S 30601 30604 29904 0 -1 4202560 106 0 0 0 14 14 0 0 20 0 21 0 36237210 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429799406536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30902] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30902/stat : 30902 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36242081 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429796246824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30977] ppid=30601 vsize=9824732 CPUtime=1144.84 cores=0,2,4,6
/proc/30604/task/30977/stat : 30977 (java) R 30601 30604 29904 0 -1 4202560 109 0 0 0 114464 20 0 0 20 0 21 0 36303844 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140429798349552 140429811626121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30978] ppid=30601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30978/stat : 30978 (java) S 30601 30604 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36303866 10060525568 213026 33554432000 1073741824 1073778376 140735881086880 140428519138088 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.88
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 30604 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1816.21 s]
/proc/loadavg: 2.13 2.20 1.92 4/218 31381
/proc/meminfo: memFree=28852372/32872528 swapFree=1498360/1645528
[pid=30604] ppid=30601 vsize=9891296 CPUtime=1799.09 cores=0,2,4,6
/proc/30604/stat : 30604 (java) S 30601 30604 29904 0 -1 4202496 30663 0 1 0 179608 301 0 0 20 0 19 0 36237202 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140735881078016 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30604/statm: 2472824 212428 2295 9 0 2463501 0
[pid=30604/tid=30606] ppid=30601 vsize=9891296 CPUtime=0.8 cores=0,2,4,6
/proc/30604/task/30606/stat : 30606 (java) S 30601 30604 29904 0 -1 4202560 2448 0 1 0 66 14 0 0 20 0 19 0 36237204 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429982569464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30607] ppid=30601 vsize=9891296 CPUtime=0.98 cores=0,2,4,6
/proc/30604/task/30607/stat : 30607 (java) S 30601 30604 29904 0 -1 4202560 162 0 0 0 92 6 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429944060456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30608] ppid=30601 vsize=9891296 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30608/stat : 30608 (java) S 30601 30604 29904 0 -1 4202560 330 0 0 0 102 8 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429943007656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30609] ppid=30601 vsize=9891296 CPUtime=1.12 cores=0,2,4,6
/proc/30604/task/30609/stat : 30609 (java) S 30601 30604 29904 0 -1 4202560 345 0 0 0 104 8 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429941954856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30610] ppid=30601 vsize=9891296 CPUtime=1.08 cores=0,2,4,6
/proc/30604/task/30610/stat : 30610 (java) S 30601 30604 29904 0 -1 4202560 227 0 0 0 100 8 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429940902056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30611] ppid=30601 vsize=9891296 CPUtime=1.02 cores=0,2,4,6
/proc/30604/task/30611/stat : 30611 (java) S 30601 30604 29904 0 -1 4202560 362 0 0 0 95 7 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429939850280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30612] ppid=30601 vsize=9891296 CPUtime=1.1 cores=0,2,4,6
/proc/30604/task/30612/stat : 30612 (java) S 30601 30604 29904 0 -1 4202560 354 0 0 0 103 7 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429938797480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30613] ppid=30601 vsize=9891296 CPUtime=1.08 cores=0,2,4,6
/proc/30604/task/30613/stat : 30613 (java) S 30601 30604 29904 0 -1 4202560 225 0 0 0 100 8 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429937744680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30614] ppid=30601 vsize=9891296 CPUtime=1.13 cores=0,2,4,6
/proc/30604/task/30614/stat : 30614 (java) S 30601 30604 29904 0 -1 4202560 313 0 0 0 105 8 0 0 20 0 19 0 36237205 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429936691880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30615] ppid=30601 vsize=9891296 CPUtime=1.02 cores=0,2,4,6
/proc/30604/task/30615/stat : 30615 (java) R 30601 30604 29904 0 -1 4202560 1012 0 0 0 80 22 0 0 20 0 19 0 36237207 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429806774936 259112340615 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30616] ppid=30601 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30616/stat : 30616 (java) S 30601 30604 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36237207 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429805720824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30604/tid=30617] ppid=30601 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30617/stat : 30617 (java) S 30601 30604 29904 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 36237207 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429804667912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30618] ppid=30601 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30618/stat : 30618 (java) S 30601 30604 29904 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36237210 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429803615944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30619] ppid=30601 vsize=9891296 CPUtime=0.9 cores=0,2,4,6
/proc/30604/task/30619/stat : 30619 (java) S 30601 30604 29904 0 -1 4202560 5669 0 0 0 90 0 0 0 20 0 19 0 36237210 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429802564536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30604/tid=30620] ppid=30601 vsize=9891296 CPUtime=1.54 cores=0,2,4,6
/proc/30604/task/30620/stat : 30620 (java) S 30601 30604 29904 0 -1 4202560 15306 0 0 0 151 3 0 0 20 0 19 0 36237210 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429801511736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30604/tid=30621] ppid=30601 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/30604/task/30621/stat : 30621 (java) S 30601 30604 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36237210 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429800459128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30604/tid=30977] ppid=30601 vsize=9891296 CPUtime=1144.95 cores=0,2,4,6
/proc/30604/task/30977/stat : 30977 (java) R 30601 30604 29904 0 -1 4202560 109 0 0 0 114475 20 0 0 20 0 19 0 36303844 10128687104 212428 33554432000 1073741824 1073778376 140735881086880 140429798349112 140429811626133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 9891296

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30604 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=228387
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=364488
# CPU time returned by wait4() is 1796.59
# while last known CPU time is 1799.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1816.25
CPU time (s): 1800.31
CPU user time (s): 1797.42
CPU system time (s): 2.89
CPU usage (%): 99.1226
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.23
system time used= 3.36449
maximum resident set size= 1104424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83439
involuntary context switches= 50394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0323 second user time and 12.6741 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 15:11:44
IDJOB=4109369
IDBENCH=78791
IDSOLVER=2552
FILE ID=node124/4109369-1466341904
RUNJOBID= node124-1466341817-29920
PBS_JOBID= 19922029
Free space on /tmp= 71728 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.1111228076--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109369-1466341904/watcher-4109369-1466341904 -o /tmp/evaluation-result-4109369-1466341904/solver-4109369-1466341904 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29920 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109369-1466341904.wbo

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

MD5SUM BENCH= 203c3967b38557f61bad19a08f7bbc04
RANDOM SEED=1288791558

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.791
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.54
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.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29950572 kB
Buffers:          119804 kB
Cached:           204052 kB
SwapCached:         2816 kB
Active:           314724 kB
Inactive:         181012 kB
Active(anon):     170684 kB
Inactive(anon):     3592 kB
Active(file):     144040 kB
Inactive(file):   177420 kB
Unevictable:     1645528 kB
Mlocked:         1498360 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:               524 kB
Writeback:             0 kB
AnonPages:       1818040 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             643512 kB
SReclaimable:      87612 kB
SUnreclaim:       555900 kB
KernelStack:        1592 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2237324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71728 MiB
End job on node124 at 2016-06-19 15:42:00