Trace number 4109228

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 Resolution PB16OPTIMUM 20.6929 19.3813

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-33-100-0.wbo
MD5SUM9d49cc96dce2d827c87e3b263591bd09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.16361
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109228-1466343592.wbo
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.054s.
0.08/0.18	c declared #vars     169
0.08/0.18	c internal #vars     238
0.08/0.18	c #constraints  101
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.08/0.18	c 101 constraints processed.
0.08/0.18	c objective function length is 69 literals
0.22/0.28	c SATISFIABLE
0.22/0.28	c OPTIMIZING...
0.22/0.28	c Got one! Elapsed wall clock time (in seconds):0.16
0.22/0.28	o 959
0.22/0.29	c Got one! Elapsed wall clock time (in seconds):0.169
0.22/0.29	o 517
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.183
0.52/0.31	o 516
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.193
0.52/0.32	o 511
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.199
0.52/0.32	o 506
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.214
0.52/0.34	o 500
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.223
0.52/0.35	o 498
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.52/0.35	o 483
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.52/0.36	o 481
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.246
0.52/0.37	o 477
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.253
0.52/0.38	o 471
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.314
0.67/0.44	o 468
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.317
0.67/0.44	o 449
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.331
0.67/0.45	o 448
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.337
0.67/0.46	o 408
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.34
0.67/0.46	o 402
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.67/0.49	o 390
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.452
0.85/0.58	o 385
0.85/0.60	c Got one! Elapsed wall clock time (in seconds):0.472
0.85/0.60	o 384
0.99/0.63	c Got one! Elapsed wall clock time (in seconds):0.504
0.99/0.63	o 382
0.99/0.63	c Got one! Elapsed wall clock time (in seconds):0.508
0.99/0.63	o 381
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.513
0.99/0.64	o 376
0.99/0.67	c Got one! Elapsed wall clock time (in seconds):0.544
0.99/0.67	o 372
0.99/0.68	c Got one! Elapsed wall clock time (in seconds):0.553
0.99/0.68	o 371
0.99/0.69	c Got one! Elapsed wall clock time (in seconds):0.565
0.99/0.69	o 355
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.6
1.11/0.72	o 354
1.11/0.74	c Got one! Elapsed wall clock time (in seconds):0.616
1.11/0.74	o 304
1.11/0.74	c Got one! Elapsed wall clock time (in seconds):0.622
1.11/0.74	o 279
1.11/0.77	c Got one! Elapsed wall clock time (in seconds):0.642
1.11/0.77	o 269
1.25/0.80	c Got one! Elapsed wall clock time (in seconds):0.681
1.25/0.80	o 266
1.25/0.83	c Got one! Elapsed wall clock time (in seconds):0.707
1.25/0.83	o 265
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.744
1.25/0.87	o 262
1.25/0.88	c Got one! Elapsed wall clock time (in seconds):0.758
1.25/0.88	o 261
1.45/1.02	c Got one! Elapsed wall clock time (in seconds):0.896
1.45/1.02	o 257
1.45/1.02	c Got one! Elapsed wall clock time (in seconds):0.901
1.45/1.02	o 251
1.45/1.05	c Got one! Elapsed wall clock time (in seconds):0.931
1.45/1.05	o 250
1.56/1.15	c cleaning 8826 clauses out of 17652 with flag 3505/17652
1.68/1.24	c Got one! Elapsed wall clock time (in seconds):1.115
1.68/1.24	o 226
1.81/1.38	c cleaning 7036 clauses out of 14076 with flag 9845/22902
1.94/1.40	c Got one! Elapsed wall clock time (in seconds):1.275
1.94/1.40	o 224
1.94/1.48	c Got one! Elapsed wall clock time (in seconds):1.356
1.94/1.48	o 222
2.15/1.61	c cleaning 6401 clauses out of 12807 with flag 10574/28669
2.15/1.65	c Got one! Elapsed wall clock time (in seconds):1.528
2.15/1.65	o 219
2.15/1.69	c Got one! Elapsed wall clock time (in seconds):1.571
2.15/1.69	o 218
2.27/1.72	c Got one! Elapsed wall clock time (in seconds):1.599
2.27/1.72	o 214
2.27/1.73	c Got one! Elapsed wall clock time (in seconds):1.61
2.27/1.73	o 212
2.27/1.74	c Got one! Elapsed wall clock time (in seconds):1.621
2.27/1.74	o 190
2.54/1.88	c cleaning 6495 clauses out of 12991 with flag 11935/35254
2.66/1.97	c Got one! Elapsed wall clock time (in seconds):1.844
2.66/1.97	o 185
2.76/2.09	c cleaning 5936 clauses out of 11907 with flag 11167/40665
2.86/2.11	c Got one! Elapsed wall clock time (in seconds):1.989
2.86/2.11	o 182
2.96/2.27	c Got one! Elapsed wall clock time (in seconds):2.149
2.96/2.27	o 181
2.96/2.30	c Got one! Elapsed wall clock time (in seconds):2.174
2.96/2.30	o 180
3.07/2.40	c cleaning 6626 clauses out of 13253 with flag 8686/47947
3.16/2.48	c Got one! Elapsed wall clock time (in seconds):2.353
3.16/2.48	o 179
3.26/2.50	c Got one! Elapsed wall clock time (in seconds):2.375
3.26/2.50	o 172
3.26/2.56	c Got one! Elapsed wall clock time (in seconds):2.432
3.26/2.56	o 171
3.26/2.59	c Got one! Elapsed wall clock time (in seconds):2.47
3.26/2.59	o 169
3.36/2.69	c cleaning 6781 clauses out of 13567 with flag 8411/54887
3.66/2.95	c cleaning 6391 clauses out of 12786 with flag 34043/60887
3.96/3.24	c Got one! Elapsed wall clock time (in seconds):3.113
3.96/3.24	o 165
3.96/3.27	c Got one! Elapsed wall clock time (in seconds):3.149
3.96/3.27	o 160
4.07/3.34	c Got one! Elapsed wall clock time (in seconds):3.215
4.07/3.34	o 159
4.07/3.40	c Got one! Elapsed wall clock time (in seconds):3.278
4.07/3.40	o 158
4.18/3.43	c Got one! Elapsed wall clock time (in seconds):3.307
4.18/3.43	o 157
4.18/3.47	c Got one! Elapsed wall clock time (in seconds):3.35
4.18/3.47	o 155
4.28/3.58	c Got one! Elapsed wall clock time (in seconds):3.453
4.28/3.58	o 154
4.39/3.62	c Got one! Elapsed wall clock time (in seconds):3.495
4.39/3.62	o 147
4.50/3.70	c Got one! Elapsed wall clock time (in seconds):3.575
4.50/3.70	o 137
4.50/3.78	c cleaning 11599 clauses out of 23202 with flag 5069/77694
4.60/3.82	c Got one! Elapsed wall clock time (in seconds):3.693
4.60/3.82	o 135
4.60/3.89	c Got one! Elapsed wall clock time (in seconds):3.763
4.60/3.89	o 131
4.60/3.90	c Got one! Elapsed wall clock time (in seconds):3.773
4.60/3.90	o 130
4.71/3.92	c Got one! Elapsed wall clock time (in seconds):3.796
4.71/3.92	o 125
4.93/4.18	c cleaning 9454 clauses out of 18918 with flag 16748/85009
5.31/4.31	c Got one! Elapsed wall clock time (in seconds):4.185
5.31/4.31	o 123
5.53/4.41	c cleaning 7318 clauses out of 14663 with flag 7068/90208
5.85/4.65	c Got one! Elapsed wall clock time (in seconds):4.53
5.85/4.65	o 118
6.05/4.84	c Got one! Elapsed wall clock time (in seconds):4.713
6.05/4.84	o 116
6.05/4.85	c Got one! Elapsed wall clock time (in seconds):4.726
6.05/4.85	o 99
6.15/4.91	c cleaning 9259 clauses out of 18527 with flag 3425/101390
6.15/4.94	c Got one! Elapsed wall clock time (in seconds):4.82
6.15/4.94	o 97
6.15/4.99	c Got one! Elapsed wall clock time (in seconds):4.867
6.15/4.99	o 96
6.35/5.18	c cleaning 7546 clauses out of 15100 with flag 15886/107222
6.65/5.43	c cleaning 6778 clauses out of 13557 with flag 39215/113225
6.86/5.68	c Got one! Elapsed wall clock time (in seconds):5.554
6.86/5.68	o 94
6.95/5.71	c Got one! Elapsed wall clock time (in seconds):5.582
6.95/5.71	o 93
7.05/5.84	c Got one! Elapsed wall clock time (in seconds):5.716
7.05/5.84	o 92
7.15/5.95	c cleaning 9277 clauses out of 18563 with flag 7887/125009
7.45/6.22	c cleaning 7634 clauses out of 15287 with flag 32219/131010
7.45/6.23	c Got one! Elapsed wall clock time (in seconds):6.105
7.45/6.23	o 89
7.65/6.40	c Got one! Elapsed wall clock time (in seconds):6.274
7.65/6.40	o 84
7.65/6.45	c cleaning 6661 clauses out of 13330 with flag 3968/136687
7.86/6.68	c cleaning 6333 clauses out of 12671 with flag 26407/142689
8.05/6.82	c Got one! Elapsed wall clock time (in seconds):6.694
8.05/6.82	o 83
8.15/6.90	c cleaning 6067 clauses out of 12139 with flag 7269/148490
8.35/7.12	c cleaning 6030 clauses out of 12072 with flag 29314/154490
8.35/7.15	c Got one! Elapsed wall clock time (in seconds):7.025
8.35/7.15	o 82
8.55/7.34	c cleaning 5864 clauses out of 11738 with flag 19327/160186
8.55/7.36	c Got one! Elapsed wall clock time (in seconds):7.239
8.55/7.36	o 81
8.65/7.45	c Got one! Elapsed wall clock time (in seconds):7.332
8.65/7.45	o 80
8.75/7.55	c Got one! Elapsed wall clock time (in seconds):7.427
8.75/7.55	o 78
8.85/7.60	c cleaning 6319 clauses out of 12642 with flag 4039/166954
8.95/7.73	c Got one! Elapsed wall clock time (in seconds):7.608
8.95/7.73	o 76
8.95/7.76	c Got one! Elapsed wall clock time (in seconds):7.637
8.95/7.76	o 74
8.95/7.77	c Got one! Elapsed wall clock time (in seconds):7.646
8.95/7.77	o 72
9.05/7.86	c cleaning 6574 clauses out of 13152 with flag 8713/173783
9.05/7.87	c Got one! Elapsed wall clock time (in seconds):7.743
9.05/7.87	o 71
9.05/7.87	c Got one! Elapsed wall clock time (in seconds):7.746
9.05/7.87	o 61
9.25/8.05	c cleaning 5950 clauses out of 11916 with flag 18435/179121
9.25/8.09	c Got one! Elapsed wall clock time (in seconds):7.963
9.25/8.09	o 60
9.45/8.23	c cleaning 5538 clauses out of 11093 with flag 15019/184248
9.65/8.45	c cleaning 5773 clauses out of 11556 with flag 38005/190249
9.75/8.54	c Got one! Elapsed wall clock time (in seconds):8.415
9.75/8.54	o 54
9.75/8.56	c Got one! Elapsed wall clock time (in seconds):8.434
9.75/8.56	o 52
9.85/8.67	c cleaning 6030 clauses out of 12064 with flag 10857/196530
10.06/8.88	c cleaning 6012 clauses out of 12034 with flag 32202/202530
10.35/9.13	c cleaning 6507 clauses out of 13021 with flag 59394/209529
10.65/9.44	c cleaning 7254 clauses out of 14514 with flag 90210/217529
10.75/9.59	c Got one! Elapsed wall clock time (in seconds):9.471
10.75/9.59	o 51
10.85/9.64	c cleaning 6260 clauses out of 12527 with flag 3897/222797
11.05/9.85	c cleaning 6130 clauses out of 12267 with flag 28337/228797
11.36/10.10	c cleaning 6557 clauses out of 13137 with flag 56423/235797
11.46/10.24	c Got one! Elapsed wall clock time (in seconds):10.12
11.46/10.24	o 48
11.46/10.29	c cleaning 5850 clauses out of 11722 with flag 3525/240939
11.56/10.36	c Got one! Elapsed wall clock time (in seconds):10.235
11.56/10.36	o 41
11.66/10.47	c cleaning 5638 clauses out of 11284 with flag 11440/246351
11.86/10.69	c cleaning 5819 clauses out of 11646 with flag 33412/252351
12.16/10.93	c cleaning 6410 clauses out of 12825 with flag 59947/259349
12.46/11.24	c cleaning 7207 clauses out of 14414 with flag 91936/267348
12.76/11.59	c cleaning 8097 clauses out of 16206 with flag 125278/276348
13.26/12.01	c cleaning 9044 clauses out of 18109 with flag 165188/286348
13.66/12.48	c cleaning 10029 clauses out of 20064 with flag 211832/297348
13.96/12.79	c Got one! Elapsed wall clock time (in seconds):12.666
13.96/12.79	o 40
14.26/13.04	c cleaning 11341 clauses out of 22696 with flag 19804/310009
14.36/13.18	c Got one! Elapsed wall clock time (in seconds):13.061
14.36/13.18	o 38
14.47/13.24	c cleaning 8301 clauses out of 16602 with flag 4033/315256
14.66/13.45	c cleaning 7148 clauses out of 14301 with flag 27867/321256
14.99/13.70	c cleaning 7073 clauses out of 14154 with flag 56180/328258
15.29/14.00	c cleaning 7537 clauses out of 15079 with flag 89494/336256
15.39/14.13	c Got one! Elapsed wall clock time (in seconds):14.008
15.39/14.13	o 37
15.49/14.21	c cleaning 6710 clauses out of 13431 with flag 7850/342146
15.69/14.42	c cleaning 6358 clauses out of 12724 with flag 32859/348149
15.89/14.66	c cleaning 6672 clauses out of 13362 with flag 61028/355146
16.09/14.81	c Got one! Elapsed wall clock time (in seconds):14.684
16.09/14.81	o 36
16.09/14.85	c cleaning 6253 clauses out of 12517 with flag 4402/360973
16.29/15.06	c cleaning 6126 clauses out of 12261 with flag 27871/366970
16.49/15.30	c cleaning 6562 clauses out of 13134 with flag 55916/373969
16.79/15.52	c Got one! Elapsed wall clock time (in seconds):15.401
16.79/15.52	o 29
16.99/15.73	c cleaning 9070 clauses out of 18142 with flag 19350/385539
17.09/15.85	c Got one! Elapsed wall clock time (in seconds):15.723
17.09/15.85	o 28
17.19/15.93	c cleaning 7217 clauses out of 14445 with flag 8326/390913
17.39/16.14	c cleaning 6607 clauses out of 13229 with flag 32121/396914
17.39/16.15	c Got one! Elapsed wall clock time (in seconds):16.023
17.39/16.15	o 26
17.49/16.24	c Got one! Elapsed wall clock time (in seconds):16.117
17.49/16.24	o 25
17.59/16.31	c cleaning 6075 clauses out of 12159 with flag 7334/402451
17.69/16.49	c cleaning 6040 clauses out of 12081 with flag 27753/408450
17.99/16.71	c cleaning 6515 clauses out of 13039 with flag 52923/415449
17.99/16.76	c Got one! Elapsed wall clock time (in seconds):16.637
17.99/16.76	o 23
18.19/16.90	c cleaning 6131 clauses out of 12267 with flag 14536/421192
18.29/17.02	c Got one! Elapsed wall clock time (in seconds):16.896
18.29/17.02	o 22
18.29/17.09	c cleaning 6064 clauses out of 12136 with flag 7941/427193
18.49/17.29	c cleaning 6029 clauses out of 12069 with flag 30292/433191
18.59/17.35	c Got one! Elapsed wall clock time (in seconds):17.222
18.59/17.35	o 13
18.69/17.48	c cleaning 6002 clauses out of 12009 with flag 16014/439160
18.79/17.58	c Got one! Elapsed wall clock time (in seconds):17.457
18.79/17.58	o 12
18.89/17.66	c cleaning 5655 clauses out of 11319 with flag 7779/444472
19.09/17.82	c Got one! Elapsed wall clock time (in seconds):17.694
19.09/17.82	o 11
19.29/18.03	c cleaning 7833 clauses out of 15672 with flag 20252/454482
19.49/18.24	c cleaning 6917 clauses out of 13836 with flag 44033/460482
19.79/18.50	c cleaning 6947 clauses out of 13916 with flag 72263/467482
19.99/18.73	c Got one! Elapsed wall clock time (in seconds):18.603
19.99/18.73	o 10
20.09/18.82	c Got one! Elapsed wall clock time (in seconds):18.692
20.09/18.82	o 3
20.28/19.04	c cleaning 9640 clauses out of 19285 with flag 17889/479803
20.38/19.14	c Got one! Elapsed wall clock time (in seconds):19.014
20.38/19.14	o 2
20.48/19.29	c cleaning 7621 clauses out of 15243 with flag 14330/485404
20.58/19.37	c starts		: 303
20.58/19.37	c conflicts		: 487721
20.58/19.37	c decisions		: 841228
20.58/19.37	c propagations		: 12468343
20.58/19.37	c inspects		: 224738941
20.58/19.37	c shortcuts		: 0
20.58/19.37	c learnt literals	: 39
20.58/19.37	c learnt binary clauses	: 51
20.58/19.37	c learnt ternary clauses	: 1386
20.58/19.37	c learnt constraints	: 487681
20.58/19.37	c ignored constraints	: 0
20.58/19.37	c root simplifications	: 0
20.58/19.37	c removed literals (reason simplification)	: 0
20.58/19.37	c reason swapping (by a shorter reason)	: 0
20.58/19.37	c Calls to reduceDB	: 68
20.58/19.37	c Number of update (reduction) of LBD	: 131767
20.58/19.37	c Imported unit clauses	: 0
20.58/19.37	c number of reductions to clauses (during analyze)	: 0
20.58/19.37	c number of learned constraints concerned by reduction	: 0
20.58/19.37	c number of learning phase by resolution	: 0
20.58/19.37	c number of learning phase by cutting planes	: 0
20.58/19.37	c speed (assignments/second)	: 649697.4102443855
20.58/19.37	c non guided choices	4291
20.58/19.37	c learnt constraints type 
20.58/19.37	s OPTIMUM FOUND
20.58/19.37	c Found 108 solution(s)
20.58/19.37	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 
20.58/19.37	c objective function=2
20.58/19.37	c Total wall clock time (in seconds): 19.251

