Trace number 4091987

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 PB16OPTIMUM 24.4323 43.3559

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark7.14291
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4091987-1467320691.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     238
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 69 literals
0.66/0.36	c And the winner is solver0
1.27/0.68	c SATISFIABLE
1.27/0.68	c OPTIMIZING...
1.27/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.27/0.68	o 1071
1.27/0.68	c And the winner is solver0
1.27/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.27/1.18	o 919
1.27/1.18	c And the winner is solver0
1.27/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.27/1.68	o 903
1.27/1.69	c And the winner is solver0
1.27/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.27/2.18	o 890
1.27/2.19	c And the winner is solver0
1.35/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.35/2.68	o 831
1.38/2.73	c And the winner is solver0
1.56/3.18	c Got one! Elapsed wall clock time (in seconds):3.077
1.56/3.18	o 830
1.56/3.19	c And the winner is solver0
1.58/3.68	c Got one! Elapsed wall clock time (in seconds):3.578
1.58/3.68	o 828
1.62/3.70	c And the winner is solver0
1.63/4.18	c Got one! Elapsed wall clock time (in seconds):4.079
1.63/4.18	o 823
1.63/4.19	c And the winner is solver0
1.72/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.72/4.69	o 779
1.72/4.69	c And the winner is solver0
1.72/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.72/5.19	o 762
1.72/5.20	c And the winner is solver0
1.76/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.76/5.69	o 758
1.76/5.69	c And the winner is solver0
1.76/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.76/6.19	o 753
1.79/6.21	c And the winner is solver0
1.84/6.69	c Got one! Elapsed wall clock time (in seconds):6.584
1.84/6.69	o 737
1.84/6.70	c And the winner is solver0
1.86/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
1.86/7.19	o 713
1.86/7.20	c And the winner is solver0
1.87/7.69	c Got one! Elapsed wall clock time (in seconds):7.586
1.87/7.69	o 707
1.88/7.71	c And the winner is solver0
1.91/8.19	c Got one! Elapsed wall clock time (in seconds):8.087
1.91/8.19	o 701
1.92/8.20	c And the winner is solver0
1.92/8.69	c Got one! Elapsed wall clock time (in seconds):8.588
1.92/8.69	o 697
1.93/8.72	c And the winner is solver0
1.98/9.19	c Got one! Elapsed wall clock time (in seconds):9.089
1.98/9.19	o 692
1.98/9.21	c And the winner is solver0
2.05/9.70	c Got one! Elapsed wall clock time (in seconds):9.59
2.05/9.70	o 688
2.05/9.70	c And the winner is solver0
2.05/10.20	c Got one! Elapsed wall clock time (in seconds):10.091
2.05/10.20	o 360
2.05/10.23	c And the winner is solver0
2.15/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
2.15/10.70	o 312
2.15/10.72	c And the winner is solver0
2.28/11.20	c Got one! Elapsed wall clock time (in seconds):11.095
2.28/11.20	o 311
2.28/11.21	c And the winner is solver0
2.32/11.70	c Got one! Elapsed wall clock time (in seconds):11.596
2.32/11.70	o 310
2.32/11.72	c And the winner is solver0
2.38/12.20	c Got one! Elapsed wall clock time (in seconds):12.097
2.38/12.20	o 298
2.38/12.30	c And the winner is solver0
2.73/12.70	c Got one! Elapsed wall clock time (in seconds):12.598
2.73/12.70	o 290
2.97/12.83	c cleaning 5551 clauses out of 11101 with flag 6251/11101
3.20/12.94	c And the winner is solver0
3.29/13.20	c Got one! Elapsed wall clock time (in seconds):13.099
3.29/13.20	o 288
3.29/13.23	c And the winner is solver0
3.36/13.71	c Got one! Elapsed wall clock time (in seconds):13.6
3.36/13.71	o 284
3.36/13.73	c And the winner is solver0
3.44/14.21	c Got one! Elapsed wall clock time (in seconds):14.101
3.44/14.21	o 282
3.44/14.22	c And the winner is solver0
3.48/14.71	c Got one! Elapsed wall clock time (in seconds):14.602
3.48/14.71	o 281
3.48/14.73	c And the winner is solver0
3.53/15.21	c Got one! Elapsed wall clock time (in seconds):15.103
3.53/15.21	o 234
3.53/15.26	c And the winner is solver0
3.65/15.71	c Got one! Elapsed wall clock time (in seconds):15.604
3.65/15.71	o 229
3.65/15.77	c And the winner is solver0
3.78/16.21	c Got one! Elapsed wall clock time (in seconds):16.105
3.78/16.21	o 227
3.78/16.27	c cleaning 6656 clauses out of 13315 with flag 3638/18866
3.78/16.29	c And the winner is solver0
3.95/16.71	c Got one! Elapsed wall clock time (in seconds):16.606
3.95/16.71	o 220
4.33/16.92	c And the winner is solver0
4.41/17.21	c Got one! Elapsed wall clock time (in seconds):17.107
4.41/17.21	o 219
4.41/17.27	c cleaning 6643 clauses out of 13289 with flag 3944/25496
4.41/17.29	c And the winner is solver0
4.66/17.71	c Got one! Elapsed wall clock time (in seconds):17.608
4.66/17.71	o 217
4.66/17.79	c And the winner is solver0
4.89/18.21	c Got one! Elapsed wall clock time (in seconds):18.109
4.89/18.21	o 214
5.07/18.33	c And the winner is solver0
5.20/18.72	c Got one! Elapsed wall clock time (in seconds):18.61
5.20/18.72	o 212
5.37/18.82	c cleaning 6799 clauses out of 13597 with flag 8281/32447
5.37/18.83	c And the winner is solver0
5.46/19.22	c Got one! Elapsed wall clock time (in seconds):19.111
5.46/19.22	o 211
5.46/19.23	c And the winner is solver0
5.52/19.72	c Got one! Elapsed wall clock time (in seconds):19.612
5.52/19.72	o 210
5.52/19.78	c And the winner is solver0
5.75/20.22	c Got one! Elapsed wall clock time (in seconds):20.113
5.75/20.22	o 209
5.75/20.27	c And the winner is solver0
5.88/20.72	c Got one! Elapsed wall clock time (in seconds):20.614
5.88/20.72	o 208
5.88/20.74	c And the winner is solver0
6.05/21.22	c Got one! Elapsed wall clock time (in seconds):21.115
6.05/21.22	o 205
6.05/21.25	c And the winner is solver0
6.17/21.72	c Got one! Elapsed wall clock time (in seconds):21.615
6.17/21.72	o 203
6.17/21.74	c And the winner is solver0
6.24/22.22	c Got one! Elapsed wall clock time (in seconds):22.116
6.24/22.22	o 202
6.38/22.36	c cleaning 7350 clauses out of 14713 with flag 12066/40362
6.59/22.41	c And the winner is solver0
6.64/22.72	c Got one! Elapsed wall clock time (in seconds):22.617
6.64/22.72	o 191
6.64/22.74	c And the winner is solver0
6.68/23.22	c Got one! Elapsed wall clock time (in seconds):23.118
6.68/23.22	o 190
6.68/23.28	c And the winner is solver0
6.85/23.72	c Got one! Elapsed wall clock time (in seconds):23.619
6.85/23.72	o 188
6.85/23.74	c And the winner is solver0
6.89/24.23	c Got one! Elapsed wall clock time (in seconds):24.12
6.89/24.23	o 178
6.89/24.24	c And the winner is solver0
6.97/24.73	c Got one! Elapsed wall clock time (in seconds):24.621
6.97/24.73	o 177
6.97/24.76	c And the winner is solver0
7.07/25.23	c Got one! Elapsed wall clock time (in seconds):25.122
7.07/25.23	o 173
7.07/25.25	c And the winner is solver0
7.15/25.73	c Got one! Elapsed wall clock time (in seconds):25.622
7.15/25.73	o 153
7.15/25.74	c And the winner is solver0
7.24/26.23	c Got one! Elapsed wall clock time (in seconds):26.123
7.24/26.23	o 130
7.24/26.24	c And the winner is solver0
7.32/26.73	c Got one! Elapsed wall clock time (in seconds):26.624
7.32/26.73	o 128
7.47/26.87	c cleaning 7851 clauses out of 15706 with flag 10749/48705
7.67/26.94	c And the winner is solver0
7.81/27.23	c Got one! Elapsed wall clock time (in seconds):27.125
7.81/27.23	o 121
7.81/27.25	c And the winner is solver0
7.86/27.73	c Got one! Elapsed wall clock time (in seconds):27.626
7.86/27.73	o 120
7.86/27.76	c And the winner is solver0
8.04/28.23	c Got one! Elapsed wall clock time (in seconds):28.127
8.04/28.23	o 111
8.04/28.25	c And the winner is solver0
8.19/28.73	c Got one! Elapsed wall clock time (in seconds):28.628
8.19/28.73	o 110
8.19/28.76	c And the winner is solver0
8.34/29.23	c Got one! Elapsed wall clock time (in seconds):29.129
8.34/29.23	o 108
8.47/29.39	c And the winner is solver0
8.69/29.74	c Got one! Elapsed wall clock time (in seconds):29.629
8.69/29.74	o 105
8.69/29.75	c And the winner is solver0
8.76/30.24	c Got one! Elapsed wall clock time (in seconds):30.13
8.76/30.24	o 99
8.89/30.33	c cleaning 8036 clauses out of 16075 with flag 4037/56925
8.89/30.36	c And the winner is solver0
9.33/30.74	c Got one! Elapsed wall clock time (in seconds):30.631
9.33/30.74	o 89
9.33/30.78	c And the winner is solver0
9.50/31.24	c Got one! Elapsed wall clock time (in seconds):31.132
9.50/31.24	o 88
9.62/31.35	c And the winner is solver0
9.75/31.74	c Got one! Elapsed wall clock time (in seconds):31.633
9.75/31.74	o 65
9.90/31.87	c cleaning 7162 clauses out of 14332 with flag 8299/63218
9.90/31.88	c And the winner is solver0
10.42/32.24	c Got one! Elapsed wall clock time (in seconds):32.134
10.42/32.24	o 60
10.42/32.29	c And the winner is solver0
10.63/32.74	c Got one! Elapsed wall clock time (in seconds):32.635
10.63/32.74	o 47
10.63/32.77	c And the winner is solver0
10.78/33.24	c Got one! Elapsed wall clock time (in seconds):33.137
10.78/33.24	o 38
10.78/33.27	c And the winner is solver0
10.94/33.74	c Got one! Elapsed wall clock time (in seconds):33.638
10.94/33.74	o 32
11.24/33.92	c cleaning 6998 clauses out of 13997 with flag 15936/70045
11.24/33.92	c And the winner is solver0
11.33/34.25	c Got one! Elapsed wall clock time (in seconds):34.14
11.33/34.25	o 31
11.43/34.36	c And the winner is solver0
11.59/34.75	c Got one! Elapsed wall clock time (in seconds):34.643
11.59/34.75	o 30
11.59/34.77	c And the winner is solver0
11.64/35.25	c Got one! Elapsed wall clock time (in seconds):35.145
11.64/35.25	o 25
11.64/35.29	c And the winner is solver0
11.80/35.75	c Got one! Elapsed wall clock time (in seconds):35.647
11.80/35.75	o 20
11.88/35.89	c cleaning 7158 clauses out of 14315 with flag 11719/77361
12.51/36.13	c cleaning 6574 clauses out of 13154 with flag 33412/83359
12.93/36.39	c cleaning 6787 clauses out of 13580 with flag 58977/90359
13.72/36.70	c cleaning 7390 clauses out of 14792 with flag 88479/98359
14.32/37.10	c cleaning 8194 clauses out of 16401 with flag 126155/107359
14.92/37.30	c And the winner is solver0
15.43/37.86	c Got one! Elapsed wall clock time (in seconds):37.75
15.43/37.86	o 15
15.77/38.09	c cleaning 9123 clauses out of 18248 with flag 23569/117400
16.37/38.35	c cleaning 7554 clauses out of 15124 with flag 53482/123399
16.78/38.56	c And the winner is solver0
17.12/38.86	c Got one! Elapsed wall clock time (in seconds):38.752
17.12/38.86	o 9
17.39/39.09	c cleaning 9115 clauses out of 18230 with flag 23004/134059
18.01/39.35	c cleaning 7557 clauses out of 15113 with flag 48893/140059
18.62/39.63	c cleaning 7271 clauses out of 14553 with flag 79778/147058
19.20/39.98	c cleaning 7640 clauses out of 15282 with flag 116560/155059
20.00/40.39	c cleaning 8321 clauses out of 16643 with flag 159485/164062
21.02/40.84	c cleaning 9156 clauses out of 18314 with flag 208352/174059
21.02/40.85	c And the winner is solver0
21.96/41.71	c Got one! Elapsed wall clock time (in seconds):41.607
21.96/41.71	o 8
22.36/41.94	c cleaning 7123 clauses out of 14258 with flag 26259/179161
22.75/42.19	c cleaning 6557 clauses out of 13132 with flag 55433/185162
23.35/42.44	c And the winner is solver0
24.29/43.34	c >>>>>>>>>> Solver number 0 (75 answers) <<<<<<<<<<<<<<<<<<
24.29/43.34	c starts		: 187
24.29/43.34	c conflicts		: 191286
24.29/43.34	c decisions		: 318119
24.29/43.34	c propagations		: 4501244
24.29/43.34	c inspects		: 86928359
24.29/43.34	c shortcuts		: 0
24.29/43.34	c learnt literals	: 43
24.29/43.34	c learnt binary clauses	: 24
24.29/43.34	c learnt ternary clauses	: 274
24.29/43.34	c learnt constraints	: 191242
24.29/43.34	c ignored constraints	: 0
24.29/43.34	c root simplifications	: 0
24.29/43.34	c removed literals (reason simplification)	: 749907
24.29/43.34	c reason swapping (by a shorter reason)	: 0
24.29/43.34	c Calls to reduceDB	: 24
24.29/43.34	c Number of update (reduction) of LBD	: 53152
24.29/43.34	c Imported unit clauses	: 0
24.29/43.34	c number of reductions to clauses (during analyze)	: 0
24.29/43.34	c number of learned constraints concerned by reduction	: 0
24.29/43.34	c number of learning phase by resolution	: 0
24.29/43.34	c number of learning phase by cutting planes	: 0
24.29/43.34	c speed (assignments/second)	: 104299.27937530413
24.29/43.34	c non guided choices	3267
24.29/43.34	c learnt constraints type 
24.29/43.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
24.29/43.34	c starts		: 75
24.29/43.34	c conflicts		: 290
24.29/43.34	c decisions		: 7260
24.29/43.34	c propagations		: 22118
24.29/43.34	c inspects		: 626493
24.29/43.34	c shortcuts		: 0
24.29/43.34	c learnt literals	: 0
24.29/43.34	c learnt binary clauses	: 0
24.29/43.34	c learnt ternary clauses	: 0
24.29/43.34	c learnt constraints	: 220
24.29/43.34	c ignored constraints	: 0
24.29/43.34	c root simplifications	: 0
24.29/43.34	c removed literals (reason simplification)	: 0
24.29/43.34	c reason swapping (by a shorter reason)	: 0
24.29/43.34	c Calls to reduceDB	: 0
24.29/43.34	c Number of update (reduction) of LBD	: 0
24.29/43.34	c Imported unit clauses	: 0
24.29/43.34	c number of reductions to clauses (during analyze)	: 0
24.29/43.34	c number of learned constraints concerned by reduction	: 0
24.29/43.34	c number of learning phase by resolution	: 0
24.29/43.34	c number of learning phase by cutting planes	: 0
24.29/43.34	c speed (assignments/second)	: 13678.416821273964
24.29/43.34	c non guided choices	1720
24.29/43.34	c learnt constraints type 
24.29/43.34	s OPTIMUM FOUND
24.29/43.34	c Found 74 solution(s)
24.29/43.34	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 
24.29/43.34	c objective function=8
24.29/43.34	c Total wall clock time (in seconds): 43.232

