Trace number 4109604

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 19.802 18.2742

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
MD5SUM3ff78030d7fc141241cdd1d8ac18da82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark36.5784
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109604-1466343667.wbo
0.08/0.12	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.053s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     211
0.08/0.17	c #constraints  101
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.08/0.17	c 101 constraints processed.
0.08/0.17	c objective function length is 42 literals
0.66/0.40	c SATISFIABLE
0.66/0.40	c OPTIMIZING...
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.66/0.40	o 1379
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.282
0.66/0.40	o 852
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.291
0.66/0.41	o 829
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.306
0.66/0.43	o 827
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.314
0.66/0.43	o 815
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.347
0.66/0.47	o 812
1.04/0.60	c cleaning 3958 clauses out of 7916 with flag 7941/7916
1.04/0.64	c Got one! Elapsed wall clock time (in seconds):0.522
1.04/0.64	o 811
1.04/0.65	c Got one! Elapsed wall clock time (in seconds):0.527
1.04/0.65	o 703
1.04/0.65	c Got one! Elapsed wall clock time (in seconds):0.532
1.04/0.65	o 702
1.04/0.66	c Got one! Elapsed wall clock time (in seconds):0.535
1.04/0.66	o 614
1.04/0.66	c Got one! Elapsed wall clock time (in seconds):0.537
1.04/0.66	o 521
1.04/0.68	c Got one! Elapsed wall clock time (in seconds):0.56
1.04/0.68	o 516
1.15/0.71	c Got one! Elapsed wall clock time (in seconds):0.593
1.15/0.71	o 511
1.15/0.78	c Got one! Elapsed wall clock time (in seconds):0.659
1.15/0.78	o 510
1.27/0.82	c cleaning 5565 clauses out of 11129 with flag 2659/15087
1.27/0.86	c Got one! Elapsed wall clock time (in seconds):0.743
1.27/0.86	o 509
1.27/0.87	c Got one! Elapsed wall clock time (in seconds):0.749
1.27/0.87	o 508
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.77
1.27/0.89	o 507
1.38/0.90	c Got one! Elapsed wall clock time (in seconds):0.775
1.38/0.90	o 505
1.38/0.90	c Got one! Elapsed wall clock time (in seconds):0.777
1.38/0.90	o 486
1.38/0.93	c Got one! Elapsed wall clock time (in seconds):0.807
1.38/0.93	o 485
1.38/0.96	c Got one! Elapsed wall clock time (in seconds):0.835
1.38/0.96	o 479
1.38/0.97	c Got one! Elapsed wall clock time (in seconds):0.844
1.38/0.97	o 476
1.38/0.98	c Got one! Elapsed wall clock time (in seconds):0.863
1.38/0.98	o 472
1.38/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
1.38/0.99	o 462
1.48/1.01	c Got one! Elapsed wall clock time (in seconds):0.886
1.48/1.01	o 461
1.48/1.02	c Got one! Elapsed wall clock time (in seconds):0.903
1.48/1.02	o 458
1.48/1.07	c Got one! Elapsed wall clock time (in seconds):0.951
1.48/1.07	o 455
1.59/1.17	c Got one! Elapsed wall clock time (in seconds):1.044
1.59/1.17	o 451
1.59/1.19	c Got one! Elapsed wall clock time (in seconds):1.065
1.59/1.19	o 450
1.69/1.24	c cleaning 8499 clauses out of 17014 with flag 2895/26537
1.69/1.27	c Got one! Elapsed wall clock time (in seconds):1.151
1.69/1.27	o 449
1.69/1.28	c Got one! Elapsed wall clock time (in seconds):1.157
1.69/1.28	o 440
1.69/1.28	c Got one! Elapsed wall clock time (in seconds):1.159
1.69/1.28	o 434
1.69/1.29	c Got one! Elapsed wall clock time (in seconds):1.166
1.69/1.29	o 430
1.69/1.29	c Got one! Elapsed wall clock time (in seconds):1.168
1.69/1.29	o 391
1.85/1.30	c Got one! Elapsed wall clock time (in seconds):1.182
1.85/1.30	o 386
1.85/1.34	c Got one! Elapsed wall clock time (in seconds):1.217
1.85/1.34	o 382
1.95/1.41	c Got one! Elapsed wall clock time (in seconds):1.288
1.95/1.41	o 381
1.95/1.43	c Got one! Elapsed wall clock time (in seconds):1.311
1.95/1.43	o 372
1.95/1.47	c cleaning 7620 clauses out of 15239 with flag 2757/33261
1.95/1.49	c Got one! Elapsed wall clock time (in seconds):1.365
1.95/1.49	o 371
1.95/1.49	c Got one! Elapsed wall clock time (in seconds):1.37
1.95/1.49	o 368
2.06/1.50	c Got one! Elapsed wall clock time (in seconds):1.382
2.06/1.50	o 362
2.06/1.54	c Got one! Elapsed wall clock time (in seconds):1.417
2.06/1.54	o 357
2.06/1.58	c Got one! Elapsed wall clock time (in seconds):1.459
2.06/1.58	o 356
2.06/1.59	c Got one! Elapsed wall clock time (in seconds):1.465
2.06/1.59	o 353
2.18/1.60	c Got one! Elapsed wall clock time (in seconds):1.478
2.18/1.60	o 351
2.18/1.65	c Got one! Elapsed wall clock time (in seconds):1.528
2.18/1.65	o 333
2.28/1.73	c cleaning 7561 clauses out of 15130 with flag 5876/40772
2.28/1.78	c Got one! Elapsed wall clock time (in seconds):1.659
2.28/1.78	o 327
2.28/1.79	c Got one! Elapsed wall clock time (in seconds):1.674
2.28/1.79	o 326
2.38/1.80	c Got one! Elapsed wall clock time (in seconds):1.684
2.38/1.80	o 318
2.56/1.93	c cleaning 6689 clauses out of 13383 with flag 10004/46586
2.56/1.95	c Got one! Elapsed wall clock time (in seconds):1.825
2.56/1.95	o 309
2.56/1.95	c Got one! Elapsed wall clock time (in seconds):1.834
2.56/1.95	o 302
2.65/2.01	c Got one! Elapsed wall clock time (in seconds):1.887
2.65/2.01	o 301
2.65/2.02	c Got one! Elapsed wall clock time (in seconds):1.902
2.65/2.02	o 293
2.75/2.17	c cleaning 6916 clauses out of 13842 with flag 11443/53734
2.75/2.17	c Got one! Elapsed wall clock time (in seconds):2.05
2.75/2.17	o 283
2.75/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
2.75/2.19	o 279
2.86/2.25	c Got one! Elapsed wall clock time (in seconds):2.124
2.86/2.25	o 275
2.98/2.33	c Got one! Elapsed wall clock time (in seconds):2.208
2.98/2.33	o 258
3.08/2.41	c cleaning 6901 clauses out of 13806 with flag 7363/60614
3.18/2.53	c Got one! Elapsed wall clock time (in seconds):2.405
3.18/2.53	o 251
3.18/2.57	c Got one! Elapsed wall clock time (in seconds):2.45
3.18/2.57	o 232
3.29/2.62	c cleaning 6582 clauses out of 13169 with flag 3462/66878
3.39/2.72	c Got one! Elapsed wall clock time (in seconds):2.594
3.39/2.72	o 229
3.39/2.79	c cleaning 5965 clauses out of 11942 with flag 7786/72233
3.63/2.94	c Got one! Elapsed wall clock time (in seconds):2.815
3.63/2.94	o 223
3.63/2.96	c Got one! Elapsed wall clock time (in seconds):2.839
3.63/2.96	o 217
3.73/3.00	c cleaning 6108 clauses out of 12222 with flag 3602/78478
3.73/3.01	c Got one! Elapsed wall clock time (in seconds):2.885
3.73/3.01	o 214
3.73/3.01	c Got one! Elapsed wall clock time (in seconds):2.89
3.73/3.01	o 210
3.73/3.02	c Got one! Elapsed wall clock time (in seconds):2.897
3.73/3.02	o 206
3.83/3.12	c Got one! Elapsed wall clock time (in seconds):2.994
3.83/3.12	o 200
3.83/3.19	c cleaning 5941 clauses out of 11887 with flag 7148/84251
4.03/3.33	c Got one! Elapsed wall clock time (in seconds):3.206
4.03/3.33	o 195
4.03/3.37	c cleaning 5790 clauses out of 11581 with flag 3742/89886
4.23/3.56	c Got one! Elapsed wall clock time (in seconds):3.444
4.23/3.56	o 190
4.43/3.76	c cleaning 8267 clauses out of 16542 with flag 15089/100637
4.53/3.85	c Got one! Elapsed wall clock time (in seconds):3.729
4.53/3.85	o 186
4.63/3.98	c cleaning 7080 clauses out of 14159 with flag 11526/106521
4.73/4.02	c Got one! Elapsed wall clock time (in seconds):3.895
4.73/4.02	o 177
4.83/4.16	c cleaning 6213 clauses out of 12433 with flag 14323/111875
5.03/4.36	c cleaning 6111 clauses out of 12222 with flag 35646/117877
5.23/4.57	c Got one! Elapsed wall clock time (in seconds):4.454
5.23/4.57	o 172
5.52/4.81	c cleaning 8682 clauses out of 17377 with flag 20092/129143
5.52/4.89	c Got one! Elapsed wall clock time (in seconds):4.773
5.52/4.89	o 131
5.72/5.03	c cleaning 7067 clauses out of 14141 with flag 11647/134589
5.92/5.24	c cleaning 6533 clauses out of 13074 with flag 31905/140589
6.12/5.49	c cleaning 6769 clauses out of 13544 with flag 55242/147592
6.23/5.56	c Got one! Elapsed wall clock time (in seconds):5.443
6.23/5.56	o 126
6.33/5.68	c cleaning 6129 clauses out of 12269 with flag 11386/153086
6.52/5.87	c cleaning 6062 clauses out of 12141 with flag 31059/159087
6.82/6.12	c cleaning 6537 clauses out of 13077 with flag 57743/166085
7.12/6.43	c cleaning 7264 clauses out of 14542 with flag 88902/174087
7.12/6.43	c Got one! Elapsed wall clock time (in seconds):6.308
7.12/6.43	o 121
7.22/6.60	c cleaning 6153 clauses out of 12312 with flag 17769/179121
7.33/6.66	c Got one! Elapsed wall clock time (in seconds):6.535
7.33/6.66	o 114
7.43/6.76	c cleaning 5617 clauses out of 11249 with flag 12708/184211
7.62/6.97	c cleaning 5814 clauses out of 11633 with flag 37422/190212
7.92/7.22	c cleaning 6407 clauses out of 12820 with flag 65045/197213
8.22/7.51	c cleaning 7204 clauses out of 14411 with flag 95414/205211
8.53/7.87	c cleaning 8097 clauses out of 16208 with flag 131784/214213
8.72/8.01	c Got one! Elapsed wall clock time (in seconds):7.887
8.72/8.01	o 111
8.72/8.09	c cleaning 6880 clauses out of 13769 with flag 8285/219871
9.03/8.32	c cleaning 6442 clauses out of 12888 with flag 37003/225870
9.23/8.58	c cleaning 6721 clauses out of 13446 with flag 66451/232870
9.54/8.89	c cleaning 7360 clauses out of 14726 with flag 102304/240871
9.64/8.96	c Got one! Elapsed wall clock time (in seconds):8.837
9.64/8.96	o 104
9.83/9.12	c cleaning 6676 clauses out of 13352 with flag 16986/246857
10.03/9.34	c cleaning 6332 clauses out of 12675 with flag 41811/252856
10.33/9.60	c cleaning 6672 clauses out of 13343 with flag 71148/259856
10.65/9.91	c cleaning 7327 clauses out of 14670 with flag 102891/267856
10.94/10.25	c cleaning 8172 clauses out of 16343 with flag 139664/276856
10.94/10.25	c Got one! Elapsed wall clock time (in seconds):10.134
10.94/10.25	o 96
11.14/10.45	c cleaning 6628 clauses out of 13273 with flag 20260/281958
11.24/10.51	c Got one! Elapsed wall clock time (in seconds):10.389
11.24/10.51	o 87
11.34/10.63	c cleaning 5863 clauses out of 11748 with flag 12638/287061
11.34/10.69	c Got one! Elapsed wall clock time (in seconds):10.572
11.34/10.69	o 86
11.54/10.81	c cleaning 5462 clauses out of 10925 with flag 12035/292101
11.74/11.02	c cleaning 5720 clauses out of 11460 with flag 36271/298099
11.94/11.27	c cleaning 6360 clauses out of 12740 with flag 64932/305099
12.24/11.59	c cleaning 7185 clauses out of 14379 with flag 100031/313098
12.64/11.99	c cleaning 8097 clauses out of 16194 with flag 139629/322099
13.19/12.23	c Got one! Elapsed wall clock time (in seconds):12.106
13.19/12.23	o 81
13.57/12.40	c Got one! Elapsed wall clock time (in seconds):12.28
13.57/12.40	o 80
13.67/12.53	c cleaning 9863 clauses out of 19735 with flag 8291/333738
14.07/12.78	c cleaning 7932 clauses out of 15871 with flag 33394/339738
14.54/13.05	c cleaning 7465 clauses out of 14938 with flag 61465/346738
14.84/13.37	c cleaning 7727 clauses out of 15471 with flag 93400/354739
15.24/13.71	c cleaning 8369 clauses out of 16745 with flag 132808/363740
15.65/14.15	c cleaning 9186 clauses out of 18378 with flag 178631/373742
16.15/14.66	c cleaning 10091 clauses out of 20187 with flag 226374/384738
16.75/15.23	c cleaning 11048 clauses out of 22097 with flag 277834/396739
17.34/15.87	c cleaning 12019 clauses out of 24047 with flag 334008/409739
17.44/15.99	c Got one! Elapsed wall clock time (in seconds):15.865
17.44/15.99	o 77
17.64/16.14	c cleaning 8961 clauses out of 17931 with flag 13680/415642
17.84/16.38	c cleaning 7472 clauses out of 14966 with flag 38062/421640
18.15/16.66	c cleaning 7243 clauses out of 14493 with flag 67471/428640
18.44/16.98	c cleaning 7621 clauses out of 15249 with flag 101131/436640
18.84/17.37	c cleaning 8308 clauses out of 16626 with flag 138778/445640
18.94/17.42	c Got one! Elapsed wall clock time (in seconds):17.299
18.94/17.42	o 74
19.04/17.60	c cleaning 6907 clauses out of 13824 with flag 18975/451147
19.34/17.82	c cleaning 6452 clauses out of 12919 with flag 42669/457149
19.64/18.10	c cleaning 6732 clauses out of 13467 with flag 72068/464152
19.64/18.15	c Got one! Elapsed wall clock time (in seconds):18.034
19.64/18.15	o 73
19.74/18.24	c Got one! Elapsed wall clock time (in seconds):18.123
19.74/18.24	o 72
19.74/18.25	c Got one! Elapsed wall clock time (in seconds):18.132
19.74/18.25	o 71
19.74/18.26	c starts		: 435
19.74/18.26	c conflicts		: 468461
19.74/18.26	c decisions		: 734486
19.74/18.26	c propagations		: 11765824
19.74/18.26	c inspects		: 237513901
19.74/18.26	c shortcuts		: 0
19.74/18.26	c learnt literals	: 33
19.74/18.26	c learnt binary clauses	: 7
19.74/18.26	c learnt ternary clauses	: 665
19.74/18.26	c learnt constraints	: 468427
19.74/18.26	c ignored constraints	: 0
19.74/18.27	c root simplifications	: 0
19.74/18.27	c removed literals (reason simplification)	: 0
19.74/18.27	c reason swapping (by a shorter reason)	: 0
19.74/18.27	c Calls to reduceDB	: 64
19.74/18.27	c Number of update (reduction) of LBD	: 112134
19.74/18.27	c Imported unit clauses	: 0
19.74/18.27	c number of reductions to clauses (during analyze)	: 0
19.74/18.27	c number of learned constraints concerned by reduction	: 0
19.74/18.27	c number of learning phase by resolution	: 0
19.74/18.27	c number of learning phase by cutting planes	: 0
19.74/18.27	c speed (assignments/second)	: 650476.7801857585
19.74/18.27	c non guided choices	3050
19.74/18.27	c learnt constraints type 
19.74/18.27	s OPTIMUM FOUND
19.74/18.27	c Found 87 solution(s)
19.74/18.27	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 
19.74/18.27	c objective function=71
19.74/18.27	c Total wall clock time (in seconds): 18.146