Verifier Data

OK	2

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-4109228-1466343592/watcher-4109228-1466343592 -o /tmp/evaluation-result-4109228-1466343592/solver-4109228-1466343592 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109228-1466343592.wbo 

pid=20622
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.14 1.85 3/194 20625
/proc/meminfo: memFree=29684224/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/20625/stat : 20625 (java) D 20622 20625 20454 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 36405947 2560000 46 33554432000 1073741824 1073778376 140735827052448 140735827049576 214360485159 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/20625/statm: 625 46 37 9 0 29 0

[startup+0.100037 s]
/proc/loadavg: 2.10 2.14 1.85 3/194 20625
/proc/meminfo: memFree=29684224/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 4332 0 1 0 7 1 0 0 20 0 18 0 36405947 9787879424 4951 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2389619 4953 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.10 2.14 1.85 3/194 20625
/proc/meminfo: memFree=29684224/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 4813 0 1 0 21 1 0 0 20 0 19 0 36405947 9856040960 6906 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 6906 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300195 s]
/proc/loadavg: 2.10 2.14 1.85 3/194 20625
/proc/meminfo: memFree=29684224/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 7448 0 1 0 50 2 0 0 20 0 19 0 36405947 9856040960 8192 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 8192 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70015 s]
/proc/loadavg: 2.10 2.14 1.85 3/194 20625
/proc/meminfo: memFree=29684224/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 9370 0 1 0 108 3 0 0 20 0 19 0 36405947 9856040960 8984 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 8984 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.10 2.14 1.85 3/213 20644
/proc/meminfo: memFree=29654064/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 10339 0 1 0 202 3 0 0 20 0 19 0 36405947 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 10106 2262 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2480 0 1 0 144 0 0 0 20 0 19 0 36405949 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602332582192 140602204860288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 3773 0 0 0 30 0 0 0 20 0 19 0 36405954 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 2815 0 0 0 27 0 0 0 20 0 19 0 36405954 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 10106 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.10 2.14 1.85 3/213 20644
/proc/meminfo: memFree=29640976/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 13715 0 1 0 382 4 0 0 20 0 19 0 36405947 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 14313 2262 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2486 0 1 0 304 0 0 0 20 0 19 0 36405949 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602332590632 140602205232928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 4527 0 0 0 35 1 0 0 20 0 19 0 36405954 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5431 0 0 0 39 1 0 0 20 0 19 0 36405954 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 14313 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.09 2.13 1.85 3/213 20644
/proc/meminfo: memFree=29624080/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 19600 0 1 0 750 5 0 0 20 0 19 0 36405947 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 17922 2264 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2496 0 1 0 623 1 0 0 20 0 19 0 36405949 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602332581584 140602205300306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 10373 0 0 0 78 2 0 0 20 0 19 0 36405954 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5459 0 0 0 45 2 0 0 20 0 19 0 36405954 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 17922 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 10373 0 0 0 81 2 0 0 20 0 19 0 36405954 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5459 0 0 0 46 2 0 0 20 0 19 0 36405954 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 35330 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 9625040

