Trace number 4109565

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 86.1909 95.6952

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-33-100-0.wbo
MD5SUMc00e6333768769c32a17ccabf57a57e2
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 benchmark12.4131
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 1188
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109565-1467319150.wbo
0.09/0.11	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     238
0.09/0.18	c #constraints  101
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.09/0.18	c 101 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 69 literals
0.24/0.26	c And the winner is solver0
0.74/0.68	c SATISFIABLE
0.74/0.68	c OPTIMIZING...
0.74/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
0.74/0.68	o 962
1.16/0.83	c And the winner is solver0
1.55/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.55/1.19	o 947
1.55/1.20	c And the winner is solver0
1.60/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.60/1.69	o 823
1.60/1.70	c And the winner is solver0
1.62/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.62/2.19	o 796
1.65/2.21	c And the winner is solver0
1.69/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.69/2.69	o 790
1.70/2.70	c And the winner is solver0
1.78/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.78/3.19	o 786
1.78/3.20	c And the winner is solver0
1.78/3.69	c Got one! Elapsed wall clock time (in seconds):3.577
1.78/3.69	o 764
1.78/3.70	c And the winner is solver0
1.79/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
1.79/4.19	o 763
1.79/4.20	c And the winner is solver0
1.83/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
1.83/4.69	o 752
1.84/4.71	c And the winner is solver0
1.87/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
1.87/5.19	o 740
1.88/5.20	c And the winner is solver0
1.88/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
1.88/5.70	o 703
1.88/5.70	c And the winner is solver0
1.88/6.20	c Got one! Elapsed wall clock time (in seconds):6.082
1.88/6.20	o 693
1.88/6.23	c And the winner is solver0
1.96/6.70	c Got one! Elapsed wall clock time (in seconds):6.583
1.96/6.70	o 692
1.97/6.70	c And the winner is solver0
1.97/7.20	c Got one! Elapsed wall clock time (in seconds):7.085
1.97/7.20	o 674
2.72/7.42	c cleaning 3862 clauses out of 7740 with flag 10567/7740
2.72/7.43	c And the winner is solver0
3.00/7.70	c Got one! Elapsed wall clock time (in seconds):7.586
3.00/7.70	o 642
3.00/7.71	c And the winner is solver0
3.02/8.20	c Got one! Elapsed wall clock time (in seconds):8.087
3.02/8.20	o 638
3.02/8.21	c And the winner is solver0
3.06/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
3.06/8.71	o 631
3.06/8.72	c And the winner is solver0
3.06/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
3.06/9.21	o 374
3.06/9.22	c And the winner is solver0
3.10/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
3.10/9.71	o 373
3.10/9.74	c And the winner is solver0
3.16/10.21	c Got one! Elapsed wall clock time (in seconds):10.094
3.16/10.21	o 372
3.16/10.22	c And the winner is solver0
3.19/10.71	c Got one! Elapsed wall clock time (in seconds):10.595
3.19/10.71	o 356
3.19/10.71	c And the winner is solver0
58.82/66.21	c Got one! Elapsed wall clock time (in seconds):66.094
58.82/66.21	o 350
58.82/66.27	c And the winner is solver0
59.00/66.71	c Got one! Elapsed wall clock time (in seconds):66.596
59.00/66.71	o 338
59.00/66.73	c And the winner is solver0
59.05/67.21	c Got one! Elapsed wall clock time (in seconds):67.097
59.05/67.21	o 332
59.05/67.25	c And the winner is solver0
59.17/67.71	c Got one! Elapsed wall clock time (in seconds):67.597
59.17/67.71	o 329
59.17/67.72	c And the winner is solver0
59.20/68.21	c Got one! Elapsed wall clock time (in seconds):68.098
59.20/68.21	o 315
59.20/68.22	c And the winner is solver0
59.20/68.71	c Got one! Elapsed wall clock time (in seconds):68.599
59.20/68.71	o 296
59.20/68.72	c And the winner is solver0
59.21/69.21	c Got one! Elapsed wall clock time (in seconds):69.101
59.21/69.21	o 283
59.21/69.23	c And the winner is solver0
59.23/69.72	c Got one! Elapsed wall clock time (in seconds):69.602
59.23/69.72	o 271
59.23/69.73	c And the winner is solver0
59.29/70.22	c Got one! Elapsed wall clock time (in seconds):70.103
59.29/70.22	o 262
59.29/70.23	c And the winner is solver0
59.31/70.72	c Got one! Elapsed wall clock time (in seconds):70.604
59.31/70.72	o 239
59.31/70.73	c And the winner is solver0
59.35/71.22	c Got one! Elapsed wall clock time (in seconds):71.105
59.35/71.22	o 194
59.71/71.42	c cleaning 6485 clauses out of 12969 with flag 14658/16831
60.31/71.70	c cleaning 6236 clauses out of 12480 with flag 38189/22827
60.31/71.72	c And the winner is solver0
60.31/71.77	c Got one! Elapsed wall clock time (in seconds):71.656
60.31/71.77	o 190
60.45/71.86	c And the winner is solver0
60.72/72.27	c Got one! Elapsed wall clock time (in seconds):72.157
60.72/72.27	o 169
60.72/72.29	c And the winner is solver0
60.77/72.77	c Got one! Elapsed wall clock time (in seconds):72.658
60.77/72.77	o 168
60.77/72.79	c And the winner is solver0
60.83/73.27	c Got one! Elapsed wall clock time (in seconds):73.159
60.83/73.27	o 161
60.83/73.29	c And the winner is solver0
60.88/73.77	c Got one! Elapsed wall clock time (in seconds):73.66
60.88/73.77	o 159
60.94/73.82	c And the winner is solver0
61.15/74.27	c Got one! Elapsed wall clock time (in seconds):74.161
61.15/74.27	o 155
61.20/74.31	c And the winner is solver0
61.24/74.78	c Got one! Elapsed wall clock time (in seconds):74.662
61.24/74.78	o 149
61.30/74.84	c And the winner is solver0
61.53/75.28	c Got one! Elapsed wall clock time (in seconds):75.162
61.53/75.28	o 141
61.57/75.30	c And the winner is solver0
61.60/75.78	c Got one! Elapsed wall clock time (in seconds):75.663
61.60/75.78	o 140
61.60/75.79	c And the winner is solver0
61.80/76.28	c Got one! Elapsed wall clock time (in seconds):76.165
61.80/76.28	o 122
61.83/76.34	c And the winner is solver0
62.12/76.78	c Got one! Elapsed wall clock time (in seconds):76.666
62.12/76.78	o 114
62.15/76.87	c cleaning 7792 clauses out of 15583 with flag 3659/32166
62.43/76.93	c And the winner is solver0
62.88/77.28	c Got one! Elapsed wall clock time (in seconds):77.166
62.88/77.28	o 106
63.23/77.47	c cleaning 6568 clauses out of 13140 with flag 14946/37515
63.23/77.49	c And the winner is solver0
63.44/77.78	c Got one! Elapsed wall clock time (in seconds):77.667
63.44/77.78	o 104
63.67/77.92	c And the winner is solver0
63.82/78.28	c Got one! Elapsed wall clock time (in seconds):78.168
63.82/78.28	o 97
63.84/78.40	c cleaning 6154 clauses out of 12312 with flag 7497/43255
64.05/78.41	c And the winner is solver0
64.18/78.78	c Got one! Elapsed wall clock time (in seconds):78.669
64.18/78.78	o 79
64.20/78.83	c And the winner is solver0
64.46/79.28	c Got one! Elapsed wall clock time (in seconds):79.171
64.46/79.28	o 69
64.48/79.36	c And the winner is solver0
64.76/79.79	c Got one! Elapsed wall clock time (in seconds):79.673
64.76/79.79	o 58
64.77/79.83	c And the winner is solver0
65.03/80.29	c Got one! Elapsed wall clock time (in seconds):80.175
65.03/80.29	o 55
65.05/80.35	c And the winner is solver0
65.32/80.79	c Got one! Elapsed wall clock time (in seconds):80.679
65.32/80.79	o 53
65.32/80.82	c And the winner is solver0
65.57/81.30	c Got one! Elapsed wall clock time (in seconds):81.182
65.57/81.30	o 43
65.57/81.39	c And the winner is solver0
65.90/81.80	c Got one! Elapsed wall clock time (in seconds):81.686
65.90/81.80	o 41
65.90/81.86	c cleaning 7344 clauses out of 14689 with flag 3645/51786
66.09/81.90	c And the winner is solver0
66.24/82.30	c Got one! Elapsed wall clock time (in seconds):82.191
66.24/82.30	o 27
66.64/82.51	c cleaning 6615 clauses out of 13229 with flag 17322/57670
67.03/82.75	c cleaning 6302 clauses out of 12614 with flag 38267/63670
67.23/82.89	c And the winner is solver0
67.84/83.31	c Got one! Elapsed wall clock time (in seconds):83.196
67.84/83.31	o 26
67.84/83.38	c And the winner is solver0
68.13/83.82	c Got one! Elapsed wall clock time (in seconds):83.702
68.13/83.82	o 25
68.13/83.88	c cleaning 6322 clauses out of 12644 with flag 3887/70002
68.68/84.12	c cleaning 6158 clauses out of 12322 with flag 27494/76002
69.28/84.42	c cleaning 6583 clauses out of 13166 with flag 56288/83004
69.89/84.75	c cleaning 7289 clauses out of 14583 with flag 88147/91004
70.68/85.17	c cleaning 8142 clauses out of 16291 with flag 124271/100002
71.69/85.65	c cleaning 9070 clauses out of 18148 with flag 165211/110002
72.70/86.19	c cleaning 10034 clauses out of 20079 with flag 211005/121003
73.10/86.34	c And the winner is solver0
73.43/86.82	c Got one! Elapsed wall clock time (in seconds):86.709
73.43/86.82	o 22
73.60/86.93	c cleaning 7722 clauses out of 15456 with flag 7755/126414
73.80/87.02	c And the winner is solver0
74.41/87.63	c Got one! Elapsed wall clock time (in seconds):87.515
74.41/87.63	o 20
74.54/87.77	c cleaning 6572 clauses out of 13150 with flag 11885/131830
74.94/87.91	c And the winner is solver0
75.10/88.14	c Got one! Elapsed wall clock time (in seconds):88.022
75.10/88.14	o 19
75.23/88.23	c cleaning 6188 clauses out of 12375 with flag 8479/137627
75.43/88.33	c And the winner is solver0
75.53/88.64	c Got one! Elapsed wall clock time (in seconds):88.529
75.53/88.64	o 18
75.65/88.77	c cleaning 5882 clauses out of 11770 with flag 12883/143211
76.26/89.02	c cleaning 5940 clauses out of 11887 with flag 37393/149211
76.26/89.05	c And the winner is solver0
76.38/89.15	c Got one! Elapsed wall clock time (in seconds):89.036
76.38/89.15	o 17
76.67/89.37	c cleaning 5919 clauses out of 11860 with flag 20928/155124
76.87/89.40	c And the winner is solver0
76.97/89.66	c Got one! Elapsed wall clock time (in seconds):89.55
76.97/89.66	o 15
77.23/89.88	c cleaning 5959 clauses out of 11924 with flag 21639/161107
77.63/90.02	c And the winner is solver0
77.75/90.17	c Got one! Elapsed wall clock time (in seconds):90.058
77.75/90.17	o 13
77.87/90.28	c cleaning 5899 clauses out of 11805 with flag 8388/166948
78.46/90.52	c cleaning 5951 clauses out of 11903 with flag 34257/172945
79.06/90.82	c cleaning 6471 clauses out of 12950 with flag 63709/179945
79.06/90.87	c And the winner is solver0
79.25/91.18	c Got one! Elapsed wall clock time (in seconds):91.066
79.25/91.18	o 11
79.50/91.36	c cleaning 5919 clauses out of 11851 with flag 17966/185317
80.08/91.60	c cleaning 5966 clauses out of 11931 with flag 43487/191316
80.48/91.87	c And the winner is solver0
80.69/92.19	c Got one! Elapsed wall clock time (in seconds):92.076
80.69/92.19	o 10
81.11/92.44	c cleaning 8788 clauses out of 17579 with flag 22470/202933
81.69/92.72	c cleaning 7391 clauses out of 14787 with flag 51503/208931
82.29/93.01	c cleaning 7196 clauses out of 14395 with flag 83288/215931
82.89/93.36	c cleaning 7595 clauses out of 15197 with flag 121156/223932
83.30/93.53	c And the winner is solver0
83.72/93.95	c Got one! Elapsed wall clock time (in seconds):93.835
83.72/93.95	o 8
83.83/94.01	c cleaning 6454 clauses out of 12916 with flag 4585/229246
84.23/94.26	c cleaning 6226 clauses out of 12460 with flag 31336/235248
84.83/94.55	c cleaning 6608 clauses out of 13225 with flag 63253/242246
84.83/94.57	c And the winner is solver0
86.02/95.68	c >>>>>>>>>> Solver number 0 (67 answers) <<<<<<<<<<<<<<<<<<
86.02/95.68	c starts		: 150
86.02/95.68	c conflicts		: 242876
86.02/95.68	c decisions		: 372380
86.02/95.68	c propagations		: 5111761
86.02/95.68	c inspects		: 112973202
86.02/95.68	c shortcuts		: 0
86.02/95.68	c learnt literals	: 37
86.02/95.68	c learnt binary clauses	: 31
86.02/95.68	c learnt ternary clauses	: 322
86.02/95.68	c learnt constraints	: 242838
86.02/95.68	c ignored constraints	: 0
86.02/95.68	c root simplifications	: 0
86.02/95.68	c removed literals (reason simplification)	: 1044047
86.02/95.68	c reason swapping (by a shorter reason)	: 0
86.02/95.68	c Calls to reduceDB	: 35
86.02/95.68	c Number of update (reduction) of LBD	: 57112
86.02/95.68	c Imported unit clauses	: 0
86.02/95.68	c number of reductions to clauses (during analyze)	: 0
86.02/95.68	c number of learned constraints concerned by reduction	: 0
86.02/95.68	c number of learning phase by resolution	: 0
86.02/95.68	c number of learning phase by cutting planes	: 0
86.02/95.68	c speed (assignments/second)	: 53527.41418668454
86.02/95.69	c non guided choices	2868
86.02/95.69	c learnt constraints type 
86.02/95.69	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
86.02/95.69	c starts		: 68
86.02/95.69	c conflicts		: 360
86.02/95.69	c decisions		: 6218
86.02/95.69	c propagations		: 21500
86.02/95.69	c inspects		: 911380
86.02/95.69	c shortcuts		: 0
86.02/95.69	c learnt literals	: 0
86.02/95.69	c learnt binary clauses	: 0
86.02/95.69	c learnt ternary clauses	: 0
86.02/95.69	c learnt constraints	: 315
86.02/95.69	c ignored constraints	: 0
86.02/95.69	c root simplifications	: 0
86.02/95.69	c removed literals (reason simplification)	: 0
86.02/95.69	c reason swapping (by a shorter reason)	: 0
86.02/95.69	c Calls to reduceDB	: 0
86.02/95.69	c Number of update (reduction) of LBD	: 0
86.02/95.69	c Imported unit clauses	: 0
86.02/95.69	c number of reductions to clauses (during analyze)	: 0
86.02/95.69	c number of learned constraints concerned by reduction	: 0
86.02/95.69	c number of learning phase by resolution	: 0
86.02/95.69	c number of learning phase by cutting planes	: 0
86.02/95.69	c speed (assignments/second)	: 12551.079976649153
86.02/95.69	c non guided choices	1503
86.02/95.69	c learnt constraints type 
86.02/95.69	s OPTIMUM FOUND
86.02/95.69	c Found 66 solution(s)
86.02/95.69	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 
86.02/95.69	c objective function=8
86.02/95.69	c Total wall clock time (in seconds): 95.573

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-4109565-1467319150/watcher-4109565-1467319150 -o /tmp/evaluation-result-4109565-1467319150/solver-4109565-1467319150 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109565-1467319150.wbo 

