Trace number 4090609

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 11.9422 10.3881

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090609-1466065134.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     238
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 69 literals
0.28/0.28	c SATISFIABLE
0.28/0.28	c OPTIMIZING...
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.185
0.28/0.28	o 1302
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.191
0.28/0.29	o 1157
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.56/0.30	o 1138
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.56/0.31	o 1031
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.213
0.56/0.31	o 994
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.56/0.32	o 961
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.228
0.56/0.33	o 953
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.244
0.56/0.34	o 666
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.56/0.35	o 661
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.255
0.56/0.36	o 633
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.262
0.56/0.36	o 631
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.56/0.37	o 614
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.56/0.37	o 602
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.278
0.56/0.38	o 584
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.56/0.39	o 579
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.56/0.39	o 576
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.72/0.40	o 565
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.305
0.72/0.40	o 564
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.72/0.41	o 544
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.72/0.42	o 542
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.72/0.42	o 541
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.72/0.43	o 531
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.72/0.44	o 530
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.345
0.72/0.44	o 529
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.349
0.72/0.45	o 517
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.72/0.45	o 513
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.359
0.72/0.46	o 503
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.72/0.46	o 489
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.72/0.47	o 463
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.373
0.72/0.47	o 460
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.72/0.48	o 457
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.72/0.48	o 450
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.72/0.48	o 437
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.72/0.49	o 436
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.396
0.87/0.50	o 435
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.401
0.87/0.50	o 421
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.414
0.87/0.51	o 418
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.419
0.87/0.52	o 414
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.424
0.87/0.52	o 402
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.448
0.87/0.55	o 396
1.01/0.64	c Got one! Elapsed wall clock time (in seconds):0.543
1.01/0.64	o 394
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
1.01/0.67	o 387
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.564
1.01/0.67	o 384
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.572
1.01/0.67	o 383
1.01/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
1.01/0.68	o 379
1.01/0.68	c Got one! Elapsed wall clock time (in seconds):0.582
1.01/0.68	o 363
1.01/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
1.01/0.69	o 360
1.20/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.20/0.70	o 354
1.20/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.20/0.71	o 351
1.20/0.71	c Got one! Elapsed wall clock time (in seconds):0.614
1.20/0.71	o 348
1.20/0.72	c Got one! Elapsed wall clock time (in seconds):0.621
1.20/0.72	o 346
1.20/0.73	c Got one! Elapsed wall clock time (in seconds):0.634
1.20/0.73	o 343
1.20/0.77	c Got one! Elapsed wall clock time (in seconds):0.666
1.20/0.77	o 339
1.20/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.20/0.78	o 337
1.20/0.79	c Got one! Elapsed wall clock time (in seconds):0.686
1.20/0.79	o 313
1.44/0.80	c Got one! Elapsed wall clock time (in seconds):0.698
1.44/0.80	o 290
1.44/0.80	c Got one! Elapsed wall clock time (in seconds):0.703
1.44/0.80	o 260
1.44/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.44/0.81	o 255
1.44/0.81	c Got one! Elapsed wall clock time (in seconds):0.712
1.44/0.81	o 245
1.44/0.81	c Got one! Elapsed wall clock time (in seconds):0.715
1.44/0.81	o 218
1.44/0.85	c Got one! Elapsed wall clock time (in seconds):0.755
1.44/0.85	o 217
1.44/0.89	c Got one! Elapsed wall clock time (in seconds):0.79
1.44/0.89	o 214
1.58/0.99	c Got one! Elapsed wall clock time (in seconds):0.889
1.58/0.99	o 209
1.69/1.01	c Got one! Elapsed wall clock time (in seconds):0.91
1.69/1.01	o 207
1.69/1.09	c Got one! Elapsed wall clock time (in seconds):0.989
1.69/1.09	o 189
1.81/1.18	c cleaning 9063 clauses out of 18136 with flag 3404/18136
1.94/1.27	c Got one! Elapsed wall clock time (in seconds):1.172
1.94/1.27	o 188
2.03/1.31	c Got one! Elapsed wall clock time (in seconds):1.211
2.03/1.31	o 186
2.03/1.36	c Got one! Elapsed wall clock time (in seconds):1.264
2.03/1.36	o 177
2.13/1.47	c cleaning 7463 clauses out of 14938 with flag 7678/24001
2.37/1.67	c Got one! Elapsed wall clock time (in seconds):1.57
2.37/1.67	o 176
2.47/1.72	c cleaning 6597 clauses out of 13199 with flag 4145/29725
2.59/1.89	c Got one! Elapsed wall clock time (in seconds):1.786
2.59/1.89	o 163
2.69/1.94	c cleaning 5857 clauses out of 11725 with flag 4201/34848
2.69/1.95	c Got one! Elapsed wall clock time (in seconds):1.848
2.69/1.95	o 150
2.79/2.08	c Got one! Elapsed wall clock time (in seconds):1.984
2.79/2.08	o 147
2.89/2.18	c cleaning 5771 clauses out of 11569 with flag 9064/40549
3.10/2.34	c Got one! Elapsed wall clock time (in seconds):2.24
3.10/2.34	o 146
3.10/2.39	c cleaning 5413 clauses out of 10840 with flag 5116/45591
3.10/2.39	c Got one! Elapsed wall clock time (in seconds):2.291
3.10/2.39	o 145
3.29/2.53	c Got one! Elapsed wall clock time (in seconds):2.427
3.29/2.53	o 144
3.29/2.55	c Got one! Elapsed wall clock time (in seconds):2.452
3.29/2.55	o 138
3.39/2.62	c Got one! Elapsed wall clock time (in seconds):2.52
3.39/2.62	o 137
3.39/2.66	c Got one! Elapsed wall clock time (in seconds):2.559
3.39/2.66	o 134
3.49/2.71	c cleaning 6476 clauses out of 12962 with flag 4567/53126
3.59/2.85	c Got one! Elapsed wall clock time (in seconds):2.752
3.59/2.85	o 133
3.69/2.95	c cleaning 6190 clauses out of 12394 with flag 10503/59034
3.99/3.20	c cleaning 6094 clauses out of 12201 with flag 42310/65031
3.99/3.25	c Got one! Elapsed wall clock time (in seconds):3.15
3.99/3.25	o 120
3.99/3.26	c Got one! Elapsed wall clock time (in seconds):3.16
3.99/3.26	o 100
4.11/3.40	c Got one! Elapsed wall clock time (in seconds):3.301
4.11/3.40	o 94
4.21/3.48	c cleaning 5836 clauses out of 11676 with flag 4925/70600
4.38/3.54	c Got one! Elapsed wall clock time (in seconds):3.438
4.38/3.54	o 91
4.58/3.63	c Got one! Elapsed wall clock time (in seconds):3.526
4.58/3.63	o 90
4.58/3.65	c Got one! Elapsed wall clock time (in seconds):3.546
4.58/3.65	o 89
4.58/3.69	c Got one! Elapsed wall clock time (in seconds):3.591
4.58/3.69	o 88
4.78/3.74	c Got one! Elapsed wall clock time (in seconds):3.639
4.78/3.74	o 87
4.78/3.76	c Got one! Elapsed wall clock time (in seconds):3.661
4.78/3.76	o 86
4.96/3.83	c cleaning 6663 clauses out of 13332 with flag 3466/78092
4.96/3.84	c Got one! Elapsed wall clock time (in seconds):3.745
4.96/3.84	o 84
5.34/4.02	c Got one! Elapsed wall clock time (in seconds):3.923
5.34/4.02	o 83
5.34/4.09	c cleaning 6138 clauses out of 12275 with flag 3653/83698
5.34/4.09	c Got one! Elapsed wall clock time (in seconds):3.994
5.34/4.09	o 82
5.53/4.11	c Got one! Elapsed wall clock time (in seconds):4.011
5.53/4.11	o 81
5.53/4.13	c Got one! Elapsed wall clock time (in seconds):4.026
5.53/4.13	o 76
5.53/4.13	c Got one! Elapsed wall clock time (in seconds):4.032
5.53/4.13	o 70
5.53/4.14	c Got one! Elapsed wall clock time (in seconds):4.042
5.53/4.14	o 68
5.53/4.14	c Got one! Elapsed wall clock time (in seconds):4.045
5.53/4.14	o 67
5.71/4.21	c Got one! Elapsed wall clock time (in seconds):4.108
5.71/4.21	o 65
5.81/4.37	c cleaning 6819 clauses out of 13650 with flag 13868/91211
6.12/4.60	c cleaning 6411 clauses out of 12831 with flag 34469/97211
6.22/4.76	c Got one! Elapsed wall clock time (in seconds):4.664
6.22/4.76	o 64
6.32/4.81	c cleaning 5954 clauses out of 11916 with flag 3863/102708
6.52/5.04	c cleaning 5979 clauses out of 11959 with flag 24403/108705
6.83/5.32	c cleaning 6484 clauses out of 12979 with flag 50764/115705
6.93/5.42	c Got one! Elapsed wall clock time (in seconds):5.316
6.93/5.42	o 57
7.03/5.53	c cleaning 6196 clauses out of 12405 with flag 10522/121615
7.23/5.76	c cleaning 6103 clauses out of 12211 with flag 30740/127617
7.53/6.01	c cleaning 6549 clauses out of 13107 with flag 53591/134616
7.83/6.31	c cleaning 7273 clauses out of 14558 with flag 81196/142617
7.83/6.38	c Got one! Elapsed wall clock time (in seconds):6.277
7.83/6.38	o 56
7.93/6.49	c cleaning 6144 clauses out of 12291 with flag 11691/147623
8.03/6.54	c Got one! Elapsed wall clock time (in seconds):6.443
8.03/6.54	o 42
8.13/6.69	c cleaning 5900 clauses out of 11804 with flag 14421/153280
8.13/6.69	c Got one! Elapsed wall clock time (in seconds):6.594
8.13/6.69	o 41
8.23/6.71	c Got one! Elapsed wall clock time (in seconds):6.607
8.23/6.71	o 40
8.23/6.71	c Got one! Elapsed wall clock time (in seconds):6.615
8.23/6.71	o 39
8.23/6.75	c Got one! Elapsed wall clock time (in seconds):6.655
8.23/6.75	o 32
8.33/6.90	c cleaning 5968 clauses out of 11944 with flag 14196/159320
8.66/7.11	c cleaning 5978 clauses out of 11975 with flag 35572/165320
8.66/7.12	c Got one! Elapsed wall clock time (in seconds):7.024
8.66/7.12	o 31
8.66/7.14	c Got one! Elapsed wall clock time (in seconds):7.043
8.66/7.14	o 28
8.66/7.16	c Got one! Elapsed wall clock time (in seconds):7.058
8.66/7.16	o 25
8.66/7.19	c Got one! Elapsed wall clock time (in seconds):7.086
8.66/7.19	o 24
8.76/7.20	c Got one! Elapsed wall clock time (in seconds):7.098
8.76/7.20	o 23
8.86/7.39	c Got one! Elapsed wall clock time (in seconds):7.286
8.86/7.39	o 19
8.96/7.44	c cleaning 7349 clauses out of 14697 with flag 3523/174021
9.16/7.65	c cleaning 6669 clauses out of 13345 with flag 25243/180019
9.36/7.81	c Got one! Elapsed wall clock time (in seconds):7.711
9.36/7.81	o 18
9.36/7.86	c cleaning 6282 clauses out of 12583 with flag 4303/185927
9.56/8.06	c cleaning 6152 clauses out of 12303 with flag 28267/191929
9.86/8.30	c cleaning 6571 clauses out of 13148 with flag 55256/198928
9.86/8.31	c Got one! Elapsed wall clock time (in seconds):8.208
9.86/8.31	o 13
9.86/8.32	c Got one! Elapsed wall clock time (in seconds):8.223
9.86/8.32	o 11
10.06/8.51	c cleaning 6127 clauses out of 12260 with flag 21489/204611
10.26/8.72	c cleaning 6060 clauses out of 12131 with flag 46405/210610
10.46/8.97	c cleaning 6522 clauses out of 13068 with flag 76372/217609
10.56/9.02	c Got one! Elapsed wall clock time (in seconds):8.925
10.56/9.02	o 9
10.66/9.17	c cleaning 6117 clauses out of 12239 with flag 17262/223302
10.86/9.38	c cleaning 6054 clauses out of 12121 with flag 40945/229303
11.06/9.50	c Got one! Elapsed wall clock time (in seconds):9.399
11.06/9.50	o 8
11.06/9.58	c cleaning 5881 clauses out of 11785 with flag 9100/235023
11.26/9.79	c cleaning 5949 clauses out of 11902 with flag 33978/241023
11.56/10.04	c cleaning 6467 clauses out of 12948 with flag 62558/248022
11.86/10.37	c cleaning 7234 clauses out of 14474 with flag 97342/256022
11.86/10.38	c starts		: 268
11.86/10.38	c conflicts		: 256243
11.86/10.38	c decisions		: 437286
11.86/10.38	c propagations		: 6756479
11.86/10.38	c inspects		: 118350772
11.86/10.38	c shortcuts		: 0
11.86/10.38	c learnt literals	: 38
11.86/10.38	c learnt binary clauses	: 43
11.86/10.38	c learnt ternary clauses	: 716
11.86/10.38	c learnt constraints	: 256204
11.86/10.38	c ignored constraints	: 0
11.86/10.38	c root simplifications	: 0
11.86/10.38	c removed literals (reason simplification)	: 0
11.86/10.38	c reason swapping (by a shorter reason)	: 0
11.86/10.38	c Calls to reduceDB	: 39
11.86/10.38	c Number of update (reduction) of LBD	: 69545
11.86/10.38	c Imported unit clauses	: 0
11.86/10.38	c number of reductions to clauses (during analyze)	: 0
11.86/10.38	c number of learned constraints concerned by reduction	: 0
11.86/10.38	c number of learning phase by resolution	: 0
11.86/10.38	c number of learning phase by cutting planes	: 0
11.86/10.38	c speed (assignments/second)	: 660974.2711798083
11.86/10.38	c non guided choices	3854
11.86/10.38	c learnt constraints type 
11.86/10.38	s OPTIMUM FOUND
11.86/10.38	c Found 116 solution(s)
11.86/10.38	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 
11.86/10.38	c objective function=8
11.86/10.38	c Total wall clock time (in seconds): 10.281