Verifier Data

OK	71

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-4109604-1466343667/watcher-4109604-1466343667 -o /tmp/evaluation-result-4109604-1466343667/solver-4109604-1466343667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109604-1466343667.wbo 

pid=13247
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.39 2.34 1.98 3/194 13250
/proc/meminfo: memFree=29854784/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13250/stat : 13250 (java) D 13247 13250 12165 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36415150 9515008 175 33554432000 1073741824 1073778376 140734943390448 140734943373176 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/13250/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.39 2.34 1.98 3/194 13250
/proc/meminfo: memFree=29854784/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 4329 0 1 0 7 1 0 0 20 0 18 0 36415150 9787879424 5453 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2389619 5453 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.39 2.34 1.98 3/194 13250
/proc/meminfo: memFree=29854784/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 4791 0 1 0 21 1 0 0 20 0 19 0 36415150 9856040960 7395 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 7395 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300212 s]
/proc/loadavg: 2.39 2.34 1.98 3/194 13250
/proc/meminfo: memFree=29854784/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 7434 0 1 0 50 2 0 0 20 0 19 0 36415150 9856040960 8861 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 8861 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700237 s]
/proc/loadavg: 2.39 2.34 1.98 3/194 13250
/proc/meminfo: memFree=29854784/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 9693 0 1 0 113 2 0 0 20 0 19 0 36415150 9856040960 9426 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 9426 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.39 2.34 1.98 4/213 13269
/proc/meminfo: memFree=29800780/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 10318 0 1 0 204 2 0 0 20 0 19 0 36415150 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 11074 2258 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2418 0 1 0 144 1 0 0 20 0 19 0 36415151 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943298064688 139943137954581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 36 0 0 0 20 0 19 0 36415157 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 2250 0 0 0 21 0 0 0 20 0 19 0 36415157 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 11074 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.44 2.35 1.99 3/213 13334
/proc/meminfo: memFree=29860460/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 11816 0 1 0 380 3 0 0 20 0 19 0 36415150 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 13641 2260 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2424 0 1 0 304 2 0 0 20 0 19 0 36415151 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943298064688 139943137995606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 39 0 0 0 20 0 19 0 36415157 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 3742 0 0 0 34 0 0 0 20 0 19 0 36415157 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 13641 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.44 2.35 1.99 3/213 13334
/proc/meminfo: memFree=29801560/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=7.02 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 11828 0 1 0 699 3 0 0 20 0 19 0 36415150 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 18730 2261 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2435 0 1 0 623 2 0 0 20 0 19 0 36415151 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943298064080 139943137954925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 39 0 0 0 20 0 19 0 36415157 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 3742 0 0 0 34 0 0 0 20 0 19 0 36415157 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 18730 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 42 0 0 0 20 0 19 0 36415157 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 15549 0 0 0 110 3 0 0 20 0 19 0 36415157 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 34421 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 9625040

