Trace number 4092308

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 Res+CP PB16MSAT (TO) 1800.02 1816.83

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
MD5SUM86727f41c04b3a3cda96c180ef39a0ad
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.27235
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092308-1466082521.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
0.67/0.34	c And the winner is solver0
1.18/0.68	c SATISFIABLE
1.18/0.68	c OPTIMIZING...
1.18/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.18/0.68	o 579
1.18/0.68	c And the winner is solver0
1.19/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.19/1.18	o 528
1.19/1.18	c And the winner is solver0
1.19/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.19/1.68	o 508
1.19/1.69	c And the winner is solver0
1.21/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.21/2.18	o 505
1.21/2.19	c And the winner is solver0
1.23/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.23/2.68	o 493
1.23/2.69	c And the winner is solver0
1.23/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
1.23/3.18	o 489
1.23/3.20	c And the winner is solver0
1.40/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.40/3.69	o 480
1.40/3.69	c And the winner is solver0
1.44/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
1.44/4.19	o 463
1.44/4.20	c And the winner is solver0
1.51/4.69	c Got one! Elapsed wall clock time (in seconds):4.582
1.51/4.69	o 460
1.51/4.69	c And the winner is solver0
1.52/5.19	c Got one! Elapsed wall clock time (in seconds):5.083
1.52/5.19	o 456
1.53/5.21	c And the winner is solver0
1.58/5.69	c Got one! Elapsed wall clock time (in seconds):5.584
1.58/5.69	o 453
1.59/5.70	c And the winner is solver0
1.65/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
1.65/6.19	o 451
1.66/6.21	c And the winner is solver0
1.70/6.69	c Got one! Elapsed wall clock time (in seconds):6.587
1.70/6.69	o 442
1.70/6.70	c And the winner is solver0
1.74/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
1.74/7.19	o 441
1.74/7.20	c And the winner is solver0
1.75/7.70	c Got one! Elapsed wall clock time (in seconds):7.59
1.75/7.70	o 437
1.75/7.70	c And the winner is solver0
1.76/8.20	c Got one! Elapsed wall clock time (in seconds):8.091
1.76/8.20	o 424
1.76/8.20	c And the winner is solver0
1.76/8.70	c Got one! Elapsed wall clock time (in seconds):8.592
1.76/8.70	o 423
1.76/8.70	c And the winner is solver0
1.76/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
1.76/9.20	o 409
1.76/9.20	c And the winner is solver0
2.51/9.70	c Got one! Elapsed wall clock time (in seconds):9.594
2.51/9.70	o 408
2.51/9.71	c And the winner is solver0
2.51/10.20	c Got one! Elapsed wall clock time (in seconds):10.096
2.51/10.20	o 407
2.71/10.37	c And the winner is solver0
2.89/10.70	c Got one! Elapsed wall clock time (in seconds):10.597
2.89/10.70	o 270
2.89/10.75	c And the winner is solver0
3.03/11.20	c Got one! Elapsed wall clock time (in seconds):11.098
3.03/11.20	o 264
3.03/11.24	c And the winner is solver0
3.12/11.71	c Got one! Elapsed wall clock time (in seconds):11.599
3.12/11.71	o 256
3.12/11.78	c cleaning 4933 clauses out of 9884 with flag 3684/9884
3.35/11.84	c And the winner is solver0
3.46/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
3.46/12.21	o 253
3.73/12.33	c And the winner is solver0
3.85/12.71	c Got one! Elapsed wall clock time (in seconds):12.6
3.85/12.71	o 247
3.85/12.78	c And the winner is solver0
4.03/13.21	c Got one! Elapsed wall clock time (in seconds):13.102
4.03/13.21	o 239
4.03/13.25	c And the winner is solver0
4.12/13.71	c Got one! Elapsed wall clock time (in seconds):13.603
4.12/13.71	o 238
4.12/13.77	c cleaning 6061 clauses out of 12128 with flag 4314/17061
4.71/14.08	c cleaning 6028 clauses out of 12067 with flag 32907/23061
5.60/14.47	c cleaning 6515 clauses out of 13038 with flag 68542/30060
6.03/14.70	c And the winner is solver1
6.29/14.71	c Got one! Elapsed wall clock time (in seconds):14.604
6.29/14.71	o 236
6.29/14.76	c And the winner is solver0
6.47/15.21	c Got one! Elapsed wall clock time (in seconds):15.105
6.47/15.21	o 235
6.47/15.23	c And the winner is solver0
6.52/15.71	c Got one! Elapsed wall clock time (in seconds):15.606
6.52/15.71	o 232
6.52/15.74	c And the winner is solver0
6.60/16.21	c Got one! Elapsed wall clock time (in seconds):16.107
6.60/16.21	o 226
6.60/16.23	c And the winner is solver0
6.65/16.71	c Got one! Elapsed wall clock time (in seconds):16.608
6.65/16.71	o 223
6.65/16.73	c And the winner is solver0
6.70/17.22	c Got one! Elapsed wall clock time (in seconds):17.109
6.70/17.22	o 217
6.70/17.23	c And the winner is solver0
6.75/17.72	c Got one! Elapsed wall clock time (in seconds):17.61
6.75/17.72	o 212
6.75/17.73	c And the winner is solver0
6.80/18.22	c Got one! Elapsed wall clock time (in seconds):18.111
6.80/18.22	o 208
6.80/18.23	c And the winner is solver0
6.85/18.72	c Got one! Elapsed wall clock time (in seconds):18.612
6.85/18.72	o 193
6.85/18.74	c And the winner is solver0
6.98/19.22	c Got one! Elapsed wall clock time (in seconds):19.113
6.98/19.22	o 187
6.98/19.23	c And the winner is solver0
7.00/19.72	c Got one! Elapsed wall clock time (in seconds):19.614
7.00/19.72	o 183
7.00/19.74	c And the winner is solver0
7.07/20.22	c Got one! Elapsed wall clock time (in seconds):20.115
7.07/20.22	o 153
7.07/20.25	c And the winner is solver0
7.14/20.72	c Got one! Elapsed wall clock time (in seconds):20.616
7.14/20.72	o 145
7.14/20.75	c And the winner is solver0
7.21/21.22	c Got one! Elapsed wall clock time (in seconds):21.117
7.21/21.22	o 143
7.21/21.25	c And the winner is solver0
7.28/21.72	c Got one! Elapsed wall clock time (in seconds):21.618
7.28/21.72	o 142
7.28/21.74	c And the winner is solver0
7.33/22.23	c Got one! Elapsed wall clock time (in seconds):22.119
7.33/22.23	o 127
7.33/22.24	c And the winner is solver0
7.37/22.73	c Got one! Elapsed wall clock time (in seconds):22.62
7.37/22.73	o 122
7.37/22.74	c And the winner is solver0
7.39/23.23	c Got one! Elapsed wall clock time (in seconds):23.121
7.39/23.23	o 121
7.39/23.26	c And the winner is solver0
7.48/23.73	c Got one! Elapsed wall clock time (in seconds):23.622
7.48/23.73	o 117
7.48/23.78	c And the winner is solver0
7.64/24.23	c Got one! Elapsed wall clock time (in seconds):24.123
7.64/24.23	o 116
7.64/24.25	c And the winner is solver0
7.70/24.73	c Got one! Elapsed wall clock time (in seconds):24.623
7.70/24.73	o 115
7.70/24.75	c And the winner is solver0
7.75/25.23	c Got one! Elapsed wall clock time (in seconds):25.124
7.75/25.23	o 103
7.75/25.28	c And the winner is solver0
7.90/25.73	c Got one! Elapsed wall clock time (in seconds):25.625
7.90/25.73	o 94
7.90/25.75	c And the winner is solver0
7.96/26.23	c Got one! Elapsed wall clock time (in seconds):26.126
7.96/26.23	o 93
7.96/26.26	c And the winner is solver0
8.03/26.73	c Got one! Elapsed wall clock time (in seconds):26.627
8.03/26.73	o 90
8.03/26.76	c And the winner is solver0
8.10/27.24	c Got one! Elapsed wall clock time (in seconds):27.129
8.10/27.24	o 85
8.10/27.25	c And the winner is solver0
8.14/27.74	c Got one! Elapsed wall clock time (in seconds):27.63
8.14/27.74	o 77
8.14/27.75	c And the winner is solver0
8.19/28.24	c Got one! Elapsed wall clock time (in seconds):28.132
8.19/28.24	o 72
8.19/28.26	c And the winner is solver0
8.24/28.74	c Got one! Elapsed wall clock time (in seconds):28.635
8.24/28.74	o 70
8.24/28.75	c And the winner is solver0
8.24/29.24	c Got one! Elapsed wall clock time (in seconds):29.138
8.24/29.24	o 68
8.24/29.26	c And the winner is solver0
8.29/29.75	c Got one! Elapsed wall clock time (in seconds):29.641
8.29/29.75	o 66
8.29/29.79	c And the winner is solver0
8.40/30.25	c Got one! Elapsed wall clock time (in seconds):30.144
8.40/30.25	o 63
8.40/30.28	c And the winner is solver0
8.49/30.75	c Got one! Elapsed wall clock time (in seconds):30.647
8.49/30.75	o 62
8.49/30.77	c And the winner is solver0
8.55/31.26	c Got one! Elapsed wall clock time (in seconds):31.151
8.55/31.26	o 52
8.55/31.29	c And the winner is solver0
8.62/31.76	c Got one! Elapsed wall clock time (in seconds):31.654
8.62/31.76	o 51
8.72/31.83	c And the winner is solver0
8.80/32.27	c Got one! Elapsed wall clock time (in seconds):32.159
8.80/32.27	o 49
8.86/32.31	c And the winner is solver0
8.91/32.77	c Got one! Elapsed wall clock time (in seconds):32.663
8.91/32.77	o 47
8.91/32.79	c And the winner is solver0
8.96/33.27	c Got one! Elapsed wall clock time (in seconds):33.168
8.96/33.27	o 46
9.31/33.41	c cleaning 11971 clauses out of 23946 with flag 3653/47483
9.92/33.68	c And the winner is solver0
10.21/33.78	c Got one! Elapsed wall clock time (in seconds):33.672
10.21/33.78	o 45
10.66/34.08	c cleaning 11092 clauses out of 22183 with flag 19334/57691
11.27/34.39	c cleaning 8546 clauses out of 17092 with flag 45928/63692
11.47/34.49	c And the winner is solver0
11.67/34.79	c Got one! Elapsed wall clock time (in seconds):34.678
11.67/34.79	o 40
11.88/34.95	c cleaning 6878 clauses out of 13757 with flag 11701/68903
12.53/35.27	c cleaning 6438 clauses out of 12879 with flag 42142/74903
12.92/35.41	c And the winner is solver0
12.97/35.80	c Got one! Elapsed wall clock time (in seconds):35.691
12.97/35.80	o 37
12.97/35.90	c cleaning 5763 clauses out of 11530 with flag 7587/79992
13.56/36.17	c cleaning 5884 clauses out of 11768 with flag 36221/85993
13.97/36.40	c And the winner is solver0
14.18/36.81	c Got one! Elapsed wall clock time (in seconds):36.699
14.18/36.81	o 24
14.56/37.05	c cleaning 8324 clauses out of 16654 with flag 17342/96763
15.16/37.30	c cleaning 7161 clauses out of 14328 with flag 39200/102761
15.16/37.31	c And the winner is solver0
15.16/37.37	c Got one! Elapsed wall clock time (in seconds):37.259
15.16/37.37	o 23
15.72/37.60	c cleaning 6226 clauses out of 12452 with flag 17308/108047
15.92/37.78	c And the winner is solver0
16.11/37.88	c Got one! Elapsed wall clock time (in seconds):37.77
16.11/37.88	o 21
16.14/37.93	c cleaning 5705 clauses out of 11413 with flag 3499/113234
16.54/38.17	c cleaning 5851 clauses out of 11709 with flag 24511/119235
16.54/38.19	c And the winner is solver0
16.75/38.39	c Got one! Elapsed wall clock time (in seconds):38.282
16.75/38.39	o 20
16.97/38.60	c cleaning 5767 clauses out of 11537 with flag 17151/124914
17.17/38.66	c And the winner is solver0
17.32/38.90	c Got one! Elapsed wall clock time (in seconds):38.795
17.32/38.90	o 13
17.50/39.09	c cleaning 5833 clauses out of 11666 with flag 14019/130810
17.90/39.29	c And the winner is solver0
18.10/39.43	c Got one! Elapsed wall clock time (in seconds):39.31
18.10/39.43	o 12
18.46/39.68	c cleaning 8065 clauses out of 16141 with flag 19295/141121
18.85/39.88	c And the winner is solver0
19.03/39.94	c Got one! Elapsed wall clock time (in seconds):39.829
19.03/39.94	o 10
19.13/40.01	c cleaning 6819 clauses out of 13654 with flag 4141/146699
19.80/40.31	c cleaning 6415 clauses out of 12835 with flag 27765/152701
20.40/40.61	c cleaning 6708 clauses out of 13417 with flag 55517/159699
21.00/40.96	c cleaning 7353 clauses out of 14707 with flag 86543/167699
21.79/41.34	c And the winner is solver0
21.90/41.46	c Got one! Elapsed wall clock time (in seconds):41.349
21.90/41.46	o 9
22.36/41.77	c cleaning 10450 clauses out of 20905 with flag 20431/181259
22.57/41.82	c And the winner is solver0
22.62/41.98	c Got one! Elapsed wall clock time (in seconds):41.87
22.62/41.98	o 7
22.84/42.19	c And the winner is solver0
23.03/42.50	c Got one! Elapsed wall clock time (in seconds):42.391
23.03/42.50	o 6
23.03/42.59	c cleaning 8218 clauses out of 16436 with flag 4549/187243
23.21/42.66	c And the winner is solver0
23.36/43.02	c Got one! Elapsed wall clock time (in seconds):42.913
23.36/43.02	o 5
23.49/43.17	c And the winner is solver0
23.66/43.54	c Got one! Elapsed wall clock time (in seconds):43.435
23.66/43.54	o 3
23.75/43.62	c And the winner is solver0
23.82/44.06	c Got one! Elapsed wall clock time (in seconds):43.958
23.82/44.06	o 2
23.92/44.12	c And the winner is solver0
1800.02/1816.80	c >>>>>>>>>> Solver number 0 (81 answers) <<<<<<<<<<<<<<<<<<
1800.02/1816.80	c starts		: 1345
1800.02/1816.80	c conflicts		: 192769
1800.02/1816.80	c decisions		: 344858
1800.02/1816.80	c propagations		: 5404749
1800.02/1816.80	c inspects		: 93520885
1800.02/1816.80	c shortcuts		: 0
1800.02/1816.80	c learnt literals	: 36
1800.02/1816.80	c learnt binary clauses	: 18
1800.02/1816.80	c learnt ternary clauses	: 304
1800.02/1816.80	c learnt constraints	: 192732
1800.02/1816.80	c ignored constraints	: 0
1800.02/1816.80	c root simplifications	: 0
1800.02/1816.80	c removed literals (reason simplification)	: 100580
1800.02/1816.80	c reason swapping (by a shorter reason)	: 0
1800.02/1816.80	c Calls to reduceDB	: 25
1800.02/1816.80	c Number of update (reduction) of LBD	: 60210
1800.02/1816.80	c Imported unit clauses	: 0
1800.02/1816.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1816.80	c number of learned constraints concerned by reduction	: 0
1800.02/1816.80	c number of learning phase by resolution	: 0
1800.02/1816.80	c number of learning phase by cutting planes	: 0
1800.02/1816.80	c speed (assignments/second)	: 2999.1526514739535
1800.02/1816.80	c non guided choices	3886
1800.02/1816.81	c learnt constraints type 
1800.02/1816.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.02/1816.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13710
1800.02/1816.81	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/1816.81	c starts		: 94
1800.02/1816.81	c conflicts		: 3213
1800.02/1816.81	c decisions		: 20494
1800.02/1816.81	c propagations		: 118710
1800.02/1816.81	c inspects		: 37194208
1800.02/1816.81	c shortcuts		: 0
1800.02/1816.81	c learnt literals	: 0
1800.02/1816.81	c learnt binary clauses	: 0
1800.02/1816.81	c learnt ternary clauses	: 0
1800.02/1816.81	c learnt constraints	: 3158
1800.02/1816.81	c ignored constraints	: 0
1800.02/1816.81	c root simplifications	: 0
1800.02/1816.81	c removed literals (reason simplification)	: 0
1800.02/1816.81	c reason swapping (by a shorter reason)	: 0
1800.02/1816.81	c Calls to reduceDB	: 0
1800.02/1816.81	c Number of update (reduction) of LBD	: 0
1800.02/1816.81	c Imported unit clauses	: 0
1800.02/1816.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1816.81	c number of learned constraints concerned by reduction	: 0
1800.02/1816.81	c number of learning phase by resolution	: 0
1800.02/1816.81	c number of learning phase by cutting planes	: 0
1800.02/1816.81	c speed (assignments/second)	: 66.96711892459979
1800.02/1816.81	c non guided choices	1847
1800.02/1816.81	c learnt constraints type 
1800.02/1816.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3158
1800.02/1816.81	s SATISFIABLE
1800.02/1816.81	c Found 81 solution(s)
1800.02/1816.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 
1800.02/1816.82	c objective function=2
1800.02/1816.82	c Total wall clock time (in seconds): 1816.715

