Trace number 4118161

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-734 1800.55 949.462

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern30-08.lin.opb
MD5SUM3e449338e83c68cf4f1b342055332b04
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-738
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables926
Total number of constraints1792
Number of constraints which are clauses896
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 926
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 41584
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 41584
Number of bits of the biggest sum of numbers16
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Glucose 2.1 dynamic restart strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-4118161-1467222952.opb
0.06/0.14	c reading problem ... 
0.06/0.14	c  objective function found
0.44/0.35	c ... done. Wall clock time 0.209s.
0.44/0.35	c declared #vars     926
0.44/0.35	c #constraints  1792
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 896
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 896
0.44/0.35	c 1792 constraints processed.
0.44/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 896
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
0.44/0.35	c 1792 constraints processed.
0.44/0.35	c objective function length is 926 literals
0.44/0.37	c And the winner is solver0
0.69/0.85	c SATISFIABLE
0.69/0.85	c OPTIMIZING...
0.69/0.85	c Got one! Elapsed wall clock time (in seconds):0.715
0.69/0.85	o 0
0.69/0.88	c And the winner is solver0
0.84/1.36	c Got one! Elapsed wall clock time (in seconds):1.226
0.84/1.36	o -21
0.84/1.38	c And the winner is solver0
1.26/1.87	c Got one! Elapsed wall clock time (in seconds):1.734
1.26/1.87	o -42
1.26/1.88	c And the winner is solver0
1.32/2.38	c Got one! Elapsed wall clock time (in seconds):2.24
1.32/2.38	o -68
1.37/2.40	c And the winner is solver0
1.40/2.88	c Got one! Elapsed wall clock time (in seconds):2.744
1.40/2.88	o -93
1.45/2.90	c And the winner is solver0
1.54/3.39	c Got one! Elapsed wall clock time (in seconds):3.248
1.54/3.39	o -94
1.54/3.39	c And the winner is solver0
1.60/3.89	c Got one! Elapsed wall clock time (in seconds):3.751
1.60/3.89	o -117
1.60/3.89	c And the winner is solver0
1.62/4.39	c Got one! Elapsed wall clock time (in seconds):4.253
1.62/4.39	o -122
1.62/4.40	c And the winner is solver0
1.64/4.89	c Got one! Elapsed wall clock time (in seconds):4.756
1.64/4.89	o -123
1.65/4.90	c And the winner is solver0
1.65/5.40	c Got one! Elapsed wall clock time (in seconds):5.258
1.65/5.40	o -126
1.65/5.40	c And the winner is solver0
1.71/5.90	c Got one! Elapsed wall clock time (in seconds):5.761
1.71/5.90	o -149
1.71/5.90	c And the winner is solver0
1.77/6.40	c Got one! Elapsed wall clock time (in seconds):6.263
1.77/6.40	o -152
1.77/6.41	c And the winner is solver0
1.85/6.90	c Got one! Elapsed wall clock time (in seconds):6.765
1.85/6.90	o -155
1.85/6.91	c And the winner is solver0
1.87/7.40	c Got one! Elapsed wall clock time (in seconds):7.267
1.87/7.40	o -158
1.87/7.41	c And the winner is solver0
1.87/7.91	c Got one! Elapsed wall clock time (in seconds):7.769
1.87/7.91	o -160
1.87/7.91	c And the winner is solver0
1.88/8.41	c Got one! Elapsed wall clock time (in seconds):8.27
1.88/8.41	o -179
1.88/8.41	c And the winner is solver0
1.88/8.91	c Got one! Elapsed wall clock time (in seconds):8.772
1.88/8.91	o -181
1.88/8.92	c And the winner is solver0
1.89/9.41	c Got one! Elapsed wall clock time (in seconds):9.273
1.89/9.41	o -183
1.89/9.41	c And the winner is solver0
1.89/9.91	c Got one! Elapsed wall clock time (in seconds):9.775
1.89/9.91	o -185
1.89/9.92	c And the winner is solver0
1.89/10.41	c Got one! Elapsed wall clock time (in seconds):10.277
1.89/10.41	o -186
1.89/10.43	c And the winner is solver0
1.91/10.92	c Got one! Elapsed wall clock time (in seconds):10.778
1.91/10.92	o -191
1.91/10.93	c And the winner is solver0
1.96/11.42	c Got one! Elapsed wall clock time (in seconds):11.28
1.96/11.42	o -198
1.96/11.43	c And the winner is solver0
2.00/11.92	c Got one! Elapsed wall clock time (in seconds):11.781
2.00/11.92	o -204
2.00/11.92	c And the winner is solver0
2.00/12.42	c Got one! Elapsed wall clock time (in seconds):12.283
2.00/12.42	o -205
2.00/12.42	c And the winner is solver0
2.00/12.92	c Got one! Elapsed wall clock time (in seconds):12.784
2.00/12.92	o -210
2.00/12.92	c And the winner is solver0
2.00/13.42	c Got one! Elapsed wall clock time (in seconds):13.285
2.00/13.42	o -212
2.00/13.43	c And the winner is solver0
2.01/13.92	c Got one! Elapsed wall clock time (in seconds):13.787
2.01/13.92	o -213
2.01/13.93	c And the winner is solver0
2.02/14.43	c Got one! Elapsed wall clock time (in seconds):14.288
2.02/14.43	o -214
2.02/14.43	c And the winner is solver0
2.05/14.93	c Got one! Elapsed wall clock time (in seconds):14.79
2.05/14.93	o -218
2.05/14.93	c And the winner is solver0
2.05/15.43	c Got one! Elapsed wall clock time (in seconds):15.292
2.05/15.43	o -219
2.05/15.43	c And the winner is solver0
2.05/15.93	c Got one! Elapsed wall clock time (in seconds):15.793
2.05/15.93	o -221
2.05/15.94	c And the winner is solver0
2.09/16.43	c Got one! Elapsed wall clock time (in seconds):16.295
2.09/16.43	o -224
2.09/16.44	c And the winner is solver0
2.10/16.93	c Got one! Elapsed wall clock time (in seconds):16.796
2.10/16.93	o -228
2.10/16.95	c And the winner is solver0
2.14/17.44	c Got one! Elapsed wall clock time (in seconds):17.298
2.14/17.44	o -236
2.14/17.44	c And the winner is solver0
2.14/17.94	c Got one! Elapsed wall clock time (in seconds):17.799
2.14/17.94	o -242
2.14/17.94	c And the winner is solver0
2.14/18.44	c Got one! Elapsed wall clock time (in seconds):18.301
2.14/18.44	o -244
2.14/18.44	c And the winner is solver0
2.14/18.94	c Got one! Elapsed wall clock time (in seconds):18.803
2.14/18.94	o -248
2.14/18.94	c And the winner is solver0
2.14/19.44	c Got one! Elapsed wall clock time (in seconds):19.304
2.14/19.44	o -249
2.14/19.45	c And the winner is solver0
2.15/19.94	c Got one! Elapsed wall clock time (in seconds):19.806
2.15/19.94	o -252
2.15/19.95	c And the winner is solver0
2.15/20.45	c Got one! Elapsed wall clock time (in seconds):20.307
2.15/20.45	o -257
2.15/20.45	c And the winner is solver0
2.17/20.95	c Got one! Elapsed wall clock time (in seconds):20.809
2.17/20.95	o -275
2.17/20.98	c And the winner is solver0
2.32/21.45	c Got one! Elapsed wall clock time (in seconds):21.311
2.32/21.45	o -278
2.32/21.46	c And the winner is solver0
2.37/21.95	c Got one! Elapsed wall clock time (in seconds):21.812
2.37/21.95	o -280
2.37/21.96	c And the winner is solver0
2.38/22.45	c Got one! Elapsed wall clock time (in seconds):22.314
2.38/22.45	o -281
2.38/22.45	c And the winner is solver0
2.38/22.95	c Got one! Elapsed wall clock time (in seconds):22.815
2.38/22.95	o -282
2.38/22.96	c And the winner is solver0
2.38/23.45	c Got one! Elapsed wall clock time (in seconds):23.317
2.38/23.45	o -285
2.38/23.46	c And the winner is solver0
2.38/23.96	c Got one! Elapsed wall clock time (in seconds):23.818
2.38/23.96	o -290
2.38/23.98	c And the winner is solver0
2.43/24.46	c Got one! Elapsed wall clock time (in seconds):24.32
2.43/24.46	o -307
2.51/24.51	c And the winner is solver0
2.60/24.96	c Got one! Elapsed wall clock time (in seconds):24.821
2.60/24.96	o -311
2.60/24.99	c And the winner is solver0
2.67/25.46	c Got one! Elapsed wall clock time (in seconds):25.323
2.67/25.46	o -312
2.67/25.47	c And the winner is solver0
2.67/25.96	c Got one! Elapsed wall clock time (in seconds):25.825
2.67/25.96	o -313
2.67/25.97	c And the winner is solver0
2.68/26.46	c Got one! Elapsed wall clock time (in seconds):26.326
2.68/26.46	o -314
2.68/26.47	c And the winner is solver0
2.70/26.97	c Got one! Elapsed wall clock time (in seconds):26.828
2.70/26.97	o -315
2.70/26.97	c And the winner is solver0
2.70/27.47	c Got one! Elapsed wall clock time (in seconds):27.329
2.70/27.47	o -316
2.70/27.48	c And the winner is solver0
2.71/27.97	c Got one! Elapsed wall clock time (in seconds):27.83
2.71/27.97	o -321
2.71/27.99	c And the winner is solver0
2.78/28.47	c Got one! Elapsed wall clock time (in seconds):28.332
2.78/28.47	o -322
2.78/28.48	c And the winner is solver0
2.78/28.97	c Got one! Elapsed wall clock time (in seconds):28.834
2.78/28.97	o -323
2.82/29.08	c And the winner is solver0
3.08/29.47	c Got one! Elapsed wall clock time (in seconds):29.335
3.08/29.47	o -344
3.12/29.52	c And the winner is solver0
3.19/29.97	c Got one! Elapsed wall clock time (in seconds):29.837
3.19/29.97	o -347
3.19/29.99	c And the winner is solver0
3.23/30.48	c Got one! Elapsed wall clock time (in seconds):30.338
3.23/30.48	o -348
3.27/30.51	c And the winner is solver0
3.33/30.98	c Got one! Elapsed wall clock time (in seconds):30.84
3.33/30.98	o -352
3.37/31.01	c And the winner is solver0
3.42/31.48	c Got one! Elapsed wall clock time (in seconds):31.341
3.42/31.48	o -353
3.42/31.49	c And the winner is solver0
3.51/31.98	c Got one! Elapsed wall clock time (in seconds):31.843
3.51/31.98	o -354
3.55/32.01	c And the winner is solver0
3.58/32.48	c Got one! Elapsed wall clock time (in seconds):32.345
3.58/32.48	o -357
4.10/32.70	c And the winner is solver0
4.13/32.98	c Got one! Elapsed wall clock time (in seconds):32.846
4.13/32.98	o -369
4.16/33.01	c And the winner is solver0
4.20/33.49	c Got one! Elapsed wall clock time (in seconds):33.348
4.20/33.49	o -371
4.22/33.50	c And the winner is solver0
4.24/33.99	c Got one! Elapsed wall clock time (in seconds):33.849
4.24/33.99	o -372
4.24/33.99	c And the winner is solver0
4.24/34.49	c Got one! Elapsed wall clock time (in seconds):34.351
4.24/34.49	o -374
4.25/34.52	c And the winner is solver0
4.31/34.99	c Got one! Elapsed wall clock time (in seconds):34.853
4.31/34.99	o -375
4.32/35.01	c And the winner is solver0
4.35/35.49	c Got one! Elapsed wall clock time (in seconds):35.354
4.35/35.49	o -377
4.36/35.51	c And the winner is solver0
4.39/35.99	c Got one! Elapsed wall clock time (in seconds):35.856
4.39/35.99	o -378
4.39/36.01	c And the winner is solver0
4.44/36.50	c Got one! Elapsed wall clock time (in seconds):36.358
4.44/36.50	o -380
4.44/36.51	c And the winner is solver0
4.50/37.00	c Got one! Elapsed wall clock time (in seconds):36.859
4.50/37.00	o -381
4.50/37.05	c And the winner is solver0
4.62/37.50	c Got one! Elapsed wall clock time (in seconds):37.361
4.62/37.50	o -382
4.63/37.57	c And the winner is solver0
4.77/38.00	c Got one! Elapsed wall clock time (in seconds):37.862
4.77/38.00	o -383
4.77/38.00	c And the winner is solver0
4.77/38.50	c Got one! Elapsed wall clock time (in seconds):38.364
4.77/38.50	o -385
4.77/38.50	c And the winner is solver0
4.77/39.00	c Got one! Elapsed wall clock time (in seconds):38.865
4.77/39.00	o -386
4.77/39.02	c And the winner is solver0
4.80/39.50	c Got one! Elapsed wall clock time (in seconds):39.367
4.80/39.50	o -388
5.79/39.94	c And the winner is solver0
5.89/40.01	c Got one! Elapsed wall clock time (in seconds):39.868
5.89/40.01	o -389
5.89/40.02	c And the winner is solver0
5.94/40.51	c Got one! Elapsed wall clock time (in seconds):40.37
5.94/40.51	o -393
5.94/40.52	c And the winner is solver0
5.98/41.01	c Got one! Elapsed wall clock time (in seconds):40.872
5.98/41.01	o -394
5.98/41.02	c And the winner is solver0
5.98/41.51	c Got one! Elapsed wall clock time (in seconds):41.373
5.98/41.51	o -401
5.98/41.53	c And the winner is solver0
6.03/42.01	c Got one! Elapsed wall clock time (in seconds):41.875
6.03/42.01	o -402
6.03/42.05	c And the winner is solver0
6.19/42.51	c Got one! Elapsed wall clock time (in seconds):42.377
6.19/42.51	o -404
6.19/42.54	c And the winner is solver0
6.26/43.02	c Got one! Elapsed wall clock time (in seconds):42.878
6.26/43.02	o -405
6.26/43.05	c And the winner is solver0
6.34/43.52	c Got one! Elapsed wall clock time (in seconds):43.38
6.34/43.52	o -408
6.49/43.61	c And the winner is solver0
6.53/44.02	c Got one! Elapsed wall clock time (in seconds):43.882
6.53/44.02	o -410
6.71/44.11	c And the winner is solver0
6.73/44.52	c Got one! Elapsed wall clock time (in seconds):44.384
6.73/44.52	o -413
6.88/44.61	c And the winner is solver0
6.92/45.02	c Got one! Elapsed wall clock time (in seconds):44.885
6.92/45.02	o -414
7.32/45.21	c And the winner is solver0
7.34/45.53	c Got one! Elapsed wall clock time (in seconds):45.387
7.34/45.53	o -415
7.34/45.54	c And the winner is solver0
7.39/46.03	c Got one! Elapsed wall clock time (in seconds):45.889
7.39/46.03	o -418
7.39/46.04	c And the winner is solver0
7.44/46.53	c Got one! Elapsed wall clock time (in seconds):46.391
7.44/46.53	o -612
8.18/46.97	c cleaning 7430 clauses out of 14860 with flag 4001/14860
9.27/47.44	c And the winner is solver0
9.50/47.53	c Got one! Elapsed wall clock time (in seconds):47.392
9.50/47.53	o -613
10.05/47.87	c cleaning 6268 clauses out of 12535 with flag 4071/19965
10.70/48.12	c And the winner is solver0
10.77/48.55	c Got one! Elapsed wall clock time (in seconds):48.412
10.77/48.55	o -616
11.06/48.72	c And the winner is solver0
11.14/49.05	c Got one! Elapsed wall clock time (in seconds):48.914
11.14/49.05	o -618
11.22/49.12	c And the winner is solver0
11.31/49.55	c Got one! Elapsed wall clock time (in seconds):49.416
11.31/49.55	o -626
12.27/50.09	c cleaning 6188 clauses out of 12377 with flag 6001/26075
14.33/51.05	c cleaning 6094 clauses out of 12190 with flag 18003/32076
14.53/51.10	c And the winner is solver0
14.57/51.56	c Got one! Elapsed wall clock time (in seconds):51.418
14.57/51.56	o -628
15.87/52.25	c And the winner is solver0
16.00/52.56	c Got one! Elapsed wall clock time (in seconds):52.421
16.00/52.56	o -629
16.07/52.63	c And the winner is solver0
16.17/53.06	c Got one! Elapsed wall clock time (in seconds):52.923
16.17/53.06	o -630
16.24/53.16	c And the winner is solver0
16.40/53.56	c Got one! Elapsed wall clock time (in seconds):53.425
16.40/53.56	o -631
16.65/53.76	c cleaning 6449 clauses out of 12900 with flag 2007/38880
17.33/54.02	c And the winner is solver0
17.33/54.07	c Got one! Elapsed wall clock time (in seconds):53.927
17.33/54.07	o -633
17.46/54.10	c And the winner is solver0
17.50/54.57	c Got one! Elapsed wall clock time (in seconds):54.429
17.50/54.57	o -634
17.50/54.58	c And the winner is solver0
17.55/55.07	c Got one! Elapsed wall clock time (in seconds):54.931
17.55/55.07	o -637
17.62/55.17	c And the winner is solver0
17.79/55.57	c Got one! Elapsed wall clock time (in seconds):55.433
17.79/55.57	o -640
17.79/55.59	c And the winner is solver0
17.85/56.07	c Got one! Elapsed wall clock time (in seconds):55.935
17.85/56.07	o -642
17.91/56.16	c And the winner is solver0
18.07/56.58	c Got one! Elapsed wall clock time (in seconds):56.438
18.07/56.58	o -645
18.10/56.65	c And the winner is solver0
18.24/57.08	c Got one! Elapsed wall clock time (in seconds):56.94
18.24/57.08	o -647
18.48/57.20	c And the winner is solver0
18.53/57.58	c Got one! Elapsed wall clock time (in seconds):57.442
18.53/57.58	o -648
18.58/57.63	c And the winner is solver0
18.71/58.08	c Got one! Elapsed wall clock time (in seconds):57.944
18.71/58.08	o -650
19.93/58.78	c cleaning 7566 clauses out of 15136 with flag 8017/47565
21.92/59.78	c cleaning 6785 clauses out of 13569 with flag 20015/53564
24.38/60.90	c And the winner is solver1
24.40/61.09	c Got one! Elapsed wall clock time (in seconds):60.947
24.40/61.09	o -675
24.42/61.13	c And the winner is solver0
24.53/61.59	c Got one! Elapsed wall clock time (in seconds):61.449
24.53/61.59	o -677
24.56/61.62	c And the winner is solver0
24.63/62.09	c Got one! Elapsed wall clock time (in seconds):61.952
24.63/62.09	o -678
24.64/62.14	c And the winner is solver0
24.77/62.59	c Got one! Elapsed wall clock time (in seconds):62.454
24.77/62.59	o -687
24.77/62.62	c And the winner is solver0
24.86/63.09	c Got one! Elapsed wall clock time (in seconds):62.957
24.86/63.09	o -695
24.86/63.13	c And the winner is solver0
24.96/63.60	c Got one! Elapsed wall clock time (in seconds):63.459
24.96/63.60	o -698
24.96/63.63	c And the winner is solver0
25.05/64.10	c Got one! Elapsed wall clock time (in seconds):63.961
25.05/64.10	o -701
25.05/64.18	c And the winner is solver0
25.32/64.60	c Got one! Elapsed wall clock time (in seconds):64.464
25.32/64.60	o -705
25.52/64.78	c And the winner is solver0
25.80/65.10	c Got one! Elapsed wall clock time (in seconds):64.966
25.80/65.10	o -707
26.38/65.49	c And the winner is solver0
26.62/65.61	c Got one! Elapsed wall clock time (in seconds):65.468
26.62/65.61	o -709
27.42/66.06	c And the winner is solver0
27.57/66.11	c Got one! Elapsed wall clock time (in seconds):65.971
27.57/66.11	o -712
27.94/66.38	c cleaning 10483 clauses out of 20965 with flag 2319/67745
29.42/66.83	c And the winner is solver0
29.55/67.11	c Got one! Elapsed wall clock time (in seconds):66.973
29.55/67.11	o -720
30.53/67.69	c cleaning 8019 clauses out of 16061 with flag 8362/73324
32.97/68.82	c cleaning 7012 clauses out of 14041 with flag 27933/79323
35.77/70.23	c cleaning 7011 clauses out of 14030 with flag 52853/86324
38.82/71.75	c cleaning 7505 clauses out of 15019 with flag 77364/94324
42.43/73.51	c cleaning 8254 clauses out of 16513 with flag 108712/103323
46.48/75.59	c cleaning 9127 clauses out of 18259 with flag 150720/113323
51.84/78.09	c cleaning 10053 clauses out of 20132 with flag 193141/124323
58.11/81.06	c And the winner is solver0
58.38/81.22	c Got one! Elapsed wall clock time (in seconds):81.08
58.38/81.22	o -721
60.33/82.23	c cleaning 13500 clauses out of 26999 with flag 12256/141243
62.85/83.46	c cleaning 9750 clauses out of 19500 with flag 26258/147244
65.46/84.73	c cleaning 8373 clauses out of 16748 with flag 44743/154242
68.25/86.17	c cleaning 8184 clauses out of 16376 with flag 67432/162243
71.95/87.91	c cleaning 8594 clauses out of 17192 with flag 94265/171243
75.55/89.71	c cleaning 9296 clauses out of 18597 with flag 120827/181242
79.56/91.78	c cleaning 10149 clauses out of 20301 with flag 150764/192242
85.23/94.71	c cleaning 11069 clauses out of 22152 with flag 183097/204242
90.43/97.38	c cleaning 12038 clauses out of 24083 with flag 218857/217242
96.43/100.32	c cleaning 13020 clauses out of 26046 with flag 257312/231243
102.91/103.52	c cleaning 14011 clauses out of 28025 with flag 295610/246242
109.89/107.04	c cleaning 15005 clauses out of 30015 with flag 335923/262243
118.06/111.05	c cleaning 16005 clauses out of 32009 with flag 379653/279242
126.07/115.07	c cleaning 17002 clauses out of 34005 with flag 423237/297243
135.43/119.60	c And the winner is solver0
135.64/119.88	c Got one! Elapsed wall clock time (in seconds):119.737
135.64/119.88	o -722
138.52/121.37	c cleaning 20271 clauses out of 40546 with flag 10989/320786
141.12/122.68	c cleaning 13134 clauses out of 26275 with flag 24432/326786
143.92/124.05	c cleaning 10068 clauses out of 20142 with flag 40626/333787
146.74/125.49	c cleaning 9033 clauses out of 18073 with flag 58094/341786
150.92/127.79	c cleaning 9018 clauses out of 18041 with flag 77499/350787
154.63/129.66	c cleaning 9510 clauses out of 19022 with flag 99168/360786
159.02/131.83	c cleaning 10254 clauses out of 20514 with flag 124497/371788
163.84/134.29	c cleaning 11128 clauses out of 22259 with flag 153323/383787
169.26/136.92	c cleaning 12065 clauses out of 24130 with flag 183246/396786
175.07/139.84	c cleaning 13030 clauses out of 26066 with flag 214819/410787
181.72/143.19	c cleaning 14018 clauses out of 28036 with flag 247648/425787
189.31/146.91	c cleaning 15007 clauses out of 30017 with flag 286422/441786
197.97/151.26	c cleaning 16006 clauses out of 32011 with flag 328416/458787
203.17/153.82	c And the winner is solver0
203.49/154.28	c Got one! Elapsed wall clock time (in seconds):154.144
203.49/154.28	o -723
205.91/155.58	c cleaning 16510 clauses out of 33029 with flag 11249/475811
208.31/156.78	c cleaning 11255 clauses out of 22520 with flag 24590/481812
210.91/158.10	c cleaning 9129 clauses out of 18265 with flag 40173/488812
214.23/159.64	c cleaning 8561 clauses out of 17135 with flag 58564/496811
217.41/161.25	c cleaning 8783 clauses out of 17575 with flag 79063/505812
221.21/163.14	c cleaning 9391 clauses out of 18791 with flag 101704/515811
225.42/165.27	c cleaning 10196 clauses out of 20400 with flag 126553/526811
230.55/167.78	c cleaning 11101 clauses out of 22204 with flag 153802/538811
236.16/170.54	c cleaning 12051 clauses out of 24103 with flag 185763/551811
242.35/173.60	c cleaning 13024 clauses out of 26053 with flag 219179/565812
243.55/174.29	c And the winner is solver0
243.94/174.59	c Got one! Elapsed wall clock time (in seconds):174.454
243.94/174.59	o -724
244.96/175.09	c cleaning 9309 clauses out of 18628 with flag 4218/571411
247.16/176.16	c cleaning 7658 clauses out of 15318 with flag 17331/577410
248.94/177.02	c And the winner is solver0
249.27/177.35	c Got one! Elapsed wall clock time (in seconds):177.209
249.27/177.35	o -726
249.58/177.55	c cleaning 6791 clauses out of 13588 with flag 2104/583338
251.58/178.57	c cleaning 6396 clauses out of 12797 with flag 15814/589338
253.97/179.77	c cleaning 6696 clauses out of 13400 with flag 31645/596337
256.77/181.14	c cleaning 7353 clauses out of 14705 with flag 48970/604338
260.33/182.82	c cleaning 8174 clauses out of 16351 with flag 70716/613337
264.13/184.70	c cleaning 9089 clauses out of 18177 with flag 94904/623337
268.33/186.85	c cleaning 10044 clauses out of 20089 with flag 122357/634338
273.14/189.29	c cleaning 11018 clauses out of 22044 with flag 150729/646337
278.90/192.07	c cleaning 12012 clauses out of 24027 with flag 183795/659338
285.11/195.20	c cleaning 13003 clauses out of 26015 with flag 220649/673338
292.30/198.66	c cleaning 14006 clauses out of 28011 with flag 260178/688337
299.70/202.34	c cleaning 15003 clauses out of 30006 with flag 301249/704338
308.32/206.58	c cleaning 16000 clauses out of 32003 with flag 345303/721338
317.32/211.09	c cleaning 17001 clauses out of 34002 with flag 391279/739337
327.16/215.82	c cleaning 17998 clauses out of 36001 with flag 438262/758337
337.19/220.79	c cleaning 19001 clauses out of 38006 with flag 484557/778340
348.82/226.43	c cleaning 20000 clauses out of 40002 with flag 531826/799337
360.82/232.46	c cleaning 21000 clauses out of 42003 with flag 586184/821338
374.22/239.05	c cleaning 22002 clauses out of 44003 with flag 640593/844338
389.66/247.15	c cleaning 22998 clauses out of 46001 with flag 701349/868338
404.31/254.41	c cleaning 24000 clauses out of 48003 with flag 763271/893338
419.40/261.96	c cleaning 24997 clauses out of 50002 with flag 830221/919337
435.70/270.08	c cleaning 26001 clauses out of 52005 with flag 899712/946337
453.60/278.96	c cleaning 27001 clauses out of 54005 with flag 969930/974338
473.07/288.62	c cleaning 27999 clauses out of 56004 with flag 1044054/1003338
493.08/298.59	c cleaning 28998 clauses out of 58005 with flag 1126817/1033338
514.18/309.09	c cleaning 30001 clauses out of 60007 with flag 1203708/1064338
536.91/320.34	c cleaning 31002 clauses out of 62006 with flag 1288846/1096338
560.42/331.91	c cleaning 32001 clauses out of 64003 with flag 1369191/1129337
584.24/343.79	c cleaning 32991 clauses out of 66003 with flag 1455285/1163338
611.42/357.14	c cleaning 34002 clauses out of 68012 with flag 1544431/1198338
638.61/370.67	c cleaning 35000 clauses out of 70009 with flag 1639880/1234337
667.37/384.80	c cleaning 36002 clauses out of 72010 with flag 1743355/1271338
697.95/400.00	c cleaning 36999 clauses out of 74008 with flag 1849854/1309338
729.95/415.85	c cleaning 37999 clauses out of 76008 with flag 1955870/1348337
764.67/433.03	c cleaning 39003 clauses out of 78009 with flag 2053025/1388337
775.40/438.30	c And the winner is solver0
775.75/438.63	c Got one! Elapsed wall clock time (in seconds):438.497
775.75/438.63	o -727
779.47/440.51	c cleaning 29937 clauses out of 59885 with flag 11039/1409216
782.27/441.99	c cleaning 17971 clauses out of 35947 with flag 24166/1415215
785.28/443.49	c cleaning 12482 clauses out of 24977 with flag 39872/1422216
788.59/445.06	c cleaning 10241 clauses out of 20494 with flag 57577/1430215
792.19/446.82	c cleaning 9618 clauses out of 19253 with flag 80994/1439215
795.99/448.75	c cleaning 9817 clauses out of 19635 with flag 105336/1449215
800.19/450.81	c cleaning 10407 clauses out of 20819 with flag 130769/1460216
805.14/453.25	c cleaning 11202 clauses out of 22411 with flag 159608/1472215
808.33/454.86	c And the winner is solver0
808.70/455.19	c Got one! Elapsed wall clock time (in seconds):455.054
808.70/455.19	o -728
810.76/456.29	c cleaning 12413 clauses out of 24825 with flag 11144/1485831
813.16/457.40	c cleaning 9197 clauses out of 18412 with flag 24256/1491831
815.56/458.68	c cleaning 8101 clauses out of 16215 with flag 39765/1498831
818.68/460.15	c cleaning 8048 clauses out of 16114 with flag 58425/1506831
820.08/460.85	c And the winner is solver0
820.74/461.40	c Got one! Elapsed wall clock time (in seconds):461.261
820.74/461.40	o -730
820.93/461.59	c cleaning 6778 clauses out of 13562 with flag 2145/1512327
822.93/462.57	c cleaning 6387 clauses out of 12786 with flag 15303/1518329
825.33/463.77	c cleaning 6699 clauses out of 13398 with flag 30999/1525328
828.33/465.26	c cleaning 7350 clauses out of 14699 with flag 48213/1533328
831.73/466.95	c cleaning 8173 clauses out of 16348 with flag 68360/1542327
835.87/468.94	c cleaning 9085 clauses out of 18175 with flag 91926/1552327
840.07/471.07	c cleaning 10046 clauses out of 20091 with flag 118281/1563328
845.07/473.52	c cleaning 11018 clauses out of 22044 with flag 146791/1575327
850.47/476.22	c cleaning 12011 clauses out of 24026 with flag 177950/1588327
855.61/478.75	c And the winner is solver0
856.28/479.32	c Got one! Elapsed wall clock time (in seconds):479.18
856.28/479.32	o -732
858.63/480.54	c cleaning 14548 clauses out of 29099 with flag 11060/1605411
861.03/481.75	c cleaning 10275 clauses out of 20551 with flag 25297/1611411
863.65/483.05	c cleaning 8633 clauses out of 17276 with flag 40950/1618411
865.23/483.85	c And the winner is solver0
865.79/484.38	c Got one! Elapsed wall clock time (in seconds):484.238
865.79/484.38	o -734
866.08/484.57	c cleaning 7072 clauses out of 14158 with flag 2169/1623926
868.46/485.69	c cleaning 6541 clauses out of 13085 with flag 15544/1629925
871.06/486.91	c cleaning 6768 clauses out of 13544 with flag 32335/1636925
873.86/488.38	c cleaning 7387 clauses out of 14777 with flag 52390/1644926
877.26/490.00	c cleaning 8190 clauses out of 16389 with flag 75085/1653925
881.06/491.92	c cleaning 9098 clauses out of 18200 with flag 103388/1663926
885.83/494.24	c cleaning 10049 clauses out of 20102 with flag 130661/1674926
890.83/496.71	c cleaning 11026 clauses out of 22054 with flag 164360/1686927
896.25/499.49	c cleaning 12011 clauses out of 24026 with flag 202991/1699925
904.39/504.38	c cleaning 13006 clauses out of 26015 with flag 238976/1713925
910.78/507.53	c cleaning 14001 clauses out of 28010 with flag 274863/1728926
918.18/511.28	c cleaning 15005 clauses out of 30009 with flag 314447/1744926
926.66/515.45	c cleaning 15996 clauses out of 32003 with flag 359373/1761925
935.26/519.76	c cleaning 17001 clauses out of 34007 with flag 405857/1779925
944.52/524.33	c cleaning 18000 clauses out of 36007 with flag 450714/1798926
954.33/529.26	c cleaning 19002 clauses out of 38006 with flag 497639/1818925
965.59/534.82	c cleaning 20003 clauses out of 40005 with flag 546557/1839926
977.80/540.93	c cleaning 21000 clauses out of 42001 with flag 602231/1861925
990.68/547.35	c cleaning 21997 clauses out of 44001 with flag 660003/1884925
1004.78/554.37	c cleaning 23002 clauses out of 46005 with flag 722331/1908926
1020.52/562.11	c cleaning 23999 clauses out of 48002 with flag 796130/1933925
1036.13/569.94	c cleaning 24998 clauses out of 50003 with flag 868728/1959925
1052.42/578.09	c cleaning 26001 clauses out of 52005 with flag 944620/1986925
1069.74/586.64	c cleaning 26998 clauses out of 54004 with flag 1016519/2014925
1087.85/595.66	c cleaning 28003 clauses out of 56006 with flag 1085722/2043925
1107.14/605.28	c cleaning 28997 clauses out of 58003 with flag 1157840/2073925
1127.87/615.50	c cleaning 30002 clauses out of 60007 with flag 1238671/2104926
1148.05/625.50	c cleaning 31001 clauses out of 62004 with flag 1320588/2136925
1170.41/636.69	c cleaning 32001 clauses out of 64004 with flag 1408152/2169926
1194.18/648.45	c cleaning 33001 clauses out of 66002 with flag 1498055/2203925
1220.69/661.54	c cleaning 34001 clauses out of 68002 with flag 1589731/2238926
1248.49/675.30	c cleaning 34997 clauses out of 70000 with flag 1685564/2274925
1278.07/689.95	c cleaning 36002 clauses out of 72003 with flag 1777563/2311925
1306.48/704.06	c cleaning 36995 clauses out of 74002 with flag 1874869/2349926
1335.88/718.61	c cleaning 37999 clauses out of 76007 with flag 1984371/2388926
1365.13/733.02	c cleaning 38998 clauses out of 78008 with flag 2086110/2428926
1397.42/748.94	c cleaning 40000 clauses out of 80009 with flag 2193270/2469925
1430.65/765.40	c cleaning 41000 clauses out of 82009 with flag 2299495/2511925
1464.84/782.38	c cleaning 42003 clauses out of 84010 with flag 2407894/2554926
1502.71/801.81	c cleaning 43001 clauses out of 86006 with flag 2524607/2598925
1539.69/820.20	c cleaning 44002 clauses out of 88006 with flag 2645634/2643926
1578.09/839.34	c cleaning 44999 clauses out of 90004 with flag 2765152/2689926
1616.72/858.59	c cleaning 45997 clauses out of 92004 with flag 2891150/2736925
1657.54/878.86	c cleaning 47001 clauses out of 94007 with flag 3012892/2784925
1700.94/900.34	c cleaning 47998 clauses out of 96007 with flag 3137040/2833926
1745.52/922.42	c cleaning 49003 clauses out of 98009 with flag 3266152/2883926
1792.31/945.64	c cleaning 0 clauses out of 7214 with flag 0/7312
1794.51/946.68	c cleaning 50002 clauses out of 100005 with flag 3395221/2934925
1800.12/949.41	c >>>>>>>>>> Solver number 0 (130 answers) <<<<<<<<<<<<<<<<<<
1800.12/949.41	c starts		: 1618
1800.12/949.41	c conflicts		: 2943433
1800.12/949.41	c decisions		: 3527427
1800.12/949.41	c propagations		: 133056914
1800.12/949.41	c inspects		: 8586393624
1800.12/949.41	c shortcuts		: 0
1800.12/949.41	c learnt literals	: 0
1800.12/949.41	c learnt binary clauses	: 68
1800.12/949.41	c learnt ternary clauses	: 641
1800.12/949.41	c learnt constraints	: 2943433
1800.12/949.41	c ignored constraints	: 0
1800.12/949.41	c root simplifications	: 0
1800.12/949.41	c removed literals (reason simplification)	: 57837834
1800.12/949.41	c reason swapping (by a shorter reason)	: 0
1800.12/949.41	c Calls to reduceDB	: 161
1800.12/949.41	c Number of update (reduction) of LBD	: 7122
1800.12/949.41	c Imported unit clauses	: 0
1800.12/949.41	c number of reductions to clauses (during analyze)	: 0
1800.12/949.41	c number of learned constraints concerned by reduction	: 0
1800.12/949.41	c number of learning phase by resolution	: 0
1800.12/949.41	c number of learning phase by cutting planes	: 0
1800.12/949.41	c speed (assignments/second)	: 149784.21611934385
1800.12/949.41	c non guided choices	0
1800.12/949.44	c learnt constraints type 
1800.12/949.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
1800.12/949.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58443
1800.12/949.44	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.12/949.44	c starts		: 173
1800.12/949.44	c conflicts		: 7330
1800.12/949.44	c decisions		: 11431
1800.12/949.44	c propagations		: 618018
1800.12/949.44	c inspects		: 901790948
1800.12/949.44	c shortcuts		: 0
1800.12/949.44	c learnt literals	: 0
1800.12/949.44	c learnt binary clauses	: 0
1800.12/949.44	c learnt ternary clauses	: 1
1800.12/949.44	c learnt constraints	: 7232
1800.12/949.44	c ignored constraints	: 0
1800.12/949.44	c root simplifications	: 0
1800.12/949.44	c removed literals (reason simplification)	: 0
1800.12/949.44	c reason swapping (by a shorter reason)	: 0
1800.12/949.44	c Calls to reduceDB	: 1
1800.12/949.44	c Number of update (reduction) of LBD	: 0
1800.12/949.44	c Imported unit clauses	: 0
1800.12/949.44	c number of reductions to clauses (during analyze)	: 0
1800.12/949.44	c number of learned constraints concerned by reduction	: 0
1800.12/949.44	c number of learning phase by resolution	: 0
1800.12/949.44	c number of learning phase by cutting planes	: 0
1800.12/949.44	c speed (assignments/second)	: 1328.9166419383557
1800.12/949.44	c non guided choices	0
1800.12/949.44	c learnt constraints type 
1800.12/949.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.12/949.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7231
1800.12/949.44	s SATISFIABLE
1800.12/949.44	c Found 131 solution(s)
1800.12/949.44	v -x1 -x2 -x3 -x4 x5 x6 -x7 x8 x9 x10 x11 -x12 -x13 x14 -x15 x16 x17 x18 x19 x20 -x21 x22 -x23 -x24 x25 x26 x27 x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 x333 x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 x343 -x344 x345 x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 x358 x359 -x360 -x361 x362 x363 -x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 x392 -x393 -x394 x395 -x396 x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 -x413 x414 -x415 x416 -x417 -x418 x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 x433 -x434 x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 x446 x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 -x465 -x466 -x467 x468 x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 x518 x519 x520 -x521 x522 x523 -x524 x525 x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 x552 x553 -x554 x555 -x556 x557 x558 -x559 x560 -x561 x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 x571 x572 -x573 x574 -x575 -x576 x577 -x578 x579 -x580 -x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 x593 -x594 -x595 x596 -x597 x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 x649 x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 x683 -x684 x685 x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 x726 -x727 x728 x729 -x730 x731 -x732 x733 -x734 x735 -x736 x737 -x738 x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 x773 -x774 x775 x776 x777 x778 -x779 -x780 x781 x782 x783 x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 x794 x795 x796 -x797 -x798 x799 -x800 x801 x802 -x803 -x804 x805 -x806 x807 x808 -x809 -x810 x811 -x812 x813 x814 -x815 -x816 x817 -x818 x819 x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 x838 x839 x840 x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 x851 x852 x853 -x854 x855 -x856 x857 x858 x859 -x860 x861 -x862 -x863 x864 x865 -x866 x867 -x868 -x869 x870 x871 -x872 x873 -x874 -x875 x876 x877 -x878 x879 -x880 -x881 x882 x883 x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 x895 x896 x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 x913 x914 -x915 x916 x917 x918 -x919 x920 x921 -x922 x923 -x924 x925 -x926 
1800.12/949.44	c objective function=-734
1800.12/949.44	c Total wall clock time (in seconds): 949.304

