Trace number 4109477

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 29.2186 41.0459

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-33-100-0.wbo
MD5SUM11192ef633da7cef97eefdeccab8f20f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark6.92895
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109477-1467321234.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.066s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     233
0.09/0.19	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 64 literals
0.97/0.46	c And the winner is solver0
1.51/0.69	c SATISFIABLE
1.51/0.69	c OPTIMIZING...
1.51/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.51/0.69	o 648
1.68/0.70	c And the winner is solver0
1.77/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.77/1.19	o 640
1.77/1.20	c And the winner is solver0
1.77/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.77/1.69	o 639
1.77/1.70	c And the winner is solver0
1.77/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.77/2.19	o 633
1.77/2.20	c And the winner is solver0
1.77/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.77/2.69	o 579
1.77/2.70	c And the winner is solver0
1.79/3.20	c Got one! Elapsed wall clock time (in seconds):3.076
1.79/3.20	o 437
1.81/3.21	c And the winner is solver0
1.84/3.70	c Got one! Elapsed wall clock time (in seconds):3.577
1.84/3.70	o 427
1.84/3.70	c And the winner is solver0
1.92/4.20	c Got one! Elapsed wall clock time (in seconds):4.078
1.92/4.20	o 424
1.92/4.21	c And the winner is solver0
1.95/4.70	c Got one! Elapsed wall clock time (in seconds):4.579
1.95/4.70	o 423
1.95/4.72	c And the winner is solver0
2.02/5.20	c Got one! Elapsed wall clock time (in seconds):5.08
2.02/5.20	o 420
2.02/5.22	c And the winner is solver0
2.07/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
2.07/5.70	o 418
2.07/5.71	c And the winner is solver0
2.07/6.20	c Got one! Elapsed wall clock time (in seconds):6.083
2.07/6.20	o 415
2.07/6.22	c And the winner is solver0
2.12/6.70	c Got one! Elapsed wall clock time (in seconds):6.584
2.12/6.70	o 412
2.12/6.73	c And the winner is solver0
2.20/7.20	c Got one! Elapsed wall clock time (in seconds):7.085
2.20/7.20	o 406
2.20/7.22	c And the winner is solver0
2.21/7.71	c Got one! Elapsed wall clock time (in seconds):7.586
2.21/7.71	o 403
2.21/7.72	c And the winner is solver0
2.31/8.21	c Got one! Elapsed wall clock time (in seconds):8.087
2.31/8.21	o 402
2.31/8.22	c And the winner is solver0
2.35/8.71	c Got one! Elapsed wall clock time (in seconds):8.588
2.35/8.71	o 401
2.35/8.74	c And the winner is solver0
2.42/9.21	c Got one! Elapsed wall clock time (in seconds):9.089
2.42/9.21	o 399
2.42/9.23	c And the winner is solver0
2.47/9.71	c Got one! Elapsed wall clock time (in seconds):9.59
2.47/9.71	o 357
2.47/9.71	c And the winner is solver0
2.48/10.21	c Got one! Elapsed wall clock time (in seconds):10.091
2.48/10.21	o 351
2.48/10.22	c And the winner is solver0
2.48/10.71	c Got one! Elapsed wall clock time (in seconds):10.592
2.48/10.71	o 348
2.48/10.71	c And the winner is solver0
2.49/11.21	c Got one! Elapsed wall clock time (in seconds):11.093
2.49/11.21	o 343
2.49/11.22	c And the winner is solver0
2.50/11.71	c Got one! Elapsed wall clock time (in seconds):11.594
2.50/11.71	o 339
2.50/11.72	c And the winner is solver0
2.50/12.21	c Got one! Elapsed wall clock time (in seconds):12.095
2.50/12.21	o 307
2.50/12.22	c And the winner is solver0
2.50/12.72	c Got one! Elapsed wall clock time (in seconds):12.596
2.50/12.72	o 300
2.50/12.76	c And the winner is solver0
2.65/13.22	c Got one! Elapsed wall clock time (in seconds):13.097
2.65/13.22	o 299
2.65/13.23	c And the winner is solver0
2.69/13.72	c Got one! Elapsed wall clock time (in seconds):13.598
2.69/13.72	o 297
2.69/13.73	c And the winner is solver0
2.70/14.22	c Got one! Elapsed wall clock time (in seconds):14.099
2.70/14.22	o 296
2.70/14.24	c And the winner is solver0
2.77/14.72	c Got one! Elapsed wall clock time (in seconds):14.6
2.77/14.72	o 284
2.77/14.73	c And the winner is solver0
2.85/15.22	c Got one! Elapsed wall clock time (in seconds):15.101
2.85/15.22	o 283
2.85/15.27	c And the winner is solver0
2.96/15.72	c Got one! Elapsed wall clock time (in seconds):15.602
2.96/15.72	o 282
2.96/15.74	c And the winner is solver0
2.98/16.22	c Got one! Elapsed wall clock time (in seconds):16.103
2.98/16.22	o 278
2.98/16.23	c And the winner is solver0
2.98/16.72	c Got one! Elapsed wall clock time (in seconds):16.604
2.98/16.72	o 251
2.98/16.74	c And the winner is solver0
3.02/17.22	c Got one! Elapsed wall clock time (in seconds):17.105
3.02/17.22	o 249
3.02/17.24	c And the winner is solver0
3.06/17.73	c Got one! Elapsed wall clock time (in seconds):17.606
3.06/17.73	o 239
3.06/17.77	c And the winner is solver0
3.18/18.23	c Got one! Elapsed wall clock time (in seconds):18.107
3.18/18.23	o 238
3.18/18.27	c And the winner is solver0
3.27/18.73	c Got one! Elapsed wall clock time (in seconds):18.608
3.27/18.73	o 229
3.43/18.85	c cleaning 7856 clauses out of 15721 with flag 6343/15721
3.85/19.10	c cleaning 6921 clauses out of 13865 with flag 24228/21721
4.39/19.28	c And the winner is solver0
4.58/19.73	c Got one! Elapsed wall clock time (in seconds):19.609
4.58/19.73	o 221
4.97/19.94	c cleaning 8531 clauses out of 17073 with flag 18324/31850
5.18/20.01	c And the winner is solver0
5.22/20.23	c Got one! Elapsed wall clock time (in seconds):20.11
5.22/20.23	o 219
5.36/20.31	c And the winner is solver0
5.39/20.73	c Got one! Elapsed wall clock time (in seconds):20.611
5.39/20.73	o 210
5.51/20.83	c cleaning 7333 clauses out of 14668 with flag 6613/37976
5.76/20.92	c And the winner is solver0
5.80/21.23	c Got one! Elapsed wall clock time (in seconds):21.112
5.80/21.23	o 207
5.93/21.37	c cleaning 6248 clauses out of 12519 with flag 9223/43160
6.79/21.65	c cleaning 6136 clauses out of 12272 with flag 28413/49161
6.79/21.66	c And the winner is solver0
7.05/21.73	c Got one! Elapsed wall clock time (in seconds):21.613
7.05/21.73	o 206
7.05/21.77	c And the winner is solver0
7.39/22.23	c Got one! Elapsed wall clock time (in seconds):22.114
7.39/22.23	o 203
7.58/22.39	c cleaning 5870 clauses out of 11756 with flag 13786/54781
7.84/22.45	c And the winner is solver0
8.02/22.73	c Got one! Elapsed wall clock time (in seconds):22.615
8.02/22.73	o 200
8.14/22.88	c cleaning 5913 clauses out of 11837 with flag 12987/60732
8.33/22.95	c And the winner is solver0
8.47/23.24	c Got one! Elapsed wall clock time (in seconds):23.116
8.47/23.24	o 174
8.59/23.38	c cleaning 5705 clauses out of 11417 with flag 10870/66225
9.03/23.59	c cleaning 5855 clauses out of 11713 with flag 30532/72226
9.43/23.74	c And the winner is solver0
9.53/24.24	c Got one! Elapsed wall clock time (in seconds):24.117
9.53/24.24	o 172
9.53/24.29	c cleaning 5698 clauses out of 11404 with flag 3375/77772
9.87/24.49	c cleaning 5851 clauses out of 11706 with flag 23619/83772
10.31/24.61	c And the winner is solver0
10.36/24.74	c Got one! Elapsed wall clock time (in seconds):24.618
10.36/24.74	o 171
10.47/24.83	c cleaning 5453 clauses out of 10921 with flag 7245/88838
10.47/24.83	c And the winner is solver0
10.57/25.24	c Got one! Elapsed wall clock time (in seconds):25.119
10.57/25.24	o 170
10.69/25.40	c cleaning 5318 clauses out of 10651 with flag 16654/94021
10.89/25.43	c And the winner is solver0
10.97/25.74	c Got one! Elapsed wall clock time (in seconds):25.619
10.97/25.74	o 164
10.97/25.75	c And the winner is solver0
10.97/26.24	c Got one! Elapsed wall clock time (in seconds):26.12
10.97/26.24	o 163
10.97/26.29	c And the winner is solver0
11.08/26.74	c Got one! Elapsed wall clock time (in seconds):26.621
11.08/26.74	o 160
11.19/26.89	c cleaning 6004 clauses out of 12019 with flag 12603/100707
11.59/27.09	c cleaning 6001 clauses out of 12014 with flag 33383/106706
11.79/27.15	c And the winner is solver0
11.93/27.24	c Got one! Elapsed wall clock time (in seconds):27.122
11.93/27.24	o 156
12.04/27.34	c And the winner is solver0
12.16/27.74	c Got one! Elapsed wall clock time (in seconds):27.623
12.16/27.74	o 142
12.16/27.79	c cleaning 6022 clauses out of 12052 with flag 3277/112745
12.47/27.99	c cleaning 6012 clauses out of 12030 with flag 23036/118745
12.66/28.08	c And the winner is solver0
12.91/28.24	c Got one! Elapsed wall clock time (in seconds):28.124
12.91/28.24	o 141
13.02/28.36	c cleaning 5623 clauses out of 11256 with flag 10030/123983
13.22/28.43	c And the winner is solver0
13.31/28.74	c Got one! Elapsed wall clock time (in seconds):28.625
13.31/28.74	o 136
13.41/28.85	c cleaning 5585 clauses out of 11169 with flag 9176/129519
13.61/29.00	c And the winner is solver0
13.84/29.25	c Got one! Elapsed wall clock time (in seconds):29.126
13.84/29.25	o 130
13.84/29.29	c cleaning 5480 clauses out of 10974 with flag 3240/134909
14.14/29.40	c And the winner is solver0
14.17/29.75	c Got one! Elapsed wall clock time (in seconds):29.627
14.17/29.75	o 104
14.29/29.82	c And the winner is solver0
14.35/30.25	c Got one! Elapsed wall clock time (in seconds):30.128
14.35/30.25	o 103
14.35/30.29	c cleaning 6177 clauses out of 12358 with flag 3323/141773
14.87/30.50	c cleaning 6081 clauses out of 12181 with flag 23966/147773
15.26/30.74	c And the winner is solver0
15.26/30.80	c Got one! Elapsed wall clock time (in seconds):30.679
15.26/30.80	o 89
15.84/31.05	c cleaning 8830 clauses out of 17664 with flag 15938/159337
16.04/31.12	c And the winner is solver0
16.12/31.30	c Got one! Elapsed wall clock time (in seconds):31.18
16.12/31.30	o 88
16.32/31.42	c cleaning 6987 clauses out of 13982 with flag 9295/164485
16.72/31.64	c cleaning 6492 clauses out of 12992 with flag 30339/170482
16.72/31.66	c And the winner is solver0
16.87/31.80	c Got one! Elapsed wall clock time (in seconds):31.681
16.87/31.80	o 85
17.07/31.98	c cleaning 6070 clauses out of 12147 with flag 17356/176129
17.46/32.19	c cleaning 6031 clauses out of 12076 with flag 37484/182129
18.06/32.46	c cleaning 6521 clauses out of 13046 with flag 61771/189130
18.26/32.55	c And the winner is solver0
18.39/32.80	c Got one! Elapsed wall clock time (in seconds):32.683
18.39/32.80	o 77
18.57/32.91	c cleaning 6062 clauses out of 12136 with flag 9725/194741
18.57/32.99	c And the winner is solver0
18.79/33.31	c Got one! Elapsed wall clock time (in seconds):33.185
18.79/33.31	o 71
18.96/33.42	c cleaning 5972 clauses out of 11969 with flag 8874/200637
18.96/33.44	c And the winner is solver0
19.10/33.81	c Got one! Elapsed wall clock time (in seconds):33.69
19.10/33.81	o 59
19.26/33.91	c And the winner is solver0
19.34/34.31	c Got one! Elapsed wall clock time (in seconds):34.194
19.34/34.31	o 58
19.50/34.40	c cleaning 6047 clauses out of 12114 with flag 6612/206754
19.92/34.63	c cleaning 6030 clauses out of 12065 with flag 26211/212753
19.92/34.63	c And the winner is solver0
20.02/34.82	c Got one! Elapsed wall clock time (in seconds):34.699
20.02/34.82	o 46
20.17/34.98	c cleaning 5543 clauses out of 11094 with flag 13793/217812
20.57/35.17	c cleaning 5768 clauses out of 11550 with flag 30394/223812
20.57/35.20	c And the winner is solver0
20.82/35.32	c Got one! Elapsed wall clock time (in seconds):35.204
20.82/35.32	o 43
20.95/35.49	c cleaning 5796 clauses out of 11607 with flag 14741/229638
21.35/35.69	c cleaning 5897 clauses out of 11810 with flag 31644/235638
21.95/35.92	c cleaning 6449 clauses out of 12911 with flag 51278/242637
22.35/36.15	c And the winner is solver0
22.50/36.33	c Got one! Elapsed wall clock time (in seconds):36.212
22.50/36.33	o 42
22.82/36.57	c cleaning 9023 clauses out of 18056 with flag 17000/254231
23.22/36.78	c cleaning 7508 clauses out of 15032 with flag 37637/260232
23.42/36.84	c And the winner is solver0
23.42/36.89	c Got one! Elapsed wall clock time (in seconds):36.77
23.42/36.89	o 38
23.73/37.01	c And the winner is solver0
23.79/37.40	c Got one! Elapsed wall clock time (in seconds):37.277
23.79/37.40	o 34
23.79/37.45	c cleaning 6845 clauses out of 13697 with flag 3253/266406
24.18/37.65	c cleaning 6417 clauses out of 12851 with flag 21219/272406
24.18/37.65	c And the winner is solver0
24.31/37.91	c Got one! Elapsed wall clock time (in seconds):37.786
24.31/37.91	o 31
24.48/38.04	c And the winner is solver0
24.70/38.41	c Got one! Elapsed wall clock time (in seconds):38.295
24.70/38.41	o 28
24.70/38.49	c cleaning 5838 clauses out of 11695 with flag 3390/277668
25.08/38.68	c cleaning 5925 clauses out of 11856 with flag 23087/283668
25.67/38.91	c cleaning 6461 clauses out of 12930 with flag 44935/290668
26.27/39.21	c cleaning 7235 clauses out of 14470 with flag 70964/298669
26.87/39.56	c cleaning 8116 clauses out of 16233 with flag 101575/307669
27.08/39.67	c And the winner is solver0
27.23/39.94	c Got one! Elapsed wall clock time (in seconds):39.825
27.23/39.95	o 27
27.32/40.03	c cleaning 6792 clauses out of 13598 with flag 6647/313151
27.72/40.23	c cleaning 6398 clauses out of 12806 with flag 24737/319151
28.12/40.46	c cleaning 6701 clauses out of 13409 with flag 46844/326152
28.73/40.75	c cleaning 7349 clauses out of 14702 with flag 73294/334153
28.93/40.81	c And the winner is solver0
29.06/41.03	c >>>>>>>>>> Solver number 0 (74 answers) <<<<<<<<<<<<<<<<<<
29.06/41.03	c starts		: 261
29.06/41.03	c conflicts		: 336307
29.06/41.03	c decisions		: 598206
29.06/41.03	c propagations		: 9927120
29.06/41.03	c inspects		: 116579942
29.06/41.03	c shortcuts		: 0
29.06/41.03	c learnt literals	: 35
29.06/41.03	c learnt binary clauses	: 71
29.06/41.03	c learnt ternary clauses	: 974
29.06/41.03	c learnt constraints	: 336271
29.06/41.03	c ignored constraints	: 0
29.06/41.03	c root simplifications	: 0
29.06/41.03	c removed literals (reason simplification)	: 1856890
29.06/41.03	c reason swapping (by a shorter reason)	: 0
29.06/41.03	c Calls to reduceDB	: 51
29.06/41.03	c Number of update (reduction) of LBD	: 92140
29.06/41.03	c Imported unit clauses	: 0
29.06/41.03	c number of reductions to clauses (during analyze)	: 0
29.06/41.03	c number of learned constraints concerned by reduction	: 0
29.06/41.03	c number of learning phase by resolution	: 0
29.06/41.03	c number of learning phase by cutting planes	: 0
29.06/41.03	c speed (assignments/second)	: 243067.50569280869
29.06/41.03	c non guided choices	2849
29.06/41.03	c learnt constraints type 
29.06/41.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
29.06/41.03	c starts		: 77
29.06/41.03	c conflicts		: 1644
29.06/41.03	c decisions		: 13505
29.06/41.03	c propagations		: 65502
29.06/41.03	c inspects		: 9192244
29.06/41.03	c shortcuts		: 0
29.06/41.03	c learnt literals	: 0
29.06/41.03	c learnt binary clauses	: 0
29.06/41.03	c learnt ternary clauses	: 0
29.06/41.03	c learnt constraints	: 1590
29.06/41.03	c ignored constraints	: 0
29.06/41.03	c root simplifications	: 0
29.06/41.03	c removed literals (reason simplification)	: 0
29.06/41.03	c reason swapping (by a shorter reason)	: 0
29.06/41.03	c Calls to reduceDB	: 0
29.06/41.03	c Number of update (reduction) of LBD	: 0
29.06/41.03	c Imported unit clauses	: 0
29.06/41.03	c number of reductions to clauses (during analyze)	: 0
29.06/41.03	c number of learned constraints concerned by reduction	: 0
29.06/41.03	c number of learning phase by resolution	: 0
29.06/41.03	c number of learning phase by cutting planes	: 0
29.06/41.03	c speed (assignments/second)	: 61446.52908067542
29.06/41.03	c non guided choices	564
29.06/41.03	c learnt constraints type 
29.06/41.03	s OPTIMUM FOUND
29.06/41.03	c Found 73 solution(s)
29.06/41.03	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 
29.06/41.04	c objective function=27
29.06/41.04	c Total wall clock time (in seconds): 40.916

