Trace number 4090919

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 23.0205 21.4187

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
MD5SUMfcf24b85e5d55a97f5b0cb315ea68e2b
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark17.5833
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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-4090919-1466067851.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     270
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 => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.28/0.29	c SATISFIABLE
0.28/0.29	c OPTIMIZING...
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.28/0.29	o 779
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.53/0.30	o 734
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.203
0.53/0.30	o 708
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.53/0.31	o 683
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.53/0.32	o 678
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.53/0.32	o 676
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.228
0.53/0.33	o 576
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.234
0.53/0.33	o 575
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.53/0.34	o 538
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.242
0.53/0.34	o 528
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.53/0.35	o 525
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.261
0.53/0.36	o 522
0.83/0.54	c cleaning 3112 clauses out of 6248 with flag 11449/6248
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.499
0.96/0.60	o 501
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
0.96/0.61	o 500
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.96/0.61	o 496
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.513
0.96/0.61	o 438
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.528
0.96/0.63	o 436
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
0.96/0.64	o 427
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
0.96/0.65	o 415
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
0.96/0.66	o 405
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.564
0.96/0.66	o 379
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.573
0.96/0.67	o 373
0.96/0.68	c Got one! Elapsed wall clock time (in seconds):0.577
0.96/0.68	o 372
1.14/0.70	c Got one! Elapsed wall clock time (in seconds):0.602
1.14/0.70	o 371
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.611
1.14/0.71	o 358
1.14/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.14/0.72	o 353
1.14/0.76	c Got one! Elapsed wall clock time (in seconds):0.663
1.14/0.76	o 352
1.14/0.77	c Got one! Elapsed wall clock time (in seconds):0.67
1.14/0.77	o 351
1.30/0.83	c Got one! Elapsed wall clock time (in seconds):0.727
1.30/0.83	o 341
1.47/0.92	c Got one! Elapsed wall clock time (in seconds):0.822
1.47/0.92	o 337
1.57/1.04	c cleaning 6914 clauses out of 13834 with flag 7507/16946
1.57/1.07	c Got one! Elapsed wall clock time (in seconds):0.973
1.57/1.07	o 333
1.57/1.08	c Got one! Elapsed wall clock time (in seconds):0.982
1.57/1.08	o 331
1.70/1.14	c Got one! Elapsed wall clock time (in seconds):1.038
1.70/1.14	o 322
1.70/1.14	c Got one! Elapsed wall clock time (in seconds):1.042
1.70/1.14	o 319
1.70/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.70/1.16	o 318
1.70/1.18	c Got one! Elapsed wall clock time (in seconds):1.079
1.70/1.18	o 313
1.70/1.19	c Got one! Elapsed wall clock time (in seconds):1.093
1.70/1.19	o 312
1.81/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
1.81/1.24	o 311
1.81/1.24	c Got one! Elapsed wall clock time (in seconds):1.143
1.81/1.24	o 307
1.81/1.25	c Got one! Elapsed wall clock time (in seconds):1.151
1.81/1.25	o 306
1.81/1.25	c Got one! Elapsed wall clock time (in seconds):1.154
1.81/1.25	o 299
1.81/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
1.81/1.27	o 279
1.81/1.27	c Got one! Elapsed wall clock time (in seconds):1.171
1.81/1.27	o 255
1.81/1.28	c Got one! Elapsed wall clock time (in seconds):1.18
1.81/1.28	o 252
2.18/1.50	c cleaning 8095 clauses out of 16205 with flag 16724/26231
2.29/1.64	c Got one! Elapsed wall clock time (in seconds):1.542
2.29/1.64	o 251
2.39/1.74	c Got one! Elapsed wall clock time (in seconds):1.641
2.39/1.74	o 241
2.39/1.78	c Got one! Elapsed wall clock time (in seconds):1.676
2.39/1.78	o 237
2.39/1.79	c Got one! Elapsed wall clock time (in seconds):1.687
2.39/1.79	o 235
2.39/1.79	c Got one! Elapsed wall clock time (in seconds):1.691
2.39/1.79	o 204
2.49/1.85	c Got one! Elapsed wall clock time (in seconds):1.748
2.49/1.85	o 203
2.58/1.91	c cleaning 8082 clauses out of 16172 with flag 3797/34293
2.68/2.06	c Got one! Elapsed wall clock time (in seconds):1.955
2.68/2.06	o 197
2.68/2.07	c Got one! Elapsed wall clock time (in seconds):1.969
2.68/2.07	o 196
2.78/2.17	c cleaning 6729 clauses out of 13463 with flag 8209/39666
2.78/2.20	c Got one! Elapsed wall clock time (in seconds):2.102
2.78/2.20	o 190
2.99/2.32	c Got one! Elapsed wall clock time (in seconds):2.223
2.99/2.32	o 189
2.99/2.33	c Got one! Elapsed wall clock time (in seconds):2.23
2.99/2.33	o 186
3.08/2.47	c Got one! Elapsed wall clock time (in seconds):2.369
3.08/2.47	o 179
3.08/2.47	c Got one! Elapsed wall clock time (in seconds):2.372
3.08/2.47	o 155
3.08/2.49	c Got one! Elapsed wall clock time (in seconds):2.393
3.08/2.49	o 154
3.18/2.56	c cleaning 7175 clauses out of 14365 with flag 4799/47297
3.18/2.57	c Got one! Elapsed wall clock time (in seconds):2.47
3.18/2.57	o 152
3.31/2.60	c Got one! Elapsed wall clock time (in seconds):2.503
3.31/2.60	o 146
3.31/2.63	c Got one! Elapsed wall clock time (in seconds):2.529
3.31/2.63	o 137
3.31/2.67	c Got one! Elapsed wall clock time (in seconds):2.572
3.31/2.67	o 136
3.65/2.96	c cleaning 7370 clauses out of 14752 with flag 19178/54859
4.03/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
4.03/3.18	o 135
4.30/3.20	c Got one! Elapsed wall clock time (in seconds):3.1
4.30/3.20	o 130
4.30/3.22	c Got one! Elapsed wall clock time (in seconds):3.119
4.30/3.22	o 127
4.30/3.28	c cleaning 6737 clauses out of 13486 with flag 3770/60963
4.46/3.37	c Got one! Elapsed wall clock time (in seconds):3.271
4.46/3.37	o 123
4.66/3.41	c Got one! Elapsed wall clock time (in seconds):3.308
4.66/3.41	o 121
4.66/3.48	c Got one! Elapsed wall clock time (in seconds):3.377
4.66/3.48	o 118
4.84/3.52	c Got one! Elapsed wall clock time (in seconds):3.416
4.84/3.52	o 117
4.84/3.57	c Got one! Elapsed wall clock time (in seconds):3.465
4.84/3.57	o 116
4.84/3.58	c Got one! Elapsed wall clock time (in seconds):3.482
4.84/3.58	o 110
5.18/3.71	c cleaning 7456 clauses out of 14936 with flag 8494/69150
5.48/4.01	c cleaning 6736 clauses out of 13479 with flag 35631/75149
5.48/4.03	c Got one! Elapsed wall clock time (in seconds):3.932
5.48/4.03	o 92
5.58/4.12	c Got one! Elapsed wall clock time (in seconds):4.023
5.58/4.12	o 91
5.58/4.16	c Got one! Elapsed wall clock time (in seconds):4.062
5.58/4.16	o 90
5.58/4.18	c Got one! Elapsed wall clock time (in seconds):4.081
5.58/4.18	o 89
5.78/4.33	c cleaning 6792 clauses out of 13599 with flag 13103/82005
6.08/4.63	c cleaning 6394 clauses out of 12808 with flag 41074/88006
6.38/4.97	c cleaning 6702 clauses out of 13414 with flag 72724/95006
6.48/5.05	c Got one! Elapsed wall clock time (in seconds):4.949
6.48/5.05	o 84
6.58/5.13	c Got one! Elapsed wall clock time (in seconds):5.026
6.58/5.13	o 83
6.68/5.28	c cleaning 6516 clauses out of 13035 with flag 15098/101329
6.78/5.34	c Got one! Elapsed wall clock time (in seconds):5.24
6.78/5.34	o 81
6.78/5.36	c Got one! Elapsed wall clock time (in seconds):5.261
6.78/5.36	o 76
6.98/5.55	c cleaning 6215 clauses out of 12450 with flag 14744/107260
6.98/5.60	c Got one! Elapsed wall clock time (in seconds):5.496
6.98/5.60	o 72
7.18/5.78	c cleaning 5735 clauses out of 11501 with flag 16270/112526
7.48/6.05	c cleaning 5876 clauses out of 11766 with flag 42043/118526
7.69/6.21	c Got one! Elapsed wall clock time (in seconds):6.105
7.69/6.21	o 64
7.69/6.23	c Got one! Elapsed wall clock time (in seconds):6.126
7.69/6.23	o 63
7.79/6.32	c cleaning 6121 clauses out of 12261 with flag 6869/124897
7.98/6.55	c cleaning 6059 clauses out of 12140 with flag 26258/130897
8.28/6.83	c cleaning 6537 clauses out of 13081 with flag 50103/137897
8.48/7.08	c Got one! Elapsed wall clock time (in seconds):6.979
8.48/7.08	o 62
8.78/7.34	c cleaning 8658 clauses out of 17320 with flag 19294/148673
9.08/7.60	c cleaning 7319 clauses out of 14660 with flag 42561/154671
9.38/7.90	c cleaning 7168 clauses out of 14342 with flag 72474/161672
9.68/8.26	c cleaning 7580 clauses out of 15173 with flag 107045/169671
10.08/8.68	c cleaning 8294 clauses out of 16597 with flag 148459/178675
10.08/8.69	c Got one! Elapsed wall clock time (in seconds):8.587
10.08/8.69	o 61
10.18/8.70	c Got one! Elapsed wall clock time (in seconds):8.602
10.18/8.70	o 53
10.40/8.92	c cleaning 6933 clauses out of 13868 with flag 20294/184240
10.58/9.17	c cleaning 6464 clauses out of 12934 with flag 46075/190239
10.88/9.47	c cleaning 6735 clauses out of 13473 with flag 77537/197242
11.28/9.82	c cleaning 7364 clauses out of 14736 with flag 110365/205240
11.68/10.21	c cleaning 8183 clauses out of 16372 with flag 144701/214240
11.98/10.59	c Got one! Elapsed wall clock time (in seconds):10.489
11.98/10.59	o 45
12.29/10.87	c cleaning 10859 clauses out of 21719 with flag 19637/227770
12.39/10.95	c Got one! Elapsed wall clock time (in seconds):10.85
12.39/10.95	o 44
12.39/10.96	c Got one! Elapsed wall clock time (in seconds):10.864
12.39/10.96	o 42
12.50/11.10	c cleaning 8166 clauses out of 16338 with flag 11059/233248
12.60/11.19	c Got one! Elapsed wall clock time (in seconds):11.092
12.60/11.19	o 41
12.79/11.33	c cleaning 6868 clauses out of 13742 with flag 11071/238818
12.79/11.37	c Got one! Elapsed wall clock time (in seconds):11.269
12.79/11.37	o 34
13.01/11.53	c cleaning 6115 clauses out of 12240 with flag 13452/244184
13.20/11.76	c cleaning 6054 clauses out of 12124 with flag 35338/250183
13.40/11.93	c Got one! Elapsed wall clock time (in seconds):11.834
13.40/11.93	o 32
13.61/12.17	c cleaning 8057 clauses out of 16122 with flag 18960/260235
13.90/12.41	c cleaning 7025 clauses out of 14066 with flag 42298/266236
14.10/12.70	c cleaning 7019 clauses out of 14040 with flag 72904/273235
14.50/13.02	c cleaning 7507 clauses out of 15022 with flag 107085/281236
14.81/13.40	c cleaning 8251 clauses out of 16515 with flag 144501/290236
15.30/13.83	c cleaning 9130 clauses out of 18263 with flag 186622/300235
15.60/14.10	c Got one! Elapsed wall clock time (in seconds):13.997
15.60/14.10	o 29
15.81/14.34	c cleaning 10349 clauses out of 20700 with flag 21253/311802
15.91/14.49	c Got one! Elapsed wall clock time (in seconds):14.385
15.91/14.49	o 27
16.02/14.58	c cleaning 8139 clauses out of 16285 with flag 8865/317736
16.12/14.63	c Got one! Elapsed wall clock time (in seconds):14.528
16.12/14.63	o 26
16.22/14.79	c cleaning 6823 clauses out of 13649 with flag 15373/323239
16.32/14.86	c Got one! Elapsed wall clock time (in seconds):14.755
16.32/14.86	o 25
16.42/14.97	c cleaning 5929 clauses out of 11870 with flag 12912/328283
16.62/15.18	c cleaning 5966 clauses out of 11938 with flag 37396/334280
16.92/15.43	c cleaning 6485 clauses out of 12972 with flag 65662/341280
17.22/15.73	c cleaning 7238 clauses out of 14487 with flag 99848/349280
17.42/15.92	c Got one! Elapsed wall clock time (in seconds):15.82
17.42/15.92	o 24
17.62/16.14	c cleaning 8676 clauses out of 17361 with flag 21122/359392
17.82/16.36	c cleaning 7340 clauses out of 14685 with flag 47282/365392
18.12/16.63	c cleaning 7166 clauses out of 14345 with flag 77858/372392
18.22/16.70	c Got one! Elapsed wall clock time (in seconds):16.6
18.22/16.70	o 21
18.33/16.82	c cleaning 6233 clauses out of 12474 with flag 13614/377687
18.43/16.99	c Got one! Elapsed wall clock time (in seconds):16.888
18.43/16.99	o 20
18.53/17.02	c Got one! Elapsed wall clock time (in seconds):16.915
18.53/17.02	o 19
18.53/17.06	c cleaning 6234 clauses out of 12481 with flag 4341/383927
18.75/17.27	c cleaning 6120 clauses out of 12248 with flag 30967/389928
19.05/17.52	c cleaning 6558 clauses out of 13128 with flag 62855/396928
19.05/17.54	c Got one! Elapsed wall clock time (in seconds):17.436
19.05/17.54	o 18
19.05/17.58	c Got one! Elapsed wall clock time (in seconds):17.476
19.05/17.58	o 13
19.27/17.73	c cleaning 6113 clauses out of 12235 with flag 19794/402593
19.46/17.96	c cleaning 6058 clauses out of 12122 with flag 48207/408593
19.76/18.22	c cleaning 6529 clauses out of 13064 with flag 80821/415593
20.06/18.52	c cleaning 7265 clauses out of 14535 with flag 116330/423593
20.16/18.68	c Got one! Elapsed wall clock time (in seconds):18.584
20.16/18.68	o 12
20.27/18.73	c cleaning 6388 clauses out of 12780 with flag 4710/429103
20.46/18.95	c cleaning 6189 clauses out of 12392 with flag 31356/435103
20.46/18.99	c Got one! Elapsed wall clock time (in seconds):18.889
20.46/18.99	o 11
20.66/19.14	c cleaning 5723 clauses out of 11460 with flag 19398/440360
20.86/19.36	c cleaning 5865 clauses out of 11738 with flag 48876/446361
21.16/19.63	c cleaning 6428 clauses out of 12872 with flag 83847/453360
21.46/19.96	c cleaning 7221 clauses out of 14444 with flag 127232/461360
21.86/20.37	c cleaning 8111 clauses out of 16223 with flag 175145/470360
22.16/20.68	c Got one! Elapsed wall clock time (in seconds):20.583
22.16/20.68	o 10
22.46/20.97	c cleaning 10254 clauses out of 20519 with flag 26212/482769
22.77/21.25	c cleaning 8121 clauses out of 16260 with flag 58317/488768
22.98/21.41	c starts		: 262
22.98/21.41	c conflicts		: 492536
22.98/21.41	c decisions		: 857157
22.98/21.41	c propagations		: 14664663
22.98/21.41	c inspects		: 232981406
22.98/21.41	c shortcuts		: 0
22.98/21.41	c learnt literals	: 25
22.98/21.41	c learnt binary clauses	: 50
22.98/21.41	c learnt ternary clauses	: 1234
22.98/21.41	c learnt constraints	: 492510
22.98/21.41	c ignored constraints	: 0
22.98/21.41	c root simplifications	: 0
22.98/21.41	c removed literals (reason simplification)	: 0
22.98/21.41	c reason swapping (by a shorter reason)	: 0
22.98/21.41	c Calls to reduceDB	: 68
22.98/21.41	c Number of update (reduction) of LBD	: 139704
22.98/21.41	c Imported unit clauses	: 0
22.98/21.41	c number of reductions to clauses (during analyze)	: 0
22.98/21.41	c number of learned constraints concerned by reduction	: 0
22.98/21.41	c number of learning phase by resolution	: 0
22.98/21.41	c number of learning phase by cutting planes	: 0
22.98/21.41	c speed (assignments/second)	: 690036.8435911915
22.98/21.41	c non guided choices	5092
22.98/21.41	c learnt constraints type 
22.98/21.41	s OPTIMUM FOUND
22.98/21.41	c Found 104 solution(s)
22.98/21.41	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 
22.98/21.41	c objective function=10
22.98/21.41	c Total wall clock time (in seconds): 21.31

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-4090919-1466067851/watcher-4090919-1466067851 -o /tmp/evaluation-result-4090919-1466067851/solver-4090919-1466067851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090919-1466067851.wbo 

