Trace number 4110209

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 18.5012 40.4744

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
MD5SUM52205e5ac27ea87ed13cfdddd0302b33
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 benchmark5.2292
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110209-1467321691.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.065s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     270
0.09/0.19	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
0.23/0.25	c And the winner is solver0
0.50/0.69	c SATISFIABLE
0.50/0.69	c OPTIMIZING...
0.50/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
0.50/0.69	o 547
1.68/1.00	c And the winner is solver0
1.91/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
1.91/1.19	o 544
1.91/1.20	c And the winner is solver0
2.10/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
2.10/1.69	o 539
2.10/1.70	c And the winner is solver0
2.11/2.20	c Got one! Elapsed wall clock time (in seconds):2.074
2.11/2.20	o 482
2.11/2.20	c And the winner is solver0
2.11/2.70	c Got one! Elapsed wall clock time (in seconds):2.576
2.11/2.70	o 445
2.11/2.70	c And the winner is solver0
2.11/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
2.11/3.20	o 421
2.11/3.20	c And the winner is solver0
2.12/3.70	c Got one! Elapsed wall clock time (in seconds):3.578
2.12/3.70	o 417
2.12/3.71	c And the winner is solver0
2.12/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.12/4.20	o 410
2.12/4.21	c And the winner is solver0
2.13/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
2.13/4.70	o 403
2.13/4.71	c And the winner is solver0
2.14/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
2.14/5.20	o 399
2.14/5.21	c And the winner is solver0
2.15/5.71	c Got one! Elapsed wall clock time (in seconds):5.584
2.15/5.71	o 391
2.15/5.73	c And the winner is solver0
2.21/6.21	c Got one! Elapsed wall clock time (in seconds):6.085
2.21/6.21	o 388
2.21/6.23	c And the winner is solver0
2.27/6.71	c Got one! Elapsed wall clock time (in seconds):6.586
2.27/6.71	o 371
2.27/6.71	c And the winner is solver0
2.29/7.21	c Got one! Elapsed wall clock time (in seconds):7.088
2.29/7.21	o 370
2.29/7.22	c And the winner is solver0
2.31/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
2.31/7.71	o 369
2.31/7.72	c And the winner is solver0
2.31/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
2.31/8.21	o 352
2.31/8.22	c And the winner is solver0
2.32/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
2.32/8.71	o 331
2.32/8.72	c And the winner is solver0
2.32/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
2.32/9.21	o 321
2.32/9.23	c And the winner is solver0
2.33/9.72	c Got one! Elapsed wall clock time (in seconds):9.594
2.33/9.72	o 312
2.33/9.72	c And the winner is solver0
2.33/10.22	c Got one! Elapsed wall clock time (in seconds):10.095
2.33/10.22	o 307
2.33/10.23	c And the winner is solver0
2.36/10.72	c Got one! Elapsed wall clock time (in seconds):10.596
2.36/10.72	o 305
2.54/10.85	c cleaning 4105 clauses out of 8215 with flag 7162/8215
2.54/10.85	c And the winner is solver0
2.83/11.22	c Got one! Elapsed wall clock time (in seconds):11.097
2.83/11.22	o 293
2.83/11.23	c And the winner is solver0
2.87/11.72	c Got one! Elapsed wall clock time (in seconds):11.599
2.87/11.72	o 290
2.87/11.73	c And the winner is solver0
2.87/12.22	c Got one! Elapsed wall clock time (in seconds):12.1
2.87/12.22	o 283
2.87/12.24	c And the winner is solver0
2.89/12.72	c Got one! Elapsed wall clock time (in seconds):12.601
2.89/12.72	o 280
2.89/12.75	c And the winner is solver0
2.98/13.22	c Got one! Elapsed wall clock time (in seconds):13.102
2.98/13.22	o 279
3.23/13.31	c And the winner is solver0
3.31/13.73	c Got one! Elapsed wall clock time (in seconds):13.603
3.31/13.73	o 277
3.31/13.76	c And the winner is solver0
3.41/14.23	c Got one! Elapsed wall clock time (in seconds):14.104
3.41/14.23	o 266
3.41/14.23	c And the winner is solver0
3.50/14.73	c Got one! Elapsed wall clock time (in seconds):14.605
3.50/14.73	o 262
3.50/14.75	c And the winner is solver0
3.51/15.23	c Got one! Elapsed wall clock time (in seconds):15.106
3.51/15.23	o 260
3.65/15.32	c And the winner is solver0
3.73/15.73	c Got one! Elapsed wall clock time (in seconds):15.607
3.73/15.73	o 250
3.73/15.73	c And the winner is solver0
3.77/16.23	c Got one! Elapsed wall clock time (in seconds):16.109
3.77/16.23	o 240
3.77/16.25	c And the winner is solver0
3.81/16.73	c Got one! Elapsed wall clock time (in seconds):16.61
3.81/16.73	o 239
3.95/16.85	c And the winner is solver0
4.07/17.23	c Got one! Elapsed wall clock time (in seconds):17.112
4.07/17.23	o 232
4.07/17.25	c And the winner is solver0
4.13/17.73	c Got one! Elapsed wall clock time (in seconds):17.613
4.13/17.73	o 224
4.13/17.75	c And the winner is solver0
4.14/18.24	c Got one! Elapsed wall clock time (in seconds):18.114
4.14/18.24	o 221
4.14/18.24	c And the winner is solver0
4.16/18.74	c Got one! Elapsed wall clock time (in seconds):18.614
4.16/18.74	o 207
4.16/18.75	c And the winner is solver0
4.25/19.24	c Got one! Elapsed wall clock time (in seconds):19.116
4.25/19.24	o 198
4.25/19.25	c And the winner is solver0
4.28/19.74	c Got one! Elapsed wall clock time (in seconds):19.617
4.28/19.74	o 196
4.28/19.75	c And the winner is solver0
4.30/20.24	c Got one! Elapsed wall clock time (in seconds):20.118
4.30/20.24	o 194
4.30/20.25	c And the winner is solver0
4.34/20.74	c Got one! Elapsed wall clock time (in seconds):20.619
4.34/20.74	o 187
4.34/20.76	c And the winner is solver0
4.38/21.24	c Got one! Elapsed wall clock time (in seconds):21.12
4.38/21.24	o 186
4.38/21.25	c And the winner is solver0
4.39/21.74	c Got one! Elapsed wall clock time (in seconds):21.62
4.39/21.74	o 176
4.49/21.83	c cleaning 7302 clauses out of 14605 with flag 3785/18710
4.49/21.85	c And the winner is solver0
4.64/22.24	c Got one! Elapsed wall clock time (in seconds):22.121
4.64/22.24	o 170
4.64/22.25	c And the winner is solver0
4.64/22.74	c Got one! Elapsed wall clock time (in seconds):22.622
4.64/22.74	o 91
4.64/22.75	c And the winner is solver0
4.65/23.25	c Got one! Elapsed wall clock time (in seconds):23.123
4.65/23.25	o 86
4.76/23.40	c And the winner is solver0
5.02/23.75	c Got one! Elapsed wall clock time (in seconds):23.624
5.02/23.75	o 84
5.02/23.78	c And the winner is solver0
5.09/24.25	c Got one! Elapsed wall clock time (in seconds):24.126
5.09/24.25	o 77
5.20/24.33	c And the winner is solver0
5.27/24.75	c Got one! Elapsed wall clock time (in seconds):24.627
5.27/24.75	o 74
5.65/24.92	c cleaning 7176 clauses out of 14357 with flag 6858/25764
5.65/24.98	c And the winner is solver0
6.13/25.25	c Got one! Elapsed wall clock time (in seconds):25.129
6.13/25.25	o 72
6.44/25.48	c cleaning 6168 clauses out of 12342 with flag 16854/30925
6.68/25.52	c And the winner is solver0
6.93/25.75	c Got one! Elapsed wall clock time (in seconds):25.632
6.93/25.75	o 69
6.93/25.77	c And the winner is solver0
7.06/26.26	c Got one! Elapsed wall clock time (in seconds):26.135
7.06/26.26	o 67
7.06/26.28	c And the winner is solver0
7.13/26.76	c Got one! Elapsed wall clock time (in seconds):26.638
7.13/26.76	o 65
7.20/26.84	c And the winner is solver0
7.30/27.26	c Got one! Elapsed wall clock time (in seconds):27.14
7.30/27.26	o 64
7.30/27.28	c And the winner is solver0
7.35/27.77	c Got one! Elapsed wall clock time (in seconds):27.644
7.35/27.77	o 61
7.35/27.78	c And the winner is solver0
7.40/28.27	c Got one! Elapsed wall clock time (in seconds):28.147
7.40/28.27	o 53
7.45/28.34	c And the winner is solver0
7.58/28.77	c Got one! Elapsed wall clock time (in seconds):28.65
7.58/28.77	o 46
7.62/28.87	c And the winner is solver0
7.78/29.28	c Got one! Elapsed wall clock time (in seconds):29.154
7.78/29.28	o 45
7.82/29.30	c And the winner is solver0
7.84/29.78	c Got one! Elapsed wall clock time (in seconds):29.658
7.84/29.78	o 44
7.84/29.80	c And the winner is solver0
7.91/30.28	c Got one! Elapsed wall clock time (in seconds):30.163
7.91/30.28	o 43
7.93/30.38	c And the winner is solver0
8.12/30.79	c Got one! Elapsed wall clock time (in seconds):30.667
8.12/30.79	o 42
8.14/30.86	c And the winner is solver0
8.32/31.29	c Got one! Elapsed wall clock time (in seconds):31.171
8.32/31.29	o 40
8.32/31.36	c cleaning 8459 clauses out of 16917 with flag 3533/41668
8.32/31.37	c And the winner is solver0
8.47/31.80	c Got one! Elapsed wall clock time (in seconds):31.675
8.47/31.80	o 38
8.68/31.99	c And the winner is solver0
8.88/32.30	c Got one! Elapsed wall clock time (in seconds):32.179
8.88/32.30	o 37
8.88/32.39	c cleaning 6844 clauses out of 13704 with flag 3961/46914
9.10/32.43	c And the winner is solver0
9.18/32.81	c Got one! Elapsed wall clock time (in seconds):32.684
9.18/32.81	o 36
9.18/32.83	c And the winner is solver0
9.23/33.31	c Got one! Elapsed wall clock time (in seconds):33.19
9.23/33.31	o 35
9.23/33.33	c And the winner is solver0
9.28/33.82	c Got one! Elapsed wall clock time (in seconds):33.695
9.28/33.82	o 33
9.28/33.84	c And the winner is solver0
9.33/34.32	c Got one! Elapsed wall clock time (in seconds):34.201
9.33/34.32	o 32
9.33/34.36	c And the winner is solver0
9.42/34.83	c Got one! Elapsed wall clock time (in seconds):34.707
9.42/34.83	o 11
9.75/35.02	c And the winner is solver0
9.82/35.33	c Got one! Elapsed wall clock time (in seconds):35.212
9.82/35.33	o 9
9.94/35.45	c cleaning 7838 clauses out of 15696 with flag 8060/55750
10.55/35.71	c cleaning 6918 clauses out of 13857 with flag 32196/61749
10.95/35.90	c And the winner is solver0
10.99/36.34	c Got one! Elapsed wall clock time (in seconds):36.22
10.99/36.34	o 8
10.99/36.40	c cleaning 6435 clauses out of 12879 with flag 4070/67689
11.49/36.65	c cleaning 6217 clauses out of 12443 with flag 29157/73688
12.10/36.94	c cleaning 6610 clauses out of 13226 with flag 58318/80688
12.91/37.30	c cleaning 7302 clauses out of 14615 with flag 91934/88687
12.91/37.34	c And the winner is solver0
12.91/37.35	c Got one! Elapsed wall clock time (in seconds):37.229
12.91/37.35	o 7
13.30/37.53	c cleaning 6176 clauses out of 12362 with flag 16925/93737
13.50/37.63	c And the winner is solver0
13.60/37.86	c Got one! Elapsed wall clock time (in seconds):37.741
13.60/37.86	o 3
13.85/38.00	c cleaning 5804 clauses out of 11632 with flag 13510/99185
14.25/38.23	c cleaning 5905 clauses out of 11826 with flag 38355/105183
14.87/38.54	c cleaning 6456 clauses out of 12921 with flag 66839/112183
15.46/38.89	c cleaning 7232 clauses out of 14465 with flag 101310/120183
16.47/39.30	c cleaning 8114 clauses out of 16235 with flag 141689/129185
17.47/39.81	c And the winner is solver0
17.47/39.88	c Got one! Elapsed wall clock time (in seconds):39.754
17.47/39.88	o 2
18.17/40.23	c cleaning 11526 clauses out of 23055 with flag 25876/144128
18.17/40.26	c And the winner is solver0
18.32/40.46	c >>>>>>>>>> Solver number 0 (75 answers) <<<<<<<<<<<<<<<<<<
18.32/40.46	c starts		: 166
18.32/40.46	c conflicts		: 144670
18.32/40.46	c decisions		: 240265
18.32/40.46	c propagations		: 3542618
18.32/40.46	c inspects		: 71513600
18.32/40.46	c shortcuts		: 0
18.32/40.46	c learnt literals	: 19
18.32/40.46	c learnt binary clauses	: 58
18.32/40.46	c learnt ternary clauses	: 259
18.32/40.46	c learnt constraints	: 144650
18.32/40.46	c ignored constraints	: 0
18.32/40.46	c root simplifications	: 0
18.32/40.46	c removed literals (reason simplification)	: 93985
18.32/40.46	c reason swapping (by a shorter reason)	: 0
18.32/40.46	c Calls to reduceDB	: 19
18.32/40.46	c Number of update (reduction) of LBD	: 38586
18.32/40.46	c Imported unit clauses	: 0
18.32/40.46	c number of reductions to clauses (during analyze)	: 0
18.32/40.46	c number of learned constraints concerned by reduction	: 0
18.32/40.46	c number of learning phase by resolution	: 0
18.32/40.46	c number of learning phase by cutting planes	: 0
18.32/40.46	c speed (assignments/second)	: 87971.64142041221
18.32/40.46	c non guided choices	3526
18.32/40.46	c learnt constraints type 
18.32/40.46	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
18.32/40.46	c starts		: 75
18.32/40.46	c conflicts		: 1149
18.32/40.46	c decisions		: 13706
18.32/40.46	c propagations		: 49907
18.32/40.46	c inspects		: 4543827
18.32/40.46	c shortcuts		: 0
18.32/40.46	c learnt literals	: 0
18.32/40.46	c learnt binary clauses	: 0
18.32/40.46	c learnt ternary clauses	: 0
18.32/40.46	c learnt constraints	: 1100
18.32/40.46	c ignored constraints	: 0
18.32/40.46	c root simplifications	: 0
18.32/40.46	c removed literals (reason simplification)	: 0
18.32/40.46	c reason swapping (by a shorter reason)	: 0
18.32/40.46	c Calls to reduceDB	: 0
18.32/40.46	c Number of update (reduction) of LBD	: 0
18.32/40.46	c Imported unit clauses	: 0
18.32/40.46	c number of reductions to clauses (during analyze)	: 0
18.32/40.46	c number of learned constraints concerned by reduction	: 0
18.32/40.46	c number of learning phase by resolution	: 0
18.32/40.46	c number of learning phase by cutting planes	: 0
18.32/40.46	c speed (assignments/second)	: 91071.16788321167
18.32/40.46	c non guided choices	1926
18.32/40.46	c learnt constraints type 
18.32/40.46	s OPTIMUM FOUND
18.32/40.46	c Found 74 solution(s)
18.32/40.47	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 
18.32/40.47	c objective function=2
18.32/40.47	c Total wall clock time (in seconds): 40.344

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-4110209-1467321691/watcher-4110209-1467321691 -o /tmp/evaluation-result-4110209-1467321691/solver-4110209-1467321691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1467318834-9455 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110209-1467321691.wbo 

