Trace number 4109385

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.07 1814.42

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109385-1467318939.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.064s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     197
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 28 literals
1.84/0.60	c And the winner is solver1
1.84/0.67	c SATISFIABLE
1.84/0.67	c OPTIMIZING...
1.84/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.84/0.67	o 995
2.51/0.85	c cleaning 2719 clauses out of 5437 with flag 6120/5437
2.90/0.94	c And the winner is solver0
3.40/1.18	c Got one! Elapsed wall clock time (in seconds):1.069
3.40/1.18	o 984
3.40/1.19	c And the winner is solver0
3.48/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
3.48/1.68	o 820
3.52/1.75	c And the winner is solver0
3.68/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
3.68/2.18	o 817
3.74/2.22	c cleaning 4701 clauses out of 9401 with flag 3236/12120
3.74/2.24	c And the winner is solver0
3.84/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
3.84/2.68	o 806
3.87/2.77	c And the winner is solver0
4.04/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
4.04/3.18	o 796
4.07/3.25	c cleaning 5370 clauses out of 10742 with flag 6492/18162
4.07/3.27	c And the winner is solver0
4.22/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
4.22/3.68	o 794
4.46/3.84	c cleaning 5442 clauses out of 10883 with flag 17774/23673
4.87/4.02	c cleaning 5719 clauses out of 11441 with flag 37210/29673
4.87/4.03	c And the winner is solver0
5.00/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
5.00/4.18	o 791
5.04/4.27	c And the winner is solver0
5.22/4.68	c Got one! Elapsed wall clock time (in seconds):4.576
5.22/4.68	o 790
5.25/4.76	c cleaning 5601 clauses out of 11201 with flag 6994/35152
5.67/4.95	c cleaning 5800 clauses out of 11602 with flag 28078/41154
6.07/5.17	c cleaning 6398 clauses out of 12801 with flag 53338/48153
6.27/5.25	c And the winner is solver0
6.46/5.68	c Got one! Elapsed wall clock time (in seconds):5.577
6.46/5.68	o 784
6.48/5.78	c cleaning 5741 clauses out of 11488 with flag 7041/53238
6.73/5.88	c And the winner is solver0
7.20/6.18	c Got one! Elapsed wall clock time (in seconds):6.077
7.20/6.18	o 781
7.23/6.20	c And the winner is solver0
7.23/6.68	c Got one! Elapsed wall clock time (in seconds):6.579
7.23/6.68	o 609
7.25/6.75	c And the winner is solver0
7.43/7.19	c Got one! Elapsed wall clock time (in seconds):7.08
7.43/7.19	o 608
7.44/7.21	c And the winner is solver0
7.49/7.69	c Got one! Elapsed wall clock time (in seconds):7.581
7.49/7.69	o 602
7.51/7.72	c And the winner is solver0
7.56/8.19	c Got one! Elapsed wall clock time (in seconds):8.082
7.56/8.19	o 598
7.57/8.25	c cleaning 6491 clauses out of 12991 with flag 3604/60482
7.57/8.28	c And the winner is solver0
8.14/8.69	c Got one! Elapsed wall clock time (in seconds):8.583
8.14/8.69	o 588
8.16/8.73	c And the winner is solver0
8.22/9.19	c Got one! Elapsed wall clock time (in seconds):9.084
8.22/9.19	o 578
8.24/9.26	c And the winner is solver0
8.44/9.69	c Got one! Elapsed wall clock time (in seconds):9.585
8.44/9.69	o 577
8.45/9.70	c And the winner is solver0
8.48/10.19	c Got one! Elapsed wall clock time (in seconds):10.085
8.48/10.19	o 575
8.49/10.27	c cleaning 6321 clauses out of 12659 with flag 7670/66641
8.49/10.28	c And the winner is solver0
8.69/10.69	c Got one! Elapsed wall clock time (in seconds):10.586
8.69/10.69	o 574
8.70/10.73	c And the winner is solver0
8.77/11.19	c Got one! Elapsed wall clock time (in seconds):11.087
8.77/11.19	o 560
8.78/11.20	c And the winner is solver0
8.82/11.69	c Got one! Elapsed wall clock time (in seconds):11.588
8.82/11.69	o 509
8.82/11.70	c And the winner is solver0
8.86/12.20	c Got one! Elapsed wall clock time (in seconds):12.089
8.86/12.20	o 507
8.86/12.20	c And the winner is solver0
8.88/12.70	c Got one! Elapsed wall clock time (in seconds):12.59
8.88/12.70	o 488
8.88/12.71	c And the winner is solver0
8.90/13.20	c Got one! Elapsed wall clock time (in seconds):13.091
8.90/13.20	o 471
8.90/13.20	c And the winner is solver0
45.38/49.49	c Got one! Elapsed wall clock time (in seconds):49.388
45.38/49.49	o 455
45.38/49.50	c And the winner is solver0
45.38/50.00	c Got one! Elapsed wall clock time (in seconds):49.889
45.38/50.00	o 433
45.38/50.00	c And the winner is solver0
45.38/50.50	c Got one! Elapsed wall clock time (in seconds):50.39
45.38/50.50	o 390
45.38/50.52	c And the winner is solver0
45.46/51.00	c Got one! Elapsed wall clock time (in seconds):50.891
45.46/51.00	o 389
45.46/51.00	c And the winner is solver0
45.46/51.50	c Got one! Elapsed wall clock time (in seconds):51.392
45.46/51.50	o 385
45.46/51.51	c And the winner is solver0
45.51/52.00	c Got one! Elapsed wall clock time (in seconds):51.893
45.51/52.00	o 358
45.51/52.04	c And the winner is solver0
45.62/52.50	c Got one! Elapsed wall clock time (in seconds):52.393
45.62/52.50	o 336
45.62/52.54	c And the winner is solver0
45.71/53.00	c Got one! Elapsed wall clock time (in seconds):52.894
45.71/53.00	o 335
45.71/53.03	c And the winner is solver0
45.80/53.50	c Got one! Elapsed wall clock time (in seconds):53.395
45.80/53.50	o 333
45.80/53.56	c And the winner is solver0
45.98/54.00	c Got one! Elapsed wall clock time (in seconds):53.896
45.98/54.00	o 328
45.98/54.01	c And the winner is solver0
45.98/54.50	c Got one! Elapsed wall clock time (in seconds):54.397
45.98/54.50	o 286
45.98/54.57	c And the winner is solver0
46.16/55.00	c Got one! Elapsed wall clock time (in seconds):54.898
46.16/55.00	o 285
46.16/55.04	c And the winner is solver0
46.26/55.51	c Got one! Elapsed wall clock time (in seconds):55.399
46.26/55.51	o 280
46.26/55.54	c And the winner is solver0
46.35/56.01	c Got one! Elapsed wall clock time (in seconds):55.9
46.35/56.01	o 275
46.35/56.02	c And the winner is solver0
46.38/56.51	c Got one! Elapsed wall clock time (in seconds):56.401
46.38/56.51	o 274
46.38/56.57	c cleaning 9286 clauses out of 18573 with flag 4350/78876
46.38/56.59	c And the winner is solver0
46.57/57.01	c Got one! Elapsed wall clock time (in seconds):56.901
46.57/57.01	o 270
46.57/57.01	c And the winner is solver0
46.58/57.51	c Got one! Elapsed wall clock time (in seconds):57.402
46.58/57.51	o 262
46.58/57.53	c And the winner is solver0
46.65/58.01	c Got one! Elapsed wall clock time (in seconds):57.903
46.65/58.01	o 258
46.83/58.11	c And the winner is solver0
46.88/58.51	c Got one! Elapsed wall clock time (in seconds):58.404
46.88/58.51	o 254
47.05/58.63	c cleaning 8152 clauses out of 16305 with flag 12085/85894
47.25/58.77	c And the winner is solver0
47.48/59.01	c Got one! Elapsed wall clock time (in seconds):58.905
47.48/59.01	o 252
47.48/59.02	c And the winner is solver0
47.53/59.51	c Got one! Elapsed wall clock time (in seconds):59.406
47.53/59.51	o 251
47.53/59.56	c cleaning 6907 clauses out of 13829 with flag 4148/91570
47.53/59.59	c And the winner is solver0
47.72/60.01	c Got one! Elapsed wall clock time (in seconds):59.907
47.72/60.01	o 245
47.72/60.02	c And the winner is solver0
47.78/60.51	c Got one! Elapsed wall clock time (in seconds):60.407
47.78/60.51	o 230
47.78/60.54	c And the winner is solver0
47.84/61.01	c Got one! Elapsed wall clock time (in seconds):60.908
47.84/61.01	o 229
47.84/61.05	c And the winner is solver0
47.92/61.52	c Got one! Elapsed wall clock time (in seconds):61.409
47.92/61.52	o 227
48.10/61.64	c And the winner is solver0
48.32/62.02	c Got one! Elapsed wall clock time (in seconds):61.91
48.32/62.02	o 219
48.32/62.07	c cleaning 7143 clauses out of 14290 with flag 4549/98938
48.66/62.28	c cleaning 6568 clauses out of 13146 with flag 30180/104937
48.86/62.30	c And the winner is solver0
48.95/62.52	c Got one! Elapsed wall clock time (in seconds):62.411
48.95/62.52	o 210
48.95/62.56	c And the winner is solver0
49.11/63.02	c Got one! Elapsed wall clock time (in seconds):62.912
49.11/63.02	o 207
49.27/63.16	c cleaning 6366 clauses out of 12741 with flag 16445/111100
49.66/63.37	c cleaning 6182 clauses out of 12374 with flag 42127/117099
49.66/63.40	c And the winner is solver0
57.96/71.59	c Got one! Elapsed wall clock time (in seconds):71.482
57.96/71.59	o 202
58.02/71.66	c And the winner is solver0
58.17/72.09	c Got one! Elapsed wall clock time (in seconds):71.983
58.17/72.09	o 200
58.19/72.13	c And the winner is solver0
58.32/72.59	c Got one! Elapsed wall clock time (in seconds):72.484
58.32/72.59	o 198
58.35/72.63	c cleaning 5808 clauses out of 11624 with flag 3969/122531
58.35/72.65	c And the winner is solver0
58.50/73.09	c Got one! Elapsed wall clock time (in seconds):72.984
58.50/73.09	o 196
58.52/73.10	c And the winner is solver0
58.52/73.59	c Got one! Elapsed wall clock time (in seconds):73.485
58.52/73.59	o 167
58.74/73.76	c cleaning 5788 clauses out of 11585 with flag 20992/128300
58.94/73.87	c And the winner is solver0
59.14/74.09	c Got one! Elapsed wall clock time (in seconds):73.986
59.14/74.09	o 160
59.15/74.17	c cleaning 5794 clauses out of 11606 with flag 9122/134109
59.36/74.25	c And the winner is solver0
59.52/74.59	c Got one! Elapsed wall clock time (in seconds):74.487
59.52/74.59	o 156
59.53/74.61	c And the winner is solver0
59.58/75.09	c Got one! Elapsed wall clock time (in seconds):74.988
59.58/75.09	o 154
59.79/75.21	c cleaning 5672 clauses out of 11348 with flag 13535/139645
59.79/75.25	c And the winner is solver0
59.97/75.59	c Got one! Elapsed wall clock time (in seconds):75.488
59.97/75.59	o 153
60.17/75.73	c cleaning 5498 clauses out of 11008 with flag 18208/144977
60.58/75.92	c cleaning 5745 clauses out of 11512 with flag 44714/150979
60.58/75.94	c And the winner is solver0
68.81/84.12	c Got one! Elapsed wall clock time (in seconds):84.012
68.81/84.12	o 152
68.97/84.27	c And the winner is solver0
69.18/84.62	c Got one! Elapsed wall clock time (in seconds):84.513
69.18/84.62	o 138
69.18/84.64	c And the winner is solver0
69.25/85.12	c Got one! Elapsed wall clock time (in seconds):85.014
69.25/85.12	o 136
69.25/85.16	c cleaning 6301 clauses out of 12609 with flag 4308/157821
69.61/85.36	c cleaning 6151 clauses out of 12308 with flag 30248/163821
69.81/85.45	c And the winner is solver0
69.93/85.62	c Got one! Elapsed wall clock time (in seconds):85.514
69.93/85.62	o 132
69.93/85.65	c And the winner is solver0
70.02/86.12	c Got one! Elapsed wall clock time (in seconds):86.015
70.02/86.12	o 130
70.02/86.17	c And the winner is solver0
70.19/86.62	c Got one! Elapsed wall clock time (in seconds):86.516
70.19/86.62	o 119
70.33/86.71	c cleaning 6656 clauses out of 13324 with flag 8703/170988
70.33/86.75	c And the winner is solver0
70.53/87.12	c Got one! Elapsed wall clock time (in seconds):87.017
70.53/87.12	o 106
70.68/87.23	c And the winner is solver0
70.85/87.62	c Got one! Elapsed wall clock time (in seconds):87.517
70.85/87.62	o 99
70.85/87.67	c cleaning 6142 clauses out of 12296 with flag 4673/176616
71.20/87.88	c cleaning 6075 clauses out of 12154 with flag 31852/182616
71.81/88.12	c cleaning 6540 clauses out of 13079 with flag 63574/189616
72.20/88.34	c And the winner is solver0
80.07/96.19	c Got one! Elapsed wall clock time (in seconds):96.082
80.07/96.19	o 93
80.52/96.41	c cleaning 8861 clauses out of 17722 with flag 21886/200799
80.72/96.54	c And the winner is solver0
88.96/104.76	c Got one! Elapsed wall clock time (in seconds):104.652
88.96/104.76	o 86
89.03/104.85	c cleaning 7191 clauses out of 14390 with flag 9143/206328
89.43/105.07	c cleaning 6591 clauses out of 13200 with flag 37127/212329
90.04/105.34	c cleaning 6798 clauses out of 13608 with flag 69766/219328
90.04/105.36	c And the winner is solver0
98.07/113.32	c Got one! Elapsed wall clock time (in seconds):113.217
98.07/113.32	o 81
98.41/113.52	c cleaning 6208 clauses out of 12419 with flag 23104/224937
98.41/113.58	c And the winner is solver0
98.66/113.83	c Got one! Elapsed wall clock time (in seconds):113.719
98.66/113.83	o 79
98.80/113.98	c cleaning 6062 clauses out of 12137 with flag 18719/230865
99.20/114.13	c And the winner is solver0
99.31/114.33	c Got one! Elapsed wall clock time (in seconds):114.22
99.31/114.33	o 75
99.31/114.37	c cleaning 5535 clauses out of 11078 with flag 4823/235869
99.31/114.39	c And the winner is solver0
99.48/114.83	c Got one! Elapsed wall clock time (in seconds):114.722
99.48/114.83	o 73
99.83/115.03	c cleaning 5490 clauses out of 10986 with flag 24936/241313
100.24/115.21	c And the winner is solver0
108.38/123.39	c Got one! Elapsed wall clock time (in seconds):123.288
108.38/123.39	o 69
108.64/123.54	c And the winner is solver0
108.80/123.90	c Got one! Elapsed wall clock time (in seconds):123.79
108.80/123.90	o 43
108.80/123.93	c And the winner is solver0
108.91/124.40	c Got one! Elapsed wall clock time (in seconds):124.292
108.91/124.40	o 42
108.91/124.40	c And the winner is solver0
1800.07/1814.40	c >>>>>>>>>> Solver number 0 (79 answers) <<<<<<<<<<<<<<<<<<
1800.07/1814.40	c starts		: 624
1800.07/1814.40	c conflicts		: 251079
1800.07/1814.40	c decisions		: 384968
1800.07/1814.40	c propagations		: 5312642
1800.07/1814.40	c inspects		: 91320875
1800.07/1814.40	c shortcuts		: 0
1800.07/1814.40	c learnt literals	: 7
1800.07/1814.40	c learnt binary clauses	: 45
1800.07/1814.40	c learnt ternary clauses	: 445
1800.07/1814.40	c learnt constraints	: 251072
1800.07/1814.40	c ignored constraints	: 0
1800.07/1814.40	c root simplifications	: 0
1800.07/1814.40	c removed literals (reason simplification)	: 3323043
1800.07/1814.40	c reason swapping (by a shorter reason)	: 0
1800.07/1814.40	c Calls to reduceDB	: 38
1800.07/1814.40	c Number of update (reduction) of LBD	: 58440
1800.07/1814.40	c Imported unit clauses	: 0
1800.07/1814.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1814.40	c number of learned constraints concerned by reduction	: 0
1800.07/1814.40	c number of learning phase by resolution	: 0
1800.07/1814.40	c number of learning phase by cutting planes	: 0
1800.07/1814.40	c speed (assignments/second)	: 2929.1282926657136
1800.07/1814.40	c non guided choices	2683
1800.07/1814.41	c learnt constraints type 
1800.07/1814.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45
1800.07/1814.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15214
1800.07/1814.41	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.07/1814.41	c starts		: 82
1800.07/1814.41	c conflicts		: 460
1800.07/1814.41	c decisions		: 5618
1800.07/1814.41	c propagations		: 23836
1800.07/1814.41	c inspects		: 1028198
1800.07/1814.41	c shortcuts		: 0
1800.07/1814.41	c learnt literals	: 0
1800.07/1814.41	c learnt binary clauses	: 0
1800.07/1814.41	c learnt ternary clauses	: 0
1800.07/1814.41	c learnt constraints	: 394
1800.07/1814.41	c ignored constraints	: 0
1800.07/1814.41	c root simplifications	: 0
1800.07/1814.41	c removed literals (reason simplification)	: 0
1800.07/1814.41	c reason swapping (by a shorter reason)	: 0
1800.07/1814.41	c Calls to reduceDB	: 0
1800.07/1814.41	c Number of update (reduction) of LBD	: 0
1800.07/1814.41	c Imported unit clauses	: 0
1800.07/1814.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1814.41	c number of learned constraints concerned by reduction	: 0
1800.07/1814.41	c number of learning phase by resolution	: 0
1800.07/1814.41	c number of learning phase by cutting planes	: 0
1800.07/1814.41	c speed (assignments/second)	: 14.104108629328689
1800.07/1814.41	c non guided choices	1489
1800.07/1814.41	c learnt constraints type 
1800.07/1814.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 394
1800.07/1814.41	s SATISFIABLE
1800.07/1814.41	c Found 79 solution(s)
1800.07/1814.41	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
1800.07/1814.41	c objective function=42
1800.07/1814.41	c Total wall clock time (in seconds): 1814.305

