Trace number 4109637

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 PB16OPTIMUM 48.4466 60.2662

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-66-100-0.wbo
MD5SUM129d08cca1ba918da7454b2cc3018155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark13.5919
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 1209
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109637-1467321443.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     211
0.11/0.17	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 42 literals
1.45/0.53	c And the winner is solver0
1.73/0.68	c SATISFIABLE
1.73/0.68	c OPTIMIZING...
1.73/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.73/0.68	o 1322
1.73/0.69	c And the winner is solver0
1.90/1.18	c Got one! Elapsed wall clock time (in seconds):1.069
1.90/1.18	o 1040
1.90/1.20	c And the winner is solver0
2.03/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
2.03/1.68	o 973
2.03/1.69	c And the winner is solver0
2.03/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
2.03/2.18	o 770
2.03/2.20	c And the winner is solver0
2.06/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
2.06/2.68	o 764
2.06/2.69	c And the winner is solver0
2.10/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
2.10/3.18	o 728
2.10/3.19	c And the winner is solver0
2.10/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
2.10/3.68	o 720
2.10/3.69	c And the winner is solver0
2.23/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
2.23/4.18	o 704
2.23/4.20	c And the winner is solver0
2.27/4.69	c Got one! Elapsed wall clock time (in seconds):4.576
2.27/4.69	o 698
2.29/4.73	c And the winner is solver0
2.41/5.19	c Got one! Elapsed wall clock time (in seconds):5.077
2.41/5.19	o 697
2.41/5.19	c And the winner is solver0
2.41/5.69	c Got one! Elapsed wall clock time (in seconds):5.578
2.41/5.69	o 695
2.42/5.70	c And the winner is solver0
2.42/6.19	c Got one! Elapsed wall clock time (in seconds):6.079
2.42/6.19	o 691
2.43/6.20	c And the winner is solver0
2.46/6.69	c Got one! Elapsed wall clock time (in seconds):6.58
2.46/6.69	o 680
2.46/6.70	c And the winner is solver0
2.46/7.19	c Got one! Elapsed wall clock time (in seconds):7.081
2.46/7.19	o 673
2.46/7.20	c And the winner is solver0
2.47/7.69	c Got one! Elapsed wall clock time (in seconds):7.582
2.47/7.69	o 617
2.51/7.71	c And the winner is solver0
2.53/8.19	c Got one! Elapsed wall clock time (in seconds):8.082
2.53/8.19	o 614
2.53/8.20	c And the winner is solver0
2.57/8.69	c Got one! Elapsed wall clock time (in seconds):8.583
2.57/8.69	o 611
2.58/8.70	c And the winner is solver0
2.58/9.19	c Got one! Elapsed wall clock time (in seconds):9.084
2.58/9.19	o 595
2.58/9.22	c And the winner is solver0
2.64/9.69	c Got one! Elapsed wall clock time (in seconds):9.585
2.64/9.69	o 587
2.64/9.70	c And the winner is solver0
2.64/10.20	c Got one! Elapsed wall clock time (in seconds):10.086
2.64/10.20	o 586
2.64/10.21	c And the winner is solver0
2.65/10.70	c Got one! Elapsed wall clock time (in seconds):10.588
2.65/10.70	o 581
2.65/10.71	c And the winner is solver0
2.67/11.20	c Got one! Elapsed wall clock time (in seconds):11.089
2.67/11.20	o 578
2.67/11.21	c And the winner is solver0
2.77/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
2.77/11.70	o 575
2.77/11.71	c And the winner is solver0
2.78/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
2.78/12.20	o 543
2.80/12.21	c And the winner is solver0
2.80/12.70	c Got one! Elapsed wall clock time (in seconds):12.592
2.80/12.70	o 542
2.80/12.71	c And the winner is solver0
2.80/13.20	c Got one! Elapsed wall clock time (in seconds):13.093
2.80/13.20	o 521
2.80/13.23	c And the winner is solver0
2.94/13.70	c Got one! Elapsed wall clock time (in seconds):13.594
2.94/13.70	o 510
2.94/13.72	c And the winner is solver0
3.00/14.20	c Got one! Elapsed wall clock time (in seconds):14.095
3.00/14.20	o 501
3.00/14.21	c And the winner is solver0
3.08/14.70	c Got one! Elapsed wall clock time (in seconds):14.595
3.08/14.70	o 490
3.08/14.71	c And the winner is solver0
3.08/15.21	c Got one! Elapsed wall clock time (in seconds):15.096
3.08/15.21	o 484
3.08/15.22	c And the winner is solver0
3.13/15.71	c Got one! Elapsed wall clock time (in seconds):15.597
3.13/15.71	o 481
3.13/15.72	c And the winner is solver0
3.17/16.21	c Got one! Elapsed wall clock time (in seconds):16.098
3.17/16.21	o 477
3.17/16.21	c And the winner is solver0
3.18/16.71	c Got one! Elapsed wall clock time (in seconds):16.6
3.18/16.71	o 468
3.18/16.72	c And the winner is solver0
3.18/17.21	c Got one! Elapsed wall clock time (in seconds):17.101
3.18/17.21	o 439
3.18/17.22	c And the winner is solver0
3.23/17.71	c Got one! Elapsed wall clock time (in seconds):17.602
3.23/17.71	o 420
3.23/17.72	c And the winner is solver0
3.23/18.21	c Got one! Elapsed wall clock time (in seconds):18.103
3.23/18.21	o 416
3.23/18.22	c And the winner is solver0
3.23/18.71	c Got one! Elapsed wall clock time (in seconds):18.603
3.23/18.71	o 411
3.23/18.72	c And the winner is solver0
3.23/19.21	c Got one! Elapsed wall clock time (in seconds):19.104
3.23/19.21	o 379
3.23/19.23	c And the winner is solver0
3.28/19.71	c Got one! Elapsed wall clock time (in seconds):19.605
3.28/19.71	o 378
3.28/19.74	c And the winner is solver0
3.35/20.22	c Got one! Elapsed wall clock time (in seconds):20.106
3.35/20.22	o 374
3.35/20.26	c And the winner is solver0
3.49/20.72	c Got one! Elapsed wall clock time (in seconds):20.607
3.49/20.72	o 363
3.49/20.72	c And the winner is solver0
3.49/21.22	c Got one! Elapsed wall clock time (in seconds):21.108
3.49/21.22	o 352
3.49/21.24	c And the winner is solver0
3.56/21.72	c Got one! Elapsed wall clock time (in seconds):21.609
3.56/21.72	o 350
3.56/21.73	c And the winner is solver0
3.57/22.22	c Got one! Elapsed wall clock time (in seconds):22.11
3.57/22.22	o 341
3.57/22.23	c And the winner is solver0
3.57/22.72	c Got one! Elapsed wall clock time (in seconds):22.611
3.57/22.72	o 337
3.57/22.73	c And the winner is solver0
3.57/23.22	c Got one! Elapsed wall clock time (in seconds):23.112
3.57/23.22	o 335
3.57/23.23	c And the winner is solver0
3.58/23.72	c Got one! Elapsed wall clock time (in seconds):23.613
3.58/23.72	o 324
3.58/23.76	c And the winner is solver0
3.66/24.22	c Got one! Elapsed wall clock time (in seconds):24.114
3.66/24.22	o 320
3.66/24.23	c And the winner is solver0
3.71/24.72	c Got one! Elapsed wall clock time (in seconds):24.615
3.71/24.72	o 319
3.86/24.82	c And the winner is solver0
3.92/25.22	c Got one! Elapsed wall clock time (in seconds):25.115
3.92/25.22	o 305
4.14/25.33	c cleaning 9208 clauses out of 18420 with flag 2843/18420
4.14/25.36	c And the winner is solver0
4.30/25.73	c Got one! Elapsed wall clock time (in seconds):25.616
4.30/25.73	o 299
4.44/25.86	c And the winner is solver0
4.58/26.23	c Got one! Elapsed wall clock time (in seconds):26.117
4.58/26.23	o 287
4.78/26.31	c cleaning 7529 clauses out of 15059 with flag 3295/24267
4.78/26.34	c And the winner is solver0
5.18/26.73	c Got one! Elapsed wall clock time (in seconds):26.618
5.18/26.73	o 286
5.33/26.89	c cleaning 6273 clauses out of 12566 with flag 12541/29303
5.57/26.90	c And the winner is solver0
5.89/27.23	c Got one! Elapsed wall clock time (in seconds):27.119
5.89/27.23	o 283
6.07/27.34	c And the winner is solver0
6.17/27.73	c Got one! Elapsed wall clock time (in seconds):27.62
6.17/27.73	o 279
6.17/27.74	c And the winner is solver0
6.21/28.23	c Got one! Elapsed wall clock time (in seconds):28.121
6.21/28.23	o 277
6.36/28.32	c cleaning 6192 clauses out of 12395 with flag 5845/35405
6.36/28.38	c And the winner is solver0
6.54/28.73	c Got one! Elapsed wall clock time (in seconds):28.622
6.54/28.73	o 251
6.54/28.75	c And the winner is solver0
6.60/29.23	c Got one! Elapsed wall clock time (in seconds):29.123
6.60/29.23	o 238
6.73/29.35	c cleaning 5967 clauses out of 11939 with flag 9561/41141
6.73/29.37	c And the winner is solver0
6.89/29.73	c Got one! Elapsed wall clock time (in seconds):29.623
6.89/29.73	o 231
7.25/29.92	c cleaning 5894 clauses out of 11799 with flag 18070/46968
7.25/29.96	c And the winner is solver0
7.39/30.23	c Got one! Elapsed wall clock time (in seconds):30.124
7.39/30.23	o 228
7.52/30.39	c cleaning 5496 clauses out of 11008 with flag 13614/52071
7.74/30.47	c And the winner is solver0
7.90/30.73	c Got one! Elapsed wall clock time (in seconds):30.625
7.90/30.73	o 219
8.04/30.81	c And the winner is solver0
8.07/31.24	c Got one! Elapsed wall clock time (in seconds):31.126
8.07/31.24	o 213
8.07/31.24	c And the winner is solver0
8.10/31.74	c Got one! Elapsed wall clock time (in seconds):31.627
8.10/31.74	o 204
8.10/31.77	c And the winner is solver0
8.19/32.24	c Got one! Elapsed wall clock time (in seconds):32.128
8.19/32.24	o 203
8.19/32.24	c And the winner is solver0
8.19/32.74	c Got one! Elapsed wall clock time (in seconds):32.628
8.19/32.74	o 179
8.19/32.78	c cleaning 6361 clauses out of 12729 with flag 3995/59288
8.54/32.95	c And the winner is solver0
8.67/33.24	c Got one! Elapsed wall clock time (in seconds):33.129
8.67/33.24	o 178
8.67/33.28	c cleaning 6067 clauses out of 12141 with flag 3221/65063
8.99/33.49	c cleaning 6034 clauses out of 12074 with flag 22468/71063
9.20/33.51	c And the winner is solver0
9.25/33.74	c Got one! Elapsed wall clock time (in seconds):33.63
9.25/33.74	o 166
9.56/33.92	c cleaning 5923 clauses out of 11854 with flag 16093/76877
10.01/34.15	c cleaning 5962 clauses out of 11933 with flag 36870/82879
10.39/34.34	c And the winner is solver0
10.49/34.74	c Got one! Elapsed wall clock time (in seconds):34.631
10.49/34.74	o 164
10.80/34.95	c cleaning 8161 clauses out of 16328 with flag 15937/93236
11.23/35.18	c cleaning 7080 clauses out of 14167 with flag 35358/99236
11.83/35.41	c cleaning 7040 clauses out of 14088 with flag 56628/106237
12.23/35.70	c cleaning 7522 clauses out of 15048 with flag 81624/114237
13.03/36.01	c cleaning 8260 clauses out of 16525 with flag 109774/123236
13.64/36.31	c And the winner is solver0
13.71/36.74	c Got one! Elapsed wall clock time (in seconds):36.632
13.71/36.74	o 159
14.02/36.90	c And the winner is solver0
14.04/37.24	c Got one! Elapsed wall clock time (in seconds):37.132
14.04/37.24	o 155
14.15/37.35	c cleaning 11022 clauses out of 22056 with flag 7424/137028
14.15/37.37	c And the winner is solver0
14.32/37.74	c Got one! Elapsed wall clock time (in seconds):37.633
14.32/37.74	o 152
14.63/37.95	c cleaning 8271 clauses out of 16548 with flag 18474/142542
15.25/38.20	c cleaning 7131 clauses out of 14277 with flag 42106/148542
15.45/38.35	c And the winner is solver0
15.59/38.74	c Got one! Elapsed wall clock time (in seconds):38.634
15.59/38.74	o 144
15.59/38.79	c cleaning 6297 clauses out of 12609 with flag 3878/154005
15.70/38.84	c And the winner is solver0
15.85/39.24	c Got one! Elapsed wall clock time (in seconds):39.135
15.85/39.24	o 134
15.95/39.39	c cleaning 5912 clauses out of 11854 with flag 15041/159547
16.57/39.61	c cleaning 5971 clauses out of 11944 with flag 38282/165549
16.95/39.84	c cleaning 6485 clauses out of 12973 with flag 63800/172549
17.55/40.13	c cleaning 7240 clauses out of 14486 with flag 92753/180547
17.55/40.15	c And the winner is solver0
17.68/40.24	c Got one! Elapsed wall clock time (in seconds):40.135
17.68/40.24	o 115
17.98/40.43	c cleaning 6447 clauses out of 12914 with flag 18958/186215
18.38/40.63	c cleaning 6227 clauses out of 12468 with flag 39156/192216
18.80/40.87	c cleaning 6615 clauses out of 13242 with flag 63450/199217
19.38/41.17	c cleaning 7310 clauses out of 14625 with flag 93842/207215
19.78/41.36	c And the winner is solver0
20.12/41.75	c Got one! Elapsed wall clock time (in seconds):41.637
20.12/41.75	o 97
20.44/41.96	c cleaning 8828 clauses out of 17656 with flag 20485/217556
20.82/42.20	c cleaning 7408 clauses out of 14828 with flag 44718/223556
21.46/42.47	c cleaning 7211 clauses out of 14426 with flag 71549/230562
22.06/42.78	c cleaning 7601 clauses out of 15210 with flag 102283/238557
22.86/43.13	c cleaning 8304 clauses out of 16609 with flag 137918/247557
23.46/43.49	c And the winner is solver0
23.94/43.86	c Got one! Elapsed wall clock time (in seconds):43.748
23.94/43.86	o 77
24.48/44.11	c cleaning 11325 clauses out of 22660 with flag 18871/261913
24.87/44.36	c cleaning 8665 clauses out of 17336 with flag 42527/267914
25.47/44.64	c cleaning 7826 clauses out of 15670 with flag 71014/274913
26.07/44.94	c cleaning 7916 clauses out of 15844 with flag 100803/282913
26.68/45.28	c cleaning 8457 clauses out of 16928 with flag 132723/291913
27.06/45.40	c And the winner is solver0
27.57/45.96	c Got one! Elapsed wall clock time (in seconds):45.85
27.57/45.96	o 75
27.66/46.04	c cleaning 6953 clauses out of 13908 with flag 7203/297350
28.07/46.25	c cleaning 6468 clauses out of 12953 with flag 28600/303349
28.66/46.50	c cleaning 6743 clauses out of 13486 with flag 53388/310350
29.26/46.80	c cleaning 7367 clauses out of 14742 with flag 82495/318349
29.86/47.15	c cleaning 8180 clauses out of 16375 with flag 116873/327349
30.66/47.57	c cleaning 9097 clauses out of 18195 with flag 156537/337349
31.66/48.02	c cleaning 10048 clauses out of 20098 with flag 200588/348349
32.67/48.55	c cleaning 11014 clauses out of 22050 with flag 252337/360349
33.47/48.91	c And the winner is solver0
34.07/49.51	c Got one! Elapsed wall clock time (in seconds):49.404
34.07/49.51	o 73
34.43/49.75	c cleaning 12260 clauses out of 24524 with flag 19948/373838
35.03/50.00	c cleaning 9125 clauses out of 18266 with flag 43087/379840
35.03/50.04	c And the winner is solver0
35.42/50.52	c Got one! Elapsed wall clock time (in seconds):50.407
35.42/50.52	o 70
35.59/50.66	c cleaning 7230 clauses out of 14475 with flag 14787/385175
35.97/50.88	c cleaning 6614 clauses out of 13245 with flag 37304/391175
36.57/51.12	c cleaning 6811 clauses out of 13631 with flag 63380/398175
37.17/51.42	c cleaning 7405 clauses out of 14819 with flag 95169/406174
37.37/51.58	c And the winner is solver0
37.65/52.02	c Got one! Elapsed wall clock time (in seconds):51.91
37.65/52.02	o 68
37.65/52.07	c cleaning 6550 clauses out of 13110 with flag 4097/411870
38.00/52.28	c cleaning 6271 clauses out of 12561 with flag 27539/417871
38.60/52.53	c cleaning 6643 clauses out of 13291 with flag 53462/424872
39.21/52.81	c cleaning 7318 clauses out of 14646 with flag 83963/432870
39.41/52.95	c And the winner is solver0
39.56/53.03	c Got one! Elapsed wall clock time (in seconds):52.914
39.56/53.03	o 67
39.56/53.07	c cleaning 6238 clauses out of 12482 with flag 3769/438025
39.90/53.28	c cleaning 6120 clauses out of 12245 with flag 26555/444026
40.50/53.53	c cleaning 6560 clauses out of 13122 with flag 52400/451025
41.10/53.83	c cleaning 7273 clauses out of 14561 with flag 83043/459025
41.70/54.20	c cleaning 8140 clauses out of 16288 with flag 118174/468025
42.50/54.52	c And the winner is solver0
42.50/54.58	c Got one! Elapsed wall clock time (in seconds):54.467
42.50/54.58	o 66
42.61/54.66	c And the winner is solver0
42.78/55.08	c Got one! Elapsed wall clock time (in seconds):54.97
42.78/55.08	o 65
42.82/55.14	c And the winner is solver0
42.91/55.59	c Got one! Elapsed wall clock time (in seconds):55.474
42.91/55.59	o 64
42.93/55.66	c And the winner is solver0
43.08/56.09	c Got one! Elapsed wall clock time (in seconds):55.977
43.08/56.09	o 63
43.31/56.21	c cleaning 11192 clauses out of 22390 with flag 9611/482268
43.31/56.29	c And the winner is solver0
43.58/56.59	c Got one! Elapsed wall clock time (in seconds):56.48
43.58/56.59	o 61
43.78/56.73	c cleaning 8234 clauses out of 16481 with flag 12642/487551
43.98/56.83	c And the winner is solver0
44.08/57.10	c Got one! Elapsed wall clock time (in seconds):56.988
44.08/57.10	o 59
44.29/57.22	c cleaning 6946 clauses out of 13905 with flag 12398/493210
44.29/57.27	c And the winner is solver0
44.50/57.60	c Got one! Elapsed wall clock time (in seconds):57.491
44.50/57.60	o 58
44.70/57.76	c cleaning 6219 clauses out of 12441 with flag 16496/498692
45.10/57.96	c cleaning 6103 clauses out of 12222 with flag 39236/504692
45.71/58.21	c cleaning 6556 clauses out of 13119 with flag 65465/511695
45.92/58.34	c And the winner is solver0
46.10/58.61	c Got one! Elapsed wall clock time (in seconds):58.497
46.10/58.61	o 40
46.10/58.65	c cleaning 5822 clauses out of 11651 with flag 4049/516784
46.10/58.67	c And the winner is solver0
46.26/59.11	c Got one! Elapsed wall clock time (in seconds):59.0
46.26/59.11	o 39
46.43/59.29	c cleaning 5713 clauses out of 11437 with flag 21497/522392
47.04/59.51	c cleaning 5852 clauses out of 11722 with flag 46944/528391
47.43/59.75	c cleaning 6432 clauses out of 12866 with flag 73355/535391
48.03/60.05	c cleaning 7206 clauses out of 14429 with flag 105975/543391
48.23/60.10	c And the winner is solver0
48.31/60.26	c >>>>>>>>>> Solver number 0 (91 answers) <<<<<<<<<<<<<<<<<<
48.31/60.26	c starts		: 651
48.31/60.26	c conflicts		: 545234
48.31/60.26	c decisions		: 871954
48.31/60.26	c propagations		: 13786518
48.31/60.26	c inspects		: 215661572
48.31/60.26	c shortcuts		: 0
48.31/60.26	c learnt literals	: 42
48.31/60.26	c learnt binary clauses	: 216
48.31/60.26	c learnt ternary clauses	: 1539
48.31/60.26	c learnt constraints	: 545191
48.31/60.26	c ignored constraints	: 0
48.31/60.26	c root simplifications	: 0
48.31/60.26	c removed literals (reason simplification)	: 4683276
48.31/60.26	c reason swapping (by a shorter reason)	: 0
48.31/60.26	c Calls to reduceDB	: 73
48.31/60.26	c Number of update (reduction) of LBD	: 136802
48.31/60.26	c Imported unit clauses	: 0
48.31/60.26	c number of reductions to clauses (during analyze)	: 0
48.31/60.26	c number of learned constraints concerned by reduction	: 0
48.31/60.26	c number of learning phase by resolution	: 0
48.31/60.26	c number of learning phase by cutting planes	: 0
48.31/60.26	c speed (assignments/second)	: 229484.61948198947
48.31/60.26	c non guided choices	2810
48.31/60.26	c learnt constraints type 
48.31/60.26	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
48.31/60.26	c starts		: 91
48.31/60.26	c conflicts		: 976
48.31/60.26	c decisions		: 9243
48.31/60.26	c propagations		: 41081
48.31/60.26	c inspects		: 3480062
48.31/60.26	c shortcuts		: 0
48.31/60.26	c learnt literals	: 0
48.31/60.26	c learnt binary clauses	: 0
48.31/60.26	c learnt ternary clauses	: 0
48.31/60.26	c learnt constraints	: 901
48.31/60.26	c ignored constraints	: 0
48.31/60.26	c root simplifications	: 0
48.31/60.26	c removed literals (reason simplification)	: 0
48.31/60.26	c reason swapping (by a shorter reason)	: 0
48.31/60.26	c Calls to reduceDB	: 0
48.31/60.26	c Number of update (reduction) of LBD	: 0
48.31/60.26	c Imported unit clauses	: 0
48.31/60.26	c number of reductions to clauses (during analyze)	: 0
48.31/60.26	c number of learned constraints concerned by reduction	: 0
48.31/60.26	c number of learning phase by resolution	: 0
48.31/60.26	c number of learning phase by cutting planes	: 0
48.31/60.26	c speed (assignments/second)	: 36226.63139329806
48.31/60.26	c non guided choices	1176
48.31/60.26	c learnt constraints type 
48.31/60.26	s OPTIMUM FOUND
48.31/60.26	c Found 90 solution(s)
48.31/60.26	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 
48.31/60.26	c objective function=39
48.31/60.26	c Total wall clock time (in seconds): 60.148