Verifier Data

OK	27

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-4109477-1467321234/watcher-4109477-1467321234 -o /tmp/evaluation-result-4109477-1467321234/solver-4109477-1467321234 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109477-1467321234.wbo 

pid=26016
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.11 0.95 1.07 2/169 26019
/proc/meminfo: memFree=26741624/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/26019/stat : 26019 (java) D 26016 26019 13214 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 13090756 278528 33 33554432000 1073741824 1073778376 140736887454144 140736887451320 213183982887 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 68 33 25 9 0 25 0

[startup+0.100157 s]
/proc/loadavg: 1.11 0.95 1.07 2/169 26019
/proc/meminfo: memFree=26741624/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 13090756 9787879424 6040 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 1.11 0.95 1.07 2/169 26019
/proc/meminfo: memFree=26741624/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 4759 0 1 0 22 1 0 0 20 0 22 0 13090756 10060525568 7875 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 7875 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300227 s]
/proc/loadavg: 1.11 0.95 1.07 2/169 26019
/proc/meminfo: memFree=26741624/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 7726 0 1 0 55 2 0 0 20 0 22 0 13090756 10060525568 10188 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 10188 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700201 s]
/proc/loadavg: 1.11 0.95 1.07 2/169 26019
/proc/meminfo: memFree=26741624/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 15934 0 1 0 163 5 0 0 20 0 22 0 13090756 10060525568 16624 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 16624 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 1.11 0.95 1.07 1/188 26044
/proc/meminfo: memFree=26681192/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 15947 0 1 0 170 7 0 0 20 0 19 0 13090756 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 18156 2260 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) S 26016 26019 13214 0 -1 4202560 2419 0 1 0 15 2 0 0 20 0 19 0 13090757 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706335949688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13090759 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 6074 0 0 0 49 1 0 0 20 0 19 0 13090762 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 6104 0 0 0 49 0 0 0 20 0 19 0 13090762 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090775 10060525568 18156 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 1.11 0.95 1.07 3/191 26053
/proc/meminfo: memFree=26668564/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 15973 0 1 0 172 7 0 0 20 0 19 0 13090756 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 21741 2260 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) S 26016 26019 13214 0 -1 4202560 2419 0 1 0 15 2 0 0 20 0 19 0 13090757 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706335949688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13090759 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 6074 0 0 0 50 2 0 0 20 0 19 0 13090762 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 6104 0 0 0 50 0 0 0 20 0 19 0 13090762 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090775 10060525568 21741 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=13 pid=1822 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 1.10 0.95 1.07 1/188 26071
/proc/meminfo: memFree=26633316/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 16071 0 1 0 198 14 0 0 20 0 19 0 13090756 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 31404 2268 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) S 26016 26019 13214 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 19 0 13090757 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706335949688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13090758 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13090759 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 6086 0 0 0 66 2 0 0 20 0 19 0 13090762 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 6106 0 0 0 51 0 0 0 20 0 19 0 13090762 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090775 10060525568 31404 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.12

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