Verifier Data

OK	8

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-4091987-1467320691/watcher-4091987-1467320691 -o /tmp/evaluation-result-4091987-1467320691/solver-4091987-1467320691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091987-1467320691.wbo 

pid=22220
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.74 1.93 2.02 3/196 22223
/proc/meminfo: memFree=29568944/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13029883 98570240 977 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 24065 977 743 9 0 16771 0
[pid=22223/tid=22224] ppid=22220 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) R 22220 22223 16091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13029884 98570240 977 33554432000 1073741824 1073778376 140735693485072 140186861002280 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.74 1.93 2.02 3/196 22223
/proc/meminfo: memFree=29568944/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 4539 0 1 0 10 1 0 0 20 0 18 0 13029883 9787879424 5659 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2389619 5659 2156 9 0 2380296 0
[pid=22223/tid=22224] ppid=22220 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) R 22220 22223 16091 0 -1 4202560 2444 0 1 0 6 2 0 0 20 0 18 0 13029884 9787879424 5659 33554432000 1073741824 1073778376 140735693485072 140186861007192 140186863847556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 1.74 1.93 2.02 3/196 22223
/proc/meminfo: memFree=29568944/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 4871 0 1 0 25 2 0 0 20 0 22 0 13029883 10060525568 7472 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 7472 2219 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2474 0 1 0 14 2 0 0 20 0 22 0 13029884 10060525568 7472 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300256 s]
/proc/loadavg: 1.74 1.93 2.02 3/196 22223
/proc/meminfo: memFree=29568944/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 8299 0 1 0 63 3 0 0 20 0 22 0 13029883 10060525568 9418 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 9418 2247 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2474 0 1 0 14 2 0 0 20 0 22 0 13029884 10060525568 9418 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700306 s]
/proc/loadavg: 1.74 1.93 2.02 3/196 22223
/proc/meminfo: memFree=29568944/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 14906 0 1 0 121 6 0 0 20 0 19 0 13029883 10060525568 14676 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 14676 2254 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2474 0 1 0 14 2 0 0 20 0 19 0 13029884 10060525568 14676 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.74 1.93 2.02 2/215 22248
/proc/meminfo: memFree=29518528/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 14917 0 1 0 121 6 0 0 20 0 19 0 13029883 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 15701 2254 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2475 0 1 0 14 2 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13029885 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 5779 0 0 0 34 1 0 0 20 0 19 0 13029888 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 5308 0 0 0 33 1 0 0 20 0 19 0 13029888 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029901 10060525568 15701 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.74 1.93 2.02 4/215 22257
/proc/meminfo: memFree=29503936/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 15011 0 1 0 148 8 0 0 20 0 19 0 13029883 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 21397 2257 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2475 0 1 0 14 2 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13029885 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 5831 0 0 0 44 2 0 0 20 0 19 0 13029888 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 5320 0 0 0 41 2 0 0 20 0 19 0 13029888 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029901 10060525568 21397 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1779 uid=0 cmd=

