Trace number 4296896

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
scop order+glucose-syrup (2018-07-07)UNSAT 202.378 31.9903

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark199.813
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.53	
0.65/0.53	scop order+glucose-syrup (2018-07-07)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Fri Jul 27 06:02:41 CEST 2018
0.65/0.56	c PID: 18279
0.65/0.56	c IP: 172.20.3.150
0.65/0.56	c HOST: node150.alineos.net
0.65/0.56	c (0,0) Parsing Begin
2.24/1.21	c (0,0) Parsing End
2.24/1.22	c (0,0) CSP: 100 int (0 aux), 500 bool (0 aux), 727 ctr, max domain size 22
2.24/1.22	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.24/1.23	c (0,0) Constraint Name Generate Begin
2.24/1.24	c (0,0) Ctr:HOME/instance-4296896-1532664160.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
2.24/1.24	c (0,0) Constraint Name Generate End
2.24/1.24	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.24/1.24	c (0,0) CSP to CSPinCNF Begin
8.71/3.07	c (2,2) translated 73 (10%) constraints
9.76/3.33	c (2,2) translated 146 (20%) constraints
9.76/3.34	c (2,2) translated 219 (30%) constraints
9.76/3.36	c (2,2) translated 291 (40%) constraints
9.76/3.38	c (2,2) translated 364 (50%) constraints
9.76/3.39	c (2,2) translated 437 (60%) constraints
10.22/3.41	c (2,2) translated 509 (70%) constraints
10.22/3.43	c (2,2) translated 582 (80%) constraints
11.39/3.71	c (3,3) translated 655 (90%) constraints
11.66/3.81	c (3,3) translated 727 (100%) constraints
12.93/4.13	c (3,3) STATISTICS1:HOME/instance-4296896-1532664160.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,7400,25348,9223372036854775807,22,23,100,9223372036854775807:105;2305843009213693952:1;1152921504606846976:2;576460752303423488:3;144115188075855872:3;36028797018963968:1;18014398509481984:4;9007199254740992:1;2251799813685248:3;562949953421312:3;281474976710656:2;140737488355328:1;35184372088832:3;17592186044416:2;8796093022208:1;4398046511104:2;2199023255552:1;549755813888:5;137438953472:1;68719476736:2;34359738368:1;17179869184:1;8589934592:3;2147483648:1;1073741824:2;536870912:2;134217728:3;33554432:1;16777216:2;8388608:1;2097152:2;524288:2;262144:1;131072:1;32768:2;16384:1;8192:1;4096:1;2048:1;512:2;128:1;64:1;32:1;16:192;8:2;4:196;2:100,22:8600;2:65357,23:100;3:13000;2:11600;1:648,100:49;98:1;97:2;96:1;95:2;94:3;92:1;91:2;90:3;88:3;86:1;85:4;84:1;82:3;80:3;79:2;78:1;76:3;75:2;74:1;73:2;72:1;70:5;68:1;67:2;66:1;65:2;64:3;62:1;61:2;60:3;58:3;56:1;55:4;54:1;52:3;50:3;49:2;48:1;46:3;45:2;44:1;43:2;42:1;40:5;38:1;37:2;36:1;35:1;34:3;32:1;31:2;30:2;28:3;26:1;25:2;24:1;22:2;20:2;19:1;18:1;16:2;15:1;14:1;13:1;12:1;10:2;8:1;7:1;6:1;5:192;4:2;3:196;2:100;1:64400;0:100,4356:49;4225:1;4096:3;3969:2;3844:3;3721:1;3600:5;3364:3;3249:1;3136:5;2916:3;2809:3;2704:3;2500:5;2401:1;2304:3;2116:5;2025:1;1936:3;1849:2;1764:3
12.93/4.13	c (3,3) ===========================================
12.93/4.13	c (3,3) Order
12.93/4.13	c (3,3) ===========================================
14.57/4.53	c (3,3) translated 2535 (10%) constraints
14.95/4.65	c (4,4) translated 5070 (20%) constraints
15.34/4.72	c (4,4) translated 7605 (30%) constraints
15.34/4.77	c (4,4) translated 10140 (40%) constraints
15.64/4.81	c (4,4) translated 12674 (50%) constraints
15.64/4.85	c (4,4) translated 15209 (60%) constraints
15.64/4.89	c (4,4) translated 17744 (70%) constraints
15.77/4.93	c (4,4) translated 20279 (80%) constraints
15.77/4.97	c (4,4) translated 22814 (90%) constraints
17.14/5.43	c (4,4) translated 25348 (100%) constraints
17.14/5.43	c (4,4) CSP to CSPinCNF End
17.14/5.43	c (4,4) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32528 ctr, max domain size 35
17.14/5.43	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
17.14/5.43	c (4,4) CSPinCNF Propagation Begin
17.61/5.67	c (5,5) 0 values, 300 unsatisfiable literals, and 200 valid clauses are removed
17.61/5.67	c (5,5) CSPinCNF Propagation End
17.61/5.67	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.61/5.67	c (5,5) Heap : 1802 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
17.61/5.67	c (5,5) Simplify CSPinCNF Begin
17.99/5.75	c (5,5) Simplify CSPinCNF End
17.99/5.76	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.99/5.76	c (5,5) Heap : 1802 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
17.99/5.76	c (5,5) Calculate Precise Domain Begin
17.99/5.79	c (5,5) 0 values are removed by re-calculation
17.99/5.79	c (5,5) Calculate Precise Domain End
17.99/5.79	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.99/5.79	c (5,5) Heap : 1802 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
17.99/5.79	c (5,5) CSPinCNF to SatSolver Begin
20.20/6.83	c (6,6) 3233 (10 %) CSP clauses are encoded (27779 SAT variables, 208939 SAT clauses)
20.20/6.86	c (6,6) 6466 (20 %) CSP clauses are encoded (27779 SAT variables, 212172 SAT clauses)
20.55/6.90	c (6,6) 9699 (30 %) CSP clauses are encoded (27779 SAT variables, 215405 SAT clauses)
20.55/6.94	c (6,6) 12932 (40 %) CSP clauses are encoded (27779 SAT variables, 218638 SAT clauses)
20.55/6.97	c (6,6) 16164 (50 %) CSP clauses are encoded (27779 SAT variables, 221870 SAT clauses)
20.55/6.99	c (6,6) 19397 (60 %) CSP clauses are encoded (27779 SAT variables, 225103 SAT clauses)
20.81/7.01	c (6,6) 22630 (70 %) CSP clauses are encoded (27779 SAT variables, 228336 SAT clauses)
20.81/7.03	c (6,6) 25863 (80 %) CSP clauses are encoded (27779 SAT variables, 231569 SAT clauses)
20.81/7.05	c (6,6) 29096 (90 %) CSP clauses are encoded (27779 SAT variables, 234802 SAT clauses)
21.91/8.19	c (7,7) 32328 (100 %) CSP clauses are encoded (27779 SAT variables, 591217 SAT clauses)
21.91/8.19	c (7,7) CSPinCNF to SatSolver End
21.91/8.19	c (7,7) Heap : 3604 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.37/8.39	c (7,7) STATISTICS2:HOME/instance-4296896-1532664160.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,11076,32328,1156,35,22,11,1156:5;1122:1;1089:3;1056:2;1024:75;992:1;961:5;900:3;870:1;841:5;784:3;756:3;729:3;676:5;650:1;625:3;576:5;552:1;529:3;512:268;506:2;484:3;462:1;441:5;400:3;380:1;361:5;324:8;306:17;289:18;272:12;256:634;240:13;225:18;210:14;196:26;182:17;169:32;156:15;144:18;132:13;128:292;121:21;110:12;100:18;96:67;90:63;81:124;72:86;64:297;63:12;56:72;54:24;49:79;45:24;36:31;32:11;30:1;27:36;25:85;18:84;16:340;9:24;8:2;4:252;2:100,35:10;34:28;33:30;32:24;31:34;30:24;29:30;28:28;27:26;26:32;25:26;24:28;23:30;22:12624;21:34;20:24;19:30;18:76;17:138;16:148;15:138;14:176;13:210;12:268;11:144;10:532;9:1296;8:618;7:470;6:92;5:352;4:36;3:108;2:74209,22:100;3:12800;2:16000;1:3428,11:72;10:268;9:612;8:292;7:218;6:11;5:399;4:2;3:1454;2:100;1:72600,
22.37/8.39	c (7,7) SatSolver.solve Begin
22.37/8.39	c (7,7) 27779 bool, 591272 clause
22.37/8.39	c (7,7) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4296896-1532664160.xml-scop-18279.cnf HOME/instance-4296896-1532664160.xml-scop-18279.cnf.out
93.57/18.33	c (17,0) c
93.57/18.33	c (17,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
93.57/18.33	c (17,0) c
93.57/18.33	c (17,0) c WARNING: for repeatability, setting FPU to use double precision
93.57/18.33	c (17,0) c 8 solvers engines and 1 companion as a blackboard created.
93.57/18.33	c (17,0) c ========================================[ Problem Statistics ]===========================================
93.57/18.33	c (17,0) c |                                                                                                       |
93.57/18.33	c (17,0) c |  Number of variables:         27779                                                                   |
93.57/18.33	c (17,0) c |  Number of clauses:          591060                                                                   |
93.57/18.33	c (17,0) c |  Parse time:                   0.21 s                                                                 |
93.57/18.33	c (17,0) c |                                                                                                       |
93.57/18.33	c (17,0) c |  Eliminated clauses:           0.14 Mb                                                                |
93.57/18.33	c (17,0) c |  Simplification time:          0.76 s                                                                 |
93.57/18.33	c (17,0) c |                                                                                                       |
93.57/18.33	c (17,0) c |  Generating clones                                                                                    |
93.57/18.33	c (17,0) c |  all clones generated. Memory = 267.41Mb.                                                             |
93.57/18.33	c (17,0) c ========================================================================================================|
93.57/18.33	c (17,0) c
93.57/18.33	c (17,0) c |-------------------------------------------------------------------------------------------------------|
93.57/18.33	c (17,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
93.57/18.33	c (17,0) c |-------------------------------------------------------------------------------------------------------|
93.57/18.34	c (17,0) c |  0 |    116 |      53864 |      23478 |    23367 |    14698 |     3937 |    30639 |      946 |  4.133 |
93.57/18.34	c (17,0) c |  1 |    123 |      49943 |      29977 |    23006 |    13789 |     4661 |    30204 |     3992 |  4.133 |
93.57/18.34	c (17,0) c |  2 |    139 |      50953 |      29115 |    22240 |    12916 |     4454 |    30403 |     3816 |  4.133 |
93.57/18.34	c (17,0) c |  3 |    131 |      53860 |      31644 |    22238 |    15450 |     4518 |    30429 |     3759 |  4.133 |
93.57/18.34	c (17,0) c |  4 |    124 |      51283 |      30749 |    22314 |    14557 |     4686 |    30152 |     3959 |  4.133 |
93.57/18.34	c (17,0) c |  5 |    128 |      49588 |      28733 |    22881 |    12541 |     4049 |    30909 |     3923 |  4.133 |
93.57/18.34	c (17,0) c |  6 |    117 |      51331 |      30860 |    24865 |    14676 |     4885 |    30059 |     3430 |  4.133 |
93.57/18.34	c (17,0) c |  7 |    127 |      47870 |      28844 |    20784 |    12654 |     3777 |    31136 |     3755 |  4.133 |
93.57/18.34	c (17,0) c 
93.57/18.34	c (17,0) c synthesis      233401 conflicts   114756712 propagations     6055 conflicts/sec  2977117 propagations/sec
93.57/18.34	c (17,0) c Total Memory so far : 849.90Mb
93.57/18.34	c (17,0) c
93.57/18.34	c (17,0) c |-------------------------------------------------------------------------------------------------------|
93.57/18.34	c (17,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
93.57/18.34	c (17,0) c |-------------------------------------------------------------------------------------------------------|
93.57/18.34	c (17,0) c |  0 |    149 |      87988 |      46439 |    30295 |    20349 |     8183 |    46012 |     4362 |  4.133 |
93.57/18.34	c (17,0) c |  1 |    242 |      81094 |      48750 |    27896 |    22659 |     6895 |    47389 |     6620 |  4.133 |
93.57/18.34	c (17,0) c |  2 |    215 |      83439 |      52147 |    26137 |    13604 |     7255 |    46935 |     6395 |  4.133 |
93.57/18.34	c (17,0) c |  3 |    254 |      85038 |      50913 |    26251 |    24817 |     6296 |    48003 |     6355 |  4.133 |
93.57/18.34	c (17,0) c |  4 |    221 |      79683 |      48653 |    25148 |    22559 |     6910 |    47232 |     6508 |  4.133 |
93.57/18.34	c (17,0) c |  5 |    223 |      83195 |      51569 |    26744 |    13026 |     6002 |    48294 |     6900 |  4.133 |
93.57/18.34	c (17,0) c |  6 |    223 |      80843 |      49531 |    27473 |    23444 |     7070 |    47142 |     6234 |  4.133 |
93.57/18.34	c (17,0) c |  7 |    222 |      76661 |      46499 |    24908 |    20413 |     5707 |    48521 |     6547 |  4.133 |
93.57/18.34	c (17,0) c 
189.30/30.33	c (29,0) c synthesis      394503 conflicts   206274521 propagations     5608 conflicts/sec  2932018 propagations/sec
189.30/30.33	c (29,0) c Total Memory so far : 849.90Mb
189.30/30.33	c (29,0) c
189.30/30.33	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.33	c (29,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
189.30/30.33	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.33	c (29,0) c |  0 |    175 |     119477 |      69884 |    32413 |    16312 |    10699 |    58688 |     6691 |  4.136 |
189.30/30.33	c (29,0) c |  1 |    290 |     107401 |      67946 |    29861 |    29407 |     9063 |    61168 |     8851 |  4.136 |
189.30/30.33	c (29,0) c |  2 |    338 |     112048 |      70043 |    28367 |    16477 |     8273 |    61634 |     9012 |  4.136 |
189.30/30.33	c (29,0) c |  3 |    329 |     115845 |      71795 |    27623 |    18228 |     9117 |    60977 |     8585 |  4.136 |
189.30/30.33	c (29,0) c |  4 |    294 |     108162 |      67966 |    26787 |    28981 |     9065 |    61084 |     8959 |  4.136 |
189.30/30.33	c (29,0) c |  5 |    314 |     109821 |      69887 |    28221 |    16317 |     7679 |    62066 |     9035 |  4.136 |
189.30/30.33	c (29,0) c |  6 |    319 |     109308 |      68805 |    28803 |    15240 |     8999 |    60695 |     8794 |  4.136 |
189.30/30.33	c (29,0) c |  7 |    282 |     104826 |      66113 |    26966 |    27581 |     7371 |    62861 |     9053 |  4.136 |
189.30/30.33	c (29,0) c 
189.30/30.33	c (29,0) c synthesis      552440 conflicts   293881027 propagations     5406 conflicts/sec  2875690 propagations/sec
189.30/30.33	c (29,0) c Total Memory so far : 977.90Mb
189.30/30.33	c (29,0) c
189.30/30.33	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.33	c (29,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
189.30/30.33	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.33	c (29,0) c |  0 |    210 |     148144 |      91531 |    33685 |    20355 |    12645 |    71994 |     9070 |  4.136 |
189.30/30.34	c (29,0) c |  1 |    330 |     134207 |      87617 |    31042 |    34053 |    11040 |    74051 |    10856 |  4.136 |
189.30/30.34	c (29,0) c |  2 |    377 |     140529 |      91472 |    29793 |    20293 |    10621 |    73014 |    11290 |  4.136 |
189.30/30.34	c (29,0) c |  3 |    367 |     145298 |      93409 |    28800 |    22237 |    10940 |    74204 |    10831 |  4.136 |
189.30/30.34	c (29,0) c |  4 |    366 |     132461 |      84936 |    27980 |    31150 |    10641 |    74529 |    10987 |  4.136 |
189.30/30.34	c (29,0) c |  5 |    360 |     138243 |      90945 |    29101 |    19768 |     9767 |    75402 |    11121 |  4.136 |
189.30/30.34	c (29,0) c |  6 |    368 |     137774 |      90295 |    30033 |    19119 |    10842 |    74325 |    10978 |  4.136 |
189.30/30.34	c (29,0) c |  7 |    345 |     130270 |      83335 |    28534 |    29773 |     8690 |    76184 |    11276 |  4.136 |
189.30/30.34	c (29,0) c 
189.30/30.34	c (29,0) c synthesis      713540 conflicts   380052708 propagations     5324 conflicts/sec  2835773 propagations/sec
189.30/30.34	c (29,0) c Total Memory so far : 849.90Mb
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c Try to adapt solver strategies
189.30/30.34	c (29,0) c 
189.30/30.34	c (29,0) c Nothing extreme in this problem, continue with glucose default strategies.
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c Try to adapt solver strategies
189.30/30.34	c (29,0) c 
189.30/30.34	c (29,0) c Nothing extreme in this problem, continue with glucose default strategies.
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c Try to adapt solver strategies
189.30/30.34	c (29,0) c 
189.30/30.34	c (29,0) c Nothing extreme in this problem, continue with glucose default strategies.
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c
189.30/30.34	c (29,0) c Try to adapt solver strategies
189.30/30.34	c (29,0) c 
189.30/30.34	c (29,0) c Nothing extreme in this problem, continue with glucose default strategies.
189.30/30.34	c (29,0) c
189.30/30.35	c (29,0) c
189.30/30.35	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.35	c (29,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
189.30/30.35	c (29,0) c |-------------------------------------------------------------------------------------------------------|
189.30/30.35	c (29,0) c |  0 |    231 |     170516 |     108911 |    34226 |    37734 |    14700 |    84321 |    10824 |  4.136 |
189.30/30.35	c (29,0) c |  1 |    382 |     161602 |     108014 |    31514 |    36840 |    12888 |    86319 |    13527 |  4.136 |
189.30/30.35	c (29,0) c |  2 |    413 |     163350 |     108753 |    30190 |    37573 |    12178 |    85998 |    13193 |  4.136 |
189.30/30.35	c (29,0) c |  3 |    394 |     168855 |     111600 |    29226 |    20222 |    12653 |    84948 |    13059 |  4.136 |
202.06/31.93	c (31,0) c |  4 |    395 |     159854 |     105886 |    28412 |    34603 |    12676 |    85142 |    13342 |  4.136 |
202.06/31.93	c (31,0) c |  5 |    410 |     163617 |     109172 |    29399 |    37995 |    11277 |    87999 |    13214 |  4.136 |
202.06/31.93	c (31,0) c |  6 |    394 |     161499 |     107589 |    30566 |    36412 |    12547 |    86056 |    13599 |  4.136 |
202.06/31.93	c (31,0) c |  7 |    387 |     153726 |     100184 |    28865 |    29014 |    10404 |    88805 |    13142 |  4.136 |
202.06/31.93	c (31,0) c 
202.06/31.93	c (31,0) c synthesis      860110 conflicts   461014225 propagations     5186 conflicts/sec  2779547 propagations/sec
202.06/31.93	c (31,0) c Total Memory so far : 913.90Mb
202.06/31.93	c (31,0) c Thread 6 is 100% pure glucose! First thread to finish! (UNSAT answer).
202.06/31.93	c (31,0) c Total Memory so far : 977.90Mb
202.06/31.93	c (31,0) c
202.06/31.93	c (31,0) c real time : 23.5194 s
202.06/31.93	c (31,0) c cpu time  : 178.553 s
202.06/31.93	c (31,0) c
202.06/31.93	c (31,0) c
202.06/31.93	c (31,0) c
202.06/31.93	c (31,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
202.06/31.93	c (31,0) c
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) c | Conflicts     |          907317 |     113807 |     114451 |     115959 |     117844 |     110409 |     115686 |     113466 |     105695 |
202.06/31.93	c (31,0) c | Decisions     |         1362889 |     176925 |     169659 |     172167 |     176547 |     165612 |     172042 |     169000 |     160937 |
202.06/31.93	c (31,0) c | Propagations  |       490218048 |   61438198 |   63672945 |   62591991 |   60109935 |   58253344 |   63590437 |   61680576 |   58880622 |
202.06/31.93	c (31,0) c | Avg_Trail     |                 |       9066 |       8728 |       8757 |       8724 |       8760 |       8662 |       8588 |       8742 |
202.06/31.93	c (31,0) c | Avg_DL        |                 |         29 |         21 |         20 |         22 |         21 |         21 |         21 |         22 |
202.06/31.93	c (31,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
202.06/31.93	c (31,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) c | Exported      |          103770 |      15255 |      13511 |      12762 |      13298 |      13129 |      11762 |      12959 |      11094 |
202.06/31.93	c (31,0) c | Imported      |          718661 |      86143 |      89047 |      90773 |      90050 |      90235 |      90325 |      90811 |      91277 |
202.06/31.93	c (31,0) c | Good          |            6640 |        749 |        846 |        833 |        855 |        850 |        820 |        842 |        845 |
202.06/31.93	c (31,0) c | Purge         |          712021 |      85394 |      88201 |      89940 |      89195 |      89385 |      89505 |      89969 |      90432 |
202.06/31.93	c (31,0) c | Promoted      |          110396 |      11527 |      14366 |      14003 |      13803 |      14130 |      14055 |      14492 |      14020 |
202.06/31.93	c (31,0) c | Remove_Imp    |          368006 |      44614 |      45886 |      45106 |      44099 |      40596 |      52145 |      51654 |      43906 |
202.06/31.93	c (31,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) c | Unaries       |                 |          0 |          0 |          3 |          2 |          2 |          2 |         10 |          1 |
202.06/31.93	c (31,0) c | Binaries      |                 |        192 |        101 |        126 |         96 |        103 |        124 |        134 |        100 |
202.06/31.93	c (31,0) c | Glues         |                 |        264 |        272 |        236 |        216 |        232 |        241 |        276 |        226 |
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) c | Orig_Seen     |             5 % |      34312 |      31605 |      30286 |      29293 |      28449 |      29541 |      30666 |      28936 |
202.06/31.93	c (31,0) c | Diff Orig seen|                 |       3646 |        939 | -      380 | -     1373 | -     2217 | -     1125 |      X     | -     1730 |
202.06/31.93	c (31,0) c | Hamming       |             6 % |       1929 |       1573 |       1653 |       1942 |       1708 |       1620 |      X     |       1266 |
202.06/31.93	c (31,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
202.06/31.93	c (31,0) 
202.06/31.93	c (31,0) s UNSATISFIABLE
202.06/31.95	c (31,7) SatSolver.solve End
202.06/31.95	c (31,7) Heap : 4167 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
202.06/31.95	c (31,7) Show results Begin
202.06/31.95	s UNSATISFIABLE
202.06/31.95	c (31,7) Show results End
202.06/31.95	c (31,7) Heap : 4167 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
202.06/31.95	c (31,7) 0,0,4,5,5,5,7,31,31,STOP-AFTER(ALL)
202.06/31.95	c END-Prog: Fri Jul 27 06:03:12 CEST 2018

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12788 MiB free)
  memory of node 1: 16384 MiB (14750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296896-1532664160/watcher-4296896-1532664160 -o /tmp/evaluation-result-4296896-1532664160/solver-4296896-1532664160 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532653186-16741 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296896-1532664160.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18279, runsolver pid=18276

[startup+0.100156 s]*
/proc/loadavg: 1.90 2.46 2.46 3/199 18299
/proc/meminfo: memFree=28105676/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27312552 memory=109732 CPUtime=0.1 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 6440 0 0 0 8 2 0 0 20 0 20 0 83979281 27968053248 27433 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6828138 27433 2749 1 0 6790598 0
[pid=18279/tid=18281] ppid=18276 vsize=27312552 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) R 18276 18279 16714 0 -1 4202560 4556 0 0 0 7 2 0 0 20 0 20 0 83979282 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092224778912 140092252994966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27312552 memory=140060572403328 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18291] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18291/stat : 18291 (java) S 18276 18279 16714 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 27433 33554432000 4194304 4196468 140731154873648 140090223354784 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18292] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18292/stat : 18292 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 27433 33554432000 4194304 4196468 140731154873648 140089954919408 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18293] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18293/stat : 18293 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140089580411088 140092253001627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18294] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18294/stat : 18294 (java) S 18276 18279 16714 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091110427120 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18295] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18295/stat : 18295 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091109374576 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18296] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18296/stat : 18296 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091108322032 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18297] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18297/stat : 18297 (java) S 18276 18279 16714 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091107269488 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18298] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18298/stat : 18298 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140089082505440 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18299] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18299/stat : 18299 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 27433 33554432000 4194304 4196468 140731154873648 140091106216368 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 109732 KiB

