Trace number 4090598

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 12.5841 10.5019

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-66-100-0.wbo
MD5SUMb7777dd5fa41ca59afb23064bb503e66
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark14.5478
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 1327
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4090598-1466065114.wbo
0.12/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.053s.
0.12/0.15	c declared #vars     169
0.12/0.15	c internal #vars     197
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.12/0.15	c 101 constraints processed.
0.12/0.15	c objective function length is 28 literals
0.69/0.49	c cleaning 2500 clauses out of 5001 with flag 13214/5001
1.10/0.62	c SATISFIABLE
1.10/0.62	c OPTIMIZING...
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
1.10/0.62	o 1257
1.36/0.70	c cleaning 3919 clauses out of 7838 with flag 2747/10338
1.56/0.86	c Got one! Elapsed wall clock time (in seconds):0.758
1.56/0.86	o 1112
1.92/1.06	c cleaning 7038 clauses out of 14088 with flag 14054/20507
1.92/1.06	c Got one! Elapsed wall clock time (in seconds):0.962
1.92/1.06	o 1106
2.32/1.24	c cleaning 6118 clauses out of 12237 with flag 14310/25694
2.32/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
2.32/1.26	o 1095
2.54/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
2.54/1.34	o 1086
2.70/1.46	c cleaning 6293 clauses out of 12593 with flag 8955/32168
2.70/1.46	c Got one! Elapsed wall clock time (in seconds):1.359
2.70/1.46	o 1002
2.70/1.48	c Got one! Elapsed wall clock time (in seconds):1.379
2.70/1.48	o 861
2.86/1.52	c Got one! Elapsed wall clock time (in seconds):1.42
2.86/1.52	o 857
2.86/1.55	c Got one! Elapsed wall clock time (in seconds):1.453
2.86/1.55	o 846
3.06/1.68	c cleaning 6392 clauses out of 12784 with flag 10065/38652
3.06/1.69	c Got one! Elapsed wall clock time (in seconds):1.589
3.06/1.69	o 830
3.37/1.83	c Got one! Elapsed wall clock time (in seconds):1.727
3.37/1.83	o 825
3.37/1.87	c cleaning 6153 clauses out of 12315 with flag 3320/44575
3.47/1.91	c Got one! Elapsed wall clock time (in seconds):1.814
3.47/1.91	o 822
3.57/2.04	c cleaning 5883 clauses out of 11769 with flag 13702/50182
3.67/2.15	c Got one! Elapsed wall clock time (in seconds):2.045
3.67/2.15	o 820
3.67/2.18	c Got one! Elapsed wall clock time (in seconds):2.077
3.67/2.18	o 819
3.77/2.25	c cleaning 6170 clauses out of 12347 with flag 7142/56643
3.87/2.35	c Got one! Elapsed wall clock time (in seconds):2.247
3.87/2.35	o 818
3.97/2.42	c cleaning 5742 clauses out of 11492 with flag 6782/61958
4.17/2.61	c cleaning 5873 clauses out of 11751 with flag 28125/67959
4.27/2.74	c Got one! Elapsed wall clock time (in seconds):2.644
4.27/2.74	o 812
4.27/2.79	c cleaning 5834 clauses out of 11671 with flag 3596/73752
4.37/2.80	c Got one! Elapsed wall clock time (in seconds):2.701
4.37/2.80	o 805
4.47/2.96	c cleaning 5671 clauses out of 11358 with flag 18123/79273
4.47/2.97	c Got one! Elapsed wall clock time (in seconds):2.872
4.47/2.97	o 798
4.67/3.12	c cleaning 5529 clauses out of 11071 with flag 17892/84657
4.88/3.31	c cleaning 5769 clauses out of 11543 with flag 40501/90658
5.26/3.51	c Got one! Elapsed wall clock time (in seconds):3.408
5.26/3.51	o 793
5.46/3.64	c Got one! Elapsed wall clock time (in seconds):3.543
5.46/3.64	o 792
5.63/3.71	c Got one! Elapsed wall clock time (in seconds):3.609
5.63/3.71	o 789
5.63/3.72	c Got one! Elapsed wall clock time (in seconds):3.62
5.63/3.72	o 779
5.63/3.78	c cleaning 9049 clauses out of 18103 with flag 4149/102987
5.83/3.91	c Got one! Elapsed wall clock time (in seconds):3.81
5.83/3.91	o 774
5.83/3.92	c Got one! Elapsed wall clock time (in seconds):3.817
5.83/3.92	o 770
5.93/4.01	c cleaning 7479 clauses out of 14968 with flag 8111/108901
5.93/4.01	c Got one! Elapsed wall clock time (in seconds):3.915
5.93/4.01	o 769
5.93/4.04	c Got one! Elapsed wall clock time (in seconds):3.938
5.93/4.04	o 757
5.93/4.09	c Got one! Elapsed wall clock time (in seconds):3.985
5.93/4.09	o 754
6.03/4.17	c Got one! Elapsed wall clock time (in seconds):4.07
6.03/4.17	o 748
6.13/4.25	c cleaning 7274 clauses out of 14561 with flag 8179/115973
6.13/4.26	c Got one! Elapsed wall clock time (in seconds):4.158
6.13/4.26	o 747
6.23/4.39	c Got one! Elapsed wall clock time (in seconds):4.287
6.23/4.39	o 745
6.34/4.43	c cleaning 6239 clauses out of 12489 with flag 3935/121175
6.34/4.49	c Got one! Elapsed wall clock time (in seconds):4.386
6.34/4.49	o 734
6.44/4.54	c Got one! Elapsed wall clock time (in seconds):4.439
6.44/4.54	o 730
6.44/4.55	c Got one! Elapsed wall clock time (in seconds):4.455
6.44/4.55	o 720
6.44/4.57	c Got one! Elapsed wall clock time (in seconds):4.472
6.44/4.57	o 715
6.44/4.57	c Got one! Elapsed wall clock time (in seconds):4.475
6.44/4.57	o 675
6.54/4.60	c Got one! Elapsed wall clock time (in seconds):4.505
6.54/4.60	o 668
6.54/4.69	c cleaning 6975 clauses out of 13949 with flag 8526/128874
6.64/4.74	c Got one! Elapsed wall clock time (in seconds):4.643
6.64/4.74	o 660
6.64/4.76	c Got one! Elapsed wall clock time (in seconds):4.657
6.64/4.76	o 658
6.64/4.79	c Got one! Elapsed wall clock time (in seconds):4.695
6.64/4.79	o 650
6.84/4.90	c cleaning 6642 clauses out of 13313 with flag 12019/135213
7.04/5.10	c cleaning 6334 clauses out of 12671 with flag 36855/141213
7.04/5.12	c Got one! Elapsed wall clock time (in seconds):5.02
7.04/5.12	o 649
7.04/5.12	c Got one! Elapsed wall clock time (in seconds):5.024
7.04/5.12	o 554
7.16/5.20	c Got one! Elapsed wall clock time (in seconds):5.102
7.16/5.20	o 550
7.16/5.22	c Got one! Elapsed wall clock time (in seconds):5.117
7.16/5.22	o 541
7.16/5.25	c Got one! Elapsed wall clock time (in seconds):5.148
7.16/5.25	o 538
7.27/5.31	c Got one! Elapsed wall clock time (in seconds):5.205
7.27/5.31	o 537
7.27/5.38	c cleaning 7275 clauses out of 14555 with flag 7999/149431
7.37/5.48	c Got one! Elapsed wall clock time (in seconds):5.381
7.37/5.48	o 534
7.47/5.56	c cleaning 6266 clauses out of 12545 with flag 8041/154696
7.57/5.66	c Got one! Elapsed wall clock time (in seconds):5.564
7.57/5.66	o 533
7.57/5.67	c Got one! Elapsed wall clock time (in seconds):5.567
7.57/5.67	o 518
7.67/5.74	c cleaning 5985 clauses out of 11983 with flag 8830/160400
7.67/5.79	c Got one! Elapsed wall clock time (in seconds):5.686
7.67/5.79	o 517
7.67/5.79	c Got one! Elapsed wall clock time (in seconds):5.69
7.67/5.79	o 516
7.67/5.79	c Got one! Elapsed wall clock time (in seconds):5.693
7.67/5.79	o 501
7.77/5.82	c Got one! Elapsed wall clock time (in seconds):5.721
7.77/5.82	o 472
7.93/5.97	c cleaning 6326 clauses out of 12661 with flag 16804/167063
8.13/6.16	c cleaning 6161 clauses out of 12337 with flag 41267/173065
8.43/6.40	c cleaning 6582 clauses out of 13175 with flag 70072/180064
8.43/6.47	c Got one! Elapsed wall clock time (in seconds):6.373
8.43/6.47	o 462
8.43/6.49	c Got one! Elapsed wall clock time (in seconds):6.388
8.43/6.49	o 453
8.43/6.49	c Got one! Elapsed wall clock time (in seconds):6.392
8.43/6.49	o 434
8.53/6.56	c Got one! Elapsed wall clock time (in seconds):6.461
8.53/6.56	o 428
8.53/6.58	c Got one! Elapsed wall clock time (in seconds):6.478
8.53/6.58	o 422
8.53/6.59	c Got one! Elapsed wall clock time (in seconds):6.494
8.53/6.59	o 416
8.53/6.60	c Got one! Elapsed wall clock time (in seconds):6.501
8.53/6.60	o 412
8.64/6.65	c cleaning 6762 clauses out of 13528 with flag 4802/186999
8.64/6.67	c Got one! Elapsed wall clock time (in seconds):6.568
8.64/6.67	o 404
8.75/6.71	c Got one! Elapsed wall clock time (in seconds):6.606
8.75/6.71	o 402
8.75/6.75	c Got one! Elapsed wall clock time (in seconds):6.65
8.75/6.75	o 399
8.75/6.76	c Got one! Elapsed wall clock time (in seconds):6.658
8.75/6.76	o 387
8.85/6.87	c cleaning 6562 clauses out of 13128 with flag 12351/193361
8.85/6.88	c Got one! Elapsed wall clock time (in seconds):6.781
8.85/6.88	o 350
8.95/6.96	c Got one! Elapsed wall clock time (in seconds):6.858
8.95/6.96	o 349
8.95/6.97	c Got one! Elapsed wall clock time (in seconds):6.868
8.95/6.97	o 346
9.05/7.02	c Got one! Elapsed wall clock time (in seconds):6.924
9.05/7.02	o 343
9.16/7.11	c cleaning 6596 clauses out of 13206 with flag 8565/200001
9.36/7.32	c cleaning 6302 clauses out of 12608 with flag 33652/205999
9.36/7.37	c Got one! Elapsed wall clock time (in seconds):7.271
9.36/7.37	o 342
9.46/7.46	c Got one! Elapsed wall clock time (in seconds):7.361
9.46/7.46	o 340
9.56/7.54	c cleaning 6385 clauses out of 12776 with flag 7900/212469
9.56/7.57	c Got one! Elapsed wall clock time (in seconds):7.469
9.56/7.57	o 337
9.56/7.57	c Got one! Elapsed wall clock time (in seconds):7.475
9.56/7.57	o 330
9.66/7.60	c Got one! Elapsed wall clock time (in seconds):7.502
9.66/7.60	o 329
9.77/7.71	c Got one! Elapsed wall clock time (in seconds):7.605
9.77/7.71	o 328
9.77/7.75	c cleaning 6363 clauses out of 12743 with flag 4662/218821
9.77/7.79	c Got one! Elapsed wall clock time (in seconds):7.686
9.77/7.79	o 323
9.77/7.80	c Got one! Elapsed wall clock time (in seconds):7.698
9.77/7.80	o 322
9.87/7.88	c Got one! Elapsed wall clock time (in seconds):7.78
9.87/7.88	o 317
9.96/7.91	c Got one! Elapsed wall clock time (in seconds):7.814
9.96/7.91	o 313
9.96/7.92	c Got one! Elapsed wall clock time (in seconds):7.824
9.96/7.92	o 310
10.06/8.02	c cleaning 6809 clauses out of 13624 with flag 8887/226065
10.06/8.04	c Got one! Elapsed wall clock time (in seconds):7.938
10.06/8.04	o 309
10.06/8.05	c Got one! Elapsed wall clock time (in seconds):7.95
10.06/8.05	o 303
10.26/8.24	c cleaning 6470 clauses out of 12957 with flag 21362/232207
10.26/8.26	c Got one! Elapsed wall clock time (in seconds):8.158
10.26/8.26	o 301
10.36/8.31	c Got one! Elapsed wall clock time (in seconds):8.205
10.36/8.31	o 298
10.46/8.46	c cleaning 6349 clauses out of 12703 with flag 16899/238423
10.56/8.54	c Got one! Elapsed wall clock time (in seconds):8.436
10.56/8.54	o 289
10.66/8.63	c Got one! Elapsed wall clock time (in seconds):8.53
10.66/8.63	o 286
10.66/8.67	c cleaning 6323 clauses out of 12659 with flag 4255/244728
10.76/8.76	c Got one! Elapsed wall clock time (in seconds):8.664
10.76/8.76	o 285
10.76/8.77	c Got one! Elapsed wall clock time (in seconds):8.671
10.76/8.77	o 283
10.87/8.85	c cleaning 5776 clauses out of 11557 with flag 8893/249949
10.97/8.99	c Got one! Elapsed wall clock time (in seconds):8.888
10.97/8.99	o 280
11.06/9.00	c Got one! Elapsed wall clock time (in seconds):8.899
11.06/9.00	o 267
11.06/9.02	c Got one! Elapsed wall clock time (in seconds):8.916
11.06/9.02	o 261
11.06/9.06	c cleaning 5930 clauses out of 11866 with flag 4852/256034
11.30/9.21	c Got one! Elapsed wall clock time (in seconds):9.113
11.30/9.21	o 227
11.30/9.22	c Got one! Elapsed wall clock time (in seconds):9.121
11.30/9.22	o 225
11.30/9.27	c cleaning 5763 clauses out of 11538 with flag 4708/261636
11.50/9.48	c cleaning 5886 clauses out of 11776 with flag 31202/267637
11.50/9.49	c Got one! Elapsed wall clock time (in seconds):9.39
11.50/9.49	o 215
11.50/9.50	c Got one! Elapsed wall clock time (in seconds):9.395
11.50/9.50	o 214
11.60/9.57	c Got one! Elapsed wall clock time (in seconds):9.471
11.60/9.57	o 189
11.70/9.62	c Got one! Elapsed wall clock time (in seconds):9.516
11.70/9.62	o 172
11.80/9.70	c cleaning 5916 clauses out of 11835 with flag 9243/273582
11.80/9.72	c Got one! Elapsed wall clock time (in seconds):9.62
11.80/9.72	o 169
12.01/9.91	c cleaning 5769 clauses out of 11542 with flag 24310/279205
12.01/9.95	c Got one! Elapsed wall clock time (in seconds):9.849
12.01/9.95	o 165
12.20/10.10	c cleaning 5493 clauses out of 10994 with flag 18673/284426
12.20/10.12	c Got one! Elapsed wall clock time (in seconds):10.023
12.20/10.12	o 137
12.40/10.32	c cleaning 5632 clauses out of 11278 with flag 23206/290203
12.50/10.49	c Got one! Elapsed wall clock time (in seconds):10.385
12.50/10.49	o 117
12.50/10.49	c Got one! Elapsed wall clock time (in seconds):10.386
12.50/10.49	o 80
12.50/10.49	c starts		: 645
12.50/10.49	c conflicts		: 294706
12.50/10.49	c decisions		: 472775
12.50/10.49	c propagations		: 6025819
12.50/10.49	c inspects		: 121509453
12.50/10.49	c shortcuts		: 0
12.50/10.49	c learnt literals	: 1
12.50/10.49	c learnt binary clauses	: 1
12.50/10.49	c learnt ternary clauses	: 19
12.50/10.49	c learnt constraints	: 294705
12.50/10.49	c ignored constraints	: 0
12.50/10.49	c root simplifications	: 0
12.50/10.49	c removed literals (reason simplification)	: 0
12.50/10.49	c reason swapping (by a shorter reason)	: 0
12.50/10.49	c Calls to reduceDB	: 46
12.50/10.49	c Number of update (reduction) of LBD	: 70827
12.50/10.49	c Imported unit clauses	: 0
12.50/10.49	c number of reductions to clauses (during analyze)	: 0
12.50/10.49	c number of learned constraints concerned by reduction	: 0
12.50/10.49	c number of learning phase by resolution	: 0
12.50/10.49	c number of learning phase by cutting planes	: 0
12.50/10.49	c speed (assignments/second)	: 582936.9256070426
12.50/10.49	c non guided choices	2860
12.50/10.49	c learnt constraints type 
12.50/10.49	s OPTIMUM FOUND
12.50/10.49	c Found 100 solution(s)
12.50/10.49	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 
12.50/10.49	c objective function=80
12.50/10.49	c Total wall clock time (in seconds): 10.394