pid=9374
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.37 1.29 1.54 2/196 9377
/proc/meminfo: memFree=29681236/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9377/stat : 9377 (java) D 9374 9377 21085 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 12867568 9515008 186 33554432000 1073741824 1073778376 140733832585072 140733832574136 273896533287 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.37 1.29 1.54 2/196 9377
/proc/meminfo: memFree=29681236/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 12867568 9787879424 6044 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 1.37 1.29 1.54 2/196 9377
/proc/meminfo: memFree=29681236/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 4766 0 1 0 23 1 0 0 20 0 22 0 12867568 10060525568 7880 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 7880 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300353 s]
/proc/loadavg: 1.37 1.29 1.54 2/196 9377
/proc/meminfo: memFree=29681236/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 7116 0 1 0 54 3 0 0 20 0 19 0 12867568 10060525568 9283 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 9283 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700159 s]
/proc/loadavg: 1.37 1.29 1.54 2/196 9377
/proc/meminfo: memFree=29681236/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 11231 0 1 0 72 4 0 0 20 0 22 0 12867568 10060525568 12593 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 12593 2249 9 0 2446860 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.26 1.27 1.53 2/216 9411
/proc/meminfo: memFree=29635124/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 13196 0 1 0 152 8 0 0 20 0 19 0 12867568 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 17069 2260 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 19 0 12867569 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 6390 0 0 0 51 1 0 0 20 0 19 0 12867573 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 3039 0 0 0 40 0 0 0 20 0 19 0 12867573 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867587 10060525568 17069 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 1.26 1.27 1.53 5/218 9426
/proc/meminfo: memFree=29602124/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 14568 0 1 0 168 10 0 0 20 0 19 0 12867568 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 21008 2265 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2419 0 1 0 16 0 0 0 20 0 19 0 12867569 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 6390 0 0 0 54 1 0 0 20 0 19 0 12867573 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 4383 0 0 0 50 0 0 0 20 0 19 0 12867573 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867587 10060525568 21008 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=36 pid=1832 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.24 1.27 1.52 2/215 9462
/proc/meminfo: memFree=29542904/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 14673 0 1 0 181 15 0 0 20 0 19 0 12867568 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 30163 2268 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2420 0 1 0 17 0 0 0 20 0 19 0 12867569 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12867570 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867571 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 6405 0 0 0 56 1 0 0 20 0 19 0 12867573 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 4383 0 0 0 52 0 0 0 20 0 19 0 12867573 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12867573 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12867587 10060525568 30163 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96

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