[startup+0.210278 s]*
/proc/loadavg: 1.83 2.43 2.46 2/199 18299
/proc/meminfo: memFree=28087380/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27312552 memory=124200 CPUtime=0.24 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 10239 0 0 0 21 3 0 0 20 0 20 0 83979281 27968053248 31050 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6828138 31050 2904 1 0 6790598 0
[pid=18279/tid=18281] ppid=18276 vsize=27312552 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) R 18276 18279 16714 0 -1 4202560 8155 0 0 0 17 3 0 0 20 0 20 0 83979282 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092224773696 140092253004957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27312552 memory=10869 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27312552 memory=140060572900234 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18291] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18291/stat : 18291 (java) S 18276 18279 16714 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31050 33554432000 4194304 4196468 140731154873648 140090223354784 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18292] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18292/stat : 18292 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31050 33554432000 4194304 4196468 140731154873648 140089954919408 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18293] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18293/stat : 18293 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140089580411088 140092253001627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18294] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18294/stat : 18294 (java) R 18276 18279 16714 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091110427120 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18295] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18295/stat : 18295 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091109374576 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18296] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18296/stat : 18296 (java) R 18276 18279 16714 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091108322032 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18297] ppid=18276 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/18279/task/18297/stat : 18297 (java) R 18276 18279 16714 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091107269488 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18298] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18298/stat : 18298 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140089082505440 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18299] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18299/stat : 18299 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31050 33554432000 4194304 4196468 140731154873648 140091106216368 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 124200 KiB

