Trace number 4109368

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 20.2109 18.8183

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109368-1466343624.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     211
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.11/0.15	c 101 constraints processed.
0.11/0.16	c objective function length is 42 literals
0.55/0.33	c SATISFIABLE
0.55/0.33	c OPTIMIZING...
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.231
0.55/0.33	o 1244
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.267
0.55/0.37	o 1191
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.55/0.38	o 881
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.281
0.55/0.38	o 574
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.55/0.39	o 564
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.55/0.39	o 559
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.68/0.40	o 556
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.304
0.68/0.40	o 555
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.309
0.68/0.41	o 508
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.68/0.44	o 503
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.348
0.68/0.45	o 385
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.68/0.46	o 384
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.68/0.46	o 362
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.68/0.48	o 347
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.41
0.84/0.51	o 344
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
0.84/0.53	o 338
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
0.84/0.54	o 329
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.461
0.84/0.56	o 327
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.479
0.84/0.58	o 326
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
0.94/0.60	o 324
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.517
0.94/0.62	o 314
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.539
0.94/0.64	o 313
0.94/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
0.94/0.65	o 309
0.94/0.65	c Got one! Elapsed wall clock time (in seconds):0.548
0.94/0.65	o 308
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
0.94/0.66	o 305
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.563
0.94/0.66	o 304
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
0.94/0.69	o 299
1.07/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.07/0.70	o 296
1.07/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
1.07/0.72	o 295
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.662
1.07/0.76	o 294
1.07/0.78	c Got one! Elapsed wall clock time (in seconds):0.681
1.07/0.78	o 292
1.18/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.18/0.81	o 284
1.18/0.82	c Got one! Elapsed wall clock time (in seconds):0.723
1.18/0.82	o 280
1.18/0.84	c Got one! Elapsed wall clock time (in seconds):0.737
1.18/0.84	o 274
1.18/0.84	c Got one! Elapsed wall clock time (in seconds):0.743
1.18/0.84	o 270
1.18/0.85	c Got one! Elapsed wall clock time (in seconds):0.75
1.18/0.85	o 265
1.29/0.97	c cleaning 9034 clauses out of 18068 with flag 5455/18068
1.29/0.98	c Got one! Elapsed wall clock time (in seconds):0.874
1.29/0.98	o 264
1.42/1.04	c Got one! Elapsed wall clock time (in seconds):0.943
1.42/1.04	o 259
1.42/1.06	c Got one! Elapsed wall clock time (in seconds):0.962
1.42/1.06	o 256
1.42/1.07	c Got one! Elapsed wall clock time (in seconds):0.966
1.42/1.07	o 252
1.52/1.11	c Got one! Elapsed wall clock time (in seconds):1.009
1.52/1.11	o 251
1.52/1.16	c Got one! Elapsed wall clock time (in seconds):1.06
1.52/1.16	o 250
1.64/1.21	c cleaning 7858 clauses out of 15723 with flag 3096/24757
1.64/1.24	c Got one! Elapsed wall clock time (in seconds):1.137
1.64/1.24	o 249
1.64/1.26	c Got one! Elapsed wall clock time (in seconds):1.163
1.64/1.26	o 240
1.64/1.28	c Got one! Elapsed wall clock time (in seconds):1.178
1.64/1.28	o 235
1.78/1.34	c Got one! Elapsed wall clock time (in seconds):1.241
1.78/1.34	o 232
1.88/1.49	c cleaning 7994 clauses out of 15987 with flag 11201/32879
1.99/1.50	c Got one! Elapsed wall clock time (in seconds):1.398
1.99/1.50	o 228
1.99/1.50	c Got one! Elapsed wall clock time (in seconds):1.402
1.99/1.50	o 221
1.99/1.51	c Got one! Elapsed wall clock time (in seconds):1.407
1.99/1.51	o 220
1.99/1.53	c Got one! Elapsed wall clock time (in seconds):1.433
1.99/1.53	o 218
1.99/1.55	c Got one! Elapsed wall clock time (in seconds):1.447
1.99/1.55	o 212
1.99/1.58	c Got one! Elapsed wall clock time (in seconds):1.48
1.99/1.58	o 211
2.16/1.65	c Got one! Elapsed wall clock time (in seconds):1.55
2.16/1.65	o 210
2.16/1.68	c Got one! Elapsed wall clock time (in seconds):1.576
2.16/1.68	o 206
2.26/1.73	c Got one! Elapsed wall clock time (in seconds):1.625
2.26/1.73	o 205
2.26/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.26/1.73	o 202
2.26/1.74	c Got one! Elapsed wall clock time (in seconds):1.636
2.26/1.74	o 194
2.26/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
2.26/1.75	o 192
2.26/1.75	c Got one! Elapsed wall clock time (in seconds):1.651
2.26/1.75	o 185
2.26/1.77	c Got one! Elapsed wall clock time (in seconds):1.667
2.26/1.77	o 184
2.26/1.79	c Got one! Elapsed wall clock time (in seconds):1.685
2.26/1.79	o 179
2.26/1.79	c Got one! Elapsed wall clock time (in seconds):1.691
2.26/1.79	o 178
2.42/1.84	c cleaning 8803 clauses out of 17605 with flag 2989/42491
2.42/1.86	c Got one! Elapsed wall clock time (in seconds):1.761
2.42/1.86	o 172
2.42/1.88	c Got one! Elapsed wall clock time (in seconds):1.779
2.42/1.88	o 171
2.63/2.07	c cleaning 7462 clauses out of 14934 with flag 17452/48623
2.84/2.25	c Got one! Elapsed wall clock time (in seconds):2.153
2.84/2.25	o 168
2.94/2.36	c Got one! Elapsed wall clock time (in seconds):2.26
2.94/2.36	o 161
2.94/2.38	c Got one! Elapsed wall clock time (in seconds):2.275
2.94/2.38	o 158
3.03/2.43	c Got one! Elapsed wall clock time (in seconds):2.326
3.03/2.43	o 155
3.13/2.53	c cleaning 9373 clauses out of 18745 with flag 7432/59897
3.13/2.56	c Got one! Elapsed wall clock time (in seconds):2.461
3.13/2.56	o 140
3.13/2.58	c Got one! Elapsed wall clock time (in seconds):2.48
3.13/2.58	o 111
3.13/2.59	c Got one! Elapsed wall clock time (in seconds):2.487
3.13/2.59	o 110
3.23/2.63	c Got one! Elapsed wall clock time (in seconds):2.53
3.23/2.63	o 109
3.34/2.78	c Got one! Elapsed wall clock time (in seconds):2.676
3.34/2.78	o 106
3.44/2.83	c cleaning 8290 clauses out of 16596 with flag 3858/67121
3.64/3.07	c cleaning 7151 clauses out of 14305 with flag 28028/73120
3.94/3.36	c cleaning 7076 clauses out of 14154 with flag 58059/80120
4.24/3.68	c cleaning 7538 clauses out of 15078 with flag 89618/88120
4.64/4.07	c cleaning 8271 clauses out of 16541 with flag 126764/97121
5.04/4.48	c cleaning 9134 clauses out of 18272 with flag 163857/107123
5.54/5.00	c cleaning 10067 clauses out of 20135 with flag 208173/118120
6.47/5.59	c cleaning 11029 clauses out of 22068 with flag 260685/130120
7.53/6.24	c cleaning 12017 clauses out of 24039 with flag 321652/143120
8.23/6.96	c cleaning 13009 clauses out of 26022 with flag 385799/157120
8.73/7.45	c Got one! Elapsed wall clock time (in seconds):7.344
8.73/7.45	o 104
9.04/7.75	c cleaning 14114 clauses out of 28232 with flag 23083/172340
9.23/7.92	c Got one! Elapsed wall clock time (in seconds):7.815
9.23/7.92	o 102
9.33/8.02	c cleaning 10046 clauses out of 20105 with flag 8135/178327
9.53/8.25	c cleaning 8028 clauses out of 16060 with flag 31850/184328
9.83/8.53	c cleaning 7504 clauses out of 15030 with flag 59749/191326
9.83/8.59	c Got one! Elapsed wall clock time (in seconds):8.486
9.83/8.59	o 99
9.83/8.60	c Got one! Elapsed wall clock time (in seconds):8.494
9.83/8.60	o 98
10.03/8.76	c cleaning 6800 clauses out of 13607 with flag 16141/197407
10.24/8.97	c cleaning 6399 clauses out of 12807 with flag 41600/203407
10.33/9.01	c Got one! Elapsed wall clock time (in seconds):8.908
10.33/9.01	o 97
10.43/9.16	c cleaning 5756 clauses out of 11523 with flag 15561/208522
10.43/9.18	c Got one! Elapsed wall clock time (in seconds):9.08
10.43/9.18	o 84
10.63/9.35	c cleaning 5803 clauses out of 11611 with flag 20882/214366
10.83/9.57	c cleaning 5896 clauses out of 11806 with flag 46992/220364
11.14/9.83	c cleaning 6455 clauses out of 12909 with flag 75376/227364
11.45/10.13	c cleaning 7222 clauses out of 14456 with flag 107114/235366
11.75/10.49	c cleaning 8111 clauses out of 16233 with flag 144961/244365
12.25/10.93	c cleaning 9059 clauses out of 18123 with flag 191915/254366
12.45/11.19	c Got one! Elapsed wall clock time (in seconds):11.09
12.45/11.19	o 76
12.65/11.37	c Got one! Elapsed wall clock time (in seconds):11.267
12.65/11.37	o 75
12.75/11.48	c cleaning 10597 clauses out of 21201 with flag 8609/266503
12.85/11.59	c Got one! Elapsed wall clock time (in seconds):11.485
12.85/11.59	o 74
12.95/11.67	c Got one! Elapsed wall clock time (in seconds):11.567
12.95/11.67	o 72
13.05/11.76	c cleaning 8666 clauses out of 17343 with flag 9144/273242
13.35/12.01	c cleaning 7334 clauses out of 14678 with flag 37735/279243
13.65/12.30	c cleaning 7165 clauses out of 14344 with flag 70973/286243
13.95/12.63	c cleaning 7586 clauses out of 15178 with flag 109102/294242
14.35/13.01	c cleaning 8292 clauses out of 16591 with flag 148802/303243
14.55/13.28	c Got one! Elapsed wall clock time (in seconds):13.182
14.55/13.28	o 66
14.75/13.44	c Got one! Elapsed wall clock time (in seconds):13.336
14.75/13.44	o 65
14.85/13.54	c cleaning 10122 clauses out of 20254 with flag 9093/315199
15.15/13.81	c cleaning 8058 clauses out of 16130 with flag 38083/321197
15.15/13.87	c Got one! Elapsed wall clock time (in seconds):13.77
15.15/13.87	o 45
15.35/14.04	c cleaning 6930 clauses out of 13867 with flag 18142/326992
15.55/14.26	c cleaning 6463 clauses out of 12936 with flag 43788/332992
15.85/14.52	c cleaning 6726 clauses out of 13473 with flag 75656/339992
16.15/14.82	c cleaning 7369 clauses out of 14747 with flag 113301/347992
16.45/15.18	c cleaning 8182 clauses out of 16377 with flag 155300/356992
16.94/15.60	c cleaning 9093 clauses out of 18195 with flag 202008/366993
16.94/15.68	c Got one! Elapsed wall clock time (in seconds):15.575
16.94/15.68	o 41
16.94/15.68	c Got one! Elapsed wall clock time (in seconds):15.58
16.94/15.68	o 39
17.14/15.81	c cleaning 7175 clauses out of 14365 with flag 14285/372256
17.34/16.04	c cleaning 6591 clauses out of 13188 with flag 43365/378255
17.64/16.31	c cleaning 6789 clauses out of 13597 with flag 75211/385255
17.95/16.62	c cleaning 7401 clauses out of 14807 with flag 114443/393255
18.25/16.93	c Got one! Elapsed wall clock time (in seconds):16.826
18.25/16.93	o 34
18.25/16.95	c Got one! Elapsed wall clock time (in seconds):16.852
18.25/16.95	o 28
18.55/17.23	c cleaning 10287 clauses out of 20573 with flag 25844/406425
18.75/17.49	c cleaning 8143 clauses out of 16287 with flag 57355/412428
18.85/17.54	c Got one! Elapsed wall clock time (in seconds):17.434
18.85/17.54	o 26
18.96/17.70	c cleaning 6775 clauses out of 13554 with flag 19772/417839
19.25/17.92	c cleaning 6387 clauses out of 12775 with flag 47661/423837
19.45/18.18	c cleaning 6690 clauses out of 13384 with flag 79821/430837
19.65/18.34	c Got one! Elapsed wall clock time (in seconds):18.244
19.65/18.34	o 25
19.65/18.39	c cleaning 6134 clauses out of 12283 with flag 4574/436430
19.75/18.49	c Got one! Elapsed wall clock time (in seconds):18.39
19.75/18.49	o 16
19.85/18.55	c Got one! Elapsed wall clock time (in seconds):18.449
19.85/18.55	o 10
19.95/18.65	c cleaning 6181 clauses out of 12386 with flag 10440/442671
20.17/18.81	c starts		: 526
20.17/18.81	c conflicts		: 446505
20.17/18.81	c decisions		: 681042
20.17/18.81	c propagations		: 10900796
20.17/18.81	c inspects		: 248765656
20.17/18.81	c shortcuts		: 0
20.17/18.81	c learnt literals	: 39
20.17/18.81	c learnt binary clauses	: 7
20.17/18.81	c learnt ternary clauses	: 722
20.17/18.81	c learnt constraints	: 446465
20.17/18.81	c ignored constraints	: 0
20.17/18.81	c root simplifications	: 0
20.17/18.81	c removed literals (reason simplification)	: 0
20.17/18.81	c reason swapping (by a shorter reason)	: 0
20.17/18.81	c Calls to reduceDB	: 54
20.17/18.81	c Number of update (reduction) of LBD	: 113395
20.17/18.81	c Imported unit clauses	: 0
20.17/18.81	c number of reductions to clauses (during analyze)	: 0
20.17/18.81	c number of learned constraints concerned by reduction	: 0
20.17/18.81	c number of learning phase by resolution	: 0
20.17/18.81	c number of learning phase by cutting planes	: 0
20.17/18.81	c speed (assignments/second)	: 584430.4096075487
20.17/18.81	c non guided choices	3243
20.17/18.81	c learnt constraints type 
20.17/18.81	s OPTIMUM FOUND
20.17/18.81	c Found 94 solution(s)
20.17/18.81	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
20.17/18.81	c objective function=10
20.17/18.81	c Total wall clock time (in seconds): 18.71