Verifier Data

OK	2

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-4092308-1466082521/watcher-4092308-1466082521 -o /tmp/evaluation-result-4092308-1466082521/solver-4092308-1466082521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13371 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092308-1466082521.wbo 

pid=21836
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: 1.49 1.94 2.26 3/196 21839
/proc/meminfo: memFree=27166992/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10297367 98570240 977 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 24065 977 744 9 0 16771 0
[pid=21839/tid=21840] ppid=21836 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) R 21836 21839 7986 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10297367 98570240 977 33554432000 1073741824 1073778376 140736113152464 140121022025256 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 1.49 1.94 2.26 3/196 21839
/proc/meminfo: memFree=27166992/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 4539 0 1 0 10 0 0 0 20 0 18 0 10297367 9787879424 5656 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2389619 5656 2156 9 0 2380296 0
[pid=21839/tid=21840] ppid=21836 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) R 21836 21839 7986 0 -1 4202560 2440 0 1 0 7 0 0 0 20 0 18 0 10297367 9787879424 5656 33554432000 1073741824 1073778376 140736113152464 140121022028704 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 1.49 1.94 2.26 3/196 21839
/proc/meminfo: memFree=27166992/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 4905 0 1 0 27 1 0 0 20 0 22 0 10297367 10060525568 7473 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 7473 2223 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2471 0 1 0 16 0 0 0 20 0 22 0 10297367 10060525568 7473 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300277 s]
/proc/loadavg: 1.49 1.94 2.26 3/196 21839
/proc/meminfo: memFree=27166992/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 7981 0 1 0 66 1 0 0 20 0 22 0 10297367 10060525568 9686 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 9686 2247 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2471 0 1 0 16 0 0 0 20 0 22 0 10297367 10060525568 9686 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700303 s]
/proc/loadavg: 1.49 1.94 2.26 3/196 21839
/proc/meminfo: memFree=27166992/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 15802 0 1 0 114 5 0 0 20 0 19 0 10297367 10060525568 14956 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 14956 2254 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2471 0 1 0 16 0 0 0 20 0 19 0 10297367 10060525568 14956 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 1.49 1.94 2.26 2/215 21864
/proc/meminfo: memFree=27115772/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 15813 0 1 0 114 5 0 0 20 0 19 0 10297367 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 15981 2254 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2472 0 1 0 16 0 0 0 20 0 19 0 10297367 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120844969080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120843916424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/21839/task/21854/stat : 21854 (java) S 21836 21839 7986 0 -1 4202560 4697 0 0 0 33 2 0 0 20 0 19 0 10297371 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120841812536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21855] ppid=21836 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21839/task/21855/stat : 21855 (java) S 21836 21839 7986 0 -1 4202560 7290 0 0 0 30 2 0 0 20 0 19 0 10297371 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120840759992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21856] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21856/stat : 21856 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120839707640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21857] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21857/stat : 21857 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120838655304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21861] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21861/stat : 21861 (java) S 21836 21839 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10297385 10060525568 15981 33554432000 1073741824 1073778376 140736113152464 140120834442408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.45 1.92 2.25 3/215 21873
/proc/meminfo: memFree=27101420/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 15845 0 1 0 118 5 0 0 20 0 19 0 10297367 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 20081 2254 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2473 0 1 0 16 0 0 0 20 0 19 0 10297367 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120844969080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120843916424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21839/task/21854/stat : 21854 (java) S 21836 21839 7986 0 -1 4202560 4701 0 0 0 36 2 0 0 20 0 19 0 10297371 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120841812536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21855] ppid=21836 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21839/task/21855/stat : 21855 (java) S 21836 21839 7986 0 -1 4202560 7290 0 0 0 31 2 0 0 20 0 19 0 10297371 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120840759992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21856] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21856/stat : 21856 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120839707640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21857] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21857/stat : 21857 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120838655304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21861] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21861/stat : 21861 (java) S 21836 21839 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10297385 10060525568 20081 33554432000 1073741824 1073778376 140736113152464 140120834442408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1811 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 1.45 1.92 2.25 1/213 21969
/proc/meminfo: memFree=30341860/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 16880 0 1 0 159 11 0 0 20 0 19 0 10297367 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 29893 2264 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2476 0 1 0 17 0 0 0 20 0 19 0 10297367 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140121022030712 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10297368 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120844969080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10297369 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120843916424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10297371 10060525568 29893 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=0.44 cores=1,3,5,7

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