[startup+0.310194 s]*
/proc/loadavg: 1.83 2.43 2.46 2/199 18299
/proc/meminfo: memFree=28083968/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27312552 memory=127668 CPUtime=0.42 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 10774 0 0 0 38 4 0 0 20 0 20 0 83979281 27968053248 31917 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6828138 31917 2985 1 0 6790598 0
[pid=18279/tid=18281] ppid=18276 vsize=27312552 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) R 18276 18279 16714 0 -1 4202560 8523 0 0 0 27 3 0 0 20 0 20 0 83979282 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092224806432 140092236169857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27312552 memory=140060427121583 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27312552 memory=140060427123888 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27312552 memory=140060427126192 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979284 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18291] ppid=18276 vsize=27312552 memory=280120854259344 CPUtime=0 cores=0-7
/proc/18279/task/18291/stat : 18291 (java) S 18276 18279 16714 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31917 33554432000 4194304 4196468 140731154873648 140090223354784 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18292] ppid=18276 vsize=27312552 memory=280120854266256 CPUtime=0 cores=0-7
/proc/18279/task/18292/stat : 18292 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979286 27968053248 31917 33554432000 4194304 4196468 140731154873648 140089954919408 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18293] ppid=18276 vsize=27312552 memory=280120854207536 CPUtime=0 cores=0-7
/proc/18279/task/18293/stat : 18293 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140089580411088 140092253001627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18294] ppid=18276 vsize=27312552 memory=280120854280080 CPUtime=0.02 cores=0-7
/proc/18279/task/18294/stat : 18294 (java) S 18276 18279 16714 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091110427120 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18295] ppid=18276 vsize=27312552 memory=280120854286992 CPUtime=0 cores=0-7
/proc/18279/task/18295/stat : 18295 (java) S 18276 18279 16714 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091109374576 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18296] ppid=18276 vsize=27312552 memory=280120854284688 CPUtime=0 cores=0-7
/proc/18279/task/18296/stat : 18296 (java) S 18276 18279 16714 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091108322032 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18297] ppid=18276 vsize=27312552 memory=280120854301296 CPUtime=0.07 cores=0-7
/proc/18279/task/18297/stat : 18297 (java) S 18276 18279 16714 0 -1 1077944384 283 0 0 0 7 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091107269488 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18298] ppid=18276 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18298/stat : 18298 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140089082505440 140092252993237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18299] ppid=18276 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/18279/task/18299/stat : 18299 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979289 27968053248 31917 33554432000 4194304 4196468 140731154873648 140091106216368 140092252994178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127668 KiB