Verifier Data

OK	-734

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-4118161-1467222952/watcher-4118161-1467222952 -o /tmp/evaluation-result-4118161-1467222952/solver-4118161-1467222952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118161-1467222952.opb 

pid=10578
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: 3.95 3.86 3.72 4/197 10581
/proc/meminfo: memFree=26021904/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10581/stat : 10581 (java) R 10578 10581 5962 0 -1 4202496 316 0 0 0 0 0 0 0 20 0 1 0 3246423 9515008 174 33554432000 1073741824 1073778376 140735653734176 140735653731304 225444310144 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2323 175 133 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 3.95 3.86 3.72 4/197 10581
/proc/meminfo: memFree=26021904/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 3476 0 1 0 5 1 0 0 20 0 18 0 3246423 9787879424 4608 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2389619 4608 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 3.95 3.86 3.72 4/197 10581
/proc/meminfo: memFree=26021904/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 4712 0 1 0 20 1 0 0 20 0 18 0 3246423 9787879424 7324 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2389619 7324 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300301 s]
/proc/loadavg: 3.95 3.86 3.72 4/197 10581
/proc/meminfo: memFree=26021904/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 7214 0 1 0 43 1 0 0 20 0 18 0 3246423 9787879424 9269 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2389619 9269 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 3.95 3.86 3.72 4/197 10581
/proc/meminfo: memFree=26021904/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 7820 0 1 0 65 4 0 0 20 0 19 0 3246423 10060525568 10895 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 10895 2252 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 3.95 3.86 3.72 3/216 10606
/proc/meminfo: memFree=25976184/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 16916 0 1 0 104 9 0 0 20 0 19 0 3246423 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 19443 2254 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2445 0 1 0 31 1 0 0 20 0 19 0 3246424 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3246426 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) R 10578 10581 5962 0 -1 4202560 6365 0 0 0 34 1 0 0 20 0 19 0 3246431 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109849315720 140110036124659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) R 10578 10581 5962 0 -1 4202560 6762 0 0 0 30 2 0 0 20 0 19 0 3246431 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109848263080 140110036294213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10603] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10603/stat : 10603 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246459 10060525568 19443 33554432000 1073741824 1073778376 140736692979360 140109841908648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.95 3.86 3.72 3/216 10612
/proc/meminfo: memFree=25952048/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 17742 0 1 0 142 12 0 0 20 0 19 0 3246423 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 22428 2259 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2447 0 1 0 32 1 0 0 20 0 19 0 3246424 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3246426 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) S 10578 10581 5962 0 -1 4202560 6418 0 0 0 48 2 0 0 20 0 19 0 3246431 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109849328440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) S 10578 10581 5962 0 -1 4202560 7507 0 0 0 46 2 0 0 20 0 19 0 3246431 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109848275896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10603] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10603/stat : 10603 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246459 10060525568 22428 33554432000 1073741824 1073778376 140736692979360 140109841908648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=32 pid=1811 uid=0 cmd=