/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 12321 0 0 0 116 2 0 0 20 0 22 0 12867573 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 13015 0 0 0 142 2 0 0 20 0 22 0 12867573 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12867587 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=10226] ppid=9374 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9377/task/10226/stat : 10226 (java) R 9374 9377 21085 0 -1 4202560 3 0 0 0 58 0 0 0 20 0 22 0 12876788 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409563024536 140409611794632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=10227] ppid=9374 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9377/task/10227/stat : 10227 (java) R 9374 9377 21085 0 -1 4202560 2 0 0 0 58 0 0 0 20 0 22 0 12876788 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409559866424 140409611922365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=10228] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/10228/stat : 10228 (java) S 9374 9377 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12876790 10060525568 48952 33554432000 1073741824 1073778376 140733832585072 140409561973928 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 81.86
Current children cumulated vsize (KiB) 9824732

[startup+94.4008 s]
/proc/loadavg: 1.28 1.26 1.50 4/219 10234
/proc/meminfo: memFree=29497292/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=84.6 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 30086 0 1 0 8336 124 0 0 20 0 22 0 12867568 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 48312 2287 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2425 0 1 0 29 2 0 0 20 0 22 0 12867569 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 12867570 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 35 0 0 0 4 10 0 0 20 0 22 0 12867571 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12867571 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 12867571 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 12321 0 0 0 116 2 0 0 20 0 22 0 12867573 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 13015 0 0 0 142 2 0 0 20 0 22 0 12867573 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12867573 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12867587 10060525568 48312 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 84.6
Current children cumulated vsize (KiB) 9824732

