Trace number 4109244

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 15.3827 13.762

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-66-100-0.wbo
MD5SUMeabed96e9c28cf15c9772fe79986c067
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.04023
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 1221
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4109244-1466343597.wbo
0.08/0.11	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.053s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     197
0.08/0.17	c #constraints  101
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.08/0.17	c 101 constraints processed.
0.08/0.17	c objective function length is 28 literals
0.54/0.39	c SATISFIABLE
0.54/0.39	c OPTIMIZING...
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.273
0.54/0.39	o 1166
0.86/0.51	c cleaning 2995 clauses out of 5989 with flag 7776/5989
1.24/0.70	c cleaning 4498 clauses out of 8996 with flag 24912/11991
1.45/0.93	c cleaning 5744 clauses out of 11497 with flag 47170/18990
1.66/1.13	c Got one! Elapsed wall clock time (in seconds):1.016
1.66/1.13	o 1113
1.66/1.14	c Got one! Elapsed wall clock time (in seconds):1.028
1.66/1.14	o 758
1.66/1.16	c Got one! Elapsed wall clock time (in seconds):1.049
1.66/1.16	o 755
1.76/1.23	c Got one! Elapsed wall clock time (in seconds):1.117
1.76/1.23	o 752
1.76/1.27	c Got one! Elapsed wall clock time (in seconds):1.154
1.76/1.27	o 741
1.76/1.28	c Got one! Elapsed wall clock time (in seconds):1.166
1.76/1.28	o 726
1.86/1.30	c Got one! Elapsed wall clock time (in seconds):1.183
1.86/1.30	o 710
1.86/1.31	c Got one! Elapsed wall clock time (in seconds):1.191
1.86/1.31	o 706
2.07/1.50	c cleaning 10147 clauses out of 20294 with flag 13269/33531
2.07/1.51	c Got one! Elapsed wall clock time (in seconds):1.391
2.07/1.51	o 704
2.29/1.71	c cleaning 7679 clauses out of 15364 with flag 18151/38748
2.29/1.74	c Got one! Elapsed wall clock time (in seconds):1.622
2.29/1.74	o 698
2.29/1.75	c Got one! Elapsed wall clock time (in seconds):1.634
2.29/1.75	o 694
2.29/1.79	c Got one! Elapsed wall clock time (in seconds):1.68
2.29/1.79	o 682
2.39/1.81	c Got one! Elapsed wall clock time (in seconds):1.691
2.39/1.81	o 614
2.49/1.90	c Got one! Elapsed wall clock time (in seconds):1.788
2.49/1.90	o 608
2.49/1.92	c Got one! Elapsed wall clock time (in seconds):1.802
2.49/1.92	o 569
2.59/2.00	c cleaning 7881 clauses out of 15767 with flag 7496/46830
2.59/2.02	c Got one! Elapsed wall clock time (in seconds):1.903
2.59/2.02	o 564
2.59/2.02	c Got one! Elapsed wall clock time (in seconds):1.909
2.59/2.02	o 508
2.59/2.04	c Got one! Elapsed wall clock time (in seconds):1.924
2.59/2.04	o 506
2.59/2.06	c Got one! Elapsed wall clock time (in seconds):1.943
2.59/2.06	o 485
2.69/2.14	c Got one! Elapsed wall clock time (in seconds):2.028
2.69/2.14	o 481
2.69/2.15	c Got one! Elapsed wall clock time (in seconds):2.034
2.69/2.15	o 471
2.69/2.17	c Got one! Elapsed wall clock time (in seconds):2.053
2.69/2.17	o 469
2.69/2.17	c Got one! Elapsed wall clock time (in seconds):2.059
2.69/2.17	o 460
2.69/2.19	c Got one! Elapsed wall clock time (in seconds):2.073
2.69/2.19	o 450
2.69/2.20	c Got one! Elapsed wall clock time (in seconds):2.081
2.69/2.20	o 445
2.79/2.21	c Got one! Elapsed wall clock time (in seconds):2.1
2.79/2.21	o 440
2.79/2.26	c Got one! Elapsed wall clock time (in seconds):2.148
2.79/2.26	o 439
2.79/2.28	c Got one! Elapsed wall clock time (in seconds):2.163
2.79/2.28	o 434
2.90/2.37	c cleaning 8830 clauses out of 17665 with flag 7304/56609
3.09/2.55	c Got one! Elapsed wall clock time (in seconds):2.436
3.09/2.55	o 433
3.09/2.56	c Got one! Elapsed wall clock time (in seconds):2.445
3.09/2.56	o 431
3.09/2.58	c Got one! Elapsed wall clock time (in seconds):2.464
3.09/2.58	o 425
3.09/2.59	c Got one! Elapsed wall clock time (in seconds):2.475
3.09/2.59	o 423
3.19/2.61	c Got one! Elapsed wall clock time (in seconds):2.494
3.19/2.61	o 422
3.19/2.62	c Got one! Elapsed wall clock time (in seconds):2.505
3.19/2.62	o 421
3.19/2.63	c Got one! Elapsed wall clock time (in seconds):2.515
3.19/2.63	o 417
3.19/2.66	c Got one! Elapsed wall clock time (in seconds):2.542
3.19/2.66	o 416
3.29/2.71	c Got one! Elapsed wall clock time (in seconds):2.591
3.29/2.71	o 412
3.40/2.89	c cleaning 10992 clauses out of 21983 with flag 14653/69757
3.70/3.11	c cleaning 8496 clauses out of 16994 with flag 36403/75760
3.80/3.23	c Got one! Elapsed wall clock time (in seconds):3.112
3.80/3.23	o 411
3.80/3.25	c Got one! Elapsed wall clock time (in seconds):3.131
3.80/3.25	o 410
3.80/3.26	c Got one! Elapsed wall clock time (in seconds):3.15
3.80/3.26	o 408
3.80/3.27	c Got one! Elapsed wall clock time (in seconds):3.157
3.80/3.27	o 406
3.80/3.28	c Got one! Elapsed wall clock time (in seconds):3.164
3.80/3.28	o 395
3.91/3.38	c cleaning 7685 clauses out of 15378 with flag 7224/82640
4.06/3.47	c Got one! Elapsed wall clock time (in seconds):3.36
4.06/3.47	o 394
4.06/3.49	c Got one! Elapsed wall clock time (in seconds):3.374
4.06/3.49	o 393
4.25/3.50	c Got one! Elapsed wall clock time (in seconds):3.387
4.25/3.50	o 385
4.25/3.53	c Got one! Elapsed wall clock time (in seconds):3.411
4.25/3.53	o 379
4.25/3.54	c Got one! Elapsed wall clock time (in seconds):3.428
4.25/3.54	o 374
4.42/3.68	c cleaning 7756 clauses out of 15519 with flag 11781/90466
4.78/3.89	c cleaning 6879 clauses out of 13765 with flag 36158/96468
4.97/3.90	c Got one! Elapsed wall clock time (in seconds):3.785
4.97/3.90	o 373
4.97/3.91	c Got one! Elapsed wall clock time (in seconds):3.793
4.97/3.91	o 367
4.97/3.91	c Got one! Elapsed wall clock time (in seconds):3.798
4.97/3.91	o 365
4.97/3.92	c Got one! Elapsed wall clock time (in seconds):3.802
4.97/3.92	o 337
4.97/3.93	c Got one! Elapsed wall clock time (in seconds):3.815
4.97/3.93	o 335
4.97/3.99	c Got one! Elapsed wall clock time (in seconds):3.879
4.97/3.99	o 331
5.25/4.10	c cleaning 6694 clauses out of 13394 with flag 11320/102976
5.35/4.21	c Got one! Elapsed wall clock time (in seconds):4.095
5.35/4.21	o 329
5.35/4.22	c Got one! Elapsed wall clock time (in seconds):4.105
5.35/4.22	o 311
5.35/4.23	c Got one! Elapsed wall clock time (in seconds):4.115
5.35/4.23	o 294
5.35/4.27	c Got one! Elapsed wall clock time (in seconds):4.157
5.35/4.27	o 290
5.45/4.31	c cleaning 6705 clauses out of 13414 with flag 4081/109690
5.45/4.33	c Got one! Elapsed wall clock time (in seconds):4.217
5.45/4.33	o 283
5.45/4.35	c Got one! Elapsed wall clock time (in seconds):4.234
5.45/4.35	o 280
5.58/4.40	c Got one! Elapsed wall clock time (in seconds):4.29
5.58/4.40	o 279
5.58/4.47	c Got one! Elapsed wall clock time (in seconds):4.357
5.58/4.47	o 278
5.68/4.55	c cleaning 6915 clauses out of 13835 with flag 7621/116816
5.87/4.70	c Got one! Elapsed wall clock time (in seconds):4.587
5.87/4.70	o 275
5.87/4.73	c Got one! Elapsed wall clock time (in seconds):4.611
5.87/4.73	o 269
5.87/4.77	c cleaning 6750 clauses out of 13503 with flag 4254/123399
5.97/4.88	c Got one! Elapsed wall clock time (in seconds):4.767
5.97/4.88	o 266
5.97/4.89	c Got one! Elapsed wall clock time (in seconds):4.772
5.97/4.89	o 251
6.08/4.96	c cleaning 6374 clauses out of 12772 with flag 8602/129418
6.28/5.17	c cleaning 6191 clauses out of 12398 with flag 34563/135418
6.38/5.28	c Got one! Elapsed wall clock time (in seconds):5.162
6.38/5.28	o 247
6.48/5.31	c Got one! Elapsed wall clock time (in seconds):5.193
6.48/5.31	o 245
6.48/5.35	c Got one! Elapsed wall clock time (in seconds):5.234
6.48/5.35	o 238
6.48/5.39	c cleaning 6216 clauses out of 12437 with flag 4443/141648
6.69/5.59	c cleaning 6104 clauses out of 12220 with flag 30967/147647
6.79/5.68	c Got one! Elapsed wall clock time (in seconds):5.567
6.79/5.68	o 235
6.88/5.71	c Got one! Elapsed wall clock time (in seconds):5.594
6.88/5.71	o 230
6.88/5.76	c Got one! Elapsed wall clock time (in seconds):5.649
6.88/5.76	o 224
6.98/5.85	c cleaning 6740 clauses out of 13486 with flag 7713/155017
7.15/5.91	c Got one! Elapsed wall clock time (in seconds):5.795
7.15/5.91	o 221
7.15/5.95	c Got one! Elapsed wall clock time (in seconds):5.831
7.15/5.95	o 220
7.35/6.07	c cleaning 6347 clauses out of 12709 with flag 14157/160980
7.74/6.30	c cleaning 6179 clauses out of 12364 with flag 44043/166982
7.85/6.33	c Got one! Elapsed wall clock time (in seconds):6.219
7.85/6.33	o 217
7.85/6.34	c Got one! Elapsed wall clock time (in seconds):6.229
7.85/6.34	o 206
7.85/6.39	c Got one! Elapsed wall clock time (in seconds):6.28
7.85/6.39	o 197
8.05/6.52	c cleaning 6246 clauses out of 12492 with flag 13963/173289
8.25/6.72	c cleaning 6118 clauses out of 12244 with flag 40262/179287
8.36/6.86	c Got one! Elapsed wall clock time (in seconds):6.749
8.36/6.86	o 194
8.46/6.90	c cleaning 5894 clauses out of 11796 with flag 4743/184957
8.66/7.10	c cleaning 5947 clauses out of 11902 with flag 33404/190957
8.66/7.12	c Got one! Elapsed wall clock time (in seconds):7.007
8.66/7.12	o 188
8.76/7.23	c Got one! Elapsed wall clock time (in seconds):7.12
8.76/7.23	o 174
8.76/7.27	c Got one! Elapsed wall clock time (in seconds):7.158
8.76/7.27	o 173
8.85/7.32	c cleaning 6166 clauses out of 12338 with flag 5143/197340
8.95/7.40	c Got one! Elapsed wall clock time (in seconds):7.284
8.95/7.40	o 171
8.95/7.47	c Got one! Elapsed wall clock time (in seconds):7.359
8.95/7.47	o 170
9.05/7.51	c cleaning 6024 clauses out of 12053 with flag 4251/203221
9.26/7.71	c Got one! Elapsed wall clock time (in seconds):7.596
9.26/7.71	o 169
9.36/7.80	c Got one! Elapsed wall clock time (in seconds):7.69
9.36/7.80	o 164
9.45/7.93	c cleaning 8795 clauses out of 17593 with flag 13313/214785
9.65/8.16	c cleaning 7398 clauses out of 14801 with flag 39622/220788
9.65/8.18	c Got one! Elapsed wall clock time (in seconds):8.063
9.65/8.18	o 160
9.85/8.37	c cleaning 6608 clauses out of 13224 with flag 23965/226609
10.05/8.58	c cleaning 6304 clauses out of 12617 with flag 51469/232610
10.25/8.77	c Got one! Elapsed wall clock time (in seconds):8.656
10.25/8.77	o 147
10.55/9.00	c cleaning 8615 clauses out of 17230 with flag 27696/243527
10.75/9.24	c cleaning 7302 clauses out of 14615 with flag 57197/249527
11.05/9.50	c cleaning 7150 clauses out of 14313 with flag 91743/256527
11.35/9.81	c cleaning 7573 clauses out of 15163 with flag 129219/264527
11.65/10.17	c Got one! Elapsed wall clock time (in seconds):10.056
11.65/10.17	o 145
11.95/10.46	c cleaning 10647 clauses out of 21302 with flag 24768/278239
12.07/10.51	c Got one! Elapsed wall clock time (in seconds):10.397
12.07/10.51	o 135
12.07/10.57	c Got one! Elapsed wall clock time (in seconds):10.454
12.07/10.57	o 127
12.07/10.57	c Got one! Elapsed wall clock time (in seconds):10.459
12.07/10.57	o 112
12.31/10.70	c Got one! Elapsed wall clock time (in seconds):10.586
12.31/10.70	o 111
12.31/10.75	c cleaning 8752 clauses out of 17504 with flag 4994/285088
12.41/10.82	c Got one! Elapsed wall clock time (in seconds):10.706
12.41/10.82	o 97
12.51/10.92	c Got one! Elapsed wall clock time (in seconds):10.809
12.51/10.92	o 79
12.62/11.02	c cleaning 7568 clauses out of 15143 with flag 9659/291479
12.81/11.24	c cleaning 6786 clauses out of 13575 with flag 38723/297480
13.12/11.52	c cleaning 6890 clauses out of 13786 with flag 73256/304479
13.43/11.83	c cleaning 7447 clauses out of 14894 with flag 112494/312479
13.84/12.23	c cleaning 8221 clauses out of 16448 with flag 161120/321482
14.33/12.70	c cleaning 9107 clauses out of 18221 with flag 212623/331479
14.53/12.94	c Got one! Elapsed wall clock time (in seconds):12.825
14.53/12.94	o 74
14.73/13.14	c Got one! Elapsed wall clock time (in seconds):13.021
14.73/13.14	o 73
14.84/13.26	c cleaning 10238 clauses out of 20476 with flag 11232/342846
15.13/13.52	c Got one! Elapsed wall clock time (in seconds):13.406
15.13/13.52	o 67
15.23/13.66	c Got one! Elapsed wall clock time (in seconds):13.541
15.23/13.66	o 66
15.33/13.75	c starts		: 429
15.33/13.75	c conflicts		: 352221
15.33/13.75	c decisions		: 541263
15.33/13.75	c propagations		: 7121689
15.33/13.75	c inspects		: 184453877
15.33/13.75	c shortcuts		: 0
15.33/13.75	c learnt literals	: 35
15.33/13.75	c learnt binary clauses	: 8
15.33/13.75	c learnt ternary clauses	: 132
15.33/13.75	c learnt constraints	: 352185
15.33/13.75	c ignored constraints	: 0
15.33/13.75	c root simplifications	: 0
15.33/13.75	c removed literals (reason simplification)	: 0
15.33/13.75	c reason swapping (by a shorter reason)	: 0
15.33/13.75	c Calls to reduceDB	: 46
15.33/13.75	c Number of update (reduction) of LBD	: 80973
15.33/13.75	c Imported unit clauses	: 0
15.33/13.75	c number of reductions to clauses (during analyze)	: 0
15.33/13.75	c number of learned constraints concerned by reduction	: 0
15.33/13.75	c number of learning phase by resolution	: 0
15.33/13.75	c number of learning phase by cutting planes	: 0
15.33/13.75	c speed (assignments/second)	: 524347.5924017081
15.33/13.75	c non guided choices	2601
15.33/13.75	c learnt constraints type 
15.33/13.75	s OPTIMUM FOUND
15.33/13.75	c Found 98 solution(s)
15.33/13.75	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 
15.33/13.75	c objective function=66
15.33/13.75	c Total wall clock time (in seconds): 13.64