[startup+6.30079 s]
/proc/loadavg: 3.79 3.83 3.71 3/216 10633
/proc/meminfo: memFree=25911516/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 17836 0 1 0 165 12 0 0 20 0 19 0 3246423 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 30515 2266 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2451 0 1 0 34 1 0 0 20 0 19 0 3246424 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3246425 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3246426 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246427 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) S 10578 10581 5962 0 -1 4202560 6435 0 0 0 60 2 0 0 20 0 19 0 3246431 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109849328440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) S 10578 10581 5962 0 -1 4202560 7513 0 0 0 55 2 0 0 20 0 19 0 3246431 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109848275896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3246431 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10603] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10603/stat : 10603 (java) S 10578 10581 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3246459 10060525568 30515 33554432000 1073741824 1073778376 140736692979360 140109841908648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.77

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


[startup+882.308 s]
/proc/loadavg: 4.52 4.35 4.03 5/220 11198
/proc/meminfo: memFree=21833372/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1664.66 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 39287 0 1 0 166092 374 0 0 20 0 22 0 3246423 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 945787 2296 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2474 0 1 0 56 3 0 0 20 0 22 0 3246424 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 581 0 0 0 360 17 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 603 0 0 0 366 18 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 561 0 0 0 365 17 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 530 0 0 0 394 15 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 568 0 0 0 397 17 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 664 0 0 0 394 21 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 544 0 0 0 347 15 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 611 0 0 0 339 17 0 0 20 0 22 0 3246425 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 2636 0 0 0 546 9 0 0 20 0 22 0 3246426 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) S 10578 10581 5962 0 -1 4202560 10114 0 0 0 142 2 0 0 20 0 22 0 3246431 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109849328440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) S 10578 10581 5962 0 -1 4202560 15560 0 0 0 198 3 0 0 20 0 22 0 3246431 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109848275896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 52 0 0 0 13 22 0 0 20 0 22 0 3246431 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10940] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10940/stat : 10940 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3252532 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109841909416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=11051] ppid=10578 vsize=9824732 CPUtime=390.88 cores=1,3,5,7
/proc/10581/task/11051/stat : 11051 (java) R 10578 10581 5962 0 -1 4202560 18 0 0 0 39083 5 0 0 20 0 22 0 3294861 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109842959536 140109901482317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=11052] ppid=10578 vsize=9824732 CPUtime=390.83 cores=1,3,5,7
/proc/10581/task/11052/stat : 11052 (java) R 10578 10581 5962 0 -1 4202560 25 0 0 0 39075 8 0 0 20 0 22 0 3294861 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109844011568 140109901513050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=11053] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/11053/stat : 11053 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3294861 10060525568 945787 33554432000 1073741824 1073778376 140736692979360 140109845067304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.66
Current children cumulated vsize (KiB) 9824732