/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2507 0 1 0 65 15 0 0 20 0 21 0 10297367 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140121022030840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 177 0 0 0 56 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 55 9 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 167 0 0 0 62 11 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 152 0 0 0 57 7 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 55 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 170 0 0 0 58 9 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 171 0 0 0 62 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 603 0 0 0 58 12 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 1548 0 0 0 69 7 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120844969112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120843916456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21839/task/21854/stat : 21854 (java) S 21836 21839 7986 0 -1 4202560 9633 0 0 0 150 2 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120841812536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21855] ppid=21836 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21839/task/21855/stat : 21855 (java) S 21836 21839 7986 0 -1 4202560 8278 0 0 0 97 2 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120840759992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21856] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21856/stat : 21856 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120839707640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21857] ppid=21836 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/21839/task/21857/stat : 21857 (java) S 21836 21839 7986 0 -1 4202560 100 0 0 0 12 17 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120838655304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=22079] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22079/stat : 22079 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10298838 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120834442792 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=22411] ppid=21836 vsize=9824732 CPUtime=1671.62 cores=1,3,5,7
/proc/21839/task/22411/stat : 22411 (java) R 21836 21839 7986 0 -1 4202560 666 0 0 0 167118 44 0 0 20 0 21 0 10301779 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120836546208 140120962342352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=22412] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22412/stat : 22412 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10301782 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120835495336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1705.48
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.37 2.27 2.23 3/217 22735
/proc/meminfo: memFree=28012488/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1765.49 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 26837 0 1 0 176283 266 0 0 20 0 21 0 10297367 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 526175 2294 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2507 0 1 0 66 15 0 0 20 0 21 0 10297367 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140121022030840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 177 0 0 0 56 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 55 9 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 167 0 0 0 62 11 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 152 0 0 0 57 7 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 55 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 170 0 0 0 58 9 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 171 0 0 0 62 10 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 603 0 0 0 58 12 0 0 20 0 21 0 10297368 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 1548 0 0 0 69 7 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120844969112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120843916456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21839/task/21854/stat : 21854 (java) S 21836 21839 7986 0 -1 4202560 9633 0 0 0 150 2 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120841812536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21855] ppid=21836 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21839/task/21855/stat : 21855 (java) S 21836 21839 7986 0 -1 4202560 8278 0 0 0 97 2 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120840759992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21856] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21856/stat : 21856 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120839707640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21857] ppid=21836 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/21839/task/21857/stat : 21857 (java) S 21836 21839 7986 0 -1 4202560 104 0 0 0 13 17 0 0 20 0 21 0 10297371 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120838655304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=22079] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22079/stat : 22079 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10298838 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120834442792 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=22411] ppid=21836 vsize=9824732 CPUtime=1731.46 cores=1,3,5,7
/proc/21839/task/22411/stat : 22411 (java) R 21836 21839 7986 0 -1 4202560 666 0 0 0 173101 45 0 0 20 0 21 0 10301779 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120836546208 140120962707159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=22412] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22412/stat : 22412 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10301782 10060525568 526175 33554432000 1073741824 1073778376 140736113152464 140120835495336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1765.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.28 2.26 2.23 4/217 22737
/proc/meminfo: memFree=28015184/32872528 swapFree=1399392/1569044
[pid=21839] ppid=21836 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/21839/stat : 21839 (java) S 21836 21839 7986 0 -1 4202496 26848 0 1 0 179736 266 0 0 20 0 21 0 10297367 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140736113143600 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21839/statm: 2456183 525578 2294 9 0 2446860 0
[pid=21839/tid=21840] ppid=21836 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/21839/task/21840/stat : 21840 (java) S 21836 21839 7986 0 -1 4202560 2508 0 1 0 66 15 0 0 20 0 21 0 10297367 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140121022030840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21842] ppid=21836 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/21839/task/21842/stat : 21842 (java) S 21836 21839 7986 0 -1 4202560 178 0 0 0 57 10 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120960759976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21843] ppid=21836 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/21839/task/21843/stat : 21843 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 56 9 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120864536872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21844] ppid=21836 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/21839/task/21844/stat : 21844 (java) S 21836 21839 7986 0 -1 4202560 167 0 0 0 63 11 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120863484328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21845] ppid=21836 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/21839/task/21845/stat : 21845 (java) S 21836 21839 7986 0 -1 4202560 152 0 0 0 58 7 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120862431784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21846] ppid=21836 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/21839/task/21846/stat : 21846 (java) S 21836 21839 7986 0 -1 4202560 163 0 0 0 55 10 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120861379240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21847] ppid=21836 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/21839/task/21847/stat : 21847 (java) S 21836 21839 7986 0 -1 4202560 170 0 0 0 58 9 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120860326696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21848] ppid=21836 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/21839/task/21848/stat : 21848 (java) S 21836 21839 7986 0 -1 4202560 176 0 0 0 62 11 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120859274152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21849] ppid=21836 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/21839/task/21849/stat : 21849 (java) S 21836 21839 7986 0 -1 4202560 603 0 0 0 58 12 0 0 20 0 21 0 10297368 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120858221608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21850] ppid=21836 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/21839/task/21850/stat : 21850 (java) S 21836 21839 7986 0 -1 4202560 1550 0 0 0 69 7 0 0 20 0 21 0 10297369 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120846022760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=21851] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21851/stat : 21851 (java) S 21836 21839 7986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120844969112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21852] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21852/stat : 21852 (java) S 21836 21839 7986 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 10297369 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120843916456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21853] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21853/stat : 21853 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120842865168 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21839/tid=21854] ppid=21836 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21839/task/21854/stat : 21854 (java) S 21836 21839 7986 0 -1 4202560 9633 0 0 0 150 2 0 0 20 0 21 0 10297371 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120841812536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21855] ppid=21836 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21839/task/21855/stat : 21855 (java) S 21836 21839 7986 0 -1 4202560 8278 0 0 0 97 2 0 0 20 0 21 0 10297371 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120840759992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=21856] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/21856/stat : 21856 (java) S 21836 21839 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10297371 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120839707640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=21857] ppid=21836 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/21839/task/21857/stat : 21857 (java) S 21836 21839 7986 0 -1 4202560 106 0 0 0 13 17 0 0 20 0 21 0 10297371 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120838655304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21839/tid=22079] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22079/stat : 22079 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10298838 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120834442792 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21839/tid=22411] ppid=21836 vsize=9824732 CPUtime=1765.86 cores=1,3,5,7
/proc/21839/task/22411/stat : 22411 (java) R 21836 21839 7986 0 -1 4202560 666 0 0 0 176541 45 0 0 20 0 21 0 10301779 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120836546032 140120962342401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21839/tid=22412] ppid=21836 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21839/task/22412/stat : 22412 (java) S 21836 21839 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10301782 10060525568 525578 33554432000 1073741824 1073778376 140736113152464 140120835495336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21839 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21839 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=769457
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=120525
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.83
CPU time (s): 1800.02
CPU user time (s): 1797.36
CPU system time (s): 2.66
CPU usage (%): 99.0746
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.77
system time used= 3.12052
maximum resident set size= 2323112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26884
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78638
involuntary context switches= 28473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5102 second user time and 12.4461 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 15:08:41
IDJOB=4092308
IDBENCH=79195
IDSOLVER=2552
FILE ID=node140/4092308-1466082521
RUNJOBID= node140-1466075468-13371
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092308-1466082521/watcher-4092308-1466082521 -o /tmp/evaluation-result-4092308-1466082521/solver-4092308-1466082521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466075468-13371 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092308-1466082521.wbo

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

MD5SUM BENCH= 86727f41c04b3a3cda96c180ef39a0ad
RANDOM SEED=356379937

node140.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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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.714
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.714
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.714
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.714
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.714
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.714
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.714
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:        27167272 kB
Buffers:           28488 kB
Cached:            65824 kB
SwapCached:         2568 kB
Active:          3350496 kB
Inactive:          60188 kB
Active(anon):    3316804 kB
Inactive(anon):     1792 kB
Active(file):      33692 kB
Inactive(file):    58396 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096816 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       4869680 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             566680 kB
SReclaimable:      10664 kB
SUnreclaim:       556016 kB
KernelStack:        1776 kB
PageTables:        13992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5291664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3395584 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 node140 at 2016-06-16 15:38:58