Verifier Data

OK	80

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-4090598-1466065114/watcher-4090598-1466065114 -o /tmp/evaluation-result-4090598-1466065114/solver-4090598-1466065114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090598-1466065114.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10619
/proc/meminfo: memFree=31997856/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8556228 98570240 978 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 24065 978 744 9 0 16771 0
[pid=10619/tid=10620] ppid=10616 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8556228 98570240 978 33554432000 1073741824 1073778376 140733278746688 140173112544808 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100156 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10619
/proc/meminfo: memFree=31997856/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 4550 0 1 0 10 2 0 0 20 0 18 0 8556228 9787879424 5668 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2389619 5668 2157 9 0 2380296 0
[pid=10619/tid=10620] ppid=10616 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2432 0 1 0 6 2 0 0 20 0 18 0 8556228 9787879424 5668 33554432000 1073741824 1073778376 140733278746688 140173112548256 243768812813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10619
/proc/meminfo: memFree=31997856/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 6609 0 1 0 27 2 0 0 20 0 19 0 8556228 9856040960 8137 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 8137 2233 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2458 0 1 0 16 2 0 0 20 0 19 0 8556228 9856040960 8137 33554432000 1073741824 1073778376 140733278746688 140173112550016 140173116681819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10619
/proc/meminfo: memFree=31997856/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 7757 0 1 0 54 2 0 0 20 0 19 0 8556228 9856040960 8343 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 8343 2244 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2460 0 1 0 26 2 0 0 20 0 19 0 8556228 9856040960 8343 33554432000 1073741824 1073778376 140733278746688 140173112550016 140172984760702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 2.07 2.03 1.92 3/194 10619
/proc/meminfo: memFree=31997856/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 16250 0 1 0 132 4 0 0 20 0 19 0 8556228 9856040960 14000 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 14000 2258 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2465 0 1 0 66 2 0 0 20 0 19 0 8556228 9856040960 14000 33554432000 1073741824 1073778376 140733278746688 140173112549864 140172984352063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.07 2.03 1.92 5/213 10638
/proc/meminfo: memFree=31921052/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 24364 0 1 0 281 5 0 0 20 0 19 0 8556228 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 17888 2260 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2470 0 1 0 146 2 0 0 20 0 19 0 8556228 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140173112541488 140172984673150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) R 10616 10619 9094 0 -1 4202560 11848 0 0 0 89 1 0 0 20 0 19 0 8556233 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172932503488 140173114696989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 42 1 0 0 20 0 19 0 8556233 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 17888 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.07 2.03 1.92 3/213 10638
/proc/meminfo: memFree=31905788/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=4.67 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 24418 0 1 0 462 5 0 0 20 0 19 0 8556228 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 19856 2260 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2475 0 1 0 306 2 0 0 20 0 19 0 8556228 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140173112540832 140172984760804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 11897 0 0 0 109 1 0 0 20 0 19 0 8556233 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 42 1 0 0 20 0 19 0 8556233 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 19856 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.22 2.07 1.93 3/213 10703
/proc/meminfo: memFree=31943848/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=8.33 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 27297 0 1 0 828 5 0 0 20 0 19 0 8556228 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 24471 2263 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2487 0 1 0 624 2 0 0 20 0 19 0 8556228 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140173112540832 140172984760799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 14763 0 0 0 154 1 0 0 20 0 19 0 8556233 9856040960 24471 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.46 cores=1,3,5,7

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