Verifier Data

OK	66

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-4109244-1466343597/watcher-4109244-1466343597 -o /tmp/evaluation-result-4109244-1466343597/solver-4109244-1466343597 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109244-1466343597.wbo 

pid=22567
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.32 2.26 1.92 4/196 22570
/proc/meminfo: memFree=29474140/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22570/stat : 22570 (java) D 22567 22570 22399 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 36406075 2560000 46 33554432000 1073741824 1073778376 140736514406336 140736514403464 273896533287 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 625 46 37 9 0 29 0

[startup+0.100144 s]
/proc/loadavg: 2.32 2.26 1.92 4/196 22570
/proc/meminfo: memFree=29474140/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 4403 0 1 0 7 1 0 0 20 0 18 0 36406075 9787879424 6033 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.32 2.26 1.92 4/196 22570
/proc/meminfo: memFree=29474140/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 5442 0 1 0 22 2 0 0 20 0 19 0 36406075 9856040960 7763 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 7766 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300216 s]
/proc/loadavg: 2.32 2.26 1.92 4/196 22570
/proc/meminfo: memFree=29474140/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 7692 0 1 0 52 2 0 0 20 0 19 0 36406075 9856040960 8919 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 8919 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700297 s]
/proc/loadavg: 2.32 2.26 1.92 4/196 22570
/proc/meminfo: memFree=29474140/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 13081 0 1 0 121 3 0 0 20 0 19 0 36406075 9856040960 12118 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 12118 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.32 2.26 1.92 4/215 22589
/proc/meminfo: memFree=29432028/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 13088 0 1 0 204 3 0 0 20 0 19 0 36406075 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 13657 2260 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 36406076 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713758589432 139713625919056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5838 0 0 0 27 2 0 0 20 0 19 0 36406081 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) R 22567 22570 22399 0 -1 4202560 3553 0 0 0 28 0 0 0 20 0 19 0 36406081 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 13657 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.30 2.25 1.92 3/215 22589
/proc/meminfo: memFree=29423712/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=3.7 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 13100 0 1 0 366 4 0 0 20 0 19 0 36406075 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 15712 2260 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2429 0 1 0 304 2 0 0 20 0 19 0 36406076 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713758580416 139713625690463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5838 0 0 0 28 2 0 0 20 0 19 0 36406081 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 3560 0 0 0 30 0 0 0 20 0 19 0 36406081 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 15712 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.30 2.25 1.92 3/216 22592
/proc/meminfo: memFree=29393672/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=7.85 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 22838 0 1 0 780 5 0 0 20 0 19 0 36406075 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 25471 2263 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2443 0 1 0 624 2 0 0 20 0 19 0 36406076 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713758581040 139713625716981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5902 0 0 0 34 2 0 0 20 0 19 0 36406081 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 13219 0 0 0 117 3 0 0 20 0 19 0 36406081 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 25471 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625040


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