pid=21668
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: 0.62 0.43 0.55 2/169 21671
/proc/meminfo: memFree=31160628/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=24336 CPUtime=0 cores=1,3,5,7
/proc/21671/stat : 21671 (runsolver) R 21668 21671 4291 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 1 0 2846707 24920064 160 33554432000 4194304 4338465 140734155975776 140734155972968 262962572727 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2 1 0 0 0 2 0

[startup+0.100156 s]
/proc/loadavg: 0.62 0.43 0.55 2/169 21671
/proc/meminfo: memFree=31160628/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 2846707 9787879424 6034 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 0.62 0.43 0.55 2/169 21671
/proc/meminfo: memFree=31160628/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 4811 0 1 0 22 1 0 0 20 0 22 0 2846707 10060525568 7889 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 7889 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300322 s]
/proc/loadavg: 0.62 0.43 0.55 2/169 21671
/proc/meminfo: memFree=31160628/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 6959 0 1 0 46 4 0 0 20 0 19 0 2846707 10060525568 9070 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 9070 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824732

[startup+0.700302 s]
/proc/loadavg: 0.62 0.43 0.55 2/169 21671
/proc/meminfo: memFree=31160628/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 6968 0 1 0 47 4 0 0 20 0 22 0 2846707 10060525568 10101 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 10101 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 0.62 0.43 0.55 3/188 21696
/proc/meminfo: memFree=31098592/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 17660 0 1 0 202 8 0 0 20 0 19 0 2846707 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 17692 2262 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21668 21671 4291 0 -1 4202560 2414 0 1 0 14 2 0 0 20 0 19 0 2846709 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531919635320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 7347 0 0 0 56 1 0 0 20 0 19 0 2846714 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 6549 0 0 0 58 2 0 0 20 0 19 0 2846714 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846727 10060525568 17692 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 0.62 0.43 0.55 2/188 21702
/proc/meminfo: memFree=31091400/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 17691 0 1 0 203 8 0 0 20 0 19 0 2846707 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 21280 2264 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21668 21671 4291 0 -1 4202560 2415 0 1 0 15 2 0 0 20 0 19 0 2846709 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531919635320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 7347 0 0 0 56 1 0 0 20 0 19 0 2846714 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 6551 0 0 0 60 2 0 0 20 0 19 0 2846714 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846727 10060525568 21280 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30083 s]
/proc/loadavg: 0.57 0.42 0.55 1/188 21723
/proc/meminfo: memFree=31065912/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 17792 0 1 0 216 11 0 0 20 0 19 0 2846707 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 30049 2267 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21668 21671 4291 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 2846709 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531919635320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2846710 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 7347 0 0 0 56 1 0 0 20 0 19 0 2846714 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 6562 0 0 0 66 2 0 0 20 0 19 0 2846714 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846727 10060525568 30049 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

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