/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 14763 0 0 0 157 1 0 0 20 0 19 0 8556233 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 44 2 0 0 20 0 19 0 8556233 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 27543 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.06
Current children cumulated vsize (KiB) 9625040

[startup+9.60071 s]
/proc/loadavg: 2.22 2.07 1.93 3/213 10703
/proc/meminfo: memFree=31883472/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=11.7 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 27311 0 1 0 1164 6 0 0 20 0 19 0 8556228 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 30616 2264 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=9.54 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2500 0 1 0 952 2 0 0 20 0 19 0 8556228 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140173112541488 140172984664112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 14764 0 0 0 161 1 0 0 20 0 19 0 8556233 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 44 2 0 0 20 0 19 0 8556233 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 30616 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 9625040

[startup+10.008 s]
/proc/loadavg: 2.20 2.06 1.93 3/213 10703
/proc/meminfo: memFree=31870252/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=12.11 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 27312 0 1 0 1205 6 0 0 20 0 19 0 8556228 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 31128 2264 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=9.95 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2501 0 1 0 993 2 0 0 20 0 19 0 8556228 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140173112541488 140172984696586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 14764 0 0 0 161 1 0 0 20 0 19 0 8556233 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 44 2 0 0 20 0 19 0 8556233 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 31128 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.20 2.06 1.93 3/213 10703
/proc/meminfo: memFree=31870252/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=9625040 CPUtime=12.5 cores=1,3,5,7
/proc/10619/stat : 10619 (java) S 10616 10619 9094 0 -1 4202496 27313 0 1 0 1244 6 0 0 20 0 19 0 8556228 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140733278737824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 2406260 31640 2264 9 0 2396937 0
[pid=10619/tid=10620] ppid=10616 vsize=9625040 CPUtime=10.34 cores=1,3,5,7
/proc/10619/task/10620/stat : 10620 (java) R 10616 10619 9094 0 -1 4202560 2502 0 1 0 1032 2 0 0 20 0 19 0 8556228 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140173112540848 140172984673083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10622] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10622/stat : 10622 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172956494504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10623] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10623/stat : 10623 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172955441960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10624] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10624/stat : 10624 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172954389416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10619/tid=10625] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10625/stat : 10625 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172953336872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10626] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10626/stat : 10626 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172952283304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10627] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10627/stat : 10627 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172951230760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10628] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10628/stat : 10628 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172950178216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10619/tid=10629] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10629/stat : 10629 (java) S 10616 10619 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8556229 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172949125672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10630] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10630/stat : 10630 (java) S 10616 10619 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172936714856 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10631] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10631/stat : 10631 (java) S 10616 10619 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172935661176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10632] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10632/stat : 10632 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556230 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172934608520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10633] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10633/stat : 10633 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172933557264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10634] ppid=10616 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/10619/task/10634/stat : 10634 (java) S 10616 10619 9094 0 -1 4202560 14764 0 0 0 161 1 0 0 20 0 19 0 8556233 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172932503608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) S 10616 10619 9094 0 -1 4202560 8775 0 0 0 44 2 0 0 20 0 19 0 8556233 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172931451064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10636] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10636/stat : 10636 (java) S 10616 10619 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172930398712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10619/tid=10637] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10637/stat : 10637 (java) S 10616 10619 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8556233 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172929346376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10619/tid=10638] ppid=10616 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10619/task/10638/stat : 10638 (java) S 10616 10619 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8556244 9856040960 31640 33554432000 1073741824 1073778376 140733278746688 140172928292136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 9625040