Verifier Data

OK	10

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-4109368-1466343624/watcher-4109368-1466343624 -o /tmp/evaluation-result-4109368-1466343624/solver-4109368-1466343624 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109368-1466343624.wbo 

pid=32591
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.22 2.12 1.78 3/195 32594
/proc/meminfo: memFree=30699764/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 1311 0 0 0 0 0 0 0 20 0 2 0 36408038 98635776 942 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 24081 946 717 9 0 16771 0
[pid=32594/tid=32595] ppid=32591 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 2 0 36408038 98570240 970 33554432000 1073741824 1073778376 140734888795232 140620794363432 206629061520 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.22 2.12 1.78 3/195 32594
/proc/meminfo: memFree=30699764/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 36408038 9787879424 6123 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2389619 6123 2157 9 0 2380296 0
[pid=32594/tid=32595] ppid=32591 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 36408038 9787879424 6123 33554432000 1073741824 1073778376 140734888795232 140620794367240 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.22 2.12 1.78 3/195 32594
/proc/meminfo: memFree=30699764/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 6637 0 1 0 26 1 0 0 20 0 19 0 36408038 9856040960 8724 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 8724 2232 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2415 0 1 0 16 1 0 0 20 0 19 0 36408038 9856040960 8724 33554432000 1073741824 1073778376 140734888795232 140620794368640 140620666520992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300279 s]
/proc/loadavg: 2.22 2.12 1.78 3/195 32594
/proc/meminfo: memFree=30699764/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 7582 0 1 0 54 1 0 0 20 0 19 0 36408038 9856040960 8854 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 8854 2243 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2416 0 1 0 26 1 0 0 20 0 19 0 36408038 9856040960 8854 33554432000 1073741824 1073778376 140734888795232 140620794368640 206632434744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.22 2.12 1.78 3/195 32594
/proc/meminfo: memFree=30699764/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 8513 0 1 0 105 2 0 0 20 0 19 0 36408038 9856040960 9381 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 9381 2253 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2417 0 1 0 66 1 0 0 20 0 19 0 36408038 9856040960 9381 33554432000 1073741824 1073778376 140734888795232 140620794368216 140620666912487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.22 2.12 1.78 3/214 32613
/proc/meminfo: memFree=30665640/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 9268 0 1 0 197 2 0 0 20 0 19 0 36408038 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 11127 2261 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 36408038 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620794360112 140620666977742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 2851 0 0 0 25 0 0 0 20 0 19 0 36408042 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) R 32591 32594 32093 0 -1 4202560 2723 0 0 0 23 0 0 0 20 0 19 0 36408043 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620613265344 140620800826880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 11127 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.22 2.12 1.78 3/214 32613
/proc/meminfo: memFree=30658380/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 10428 0 1 0 372 2 0 0 20 0 19 0 36408038 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 13695 2263 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2428 0 1 0 306 1 0 0 20 0 19 0 36408038 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620794366552 140620666919516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3789 0 0 0 33 0 0 0 20 0 19 0 36408042 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) S 32591 32594 32093 0 -1 4202560 2938 0 0 0 30 0 0 0 20 0 19 0 36408043 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620613265464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 13695 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.20 2.11 1.78 3/214 32613
/proc/meminfo: memFree=30623488/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=7.63 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 18596 0 1 0 759 4 0 0 20 0 19 0 36408038 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 21699 2264 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2438 0 1 0 626 1 0 0 20 0 19 0 36408038 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620794368280 140620666957044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3790 0 0 0 36 0 0 0 20 0 19 0 36408042 9856040960 21699 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.96 cores=1,3,5,7

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