Verifier Data

OK	36

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

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

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


[startup+0 s]
/proc/loadavg: 1.50 1.28 1.45 3/194 18800
/proc/meminfo: memFree=26605896/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 12861277 96370688 931 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 23528 931 705 9 0 16769 0
[pid=18800/tid=18801] ppid=18797 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) R 18797 18800 13214 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 12861278 98635776 959 33554432000 1073741824 1073778376 140736603339952 139697526935080 213183937075 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 1.50 1.28 1.45 3/194 18800
/proc/meminfo: memFree=26605896/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 12861277 9787879424 6100 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2389619 6109 2156 9 0 2380296 0
[pid=18800/tid=18801] ppid=18797 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) R 18797 18800 13214 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 12861278 9787879424 6109 33554432000 1073741824 1073778376 140736603339952 139697526938528 139697384914857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 1.50 1.28 1.45 3/194 18800
/proc/meminfo: memFree=26605896/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 4798 0 1 0 24 1 0 0 20 0 22 0 12861277 10060525568 7916 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 7916 2210 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 22 0 12861278 10060525568 7916 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.30027 s]
/proc/loadavg: 1.50 1.28 1.45 3/194 18800
/proc/meminfo: memFree=26605896/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 8259 0 1 0 63 2 0 0 20 0 22 0 12861277 10060525568 9945 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 9945 2245 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 22 0 12861278 10060525568 9945 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700247 s]
/proc/loadavg: 1.50 1.28 1.45 3/194 18800
/proc/meminfo: memFree=26605896/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 17314 0 1 0 205 5 0 0 20 0 22 0 12861277 10060525568 21212 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 21212 2258 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 22 0 12861278 10060525568 21212 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.50 1.28 1.45 2/213 18831
/proc/meminfo: memFree=26443088/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 22246 0 1 0 337 11 0 0 20 0 19 0 12861277 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 36106 2271 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697505041448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697503988648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697300957992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697299905192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12861279 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 6782 0 0 0 89 2 0 0 20 0 19 0 12861282 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 13214 0 -1 4202560 11668 0 0 0 92 1 0 0 20 0 19 0 12861282 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697278232888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697277180280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697276127688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18828] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18828/stat : 18828 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12861345 10060525568 36106 33554432000 1073741824 1073778376 140736603339952 139697271915432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.50 1.28 1.45 3/216 18846
/proc/meminfo: memFree=26411872/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 22324 0 1 0 387 17 0 0 20 0 19 0 12861277 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 47907 2285 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697505041448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697503988648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697300957992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697299905192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12861279 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 6782 0 0 0 92 2 0 0 20 0 19 0 12861282 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 13214 0 -1 4202560 11669 0 0 0 96 2 0 0 20 0 19 0 12861282 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697278232888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697277180280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697276127688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18828] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18828/stat : 18828 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12861345 10060525568 47907 33554432000 1073741824 1073778376 140736603339952 139697271915432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 1.38 1.26 1.44 1/213 18882
/proc/meminfo: memFree=26354312/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=7.23 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 24626 0 1 0 692 31 0 0 20 0 19 0 12861277 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 50339 2286 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2416 0 1 0 15 2 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697526940536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697505041448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697503988648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 13214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697300957992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 13214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697299905192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12861278 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12861279 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12861280 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12861282 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 9005 0 0 0 125 2 0 0 20 0 19 0 12861282 10060525568 50339 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1 cores=1,3,5,7

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