[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 7 1 0 0 20 0 19 0 13090758 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 24 0 0 0 5 2 0 0 20 0 19 0 13090758 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 77 0 0 0 10 3 0 0 20 0 19 0 13090758 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 590 0 0 0 1 8 0 0 20 0 19 0 13090759 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 9931 0 0 0 117 3 0 0 20 0 19 0 13090762 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 9583 0 0 0 137 2 0 0 20 0 19 0 13090762 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090775 10060525568 231625 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 9824732

[startup+40.0008 s]
/proc/loadavg: 0.90 0.91 1.05 3/191 26257
/proc/meminfo: memFree=25804640/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=27.32 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 25705 0 1 0 2591 141 0 0 20 0 22 0 13090756 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 235743 2287 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) S 26016 26019 13214 0 -1 4202560 2428 0 1 0 25 2 0 0 20 0 22 0 13090757 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706335949688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 68 0 0 0 7 0 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 8 1 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 22 0 13090758 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 590 0 0 0 1 8 0 0 20 0 22 0 13090759 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13090760 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13090760 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 9931 0 0 0 118 3 0 0 20 0 22 0 13090762 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 9583 0 0 0 137 2 0 0 20 0 22 0 13090762 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13090775 10060525568 235743 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.32
Current children cumulated vsize (KiB) 9824732