[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3790 0 0 0 36 0 0 0 20 0 19 0 36408042 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) S 32591 32594 32093 0 -1 4202560 11094 0 0 0 95 2 0 0 20 0 19 0 36408043 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620613265464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 33676 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.72 2.22 1.82 3/214 32613
/proc/meminfo: memFree=30378688/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=18.96 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 18627 0 1 0 1891 5 0 0 20 0 19 0 36408038 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 35724 2264 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=17.58 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2469 0 1 0 1755 3 0 0 20 0 19 0 36408038 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620794359488 140620666918457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3790 0 0 0 36 0 0 0 20 0 19 0 36408042 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) S 32591 32594 32093 0 -1 4202560 11094 0 0 0 96 2 0 0 20 0 19 0 36408043 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620613265464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 35724 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 9625040

[startup+18.4007 s]
/proc/loadavg: 2.72 2.22 1.82 3/214 32613
/proc/meminfo: memFree=30378688/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=19.75 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 18629 0 1 0 1970 5 0 0 20 0 19 0 36408038 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 36748 2264 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=18.38 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2471 0 1 0 1835 3 0 0 20 0 19 0 36408038 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620794359488 140620666937364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3790 0 0 0 36 0 0 0 20 0 19 0 36408042 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) S 32591 32594 32093 0 -1 4202560 11094 0 0 0 96 2 0 0 20 0 19 0 36408043 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620613265464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 36748 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 9625040