Verifier Data

OK	39

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-4109637-1467321443/watcher-4109637-1467321443 -o /tmp/evaluation-result-4109637-1467321443/solver-4109637-1467321443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109637-1467321443.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.34 1.70 1.92 5/197 15023
/proc/meminfo: memFree=28395340/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 2823300 98570240 977 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 24065 977 744 9 0 16771 0
[pid=15023/tid=15024] ppid=15020 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) R 15020 15023 3195 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 2823300 98582528 984 33554432000 1073741824 1073778376 140734633050176 140018811932200 217410520477 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 1.34 1.70 1.92 5/197 15023
/proc/meminfo: memFree=28395340/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 4445 0 1 0 10 1 0 0 20 0 18 0 2823300 9787879424 6080 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2389619 6080 2141 9 0 2380296 0
[pid=15023/tid=15024] ppid=15020 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) R 15020 15023 3195 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 2823300 9787879424 6080 33554432000 1073741824 1073778376 140734633050176 140018811935648 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.204314 s]
/proc/loadavg: 1.34 1.70 1.92 5/197 15023
/proc/meminfo: memFree=28395340/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 4849 0 1 0 27 1 0 0 20 0 22 0 2823300 10060525568 7965 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 7965 2218 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 2823300 10060525568 7966 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300288 s]
/proc/loadavg: 1.34 1.70 1.92 5/197 15023
/proc/meminfo: memFree=28395340/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 11752 0 1 0 63 2 0 0 20 0 22 0 2823300 10060525568 13061 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 13061 2245 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 2823300 10060525568 13063 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700393 s]
/proc/loadavg: 1.34 1.70 1.92 5/197 15023
/proc/meminfo: memFree=28395340/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 15191 0 1 0 179 7 0 0 20 0 19 0 2823300 10060525568 15930 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 15930 2257 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 19 0 2823300 10060525568 15930 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.34 1.70 1.92 4/214 15054
/proc/meminfo: memFree=28337780/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 15208 0 1 0 194 9 0 0 20 0 19 0 2823300 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 17472 2260 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2422 0 1 0 16 0 0 0 20 0 19 0 2823300 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2823302 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15035] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 3120 0 0 0 45 0 0 0 20 0 19 0 2823305 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 8314 0 0 0 58 1 0 0 20 0 19 0 2823305 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823318 10060525568 17472 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.34 1.70 1.92 4/215 15069
/proc/meminfo: memFree=28320356/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 15238 0 1 0 200 10 0 0 20 0 19 0 2823300 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 22081 2260 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2423 0 1 0 16 0 0 0 20 0 19 0 2823300 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2823301 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2823302 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15035] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 3120 0 0 0 47 0 0 0 20 0 19 0 2823305 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 8314 0 0 0 61 1 0 0 20 0 19 0 2823305 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823318 10060525568 22081 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