[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 100 0 0 0 2 8 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 11507 0 0 0 146 2 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 8846 0 0 0 123 2 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2846727 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 9824732

[startup+39.2009 s]
/proc/loadavg: 0.34 0.38 0.53 3/191 21912
/proc/meminfo: memFree=30887060/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=16.26 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 25481 0 1 0 1511 115 0 0 20 0 22 0 2846707 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 70297 2287 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21668 21671 4291 0 -1 4202560 2419 0 1 0 29 2 0 0 20 0 22 0 2846709 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531919635320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 2846710 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 100 0 0 0 2 8 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 11507 0 0 0 146 2 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 8846 0 0 0 123 2 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2846727 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21910] ppid=21668 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/21671/task/21910/stat : 21910 (java) R 21668 21671 4291 0 -1 4202560 2 0 0 0 130 0 0 0 20 0 22 0 2850495 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140530590658704 140531749873770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21911] ppid=21668 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/21671/task/21911/stat : 21911 (java) R 21668 21671 4291 0 -1 4202560 3 0 0 0 130 0 0 0 20 0 22 0 2850495 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140531734609328 140531749936382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21912] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21912/stat : 21912 (java) S 21668 21671 4291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2850497 10060525568 70297 33554432000 1073741824 1073778376 140734921122960 140530591721000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 9824732