[startup+95.2007 s]
/proc/loadavg: 1.28 1.26 1.50 3/217 10243
/proc/meminfo: memFree=29495620/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=85.59 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 30086 0 1 0 8434 125 0 0 20 0 20 0 12867568 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 48307 2287 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2425 0 1 0 29 2 0 0 20 0 20 0 12867569 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 35 0 0 0 4 10 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 12321 0 0 0 116 2 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 13015 0 0 0 142 2 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 12867587 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=10239] ppid=9374 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/9377/task/10239/stat : 10239 (java) R 9374 9377 21085 0 -1 4202560 3 0 0 0 122 0 0 0 20 0 20 0 12876964 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409561971616 140409612141294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 85.59
Current children cumulated vsize (KiB) 9824732

[startup+95.6008 s]
/proc/loadavg: 1.28 1.26 1.50 3/217 10243
/proc/meminfo: memFree=29495620/32872528 swapFree=1484672/1662500
[pid=9377] ppid=9374 vsize=9824732 CPUtime=85.99 cores=1,3,5,7
/proc/9377/stat : 9377 (java) S 9374 9377 21085 0 -1 4202496 30087 0 1 0 8474 125 0 0 20 0 20 0 12867568 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140733832576208 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9377/statm: 2456183 48307 2287 9 0 2446860 0
[pid=9377/tid=9379] ppid=9374 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/9377/task/9379/stat : 9379 (java) S 9374 9377 21085 0 -1 4202560 2426 0 1 0 29 2 0 0 20 0 20 0 12867569 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409747739512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9380] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9380/stat : 9380 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409736801192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9381] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9381/stat : 9381 (java) S 9374 9377 21085 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409735748648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9382] ppid=9374 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9377/task/9382/stat : 9382 (java) S 9374 9377 21085 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409734695592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9383] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9383/stat : 9383 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409733643048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9384] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9384/stat : 9384 (java) S 9374 9377 21085 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409732589992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9385] ppid=9374 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9377/task/9385/stat : 9385 (java) S 9374 9377 21085 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409731537448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9386] ppid=9374 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9377/task/9386/stat : 9386 (java) S 9374 9377 21085 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409730484392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9387] ppid=9374 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9377/task/9387/stat : 9387 (java) S 9374 9377 21085 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 20 0 12867570 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409583647016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9388] ppid=9374 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9377/task/9388/stat : 9388 (java) S 9374 9377 21085 0 -1 4202560 35 0 0 0 4 10 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409571449704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9389] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9389/stat : 9389 (java) S 9374 9377 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409570396024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9390] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9390/stat : 9390 (java) S 9374 9377 21085 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 20 0 12867571 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409569342856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9377/tid=9391] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9391/stat : 9391 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409568291600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9392] ppid=9374 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9377/task/9392/stat : 9392 (java) S 9374 9377 21085 0 -1 4202560 12321 0 0 0 116 2 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409567238456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9377/tid=9393] ppid=9374 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/9377/task/9393/stat : 9393 (java) S 9374 9377 21085 0 -1 4202560 13015 0 0 0 142 2 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409566185912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9394] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9394/stat : 9394 (java) S 9374 9377 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409565133048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=9395] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9395/stat : 9395 (java) S 9374 9377 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 12867573 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409564080712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9377/tid=9401] ppid=9374 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9377/task/9401/stat : 9401 (java) S 9374 9377 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 12867587 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409560921384 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9377/tid=10239] ppid=9374 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/9377/task/10239/stat : 10239 (java) R 9374 9377 21085 0 -1 4202560 3 0 0 0 162 0 0 0 20 0 20 0 12876964 10060525568 48307 33554432000 1073741824 1073778376 140733832585072 140409561971064 140409611922365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 85.99
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.0300044
#  lost CPU user time (s): 0.0600032
#  lost CPU system time (s): -0.03