[startup+18.8098 s]
/proc/loadavg: 2.72 2.22 1.82 3/214 32613
/proc/meminfo: memFree=30372544/32872528 swapFree=534252/566956
[pid=32594] ppid=32591 vsize=9625040 CPUtime=20.17 cores=1,3,5,7
/proc/32594/stat : 32594 (java) S 32591 32594 32093 0 -1 4202496 18630 0 1 0 2012 5 0 0 20 0 19 0 36408038 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140734888786368 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32594/statm: 2406260 37260 2264 9 0 2396937 0
[pid=32594/tid=32595] ppid=32591 vsize=9625040 CPUtime=18.78 cores=1,3,5,7
/proc/32594/task/32595/stat : 32595 (java) R 32591 32594 32093 0 -1 4202560 2472 0 1 0 1875 3 0 0 20 0 19 0 36408038 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620794359488 140620666582029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32597] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32597/stat : 32597 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620638096168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32598] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32598/stat : 32598 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620637043368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32599] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32599/stat : 32599 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620635991080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32600] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32600/stat : 32600 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620634938280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32601] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32601/stat : 32601 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620633884968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32602] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32602/stat : 32602 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620632832168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32594/tid=32603] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32603/stat : 32603 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620631779880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32604] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32604/stat : 32604 (java) S 32591 32594 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408039 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620630727080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32605] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32605/stat : 32605 (java) S 32591 32594 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620618529512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32606] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32606/stat : 32606 (java) S 32591 32594 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620617475576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32607] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32607/stat : 32607 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408040 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620616423176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32608] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32608/stat : 32608 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408042 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620615371664 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32609] ppid=32591 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32594/task/32609/stat : 32609 (java) S 32591 32594 32093 0 -1 4202560 3790 0 0 0 36 0 0 0 20 0 19 0 36408042 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620614318264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32594/tid=32610] ppid=32591 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/32594/task/32610/stat : 32610 (java) S 32591 32594 32093 0 -1 4202560 11094 0 0 0 96 2 0 0 20 0 19 0 36408043 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620613265464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32611] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32611/stat : 32611 (java) S 32591 32594 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620612213368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32594/tid=32612] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32612/stat : 32612 (java) S 32591 32594 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408043 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620611160776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32594/tid=32613] ppid=32591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32594/task/32613/stat : 32613 (java) S 32591 32594 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408054 9856040960 37260 33554432000 1073741824 1073778376 140734888795232 140620610106792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.8183
CPU time (s): 20.2109
CPU user time (s): 20.1299
CPU system time (s): 0.080987
CPU usage (%): 107.4
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1299
system time used= 0.080987
maximum resident set size= 151144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18649
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= 706
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:40:24
IDJOB=4109368
IDBENCH=78791
IDSOLVER=2551
FILE ID=node138/4109368-1466343624
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 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.1111228076--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109368-1466343624/watcher-4109368-1466343624 -o /tmp/evaluation-result-4109368-1466343624/solver-4109368-1466343624 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109368-1466343624.wbo

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

MD5SUM BENCH= 203c3967b38557f61bad19a08f7bbc04
RANDOM SEED=1568561796

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30700028 kB
Buffers:          174916 kB
Cached:           271520 kB
SwapCached:         1136 kB
Active:           512556 kB
Inactive:         333364 kB
Active(anon):     398676 kB
Inactive(anon):     3144 kB
Active(file):     113880 kB
Inactive(file):   330220 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               604 kB
Writeback:             0 kB
AnonPages:       1037600 kB
Mapped:            15520 kB
Shmem:                 0 kB
Slab:             610240 kB
SReclaimable:      53468 kB
SUnreclaim:       556772 kB
KernelStack:        1768 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 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= 71732 MiB
End job on node138 at 2016-06-19 15:40:43