[startup+0.707619 s]
/proc/loadavg: 1.83 2.43 2.46 2/199 18299
/proc/meminfo: memFree=28059660/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27320948 memory=165604 CPUtime=1.02 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 17890 0 0 0 95 7 0 0 20 0 20 0 83979281 27976650752 41390 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6830237 41401 3170 1 0 6791622 0
[pid=18279/tid=18281] ppid=18276 vsize=27320948 memory=0 CPUtime=0.68 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) R 18276 18279 16714 0 -1 4202560 15125 0 0 0 63 5 0 0 20 0 20 0 83979282 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092224814944 140092237063518 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27320948 memory=792 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27320948 memory=1008 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27320948 memory=1228 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27320948 memory=1200 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27320948 memory=15876 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83979284 27976650752 41401 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27320948 memory=18268 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83979286 27976650752 41401 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0

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

[pid=18279/tid=18303] ppid=18276 vsize=27984808 memory=3616060 CPUtime=0 cores=0-7
/proc/18279/task/18303/stat : 18303 (java) S 18276 18279 16714 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088411406000 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18304] ppid=18276 vsize=27984808 memory=660296 CPUtime=0 cores=0-7
/proc/18279/task/18304/stat : 18304 (java) S 18276 18279 16714 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088679841584 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18305] ppid=18276 vsize=27984808 memory=-5155625786923052421 CPUtime=0 cores=0-7
/proc/18279/task/18305/stat : 18305 (java) S 18276 18279 16714 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 83980125 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088142978720 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 199.67 s
Current children cumulated vsize: 28986176 KiB
Current children cumulated memory: 4333780 KiB