[startup+6.30087 s]
/proc/loadavg: 1.76 1.93 2.02 2/215 22275
/proc/meminfo: memFree=29374276/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 15414 0 1 0 172 12 0 0 20 0 19 0 13029883 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 30329 2266 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2477 0 1 0 15 2 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13029884 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13029885 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 30329 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=0.49 cores=0,2,4,6

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

/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13029888 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 10305 0 0 0 106 2 0 0 20 0 22 0 13029888 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 10771 0 0 0 142 2 0 0 20 0 22 0 13029888 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13029888 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13029888 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13029901 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22465] ppid=22220 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/22223/task/22465/stat : 22465 (java) R 22220 22223 16091 0 -1 4202560 2 0 0 0 67 0 0 0 20 0 22 0 13034055 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186673503704 140186801138334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22466] ppid=22220 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/22223/task/22466/stat : 22466 (java) R 22220 22223 16091 0 -1 4202560 3 0 0 0 67 0 0 0 20 0 22 0 13034055 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186676658904 140186801628263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22467] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22467/stat : 22467 (java) S 22220 22223 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13034055 10060525568 49204 33554432000 1073741824 1073778376 140735693485072 140186675606440 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 9824732

[startup+42.8008 s]
/proc/loadavg: 2.07 1.98 2.03 4/218 22467
/proc/meminfo: memFree=29124748/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=23.81 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 25708 0 1 0 2246 135 0 0 20 0 20 0 13029883 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 48322 2287 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2481 0 1 0 20 2 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 20 0 13029885 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13029886 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 20 0 13029886 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 10305 0 0 0 106 2 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 10771 0 0 0 142 2 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13029901 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22466] ppid=22220 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/22223/task/22466/stat : 22466 (java) R 22220 22223 16091 0 -1 4202560 4 0 0 0 105 0 0 0 20 0 20 0 13034055 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186676656776 140186801311553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 9824732