[startup+40.0009 s]
/proc/loadavg: 0.48 0.41 0.54 3/191 21912
/proc/meminfo: memFree=30880356/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=17.77 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 25520 0 1 0 1659 118 0 0 20 0 22 0 2846707 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 74427 2287 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21668 21671 4291 0 -1 4202560 2419 0 1 0 31 2 0 0 20 0 22 0 2846709 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531919635320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 2846710 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 101 0 0 0 2 8 0 0 20 0 22 0 2846711 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 2846711 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 11507 0 0 0 148 2 0 0 20 0 22 0 2846714 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 8846 0 0 0 123 2 0 0 20 0 22 0 2846714 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2846714 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2846727 10060525568 74427 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 9824732

[startup+40.4009 s]
/proc/loadavg: 0.48 0.41 0.54 3/191 21912
/proc/meminfo: memFree=30880356/32872528 swapFree=295864/318348
[pid=21671] ppid=21668 vsize=9824732 CPUtime=18.32 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21668 21671 4291 0 -1 4202496 25522 0 1 0 1712 120 0 0 20 0 19 0 2846707 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140734921114096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21671/statm: 2456183 75444 2287 9 0 2446860 0
[pid=21671/tid=21673] ppid=21668 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21668 21671 4291 0 -1 4202560 2419 0 1 0 31 2 0 0 20 0 19 0 2846709 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531919635320 140531749378381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21674] ppid=21668 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21668 21671 4291 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531881126056 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21675] ppid=21668 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531880073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21676] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21668 21671 4291 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531879020968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21677] ppid=21668 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21668 21671 4291 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531877968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21668 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21668 21671 4291 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531876915880 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21668 21671 4291 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531875863336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21680] ppid=21668 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21668 21671 4291 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531874810792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21668 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21668 21671 4291 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 2846710 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531873758248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21682] ppid=21668 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21668 21671 4291 0 -1 4202560 101 0 0 0 2 8 0 0 20 0 19 0 2846711 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531743033448 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21683] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21668 21671 4291 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531741979768 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21684] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21668 21671 4291 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 2846711 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531740927112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21685] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531739875856 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21686] ppid=21668 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21668 21671 4291 0 -1 4202560 11507 0 0 0 148 2 0 0 20 0 19 0 2846714 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531738823224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21668 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21668 21671 4291 0 -1 4202560 8846 0 0 0 123 2 0 0 20 0 19 0 2846714 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531737770680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21668 21671 4291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531736718328 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21689] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21668 21671 4291 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2846714 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140531735665992 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21693] ppid=21668 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21693/stat : 21693 (java) S 21668 21671 4291 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2846727 10060525568 75444 33554432000 1073741824 1073778376 140734921122960 140530589615272 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 40.4744
CPU time (s): 18.5012
CPU user time (s): 17.1894
CPU system time (s): 1.3118
CPU usage (%): 45.7108
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1894
system time used= 1.3118
maximum resident set size= 309988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25539
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= 3357
involuntary context switches= 1085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.252961 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-30 23:21:31
IDJOB=4110209
IDBENCH=79202
IDSOLVER=2552
FILE ID=node128/4110209-1467321691
RUNJOBID= node128-1467318834-9455
PBS_JOBID= 20005249
Free space on /tmp= 71744 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.1111221624--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110209-1467321691/watcher-4110209-1467321691 -o /tmp/evaluation-result-4110209-1467321691/solver-4110209-1467321691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1467318834-9455 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110209-1467321691.wbo

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

MD5SUM BENCH= 52205e5ac27ea87ed13cfdddd0302b33
RANDOM SEED=143151991

node128.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.501
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.00
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.501
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.501
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.501
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.56
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.501
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.501
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.501
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.501
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:        31161272 kB
Buffers:           84156 kB
Cached:           555448 kB
SwapCached:            0 kB
Active:           213472 kB
Inactive:         442212 kB
Active(anon):      19156 kB
Inactive(anon):        4 kB
Active(file):     194316 kB
Inactive(file):   442208 kB
Unevictable:      318348 kB
Mlocked:          295864 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:        334568 kB
Mapped:            13912 kB
Shmem:               204 kB
Slab:             607476 kB
SReclaimable:      51316 kB
SUnreclaim:       556160 kB
KernelStack:        1552 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     417812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node128 at 2016-06-30 23:22:12