pid=19009
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.23 2.23 2.18 3/194 19012
/proc/meminfo: memFree=30386068/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8830842 98570240 977 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 24065 977 743 9 0 16771 0
[pid=19012/tid=19013] ppid=19009 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8830843 98570240 978 33554432000 1073741824 1073778376 140735137224976 140603909860904 225444709760 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.23 2.23 2.18 3/194 19012
/proc/meminfo: memFree=30386068/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 8830842 9787879424 6133 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2389619 6133 2157 9 0 2380296 0
[pid=19012/tid=19013] ppid=19009 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 8830843 9787879424 6133 33554432000 1073741824 1073778376 140735137224976 140603909852432 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200383 s]
/proc/loadavg: 2.23 2.23 2.18 3/194 19012
/proc/meminfo: memFree=30386068/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 6584 0 1 0 27 1 0 0 20 0 19 0 8830842 9856040960 8171 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 8171 2233 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 8830843 9856040960 8171 33554432000 1073741824 1073778376 140735137224976 140603909865560 140603757190488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300341 s]
/proc/loadavg: 2.23 2.23 2.18 3/194 19012
/proc/meminfo: memFree=30386068/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 7245 0 1 0 52 1 0 0 20 0 19 0 8830842 9856040960 8656 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 8656 2243 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 19 0 8830843 9856040960 8656 33554432000 1073741824 1073778376 140735137224976 140603909865912 140603757239599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700224 s]
/proc/loadavg: 2.23 2.23 2.18 3/194 19012
/proc/meminfo: memFree=30386068/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 9712 0 1 0 112 2 0 0 20 0 19 0 8830842 9856040960 9764 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 9764 2259 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2404 0 1 0 65 2 0 0 20 0 19 0 8830843 9856040960 9764 33554432000 1073741824 1073778376 140735137224976 140603909865784 140603757653906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.23 2.23 2.18 4/213 19031
/proc/meminfo: memFree=30337664/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 13953 0 1 0 215 3 0 0 20 0 19 0 8830842 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 10801 2262 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2407 0 1 0 145 2 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603909857584 140603757834722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) R 19009 19012 17390 0 -1 4202560 3645 0 0 0 29 0 0 0 20 0 19 0 8830847 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603259042744 140603916322448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 6630 0 0 0 38 0 0 0 20 0 19 0 8830847 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 10801 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 19031
/proc/meminfo: memFree=30313740/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 19032 0 1 0 400 3 0 0 20 0 19 0 8830842 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 16537 2263 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2414 0 1 0 303 2 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603909865872 140603757625878 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) R 19009 19012 17390 0 -1 4202560 8537 0 0 0 48 0 0 0 20 0 19 0 8830847 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603259042744 140603916841195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 6810 0 0 0 46 0 0 0 20 0 19 0 8830847 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 16537 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 19031
/proc/meminfo: memFree=30272092/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 25412 0 1 0 774 5 0 0 20 0 19 0 8830842 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 21799 2264 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2424 0 1 0 622 2 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603909857584 140603757667897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) S 19009 19012 17390 0 -1 4202560 13316 0 0 0 95 2 0 0 20 0 19 0 8830847 9856040960 21799 33554432000 1073741824 1073778376 140735137224976 140603259042744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.53 cores=1,3,5,7

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