[startup+18.8077 s]
/proc/loadavg: 2.15 2.14 1.85 4/214 20647
/proc/meminfo: memFree=29558536/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=20.09 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 19638 0 1 0 2003 6 0 0 20 0 19 0 36405947 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 35842 2264 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=18.75 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2534 0 1 0 1873 2 0 0 20 0 19 0 36405949 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602332581584 140602205280862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 10373 0 0 0 81 2 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5459 0 0 0 46 2 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 9625040

[startup+19.2008 s]
/proc/loadavg: 2.15 2.14 1.85 4/214 20647
/proc/meminfo: memFree=29558536/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=20.48 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 19638 0 1 0 2042 6 0 0 20 0 19 0 36405947 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 35842 2264 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=19.14 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2534 0 1 0 1912 2 0 0 20 0 19 0 36405949 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602332581584 140602205299578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 10373 0 0 0 81 2 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5459 0 0 0 46 2 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 35842 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 9625040

[startup+19.3008 s]
/proc/loadavg: 2.15 2.14 1.85 4/214 20647
/proc/meminfo: memFree=29558536/32872528 swapFree=1286400/1433568
[pid=20625] ppid=20622 vsize=9625040 CPUtime=20.58 cores=0,2,4,6
/proc/20625/stat : 20625 (java) S 20622 20625 20454 0 -1 4202496 19639 0 1 0 2052 6 0 0 20 0 19 0 36405947 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140736219356000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20625/statm: 2406260 36354 2264 9 0 2396937 0
[pid=20625/tid=20627] ppid=20622 vsize=9625040 CPUtime=19.24 cores=0,2,4,6
/proc/20625/task/20627/stat : 20627 (java) R 20622 20625 20454 0 -1 4202560 2535 0 1 0 1922 2 0 0 20 0 19 0 36405949 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602332582192 140602205280820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20628] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20628/stat : 20628 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602176433064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20629] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20629/stat : 20629 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602175380520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20630] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20630/stat : 20630 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602174327464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20625/tid=20631] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20631/stat : 20631 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602173274920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20632] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20632/stat : 20632 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602172221864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20633] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20633/stat : 20633 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602171169320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20634] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20634/stat : 20634 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602170116264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20635] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20635/stat : 20635 (java) S 20622 20625 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405950 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602169063720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20636] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20636/stat : 20636 (java) S 20622 20625 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602156866408 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20637] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20637/stat : 20637 (java) S 20622 20625 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405951 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602155812728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20638] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20638/stat : 20638 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405952 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602154759560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20639] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20639/stat : 20639 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602153708304 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20640] ppid=20622 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/20625/task/20640/stat : 20640 (java) S 20622 20625 20454 0 -1 4202560 10373 0 0 0 81 2 0 0 20 0 19 0 36405954 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602152655160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20625/tid=20641] ppid=20622 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20625/task/20641/stat : 20641 (java) S 20622 20625 20454 0 -1 4202560 5459 0 0 0 46 2 0 0 20 0 19 0 36405954 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602151602616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20642] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20642/stat : 20642 (java) S 20622 20625 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602150549752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20625/tid=20643] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20643/stat : 20643 (java) S 20622 20625 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405954 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602149497416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20625/tid=20644] ppid=20622 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20625/task/20644/stat : 20644 (java) S 20622 20625 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405966 9856040960 36354 33554432000 1073741824 1073778376 140736219364864 140602148394536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 19.3813
CPU time (s): 20.6929
CPU user time (s): 20.5969
CPU system time (s): 0.095985
CPU usage (%): 106.767
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5969
system time used= 0.095985
maximum resident set size= 147528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19663
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 761
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12898 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:39:52
IDJOB=4109228
IDBENCH=78746
IDSOLVER=2551
FILE ID=node130/4109228-1466343592
RUNJOBID= node130-1466341814-20470
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109228-1466343592/watcher-4109228-1466343592 -o /tmp/evaluation-result-4109228-1466343592/solver-4109228-1466343592 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20470 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109228-1466343592.wbo

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

MD5SUM BENCH= 9d49cc96dce2d827c87e3b263591bd09
RANDOM SEED=1832463362

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.365
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.365
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.53
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.365
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.365
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:        29685496 kB
Buffers:           95472 kB
Cached:           258720 kB
SwapCached:         1836 kB
Active:           737852 kB
Inactive:         267136 kB
Active(anon):     651060 kB
Inactive(anon):     2524 kB
Active(file):      86792 kB
Inactive(file):   264612 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       2164240 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             606260 kB
SReclaimable:      49904 kB
SUnreclaim:       556356 kB
KernelStack:        1776 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2237332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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= 71748 MiB
End job on node130 at 2016-06-19 15:40:11