[startup+40.8079 s]
/proc/loadavg: 0.90 0.91 1.05 3/191 26260
/proc/meminfo: memFree=25804648/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=28.93 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 25707 0 1 0 2752 141 0 0 20 0 22 0 13090756 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 235745 2287 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) S 26016 26019 13214 0 -1 4202560 2428 0 1 0 25 2 0 0 20 0 22 0 13090757 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706335949688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 68 0 0 0 7 0 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 8 1 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 22 0 13090758 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 590 0 0 0 1 8 0 0 20 0 22 0 13090759 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13090760 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13090760 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 9931 0 0 0 118 3 0 0 20 0 22 0 13090762 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 9583 0 0 0 137 2 0 0 20 0 22 0 13090762 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13090762 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13090775 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26258] ppid=26016 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/26019/task/26258/stat : 26258 (java) R 26016 26019 13214 0 -1 4202560 3 0 0 0 83 0 0 0 20 0 22 0 13094752 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706151591552 140706165730864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26259] ppid=26016 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/26019/task/26259/stat : 26259 (java) R 26016 26019 13214 0 -1 4202560 3 0 0 0 83 0 0 0 20 0 22 0 13094752 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140706150548312 140706165839430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26260] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26260/stat : 26260 (java) S 26016 26019 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13094753 10060525568 235745 33554432000 1073741824 1073778376 140733946912400 140705006605352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.93
Current children cumulated vsize (KiB) 9824732