[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) S 19009 19012 17390 0 -1 4202560 13318 0 0 0 104 2 0 0 20 0 19 0 8830847 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603259042744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 8400 0 0 0 54 0 0 0 20 0 19 0 8830847 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 39721 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.76
Current children cumulated vsize (KiB) 9625040

[startup+20.8007 s]
/proc/loadavg: 2.16 2.22 2.18 4/212 19095
/proc/meminfo: memFree=30250948/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=22.36 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 25455 0 1 0 2230 6 0 0 20 0 19 0 8830842 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 42281 2266 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=20.72 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2465 0 1 0 2068 4 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603909857584 140603757654591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) S 19009 19012 17390 0 -1 4202560 13318 0 0 0 104 2 0 0 20 0 19 0 8830847 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603259042744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 8400 0 0 0 54 0 0 0 20 0 19 0 8830847 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 42281 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (KiB) 9625040

[startup+21.2007 s]
/proc/loadavg: 2.16 2.22 2.18 4/213 19096
/proc/meminfo: memFree=30225884/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=22.77 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 25457 0 1 0 2271 6 0 0 20 0 19 0 8830842 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 42793 2266 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=21.12 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2467 0 1 0 2108 4 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603909865736 140603757653830 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) S 19009 19012 17390 0 -1 4202560 13318 0 0 0 105 2 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603259042744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 8400 0 0 0 55 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.77
Current children cumulated vsize (KiB) 9625040