############
# WARNING:
# current cumulated CPU time (2.41 s) is less than in the last sample (2.42 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+5.70074 s]
/proc/loadavg: 1.31 1.69 1.91 2/214 15108
/proc/meminfo: memFree=28273636/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 15315 0 1 0 226 16 0 0 20 0 22 0 2823300 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 31546 2266 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2424 0 1 0 16 0 0 0 20 0 22 0 2823300 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2823301 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2823302 10060525568 31546 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 7956 0 0 0 120 2 0 0 20 0 19 0 2823305 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 10027 0 0 0 129 2 0 0 20 0 19 0 2823305 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823318 10060525568 128369 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 9824732

[startup+59.2008 s]
/proc/loadavg: 1.89 1.75 1.92 3/216 15685
/proc/meminfo: memFree=27909088/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=46.4 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 23610 0 1 0 4495 145 0 0 20 0 22 0 2823300 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 129654 2287 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2427 0 1 0 24 1 0 0 20 0 22 0 2823300 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 5 1 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 255 0 0 0 0 5 0 0 20 0 22 0 2823302 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15035] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2823303 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 2823303 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 7956 0 0 0 120 2 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 10027 0 0 0 131 2 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2823318 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 46.4
Current children cumulated vsize (KiB) 9824732

[startup+60.001 s]
/proc/loadavg: 1.89 1.75 1.92 3/216 15697
/proc/meminfo: memFree=27909284/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=48 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 23610 0 1 0 4655 145 0 0 20 0 22 0 2823300 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 129654 2287 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2427 0 1 0 24 1 0 0 20 0 22 0 2823300 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 5 1 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 22 0 2823301 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 255 0 0 0 0 5 0 0 20 0 22 0 2823302 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15035] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2823303 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 2823303 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 7956 0 0 0 120 2 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 10027 0 0 0 131 2 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2823305 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2823318 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15695] ppid=15020 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15023/task/15695/stat : 15695 (java) R 15020 15023 3195 0 -1 4202560 2 0 0 0 86 0 0 0 20 0 22 0 2829212 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018624438784 140018635420356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15696] ppid=15020 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15023/task/15696/stat : 15696 (java) R 15020 15023 3195 0 -1 4202560 3 0 0 0 86 0 0 0 20 0 22 0 2829212 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018627605208 140018635579505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15697] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15697/stat : 15697 (java) S 15020 15023 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2829213 10060525568 129654 33554432000 1073741824 1073778376 140734633050176 140018626552744 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 48
Current children cumulated vsize (KiB) 9824732