[startup+17.6008 s]
/proc/loadavg: 2.41 2.35 1.99 3/213 13399
/proc/meminfo: memFree=29702604/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=19.15 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 23667 0 1 0 1908 7 0 0 20 0 19 0 36415150 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 36469 2261 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=17.52 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2467 0 1 0 1750 2 0 0 20 0 19 0 36415151 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943298064080 139943137978259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 42 0 0 0 20 0 19 0 36415157 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 15549 0 0 0 110 3 0 0 20 0 19 0 36415157 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 36469 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.15
Current children cumulated vsize (KiB) 9625040

[startup+18.0008 s]
/proc/loadavg: 2.41 2.35 1.99 3/213 13399
/proc/meminfo: memFree=29702604/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=19.54 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 23668 0 1 0 1947 7 0 0 20 0 19 0 36415150 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 36981 2261 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=17.91 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2468 0 1 0 1789 2 0 0 20 0 19 0 36415151 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943298064080 139943138053472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 42 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 15549 0 0 0 110 3 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.54
Current children cumulated vsize (KiB) 9625040

[startup+18.2008 s]
/proc/loadavg: 2.41 2.35 1.99 3/213 13399
/proc/meminfo: memFree=29702604/32872528 swapFree=1534436/1655032
[pid=13250] ppid=13247 vsize=9625040 CPUtime=19.74 cores=0,2,4,6
/proc/13250/stat : 13250 (java) S 13247 13250 12165 0 -1 4202496 23668 0 1 0 1967 7 0 0 20 0 19 0 36415150 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 140736914183504 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13250/statm: 2406260 36981 2261 9 0 2396937 0
[pid=13250/tid=13252] ppid=13247 vsize=9625040 CPUtime=18.11 cores=0,2,4,6
/proc/13250/task/13252/stat : 13252 (java) R 13247 13250 12165 0 -1 4202560 2468 0 1 0 1809 2 0 0 20 0 19 0 36415151 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943298064688 139943138036612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13253] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13253/stat : 13253 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943259564840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13254] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13254/stat : 13254 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943258512040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13255] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13255/stat : 13255 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943257459752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13256] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13256/stat : 13256 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943256406952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13257] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13257/stat : 13257 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943137503528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13258] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13258/stat : 13258 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943136450728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13250/tid=13259] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13259/stat : 13259 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943135398440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13260] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13260/stat : 13260 (java) S 13247 13250 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415153 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943134345640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13261] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13261/stat : 13261 (java) S 13247 13250 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139943122148072 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13262] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13262/stat : 13262 (java) S 13247 13250 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942516745720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13263] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13263/stat : 13263 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415154 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942515693320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13264] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13264/stat : 13264 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942514641808 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13250/tid=13265] ppid=13247 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13250/task/13265/stat : 13265 (java) S 13247 13250 12165 0 -1 4202560 4378 0 0 0 42 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942513588408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13266] ppid=13247 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/13250/task/13266/stat : 13266 (java) S 13247 13250 12165 0 -1 4202560 15549 0 0 0 110 3 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942512535608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13267] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13267/stat : 13267 (java) S 13247 13250 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942511483512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13250/tid=13268] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13268/stat : 13268 (java) S 13247 13250 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415157 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942510430920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13250/tid=13269] ppid=13247 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13250/task/13269/stat : 13269 (java) S 13247 13250 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415168 9856040960 36981 33554432000 1073741824 1073778376 140736914192368 139942509376936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.74
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.2742
CPU time (s): 19.802
CPU user time (s): 19.71
CPU system time (s): 0.091986
CPU usage (%): 108.36
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.71
system time used= 0.091986
maximum resident set size= 150036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23693
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= 694
involuntary context switches= 82

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

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:41:07
IDJOB=4109604
IDBENCH=78867
IDSOLVER=2551
FILE ID=node122/4109604-1466343667
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
Free space on /tmp= 71744 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.1111224929--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109604-1466343667/watcher-4109604-1466343667 -o /tmp/evaluation-result-4109604-1466343667/solver-4109604-1466343667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109604-1466343667.wbo

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

MD5SUM BENCH= 3ff78030d7fc141241cdd1d8ac18da82
RANDOM SEED=732748906

node122.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.53
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29855544 kB
Buffers:          176200 kB
Cached:           350100 kB
SwapCached:            0 kB
Active:           213852 kB
Inactive:         398232 kB
Active(anon):      78436 kB
Inactive(anon):     9900 kB
Active(file):     135416 kB
Inactive(file):   388332 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:       1771084 kB
Mapped:            21036 kB
Shmem:               204 kB
Slab:             615996 kB
SReclaimable:      58928 kB
SUnreclaim:       557068 kB
KernelStack:        1760 kB
PageTables:         7764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2343904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71744 MiB
End job on node122 at 2016-06-19 15:41:26