[startup+43.2008 s]
/proc/loadavg: 2.22 2.01 2.04 3/216 22467
/proc/meminfo: memFree=29127920/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=24.21 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 25708 0 1 0 2286 135 0 0 20 0 20 0 13029883 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 48322 2287 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2481 0 1 0 20 2 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13029884 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 20 0 13029885 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13029886 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 20 0 13029886 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 10305 0 0 0 106 2 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 10771 0 0 0 142 2 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13029888 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13029901 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22466] ppid=22220 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/22223/task/22466/stat : 22466 (java) R 22220 22223 16091 0 -1 4202560 4 0 0 0 145 0 0 0 20 0 20 0 13034055 10060525568 48322 33554432000 1073741824 1073778376 140735693485072 140186676656776 140186801661472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 9824732

[startup+43.3008 s]
/proc/loadavg: 2.22 2.01 2.04 3/216 22467
/proc/meminfo: memFree=29127920/32872528 swapFree=1254912/1391860
[pid=22223] ppid=22220 vsize=9824732 CPUtime=24.28 cores=0,2,4,6
/proc/22223/stat : 22223 (java) S 22220 22223 16091 0 -1 4202496 25708 0 1 0 2292 136 0 0 20 0 19 0 13029883 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140735693476208 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22223/statm: 2456183 48319 2287 9 0 2446860 0
[pid=22223/tid=22224] ppid=22220 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/22223/task/22224/stat : 22224 (java) S 22220 22223 16091 0 -1 4202560 2481 0 1 0 20 2 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186861007736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22226] ppid=22220 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22223/task/22226/stat : 22226 (java) S 22220 22223 16091 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186799737000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22227] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22227/stat : 22227 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186798684456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22228] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22228/stat : 22228 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186797631912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22229] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22229/stat : 22229 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186796579368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22230] ppid=22220 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22223/task/22230/stat : 22230 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186795526824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22231] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22231/stat : 22231 (java) S 22220 22223 16091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186794474280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22232] ppid=22220 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22223/task/22232/stat : 22232 (java) S 22220 22223 16091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186698333096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22233] ppid=22220 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22223/task/22233/stat : 22233 (java) S 22220 22223 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 13029884 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186697280552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22234] ppid=22220 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22223/task/22234/stat : 22234 (java) S 22220 22223 16091 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 19 0 13029885 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186685081704 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22235] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22235/stat : 22235 (java) S 22220 22223 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186684028024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22236] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22236/stat : 22236 (java) S 22220 22223 16091 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 13029886 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186682975368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22237] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22237/stat : 22237 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186681924112 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22223/tid=22238] ppid=22220 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22223/task/22238/stat : 22238 (java) S 22220 22223 16091 0 -1 4202560 10305 0 0 0 106 2 0 0 20 0 19 0 13029888 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186680871480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22223/tid=22239] ppid=22220 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22223/task/22239/stat : 22239 (java) S 22220 22223 16091 0 -1 4202560 10771 0 0 0 142 2 0 0 20 0 19 0 13029888 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186679818936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22240] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22240/stat : 22240 (java) S 22220 22223 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186678766584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22223/tid=22241] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22241/stat : 22241 (java) S 22220 22223 16091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13029888 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186677714248 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22223/tid=22244] ppid=22220 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22223/task/22244/stat : 22244 (java) S 22220 22223 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13029901 10060525568 48319 33554432000 1073741824 1073778376 140735693485072 140186674553896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 43.3559
CPU time (s): 24.4323
CPU user time (s): 22.9675
CPU system time (s): 1.46478
CPU usage (%): 56.3529
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9575
system time used= 1.46478
maximum resident set size= 205696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3157
involuntary context switches= 915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.320951 second user time and 0.415936 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:04:51
IDJOB=4091987
IDBENCH=78751
IDSOLVER=2552
FILE ID=node119/4091987-1467320691
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=508331146

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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:        29569644 kB
Buffers:          173196 kB
Cached:           261732 kB
SwapCached:            0 kB
Active:           938992 kB
Inactive:         217344 kB
Active(anon):     705956 kB
Inactive(anon):    17912 kB
Active(file):     233036 kB
Inactive(file):   199432 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               528 kB
Writeback:             4 kB
AnonPages:       2123512 kB
Mapped:            22160 kB
Shmem:               204 kB
Slab:             611696 kB
SReclaimable:      55204 kB
SUnreclaim:       556492 kB
KernelStack:        1624 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2526384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-30 23:05:34