Verifier Data

OK	8

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-4090609-1466065134/watcher-4090609-1466065134 -o /tmp/evaluation-result-4090609-1466065134/solver-4090609-1466065134 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090609-1466065134.wbo 

pid=9355
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.26 2.22 2.09 3/194 9358
/proc/meminfo: memFree=30406700/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8560037 98570240 976 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 24065 976 743 9 0 16771 0
[pid=9358/tid=9359] ppid=9355 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8560038 98570240 976 33554432000 1073741824 1073778376 140735128490272 140560225672744 214537422208 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.22 2.09 3/194 9358
/proc/meminfo: memFree=30406700/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 8560037 9787879424 6138 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2389619 6138 2157 9 0 2380296 0
[pid=9358/tid=9359] ppid=9355 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2384 0 1 0 8 0 0 0 20 0 18 0 8560038 9787879424 6138 33554432000 1073741824 1073778376 140735128490272 140560225676192 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.26 2.22 2.09 3/194 9358
/proc/meminfo: memFree=30406700/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 6512 0 1 0 27 1 0 0 20 0 19 0 8560037 9856040960 8579 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 8579 2233 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2416 0 1 0 17 0 0 0 20 0 19 0 8560038 9856040960 8579 33554432000 1073741824 1073778376 140735128490272 140560225677952 140560069420028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300313 s]
/proc/loadavg: 2.26 2.22 2.09 3/194 9358
/proc/meminfo: memFree=30406700/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 7349 0 1 0 55 1 0 0 20 0 19 0 8560037 9856040960 8675 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 8675 2244 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2417 0 1 0 27 0 0 0 20 0 19 0 8560038 9856040960 8675 33554432000 1073741824 1073778376 140735128490272 140560225677272 140560069713984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700204 s]
/proc/loadavg: 2.26 2.22 2.09 3/194 9358
/proc/meminfo: memFree=30406700/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 12494 0 1 0 118 2 0 0 20 0 19 0 8560037 9856040960 11592 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 11592 2255 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2419 0 1 0 67 0 0 0 20 0 19 0 8560038 9856040960 11592 33554432000 1073741824 1073778376 140735128490272 140560225669424 140560069755053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.26 2.22 2.09 3/213 9377
/proc/meminfo: memFree=30366800/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 12975 0 1 0 223 3 0 0 20 0 19 0 8560037 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 12820 2263 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2422 0 1 0 147 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560225669424 140560069755180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 5891 0 0 0 40 1 0 0 20 0 19 0 8560042 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) R 9355 9358 8029 0 -1 4202560 3391 0 0 0 33 0 0 0 20 0 19 0 8560042 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559574329792 140560231521630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 12820 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.32 2.23 2.09 3/213 9377
/proc/meminfo: memFree=30360284/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 12979 0 1 0 386 3 0 0 20 0 19 0 8560037 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 14798 2263 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2426 0 1 0 306 1 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560225668816 140560069783196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 5891 0 0 0 40 1 0 0 20 0 19 0 8560042 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) S 9355 9358 8029 0 -1 4202560 3391 0 0 0 36 0 0 0 20 0 19 0 8560042 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559574329912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 14798 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.32 2.23 2.09 4/213 9377
/proc/meminfo: memFree=30339848/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=7.83 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 20644 0 1 0 779 4 0 0 20 0 19 0 8560037 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 19651 2264 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2437 0 1 0 625 1 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560225677656 140560069729287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 13544 0 0 0 108 3 0 0 20 0 19 0 8560042 9856040960 19651 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 13544 0 0 0 110 3 0 0 20 0 19 0 8560042 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) S 9355 9358 8029 0 -1 4202560 3391 0 0 0 42 0 0 0 20 0 19 0 8560042 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559574329912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 24771 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 9625040