Real time (s): 95.6952
CPU time (s): 86.1909
CPU user time (s): 84.8681
CPU system time (s): 1.32279
CPU usage (%): 90.0682
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8081
system time used= 1.35279
maximum resident set size= 240892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30100
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5981
involuntary context switches= 2569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.698893 second user time and 0.876866 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 22:39:10
IDJOB=4109565
IDBENCH=78853
IDSOLVER=2552
FILE ID=node134/4109565-1467319150
RUNJOBID= node134-1467318920-6227
PBS_JOBID= 20005262
Free space on /tmp= 71708 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.1110967523--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109565-1467319150/watcher-4109565-1467319150 -o /tmp/evaluation-result-4109565-1467319150/solver-4109565-1467319150 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109565-1467319150.wbo

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

MD5SUM BENCH= c00e6333768769c32a17ccabf57a57e2
RANDOM SEED=421128715

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29682292 kB
Buffers:          173004 kB
Cached:           392512 kB
SwapCached:            0 kB
Active:           455296 kB
Inactive:         327304 kB
Active(anon):     213560 kB
Inactive(anon):     5960 kB
Active(file):     241736 kB
Inactive(file):   321344 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1384 kB
Writeback:             0 kB
AnonPages:       1842156 kB
Mapped:            21624 kB
Shmem:               216 kB
Slab:             613016 kB
SReclaimable:      56392 kB
SUnreclaim:       556624 kB
KernelStack:        1800 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 71708 MiB
End job on node134 at 2016-06-30 22:40:46