[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5903 0 0 0 40 2 0 0 20 0 19 0 36406081 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 13219 0 0 0 118 3 0 0 20 0 19 0 36406081 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 32975 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 9625040

[startup+13.2007 s]
/proc/loadavg: 2.25 2.24 1.92 3/193 22635
/proc/meminfo: memFree=29880644/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=14.84 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 22860 0 1 0 1477 7 0 0 20 0 19 0 36406075 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 33487 2264 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=13.13 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2464 0 1 0 1311 2 0 0 20 0 19 0 36406076 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713758580432 139713625671566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5903 0 0 0 40 2 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 13219 0 0 0 118 3 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 9625040

[startup+13.6008 s]
/proc/loadavg: 2.25 2.24 1.92 3/193 22635
/proc/meminfo: memFree=29880644/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=15.23 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 22860 0 1 0 1516 7 0 0 20 0 19 0 36406075 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 33487 2264 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=13.53 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2464 0 1 0 1351 2 0 0 20 0 19 0 36406076 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713758580432 139713625651107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5903 0 0 0 40 2 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 13219 0 0 0 118 3 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 33487 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 9625040

[startup+13.7008 s]
/proc/loadavg: 2.25 2.24 1.92 3/193 22635
/proc/meminfo: memFree=29880644/32872528 swapFree=1482636/1662508
[pid=22570] ppid=22567 vsize=9625040 CPUtime=15.33 cores=0,2,4,6
/proc/22570/stat : 22570 (java) S 22567 22570 22399 0 -1 4202496 22861 0 1 0 1526 7 0 0 20 0 19 0 36406075 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 140736514397472 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22570/statm: 2406260 33999 2264 9 0 2396937 0
[pid=22570/tid=22572] ppid=22567 vsize=9625040 CPUtime=13.63 cores=0,2,4,6
/proc/22570/task/22572/stat : 22572 (java) R 22567 22570 22399 0 -1 4202560 2465 0 1 0 1361 2 0 0 20 0 19 0 36406076 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713758580432 139713625678743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22573] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22573/stat : 22573 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713747651368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22574] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22574/stat : 22574 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713746598568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22575] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22575/stat : 22575 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713745546280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22576] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22576/stat : 22576 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713744493480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22577] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22577/stat : 22577 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713597618472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22578] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22578/stat : 22578 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713596565672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22570/tid=22579] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22579/stat : 22579 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713595513384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22580] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22580/stat : 22580 (java) S 22567 22570 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36406077 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713594460584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22581] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22581/stat : 22581 (java) S 22567 22570 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36406078 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713582263016 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22582] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22582/stat : 22582 (java) S 22567 22570 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713581209080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22583] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22583/stat : 22583 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406079 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713580156680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22584] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22584/stat : 22584 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713579105168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22585] ppid=22567 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22570/task/22585/stat : 22585 (java) S 22567 22570 22399 0 -1 4202560 5903 0 0 0 40 2 0 0 20 0 19 0 36406081 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713578051768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22570/tid=22586] ppid=22567 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/22570/task/22586/stat : 22586 (java) S 22567 22570 22399 0 -1 4202560 13219 0 0 0 118 3 0 0 20 0 19 0 36406081 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713576998968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22587] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22587/stat : 22587 (java) S 22567 22570 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713575946872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22570/tid=22588] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22588/stat : 22588 (java) S 22567 22570 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36406081 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713574894280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22570/tid=22589] ppid=22567 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22570/task/22589/stat : 22589 (java) S 22567 22570 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36406093 9856040960 33999 33554432000 1073741824 1073778376 140736514406336 139713573840296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.762
CPU time (s): 15.3827
CPU user time (s): 15.2797
CPU system time (s): 0.102984
CPU usage (%): 111.777
Max. virtual memory (cumulated for all children) (KiB): 9626944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2797
system time used= 0.102984
maximum resident set size= 138100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22880
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= 614
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090986 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:39:57
IDJOB=4109244
IDBENCH=78750
IDSOLVER=2551
FILE ID=node134/4109244-1466343597
RUNJOBID= node134-1466341813-22415
PBS_JOBID= 19922019
Free space on /tmp= 71720 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.1110972154--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109244-1466343597/watcher-4109244-1466343597 -o /tmp/evaluation-result-4109244-1466343597/solver-4109244-1466343597 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109244-1466343597.wbo

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

MD5SUM BENCH= eabed96e9c28cf15c9772fe79986c067
RANDOM SEED=949434331

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        29474784 kB
Buffers:          195012 kB
Cached:           264028 kB
SwapCached:         1068 kB
Active:           645860 kB
Inactive:         349272 kB
Active(anon):     536868 kB
Inactive(anon):     1732 kB
Active(file):     108992 kB
Inactive(file):   347540 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:               508 kB
Writeback:             0 kB
AnonPages:       2253320 kB
Mapped:            15540 kB
Shmem:                 0 kB
Slab:             605848 kB
SReclaimable:      49768 kB
SUnreclaim:       556080 kB
KernelStack:        1688 kB
PageTables:         8748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2338548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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= 71720 MiB
End job on node134 at 2016-06-19 15:40:10