[startup+10.5007 s]
/proc/loadavg: 2.20 2.06 1.93 3/213 10703
/proc/meminfo: memFree=31870252/32872528 swapFree=7268/7268
[pid=10619] ppid=10616 vsize=0 CPUtime=12.57 cores=1,3,5,7
/proc/10619/stat : 10619 (java) Z 10616 10619 9094 0 -1 4203532 27337 0 1 0 1250 7 0 0 20 0 2 0 8556228 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10619/statm: 0 0 0 0 0 0 0
[pid=10619/tid=10635] ppid=10616 vsize=0 CPUtime=0.46 cores=1,3,5,7
/proc/10619/task/10635/stat : 10635 (java) R 10616 10619 9094 0 -1 4203588 8775 0 0 0 44 2 0 0 20 0 2 0 8556233 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 10.5019
CPU time (s): 12.5841
CPU user time (s): 12.4991
CPU system time (s): 0.084987
CPU usage (%): 119.826
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4991
system time used= 0.084987
maximum resident set size= 128672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27337
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= 496
involuntary context switches= 146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043993 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:18:34
IDJOB=4090598
IDBENCH=78857
IDSOLVER=2551
FILE ID=node151/4090598-1466065114
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= b7777dd5fa41ca59afb23064bb503e66
RANDOM SEED=80755733

node151.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.103
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.20
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.103
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		: 2667.103
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.103
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.103
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.54
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.103
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		: 2667.103
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		: 2667.103
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:        31998648 kB
Buffers:            5348 kB
Cached:            38812 kB
SwapCached:        61608 kB
Active:            85172 kB
Inactive:          81460 kB
Active(anon):      63692 kB
Inactive(anon):    61024 kB
Active(file):      21480 kB
Inactive(file):    20436 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:        173924 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             565580 kB
SReclaimable:       8844 kB
SUnreclaim:       556736 kB
KernelStack:        1760 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-16 10:18:45