[startup+60.2009 s]
/proc/loadavg: 1.89 1.75 1.92 3/216 15697
/proc/meminfo: memFree=27909284/32872528 swapFree=1522152/1652968
[pid=15023] ppid=15020 vsize=9824732 CPUtime=48.28 cores=1,3,5,7
/proc/15023/stat : 15023 (java) S 15020 15023 3195 0 -1 4202496 23610 0 1 0 4681 147 0 0 20 0 19 0 2823300 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140734633041312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15023/statm: 2456183 129647 2287 9 0 2446860 0
[pid=15023/tid=15024] ppid=15020 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15023/task/15024/stat : 15024 (java) S 15020 15023 3195 0 -1 4202560 2427 0 1 0 24 1 0 0 20 0 19 0 2823300 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018811937656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15026] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15026/stat : 15026 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018773428392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15027] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15027/stat : 15027 (java) S 15020 15023 3195 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018772375848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15028] ppid=15020 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15023/task/15028/stat : 15028 (java) S 15020 15023 3195 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018771323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15029] ppid=15020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15023/task/15029/stat : 15029 (java) S 15020 15023 3195 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018770270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15030] ppid=15020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15023/task/15030/stat : 15030 (java) S 15020 15023 3195 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018769218216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15031] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15031/stat : 15031 (java) S 15020 15023 3195 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018768165672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15032] ppid=15020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15023/task/15032/stat : 15032 (java) S 15020 15023 3195 0 -1 4202560 22 0 0 0 5 1 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018767113128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15033] ppid=15020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15023/task/15033/stat : 15033 (java) S 15020 15023 3195 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 19 0 2823301 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018766060584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15034] ppid=15020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15023/task/15034/stat : 15034 (java) S 15020 15023 3195 0 -1 4202560 255 0 0 0 0 5 0 0 20 0 19 0 2823302 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018753648744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15035] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15035/stat : 15035 (java) S 15020 15023 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018634974328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15036] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15036/stat : 15036 (java) S 15020 15023 3195 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 2823303 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018633921672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15037] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15037/stat : 15037 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018632870416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15023/tid=15038] ppid=15020 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/15023/task/15038/stat : 15038 (java) S 15020 15023 3195 0 -1 4202560 7956 0 0 0 120 2 0 0 20 0 19 0 2823305 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018631817784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15023/tid=15039] ppid=15020 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/15023/task/15039/stat : 15039 (java) S 15020 15023 3195 0 -1 4202560 10027 0 0 0 131 2 0 0 20 0 19 0 2823305 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018630765240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15040] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15040/stat : 15040 (java) S 15020 15023 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018629712888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15023/tid=15041] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15041/stat : 15041 (java) S 15020 15023 3195 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2823305 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018628660552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15023/tid=15044] ppid=15020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15023/task/15044/stat : 15044 (java) S 15020 15023 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2823318 10060525568 129647 33554432000 1073741824 1073778376 140734633050176 140018625500200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 48.28
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 60.2662
CPU time (s): 48.4466
CPU user time (s): 46.8549
CPU system time (s): 1.59176
CPU usage (%): 80.3877
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8249
system time used= 1.59176
maximum resident set size= 521696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23618
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3861
involuntary context switches= 1317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.478927 second user time and 0.529919 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:17:23
IDJOB=4109637
IDBENCH=78877
IDSOLVER=2552
FILE ID=node122/4109637-1467321443
RUNJOBID= node122-1467319216-8602
PBS_JOBID= 20005252
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.1110972763--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109637-1467321443/watcher-4109637-1467321443 -o /tmp/evaluation-result-4109637-1467321443/solver-4109637-1467321443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109637-1467321443.wbo

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

MD5SUM BENCH= 129d08cca1ba918da7454b2cc3018155
RANDOM SEED=144577994

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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:        28395496 kB
Buffers:           98956 kB
Cached:          1759576 kB
SwapCached:            0 kB
Active:           421172 kB
Inactive:        1650128 kB
Active(anon):     215224 kB
Inactive(anon):        4 kB
Active(file):     205948 kB
Inactive(file):  1650124 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1492 kB
Writeback:             0 kB
AnonPages:       1865408 kB
Mapped:            22188 kB
Shmem:               204 kB
Slab:             619396 kB
SReclaimable:      63056 kB
SUnreclaim:       556340 kB
KernelStack:        1592 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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 node122 at 2016-06-30 23:18:23