[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 101 0 0 0 22 5 0 0 20 0 21 0 12861278 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 178 0 0 0 21 4 0 0 20 0 21 0 12861278 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 445 0 0 0 18 3 0 0 20 0 21 0 12861278 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 196 0 0 0 20 5 0 0 20 0 21 0 12861278 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 134 0 0 0 4 13 0 0 20 0 21 0 12861279 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 10601 0 0 0 175 2 0 0 20 0 21 0 12861282 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 13214 0 -1 4202560 11675 0 0 0 107 2 0 0 20 0 21 0 12861282 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697278232888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697277180280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 13214 0 -1 4202560 98 0 0 0 9 13 0 0 20 0 21 0 12861282 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697276127688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18828] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18828/stat : 18828 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12861345 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697271915432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=19957] ppid=18797 vsize=9824732 CPUtime=1593.04 cores=1,3,5,7
/proc/18800/task/19957/stat : 19957 (java) R 18797 18800 13214 0 -1 4202560 662 0 0 0 159277 27 0 0 20 0 21 0 12873718 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697274018704 139697385526816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=19958] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/19958/stat : 19958 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12873718 10060525568 112740 33554432000 1073741824 1073778376 140736603339952 139697272967976 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1707.91
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.27 1.20 1.26 2/190 22670
/proc/meminfo: memFree=26297312/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=1767.94 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 30756 0 1 0 176567 227 0 0 20 0 21 0 12861277 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 112815 2287 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2422 0 1 0 33 14 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697526940664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 13214 0 -1 4202560 550 0 0 0 19 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697505041448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 13214 0 -1 4202560 164 0 0 0 22 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697503988648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 13214 0 -1 4202560 970 0 0 0 22 6 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697300957992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 13214 0 -1 4202560 440 0 0 0 17 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697299905192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 106 0 0 0 22 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 183 0 0 0 22 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 445 0 0 0 18 3 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 200 0 0 0 21 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 136 0 0 0 4 13 0 0 20 0 21 0 12861279 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 10601 0 0 0 175 2 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 13214 0 -1 4202560 11675 0 0 0 107 2 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697278232888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697277180280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 13214 0 -1 4202560 102 0 0 0 9 14 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697276127688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18828] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18828/stat : 18828 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12861345 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697271915432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=19957] ppid=18797 vsize=9824732 CPUtime=1652.88 cores=1,3,5,7
/proc/18800/task/19957/stat : 19957 (java) R 18797 18800 13214 0 -1 4202560 663 0 0 0 165260 28 0 0 20 0 21 0 12873718 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697274018528 139697385845258 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=19958] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/19958/stat : 19958 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12873718 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697272967976 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1767.94
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 1.27 1.21 1.26 2/190 22671
/proc/meminfo: memFree=26297604/32872528 swapFree=11480/941500
[pid=18800] ppid=18797 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 13214 0 -1 4202496 30758 0 1 0 179777 228 0 0 20 0 21 0 12861277 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 140736603331088 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18800/statm: 2456183 112815 2287 9 0 2446860 0
[pid=18800/tid=18801] ppid=18797 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/18800/task/18801/stat : 18801 (java) S 18797 18800 13214 0 -1 4202560 2422 0 1 0 33 15 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697526940664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 13214 0 -1 4202560 550 0 0 0 19 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697505041448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 13214 0 -1 4202560 164 0 0 0 22 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697503988648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 13214 0 -1 4202560 970 0 0 0 22 6 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697300957992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 13214 0 -1 4202560 440 0 0 0 17 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697299905192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 13214 0 -1 4202560 106 0 0 0 22 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697298852392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 13214 0 -1 4202560 183 0 0 0 22 4 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697297799592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 13214 0 -1 4202560 445 0 0 0 18 3 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697296746792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 13214 0 -1 4202560 200 0 0 0 21 5 0 0 20 0 21 0 12861278 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697295693992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 13214 0 -1 4202560 136 0 0 0 4 13 0 0 20 0 21 0 12861279 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697283496936 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697282443000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 12861280 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697281390088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697280338576 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 13214 0 -1 4202560 10601 0 0 0 175 2 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697279285688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 13214 0 -1 4202560 11675 0 0 0 107 2 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697278232888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697277180280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 13214 0 -1 4202560 104 0 0 0 9 15 0 0 20 0 21 0 12861282 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697276127688 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18828] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18828/stat : 18828 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12861345 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697271915432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=19957] ppid=18797 vsize=9824732 CPUtime=1684.9 cores=1,3,5,7
/proc/18800/task/19957/stat : 19957 (java) R 18797 18800 13214 0 -1 4202560 663 0 0 0 168462 28 0 0 20 0 21 0 12873718 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697274018528 139697385816915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=19958] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/19958/stat : 19958 (java) S 18797 18800 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12873718 10060525568 112815 33554432000 1073741824 1073778376 140736603339952 139697272967976 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 18800 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18800 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=288378
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=652596
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1814.42
CPU time (s): 1800.07
CPU user time (s): 1797.8
CPU system time (s): 2.27
CPU usage (%): 99.2092
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.29
system time used= 2.6526
maximum resident set size= 461200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30793
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78961
involuntary context switches= 22011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4824 second user time and 12.6941 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 22:35:40
IDJOB=4109385
IDBENCH=78795
IDSOLVER=2552
FILE ID=node113/4109385-1467318939
RUNJOBID= node113-1467318804-16844
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= c34f6b7b2f7cd9da9c04c2c1e41fcc3c
RANDOM SEED=1430568955

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26606540 kB
Buffers:          134852 kB
Cached:          4275576 kB
SwapCached:            0 kB
Active:          3076868 kB
Inactive:        1485252 kB
Active(anon):     148820 kB
Inactive(anon):     5656 kB
Active(file):    2928048 kB
Inactive(file):  1479596 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1352 kB
Writeback:             0 kB
AnonPages:       1066784 kB
Mapped:            21496 kB
Shmem:               204 kB
Slab:             630396 kB
SReclaimable:      73852 kB
SUnreclaim:       556544 kB
KernelStack:        1608 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1635124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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