[startup+31.8016 s]
/proc/loadavg: 4.05 2.90 2.61 9/212 18313
/proc/meminfo: memFree=23850544/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27984808 memory=3616060 CPUtime=22.86 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 35197 0 0 0 2218 68 0 0 20 0 24 0 83979281 28656443392 904015 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6996202 904015 3231 1 0 6957058 0
[pid=18300] ppid=18279 vsize=1066904 memory=730012 CPUtime=178.41 cores=0-7
/proc/18300/stat : 18300 (glucose-syrup) S 18279 18279 16714 0 -1 1077944320 315962 0 0 0 17754 87 0 0 20 0 9 0 83980122 1092509696 182502 33554432000 4194304 4373367 140729512577808 140729512576352 140552129235586 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
/proc/18300/statm: 266726 182503 388 44 0 262414 0
[pid=18300/tid=18306] ppid=18279 vsize=1066904 memory=9920 CPUtime=22.21 cores=0-7
/proc/18300/task/18306/stat : 18306 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 39729 0 0 0 2207 14 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552091634832 4271619 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18307] ppid=18279 vsize=1066904 memory=-5155625786923052421 CPUtime=22.21 cores=0-7
/proc/18300/task/18307/stat : 18307 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 30777 0 0 0 2211 10 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552083242128 4271897 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18308] ppid=18279 vsize=1066904 memory=792 CPUtime=22.22 cores=0-7
/proc/18300/task/18308/stat : 18308 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 32820 0 0 0 2213 9 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552074849648 140552114597089 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18309] ppid=18279 vsize=1066904 memory=1008 CPUtime=22.22 cores=0-7
/proc/18300/task/18309/stat : 18309 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33993 0 0 0 2214 8 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552066456848 4261846 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18310] ppid=18279 vsize=1066904 memory=1228 CPUtime=22.18 cores=0-7
/proc/18300/task/18310/stat : 18310 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 32264 0 0 0 2208 10 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552058064240 4271828 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18311] ppid=18279 vsize=1066904 memory=1200 CPUtime=22.21 cores=0-7
/proc/18300/task/18311/stat : 18311 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33998 0 0 0 2213 8 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552049671536 4258831 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18312] ppid=18279 vsize=1066904 memory=15876 CPUtime=22.21 cores=0-7
/proc/18300/task/18312/stat : 18312 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33069 0 0 0 2211 10 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552041278456 4271828 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18313] ppid=18279 vsize=1066904 memory=18268 CPUtime=21.74 cores=0-7
/proc/18300/task/18313/stat : 18313 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33943 0 0 0 2167 7 0 0 20 0 9 0 83980235 1092509696 182503 33554432000 4194304 4373367 140729512577808 140552032886128 4271619 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18279/tid=18281] ppid=18276 vsize=27984808 memory=15268 CPUtime=8.4 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) S 18276 18279 16714 0 -1 1077944384 18894 0 0 0 781 59 0 0 20 0 24 0 83979282 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092224822272 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27984808 memory=4052 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27984808 memory=644 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27984808 memory=1792 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27984808 memory=1232 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27984808 memory=956 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27984808 memory=2424 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27984808 memory=1576 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27984808 memory=928 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27984808 memory=2240 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18291] ppid=18276 vsize=27984808 memory=4128 CPUtime=0 cores=0-7
/proc/18279/task/18291/stat : 18291 (java) S 18276 18279 16714 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140090223354784 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18292] ppid=18276 vsize=27984808 memory=2200 CPUtime=0 cores=0-7
/proc/18279/task/18292/stat : 18292 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089954919408 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18293] ppid=18276 vsize=27984808 memory=7892 CPUtime=0 cores=0-7
/proc/18279/task/18293/stat : 18293 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089580411088 140092253001627 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18294] ppid=18276 vsize=27984808 memory=840 CPUtime=4.06 cores=0-7
/proc/18279/task/18294/stat : 18294 (java) S 18276 18279 16714 0 -1 1077944384 3175 0 0 0 404 2 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091110427120 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18295] ppid=18276 vsize=27984808 memory=1800 CPUtime=4.41 cores=0-7
/proc/18279/task/18295/stat : 18295 (java) S 18276 18279 16714 0 -1 1077944384 2764 0 0 0 440 1 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091109374576 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18296] ppid=18276 vsize=27984808 memory=920 CPUtime=4.33 cores=0-7
/proc/18279/task/18296/stat : 18296 (java) S 18276 18279 16714 0 -1 1077944384 4595 0 0 0 432 1 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091108322032 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18297] ppid=18276 vsize=27984808 memory=4780 CPUtime=1.58 cores=0-7
/proc/18279/task/18297/stat : 18297 (java) S 18276 18279 16714 0 -1 1077944384 4363 0 0 0 156 2 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091107269488 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18298] ppid=18276 vsize=27984808 memory=4100 CPUtime=0 cores=0-7
/proc/18279/task/18298/stat : 18298 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089082505440 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18299] ppid=18276 vsize=27984808 memory=1412 CPUtime=0 cores=0-7
/proc/18279/task/18299/stat : 18299 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091106216368 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18301] ppid=18276 vsize=27984808 memory=4136 CPUtime=0 cores=0-7
/proc/18279/task/18301/stat : 18301 (java) S 18276 18279 16714 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 83980122 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091096310976 140092253007641 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18303] ppid=18276 vsize=27984808 memory=24908 CPUtime=0 cores=0-7
/proc/18279/task/18303/stat : 18303 (java) S 18276 18279 16714 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088411406000 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18304] ppid=18276 vsize=27984808 memory=-5155625786923052421 CPUtime=0 cores=0-7
/proc/18279/task/18304/stat : 18304 (java) S 18276 18279 16714 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088679841584 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18305] ppid=18276 vsize=27984808 memory=7433226606378956849 CPUtime=0 cores=0-7
/proc/18279/task/18305/stat : 18305 (java) S 18276 18279 16714 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 83980125 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088142978720 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 201.27 s
Current children cumulated vsize: 29051712 KiB
Current children cumulated memory: 4346072 KiB