[startup+41.0009 s]
/proc/loadavg: 0.90 0.91 1.05 3/191 26260
/proc/meminfo: memFree=25804648/32872528 swapFree=11480/941500
[pid=26019] ppid=26016 vsize=9824732 CPUtime=29.06 cores=1,3,5,7
/proc/26019/stat : 26019 (java) S 26016 26019 13214 0 -1 4202496 25707 0 1 0 2763 143 0 0 20 0 19 0 13090756 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140733946903536 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26019/statm: 2456183 235737 2287 9 0 2446860 0
[pid=26019/tid=26021] ppid=26016 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/26019/task/26021/stat : 26021 (java) R 26016 26019 13214 0 -1 4202560 2428 0 1 0 29 2 0 0 20 0 19 0 13090757 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706335949368 140706166348818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26022] ppid=26016 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/26019/task/26022/stat : 26022 (java) S 26016 26019 13214 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706297440936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26023] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26023/stat : 26023 (java) S 26016 26019 13214 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706296388392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26024] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26024/stat : 26024 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706295335848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26025] ppid=26016 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26019/task/26025/stat : 26025 (java) S 26016 26019 13214 0 -1 4202560 68 0 0 0 7 0 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706294283304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26026] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26026/stat : 26026 (java) S 26016 26019 13214 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706293229736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26027] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26027/stat : 26027 (java) S 26016 26019 13214 0 -1 4202560 46 0 0 0 8 1 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706292177192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26028] ppid=26016 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26019/task/26028/stat : 26028 (java) S 26016 26019 13214 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706291124648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26029] ppid=26016 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26019/task/26029/stat : 26029 (java) S 26016 26019 13214 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 19 0 13090758 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706290072104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26030] ppid=26016 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26019/task/26030/stat : 26030 (java) S 26016 26019 13214 0 -1 4202560 590 0 0 0 1 8 0 0 20 0 19 0 13090759 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706160024168 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26031] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26031/stat : 26031 (java) S 26016 26019 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706158970488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26032] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26032/stat : 26032 (java) S 26016 26019 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13090760 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706157917832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26033] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26033/stat : 26033 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706156866576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26019/tid=26034] ppid=26016 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/26019/task/26034/stat : 26034 (java) S 26016 26019 13214 0 -1 4202560 9931 0 0 0 119 3 0 0 20 0 19 0 13090762 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706155812920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26019/tid=26035] ppid=26016 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26019/task/26035/stat : 26035 (java) S 26016 26019 13214 0 -1 4202560 9583 0 0 0 137 2 0 0 20 0 19 0 13090762 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706154760376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26036] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26036/stat : 26036 (java) S 26016 26019 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706153708024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26019/tid=26037] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26037/stat : 26037 (java) S 26016 26019 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13090762 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140706152655688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26019/tid=26040] ppid=26016 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26040/stat : 26040 (java) S 26016 26019 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13090775 10060525568 235737 33554432000 1073741824 1073778376 140733946912400 140705007658536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 29.06
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 41.0459
CPU time (s): 29.2186
CPU user time (s): 27.6378
CPU system time (s): 1.58076
CPU usage (%): 71.185
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6378
system time used= 1.58076
maximum resident set size= 942980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25714
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= 3305
involuntary context switches= 1668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.352946 second user time and 0.363944 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 23:13:54
IDJOB=4109477
IDBENCH=78824
IDSOLVER=2552
FILE ID=node113/4109477-1467321234
RUNJOBID= node113-1467318804-16844
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 11192ef633da7cef97eefdeccab8f20f
RANDOM SEED=1476407660

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26742152 kB
Buffers:          138220 kB
Cached:          4275756 kB
SwapCached:            0 kB
Active:          2940480 kB
Inactive:        1488652 kB
Active(anon):      12196 kB
Inactive(anon):     5656 kB
Active(file):    2928284 kB
Inactive(file):  1482996 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        987444 kB
Mapped:            13340 kB
Shmem:               204 kB
Slab:             629776 kB
SReclaimable:      74092 kB
SUnreclaim:       555684 kB
KernelStack:        1560 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node113 at 2016-06-30 23:14:35