[startup+942.301 s]
/proc/loadavg: 4.42 4.34 4.05 5/219 11199
/proc/meminfo: memFree=21498532/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1785.72 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 39323 0 1 0 178196 376 0 0 20 0 22 0 3246423 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 945809 2296 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2474 0 1 0 56 4 0 0 20 0 22 0 3246424 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 581 0 0 0 383 17 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 603 0 0 0 392 18 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 561 0 0 0 385 17 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 530 0 0 0 420 15 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 568 0 0 0 431 17 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 664 0 0 0 435 21 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 544 0 0 0 377 15 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 611 0 0 0 362 17 0 0 20 0 22 0 3246425 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=5.56 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 2662 0 0 0 546 10 0 0 20 0 22 0 3246426 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) S 10578 10581 5962 0 -1 4202560 10114 0 0 0 142 2 0 0 20 0 22 0 3246431 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109849328440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) S 10578 10581 5962 0 -1 4202560 15560 0 0 0 198 3 0 0 20 0 22 0 3246431 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109848275896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 56 0 0 0 14 23 0 0 20 0 22 0 3246431 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10940] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10940/stat : 10940 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3252532 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109841909416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=11051] ppid=10578 vsize=9824732 CPUtime=450.29 cores=1,3,5,7
/proc/10581/task/11051/stat : 11051 (java) R 10578 10581 5962 0 -1 4202560 20 0 0 0 45023 6 0 0 20 0 22 0 3294861 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109842958768 140109901482351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=11052] ppid=10578 vsize=9824732 CPUtime=450.25 cores=1,3,5,7
/proc/10581/task/11052/stat : 11052 (java) R 10578 10581 5962 0 -1 4202560 29 0 0 0 45016 9 0 0 20 0 22 0 3294861 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109844012112 140109901512060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=11053] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/11053/stat : 11053 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3294861 10060525568 945809 33554432000 1073741824 1073778376 140736692979360 140109845067304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.72
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+949.408 s]
/proc/loadavg: 4.35 4.33 4.05 5/219 11199
/proc/meminfo: memFree=21498160/32872528 swapFree=1499084/1695308
[pid=10581] ppid=10578 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/10581/stat : 10581 (java) S 10578 10581 5962 0 -1 4202496 39408 0 1 0 179636 376 0 0 20 0 22 0 3246423 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140736692970496 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10581/statm: 2456183 945892 2296 9 0 2446860 0
[pid=10581/tid=10583] ppid=10578 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/10581/task/10583/stat : 10583 (java) S 10578 10581 5962 0 -1 4202560 2474 0 1 0 56 4 0 0 20 0 22 0 3246424 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140110029312888 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10584] ppid=10578 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/10581/task/10584/stat : 10584 (java) S 10578 10581 5962 0 -1 4202560 581 0 0 0 383 17 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109873318312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10585] ppid=10578 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/10581/task/10585/stat : 10585 (java) S 10578 10581 5962 0 -1 4202560 603 0 0 0 392 18 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109872265768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10586] ppid=10578 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/10581/task/10586/stat : 10586 (java) S 10578 10581 5962 0 -1 4202560 561 0 0 0 385 17 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109871212712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10587] ppid=10578 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/10581/task/10587/stat : 10587 (java) S 10578 10581 5962 0 -1 4202560 530 0 0 0 420 15 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109870160168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10588] ppid=10578 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/10581/task/10588/stat : 10588 (java) S 10578 10581 5962 0 -1 4202560 568 0 0 0 431 17 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109869108136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10589] ppid=10578 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/10581/task/10589/stat : 10589 (java) S 10578 10581 5962 0 -1 4202560 664 0 0 0 435 21 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109868055592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10590] ppid=10578 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/10581/task/10590/stat : 10590 (java) S 10578 10581 5962 0 -1 4202560 544 0 0 0 377 15 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109867002536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10591] ppid=10578 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/10581/task/10591/stat : 10591 (java) S 10578 10581 5962 0 -1 4202560 611 0 0 0 362 17 0 0 20 0 22 0 3246425 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109865949992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10592] ppid=10578 vsize=9824732 CPUtime=5.56 cores=1,3,5,7
/proc/10581/task/10592/stat : 10592 (java) S 10578 10581 5962 0 -1 4202560 2662 0 0 0 546 10 0 0 20 0 22 0 3246426 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109853538664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10593] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10593/stat : 10593 (java) S 10578 10581 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109852484984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10594] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10594/stat : 10594 (java) S 10578 10581 5962 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 3246427 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109851431816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=10595] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10595/stat : 10595 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109850380560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10596] ppid=10578 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/10581/task/10596/stat : 10596 (java) S 10578 10581 5962 0 -1 4202560 10190 0 0 0 160 2 0 0 20 0 22 0 3246431 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109849328440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10597] ppid=10578 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/10581/task/10597/stat : 10597 (java) S 10578 10581 5962 0 -1 4202560 15565 0 0 0 200 3 0 0 20 0 22 0 3246431 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109848275896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=10598] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10598/stat : 10598 (java) S 10578 10581 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3246431 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109847223032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10581/tid=10599] ppid=10578 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10581/task/10599/stat : 10599 (java) S 10578 10581 5962 0 -1 4202560 56 0 0 0 14 23 0 0 20 0 22 0 3246431 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109846170696 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=10940] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/10940/stat : 10940 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3252532 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109841909416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10581/tid=11051] ppid=10578 vsize=9824732 CPUtime=457.39 cores=1,3,5,7
/proc/10581/task/11051/stat : 11051 (java) R 10578 10581 5962 0 -1 4202560 20 0 0 0 45733 6 0 0 20 0 22 0 3294861 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109842958768 140109901478897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10581/tid=11052] ppid=10578 vsize=9824732 CPUtime=457.34 cores=1,3,5,7
/proc/10581/task/11052/stat : 11052 (java) R 10578 10581 5962 0 -1 4202560 33 0 0 0 45725 9 0 0 20 0 22 0 3294861 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109844013544 140109901511610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10581/tid=11053] ppid=10578 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10581/task/11053/stat : 11053 (java) S 10578 10581 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3294861 10060525568 945892 33554432000 1073741824 1073778376 140736692979360 140109845067304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10581 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 949.462
CPU time (s): 1800.55
CPU user time (s): 1796.46
CPU system time (s): 4.09238
CPU usage (%): 189.639
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.46
system time used= 4.09238
maximum resident set size= 3792252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28062
involuntary context switches= 30851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77112 second user time and 8.34573 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 19:55:52
IDJOB=4118161
IDBENCH=111463
IDSOLVER=2543
FILE ID=node137/4118161-1467222952
RUNJOBID= node137-1467212962-6647
PBS_JOBID= 19997573
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern30-08.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118161-1467222952/watcher-4118161-1467222952 -o /tmp/evaluation-result-4118161-1467222952/solver-4118161-1467222952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118161-1467222952.opb

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

MD5SUM BENCH= 3e449338e83c68cf4f1b342055332b04
RANDOM SEED=187724568

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.265
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:        26022812 kB
Buffers:           99060 kB
Cached:          1788412 kB
SwapCached:            0 kB
Active:          2728304 kB
Inactive:        1682232 kB
Active(anon):    2525488 kB
Inactive(anon):        4 kB
Active(file):     202816 kB
Inactive(file):  1682228 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       4219776 kB
Mapped:            22164 kB
Shmem:               204 kB
Slab:             608448 kB
SReclaimable:      52592 kB
SUnreclaim:       555856 kB
KernelStack:        1632 kB
PageTables:        11948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4881968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2652160 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= 71692 MiB
End job on node137 at 2016-06-29 20:11:41