[startup+31.9016 s]
/proc/loadavg: 4.05 2.90 2.61 9/212 18313
/proc/meminfo: memFree=23850544/32770624 swapFree=67108792/67108860
[pid=18279] ppid=18276 vsize=27984808 memory=3616060 CPUtime=22.86 cores=0-7
/proc/18279/stat : 18279 (java) S 18276 18279 16714 0 -1 1077944320 35197 0 0 0 2218 68 0 0 20 0 24 0 83979281 28656443392 904015 33554432000 4194304 4196468 140731154873648 140731154856192 140092252983031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
/proc/18279/statm: 6996202 904015 3231 1 0 6957058 0
[pid=18300] ppid=18279 vsize=1066904 memory=738204 CPUtime=179.2 cores=0-7
/proc/18300/stat : 18300 (glucose-syrup) S 18279 18279 16714 0 -1 1077944320 316603 0 0 0 17833 87 0 0 20 0 9 0 83980122 1092509696 184551 33554432000 4194304 4373367 140729512577808 140729512576352 140552129235586 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
/proc/18300/statm: 266726 184551 388 44 0 262414 0
[pid=18300/tid=18306] ppid=18279 vsize=1066904 memory=647332 CPUtime=22.31 cores=0-7
/proc/18300/task/18306/stat : 18306 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 39736 0 0 0 2217 14 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552091635056 4271619 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18307] ppid=18279 vsize=1066904 memory=280120855139440 CPUtime=22.31 cores=0-7
/proc/18300/task/18307/stat : 18307 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 30777 0 0 0 2221 10 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552083242352 4258908 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18308] ppid=18279 vsize=1066904 memory=6791534058613427641 CPUtime=22.32 cores=0-7
/proc/18300/task/18308/stat : 18308 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33347 0 0 0 2223 9 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552074849424 4262148 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18309] ppid=18279 vsize=1066904 memory=0 CPUtime=22.32 cores=0-7
/proc/18300/task/18309/stat : 18309 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 34035 0 0 0 2224 8 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552066456848 4271897 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18310] ppid=18279 vsize=1066904 memory=3616060 CPUtime=22.28 cores=0-7
/proc/18300/task/18310/stat : 18310 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 32267 0 0 0 2218 10 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552058064240 4271597 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18311] ppid=18279 vsize=1066904 memory=3620756 CPUtime=22.31 cores=0-7
/proc/18300/task/18311/stat : 18311 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33998 0 0 0 2223 8 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552049671536 4272316 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18312] ppid=18279 vsize=1066904 memory=554396 CPUtime=22.31 cores=0-7
/proc/18300/task/18312/stat : 18312 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33101 0 0 0 2221 10 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552041278736 4271828 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18300/tid=18313] ppid=18279 vsize=1066904 memory=-7812193691855986592 CPUtime=21.83 cores=0-7
/proc/18300/task/18313/stat : 18313 (glucose-syrup) R 18279 18279 16714 0 -1 4202560 33965 0 0 0 2176 7 0 0 20 0 9 0 83980235 1092509696 184551 33554432000 4194304 4373367 140729512577808 140552032885904 4292001 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 38739968 140729512580015 140729512580268 140729512580268 140729512583111 0
[pid=18279/tid=18281] ppid=18276 vsize=27984808 memory=-2025810976467231676 CPUtime=8.4 cores=0-7
/proc/18279/task/18281/stat : 18281 (java) S 18276 18279 16714 0 -1 1077944384 18894 0 0 0 781 59 0 0 20 0 24 0 83979282 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092224822272 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18282] ppid=18276 vsize=27984808 memory=8316868033356759116 CPUtime=0 cores=0-7
/proc/18279/task/18282/stat : 18282 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092257224976 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18283] ppid=18276 vsize=27984808 memory=3616060 CPUtime=0 cores=0-7
/proc/18279/task/18283/stat : 18283 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092040620432 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18284] ppid=18276 vsize=27984808 memory=4136 CPUtime=0 cores=0-7
/proc/18279/task/18284/stat : 18284 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092039567888 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18285] ppid=18276 vsize=27984808 memory=24908 CPUtime=0 cores=0-7
/proc/18279/task/18285/stat : 18285 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092038515344 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18286] ppid=18276 vsize=27984808 memory=1800 CPUtime=0 cores=0-7
/proc/18279/task/18286/stat : 18286 (java) S 18276 18279 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092037462800 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18287] ppid=18276 vsize=27984808 memory=920 CPUtime=0 cores=0-7
/proc/18279/task/18287/stat : 18287 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140092036410256 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18288] ppid=18276 vsize=27984808 memory=4780 CPUtime=0 cores=0-7
/proc/18279/task/18288/stat : 18288 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091670387728 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18289] ppid=18276 vsize=27984808 memory=-5155625786923052421 CPUtime=0 cores=0-7
/proc/18279/task/18289/stat : 18289 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979284 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091669335184 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18290] ppid=18276 vsize=27984808 memory=604992 CPUtime=0 cores=0-7
/proc/18279/task/18290/stat : 18290 (java) S 18276 18279 16714 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091111479280 140092252994178 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18291] ppid=18276 vsize=27984808 memory=3620756 CPUtime=0 cores=0-7
/proc/18279/task/18291/stat : 18291 (java) S 18276 18279 16714 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140090223354784 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18292] ppid=18276 vsize=27984808 memory=591324 CPUtime=0 cores=0-7
/proc/18279/task/18292/stat : 18292 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979286 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089954919408 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18293] ppid=18276 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18293/stat : 18293 (java) S 18276 18279 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089580411088 140092253001627 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18294] ppid=18276 vsize=27984808 memory=0 CPUtime=4.06 cores=0-7
/proc/18279/task/18294/stat : 18294 (java) S 18276 18279 16714 0 -1 1077944384 3175 0 0 0 404 2 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091110427120 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18295] ppid=18276 vsize=27984808 memory=0 CPUtime=4.41 cores=0-7
/proc/18279/task/18295/stat : 18295 (java) S 18276 18279 16714 0 -1 1077944384 2764 0 0 0 440 1 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091109374576 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18296] ppid=18276 vsize=27984808 memory=0 CPUtime=4.33 cores=0-7
/proc/18279/task/18296/stat : 18296 (java) S 18276 18279 16714 0 -1 1077944384 4595 0 0 0 432 1 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091108322032 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18297] ppid=18276 vsize=27984808 memory=0 CPUtime=1.58 cores=0-7
/proc/18279/task/18297/stat : 18297 (java) S 18276 18279 16714 0 -1 1077944384 4363 0 0 0 156 2 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091107269488 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18298] ppid=18276 vsize=27984808 memory=7158617019722016921 CPUtime=0 cores=0-7
/proc/18279/task/18298/stat : 18298 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140089082505440 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18299] ppid=18276 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18299/stat : 18299 (java) S 18276 18279 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83979289 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091106216368 140092252994178 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18301] ppid=18276 vsize=27984808 memory=280120854483856 CPUtime=0 cores=0-7
/proc/18279/task/18301/stat : 18301 (java) S 18276 18279 16714 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 83980122 28656443392 904015 33554432000 4194304 4196468 140731154873648 140091096310976 140092253007641 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18303] ppid=18276 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/18279/task/18303/stat : 18303 (java) S 18276 18279 16714 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088411406000 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18304] ppid=18276 vsize=27984808 memory=280120855698304 CPUtime=0 cores=0-7
/proc/18279/task/18304/stat : 18304 (java) S 18276 18279 16714 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 83980123 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088679841584 140092253004957 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
[pid=18279/tid=18305] ppid=18276 vsize=27984808 memory=5788063852999566677 CPUtime=0 cores=0-7
/proc/18279/task/18305/stat : 18305 (java) S 18276 18279 16714 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 83980125 28656443392 904015 33554432000 4194304 4196468 140731154873648 140088142978720 140092252993237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140731154879449 140731154879749 140731154879749 140731154882511 0
Current children cumulated CPU time: 202.06 s
Current children cumulated vsize: 29051712 KiB
Current children cumulated memory: 4354264 KiB