[startup+10.0078 s]
/proc/loadavg: 2.37 2.24 2.10 3/213 9377
/proc/meminfo: memFree=30323800/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=11.56 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 20656 0 1 0 1151 5 0 0 20 0 19 0 8560037 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 25283 2264 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=9.96 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2449 0 1 0 995 1 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560225668816 140560069796896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 13544 0 0 0 110 3 0 0 20 0 19 0 8560042 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) S 9355 9358 8029 0 -1 4202560 3391 0 0 0 42 0 0 0 20 0 19 0 8560042 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559574329912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 25283 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 9625040

[startup+10.2008 s]
/proc/loadavg: 2.37 2.24 2.10 3/213 9377
/proc/meminfo: memFree=30323800/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=11.76 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 20657 0 1 0 1171 5 0 0 20 0 19 0 8560037 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 25795 2264 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=10.15 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2450 0 1 0 1014 1 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560225668816 140560069710243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 13544 0 0 0 110 3 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) S 9355 9358 8029 0 -1 4202560 3391 0 0 0 42 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559574329912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 9625040

[startup+10.3008 s]
/proc/loadavg: 2.37 2.24 2.10 3/213 9377
/proc/meminfo: memFree=30323800/32872528 swapFree=1190796/1305260
[pid=9358] ppid=9355 vsize=9625040 CPUtime=11.86 cores=0,2,4,6
/proc/9358/stat : 9358 (java) S 9355 9358 8029 0 -1 4202496 20657 0 1 0 1181 5 0 0 20 0 19 0 8560037 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140735128481408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9358/statm: 2406260 25795 2264 9 0 2396937 0
[pid=9358/tid=9359] ppid=9355 vsize=9625040 CPUtime=10.25 cores=0,2,4,6
/proc/9358/task/9359/stat : 9359 (java) R 9355 9358 8029 0 -1 4202560 2450 0 1 0 1024 1 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560225668816 140560069783176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9361] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9361/stat : 9361 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560069290280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9362] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9362/stat : 9362 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560068237480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9363] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9363/stat : 9363 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560067185192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9364] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9364/stat : 9364 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560066132392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9365] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9365/stat : 9365 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560065080104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9366] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9366/stat : 9366 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560064027304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9358/tid=9367] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9367/stat : 9367 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560062975016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9368] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9368/stat : 9368 (java) S 9355 9358 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8560038 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140560061922216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9369] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9369/stat : 9369 (java) S 9355 9358 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8560039 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559579592936 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9370] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9370/stat : 9370 (java) S 9355 9358 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559578539000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9371] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9371/stat : 9371 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560040 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559577486600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9372] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9372/stat : 9372 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559576435088 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9358/tid=9373] ppid=9355 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9358/task/9373/stat : 9373 (java) S 9355 9358 8029 0 -1 4202560 13544 0 0 0 110 3 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559575382712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9374] ppid=9355 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9358/task/9374/stat : 9374 (java) S 9355 9358 8029 0 -1 4202560 3391 0 0 0 42 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559574329912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9358/tid=9375] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9375/stat : 9375 (java) S 9355 9358 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559573277816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9376] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9376/stat : 9376 (java) S 9355 9358 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8560042 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559572225224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9358/tid=9377] ppid=9355 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9358/task/9377/stat : 9377 (java) S 9355 9358 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8560053 9856040960 25795 33554432000 1073741824 1073778376 140735128490272 140559571170216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.3881
CPU time (s): 11.9422
CPU user time (s): 11.8692
CPU system time (s): 0.072988
CPU usage (%): 114.96
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8692
system time used= 0.072988
maximum resident set size= 105292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20682
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= 522
involuntary context switches= 58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045993 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:18:54
IDJOB=4090609
IDBENCH=78874
IDSOLVER=2551
FILE ID=node127/4090609-1466065134
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
Free space on /tmp= 71740 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.1111222257--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090609-1466065134/watcher-4090609-1466065134 -o /tmp/evaluation-result-4090609-1466065134/solver-4090609-1466065134 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090609-1466065134.wbo

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

MD5SUM BENCH= f911862f5398bb5461d300f11ba5c15b
RANDOM SEED=1441855500

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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:        30407352 kB
Buffers:            6184 kB
Cached:            41320 kB
SwapCached:        34620 kB
Active:           366740 kB
Inactive:          60180 kB
Active(anon):     346284 kB
Inactive(anon):    35536 kB
Active(file):      20456 kB
Inactive(file):    24644 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:       1708640 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             564336 kB
SReclaimable:       8408 kB
SUnreclaim:       555928 kB
KernelStack:        1760 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1794196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-16 10:19:05