[startup+21.4006 s]
/proc/loadavg: 2.16 2.22 2.18 4/213 19096
/proc/meminfo: memFree=30225884/32872528 swapFree=1499116/1695340
[pid=19012] ppid=19009 vsize=9625040 CPUtime=22.98 cores=1,3,5,7
/proc/19012/stat : 19012 (java) S 19009 19012 17390 0 -1 4202496 25457 0 1 0 2292 6 0 0 20 0 19 0 8830842 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140735137216112 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19012/statm: 2406260 42793 2266 9 0 2396937 0
[pid=19012/tid=19013] ppid=19009 vsize=9625040 CPUtime=21.32 cores=1,3,5,7
/proc/19012/task/19013/stat : 19013 (java) R 19009 19012 17390 0 -1 4202560 2467 0 1 0 2128 4 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603909865816 140603757757277 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19015] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19015/stat : 19015 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603882318376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19016] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19016/stat : 19016 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603881265576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19017] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19017/stat : 19017 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603880212776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19012/tid=19018] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19018/stat : 19018 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603879159976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19019] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19019/stat : 19019 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603878108200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19020] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19020/stat : 19020 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603877055400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19021] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19021/stat : 19021 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603876002600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19022] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19022/stat : 19022 (java) S 19009 19012 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830843 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603746200232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19023] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19023/stat : 19023 (java) S 19009 19012 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830844 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603263252968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19024] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19024/stat : 19024 (java) S 19009 19012 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603262199032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19025] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19025/stat : 19025 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830845 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603261146120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19026] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19026/stat : 19026 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603260094608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19027] ppid=19009 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/19012/task/19027/stat : 19027 (java) S 19009 19012 17390 0 -1 4202560 13318 0 0 0 106 2 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603259042744 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19012/tid=19028] ppid=19009 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19012/task/19028/stat : 19028 (java) S 19009 19012 17390 0 -1 4202560 8400 0 0 0 55 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603257989944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19029] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19029/stat : 19029 (java) S 19009 19012 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603256937336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19012/tid=19030] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19030/stat : 19030 (java) S 19009 19012 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830847 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603255884744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19012/tid=19031] ppid=19009 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19012/task/19031/stat : 19031 (java) S 19009 19012 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830858 9856040960 42793 33554432000 1073741824 1073778376 140735137224976 140603254830248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 21.4187
CPU time (s): 23.0205
CPU user time (s): 22.9285
CPU system time (s): 0.091986
CPU usage (%): 107.478
Max. virtual memory (cumulated for all children) (KiB): 9626000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9285
system time used= 0.091986
maximum resident set size= 171228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25475
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= 801
involuntary context switches= 384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.107983 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:04:11
IDJOB=4090919
IDBENCH=79228
IDSOLVER=2551
FILE ID=node137/4090919-1466067851
RUNJOBID= node137-1466062115-17407
PBS_JOBID= 19904003
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090919-1466067851/watcher-4090919-1466067851 -o /tmp/evaluation-result-4090919-1466067851/solver-4090919-1466067851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090919-1466067851.wbo

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

MD5SUM BENCH= fcf24b85e5d55a97f5b0cb315ea68e2b
RANDOM SEED=1709880678

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30386340 kB
Buffers:            8444 kB
Cached:            41052 kB
SwapCached:         2460 kB
Active:            60488 kB
Inactive:          27588 kB
Active(anon):      39184 kB
Inactive(anon):     1776 kB
Active(file):      21304 kB
Inactive(file):    25812 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1496 kB
Writeback:             0 kB
AnonPages:       1806024 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             566200 kB
SReclaimable:       9872 kB
SUnreclaim:       556328 kB
KernelStack:        1760 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71740 MiB
End job on node137 at 2016-06-16 11:04:33