Child status: 0
Real time (s): 31.9903
CPU time (s): 202.378
CPU user time (s): 200.748
CPU system time (s): 1.63053
CPU usage (%): 632.623
Max. virtual memory (cumulated for all children) (KiB): 29051712
Max. memory (cumulated for all children) (KiB): 4354264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.748
system time used= 1.63053
maximum resident set size= 3620756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23445
involuntary context switches= 1902


# summary of solver processes directly reported to runsolver:
#   pid: 18279
#   total CPU time (s): 202.378
#   total CPU user time (s): 200.748
#   total CPU system time (s): 1.63053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.302219 second user time and 0.418629 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 06:02:40
IDJOB=4296896
IDBENCH=141452
IDSOLVER=2758
FILE ID=node150/4296896-1532664160
RUNJOBID= node150-1532653186-16741
PBS_JOBID= 21022212
Free space on /tmp= 53100 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -order -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296896-1532664160/watcher-4296896-1532664160 -o /tmp/evaluation-result-4296896-1532664160/solver-4296896-1532664160 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532653186-16741 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296896-1532664160.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=772236435

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        28200060 kB
MemAvailable:   31937112 kB
Buffers:          174544 kB
Cached:          3801872 kB
SwapCached:           32 kB
Active:          1414344 kB
Inactive:        2614596 kB
Active(anon):        796 kB
Inactive(anon):    79528 kB
Active(file):    1413548 kB
Inactive(file):  2535068 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              8320 kB
Writeback:             0 kB
AnonPages:         59716 kB
Mapped:            41336 kB
Shmem:             25156 kB
Slab:             236708 kB
SReclaimable:     208540 kB
SUnreclaim:        28168 kB
KernelStack:        3184 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53092 MiB
End job on node150 at 2018-07-27 06:03:12