Trace number 4297146

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 both+glucose-syrup (2018-07-07)? (MO) 773.424 121.518

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark359.948
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.64/0.54	
0.64/0.55	scop both+glucose-syrup (2018-07-07)
0.64/0.55	
0.64/0.57	c BEGIN-Prog: Fri Jul 27 06:11:06 CEST 2018
0.64/0.57	c PID: 6254
0.64/0.57	c IP: 172.20.3.104
0.64/0.57	c HOST: node104.alineos.net
0.64/0.58	c (0,0) Parsing Begin
3.29/1.40	c (0,0) Parsing End
3.29/1.41	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1453 ctr, max domain size 27
3.29/1.41	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.29/1.41	c (0,0) Constraint Name Generate Begin
3.29/1.44	c (0,0) Ctr:HOME/instance-4297146-1532664665.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.29/1.44	c (0,0) Constraint Name Generate End
3.29/1.44	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.29/1.44	c (0,0) CSP to CSPinCNF Begin
12.44/4.70	c (4,4) translated 146 (10%) constraints
12.87/5.17	c (4,4) translated 291 (20%) constraints
12.87/5.19	c (4,4) translated 436 (30%) constraints
13.14/5.22	c (4,4) translated 582 (40%) constraints
13.14/5.25	c (4,4) translated 727 (50%) constraints
13.14/5.27	c (4,4) translated 872 (60%) constraints
13.14/5.29	c (4,4) translated 1018 (70%) constraints
13.61/5.31	c (4,4) translated 1163 (80%) constraints
15.64/6.91	c (6,6) translated 1308 (90%) constraints
16.57/7.85	c (7,7) translated 1453 (100%) constraints
17.90/8.40	c (7,7) STATISTICS1:HOME/instance-4297146-1532664665.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,17200,59079,9223372036854775807,27,25,200,9223372036854775807:271;2305843009213693952:3;576460752303423488:3;288230376151711744:2;144115188075855872:1;36028797018963968:3;18014398509481984:1;9007199254740992:1;4503599627370496:2;2251799813685248:1;562949953421312:4;140737488355328:1;70368744177664:2;35184372088832:1;17592186044416:1;8796093022208:3;2199023255552:1;1099511627776:2;549755813888:2;137438953472:3;34359738368:1;17179869184:1;8589934592:1;2147483648:2;536870912:1;268435456:1;134217728:1;33554432:1;8388608:1;2097152:1;16:392;4:396;2:199,27:20800;2:164252,25:200;3:30600;2:27000;1:1279,200:59;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:3;89:2;88:1;86:3;85:2;84:1;83:2;82:1;80:5;78:1;77:2;76:1;75:2;74:3;72:1;71:2;70:3;68:3;66:1;65:4;64:1;62:3;60:3;59:2;58:1;56:3;55:1;54:1;53:2;52:1;50:4;48:1;47:2;46:1;45:1;44:3;42:1;41:2;40:2;38:3;36:1;35:1;34:1;32:2;30:1;29:1;28:1;26:1;24:1;22:1;5:392;3:396;2:199;1:150600;0:200,17689:59;17424:1;17161:2;16900:3;16641:3;16384:1;16129:2;15876:3;15625:3;15376:1;15129:4;14884:1;14641:3;14400:3;14161:2;13924:1;13689:3;13456:3;13225:2;12996:1;12769:5;12544:1;12321:2;12100:3;11881:3;11664:1;11449:2;11236:3;11025:3;10816:1;10609:4;10404:1;10201:3;10000:3;9801:2;9604:1;9409:3;9216:3;9025:2;8836:1;8649:5;8464:1;8281:2;8100:3;7921:3;7744:1;7569:2;7396:3;7225:3;7056:1;6889:4;6724:1;6561:3;6400:3;6241:2;6084:1;5929:3;5776:3;5625:2;5476:1;5329:5;5184:1;5041:2;4900:3;4761:3;4624:1;4489:2;4356:3;4225:3;4096:1;3969:4;3844:1;3721:3;3600:3;3481:2;3364:1;3249:3;3136:3;3025:2;2916:1;2809:5;2704:1;2601:2;2500:3;2401:3;2304:1;2209:2;2116:3;2025:3;1936:1;1849:4;1764:1
17.90/8.40	c (7,7) ===========================================
17.90/8.40	c (7,7) Both Encoding selects:
17.90/8.40	c (7,7) Log
17.90/8.40	c (7,7) ===========================================
19.18/8.97	c (8,8) translated 5908 (10%) constraints
19.58/9.20	c (8,8) translated 11816 (20%) constraints
19.99/9.30	c (8,8) translated 17724 (30%) constraints
19.99/9.39	c (8,8) translated 23632 (40%) constraints
20.09/9.48	c (8,8) translated 29540 (50%) constraints
20.19/9.58	c (9,9) translated 35448 (60%) constraints
20.29/9.67	c (9,9) translated 41356 (70%) constraints
20.39/9.76	c (9,9) translated 47264 (80%) constraints
20.49/9.85	c (9,9) translated 53172 (90%) constraints
22.03/11.05	c (10,10) translated 59079 (100%) constraints
22.03/11.06	c (10,10) CSP to CSPinCNF End
22.03/11.07	c (10,10) CSP: 200 int (0 aux), 22400 bool (21400 aux), 69906 ctr, max domain size 27
22.03/11.07	c (10,10) Heap : 4843 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.03/11.07	c (10,10) CSPinCNF Propagation Begin
23.24/11.79	c (11,11) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
23.24/11.79	c (11,11) CSPinCNF Propagation End
23.24/11.79	c (11,11) CSP: 200 int (0 aux), 22400 bool (21400 aux), 69506 ctr, max domain size 27
23.24/11.79	c (11,11) Heap : 5181 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.24/11.79	c (11,11) Simplify CSPinCNF Begin
23.68/11.97	c (11,11) Simplify CSPinCNF End
23.68/11.97	c (11,11) CSP: 200 int (0 aux), 22400 bool (21400 aux), 69506 ctr, max domain size 27
23.68/11.97	c (11,11) Heap : 5181 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.68/11.97	c (11,11) Calculate Precise Domain Begin
23.68/11.97	c (11,11) 0 values are removed by re-calculation
23.68/11.97	c (11,11) Calculate Precise Domain End
23.68/11.97	c (11,11) CSP: 200 int (0 aux), 22400 bool (21400 aux), 69506 ctr, max domain size 27
23.68/11.97	c (11,11) Heap : 5181 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.68/11.98	c (11,11) CSPinCNF to SatSolver Begin
28.27/13.66	c (13,12) 6951 (10 %) CSP clauses are being encoded (128720 SAT variables, 282966 SAT clauses)
28.97/14.03	c (13,13) 13902 (20 %) CSP clauses are being encoded (153221 SAT variables, 335442 SAT clauses)
29.26/14.38	c (13,13) 20852 (30 %) CSP clauses are being encoded (178225 SAT variables, 389024 SAT clauses)
29.76/14.59	c (14,13) 27803 (40 %) CSP clauses are being encoded (184540 SAT variables, 407310 SAT clauses)
30.08/14.75	c (14,14) 34753 (50 %) CSP clauses are being encoded (190660 SAT variables, 425060 SAT clauses)
30.29/14.90	c (14,14) 41704 (60 %) CSP clauses are being encoded (196780 SAT variables, 442811 SAT clauses)
30.41/15.05	c (14,14) 48655 (70 %) CSP clauses are being encoded (202696 SAT variables, 460202 SAT clauses)
30.60/15.20	c (14,14) 55605 (80 %) CSP clauses are being encoded (208816 SAT variables, 477952 SAT clauses)
30.70/15.35	c (14,14) 62556 (90 %) CSP clauses are being encoded (214732 SAT variables, 495343 SAT clauses)
43.11/24.52	c (23,23) 69506 (100 %) CSP clauses are being encoded (1120759 SAT variables, 3168256 SAT clauses)
43.11/24.59	c (24,23) CSPinCNF to SatSolver End
43.11/24.59	c (24,23) Heap : 3588 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
44.21/25.05	c (24,23) STATISTICS2:HOME/instance-4297146-1532664665.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,22600,69506,9223372036854775807,27,24,200,9223372036854775807:271;2305843009213693952:3;576460752303423488:3;288230376151711744:2;144115188075855872:1;36028797018963968:3;18014398509481984:1;9007199254740992:1;4503599627370496:2;2251799813685248:1;562949953421312:4;140737488355328:1;70368744177664:2;35184372088832:1;17592186044416:1;8796093022208:3;2199023255552:1;1099511627776:2;549755813888:2;137438953472:3;34359738368:1;17179869184:1;8589934592:1;2147483648:2;536870912:1;268435456:1;134217728:1;33554432:1;8388608:1;2097152:1;16:392;4:396;2:199,27:30800;2:185452,24:200;3:30200;2:37800;1:1306,200:59;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:3;89:2;88:1;86:3;85:2;84:1;83:2;82:1;80:5;78:1;77:2;76:1;75:2;74:3;72:1;71:2;70:3;68:3;66:1;65:4;64:1;62:3;60:3;59:2;58:1;56:3;55:1;54:1;53:2;52:1;50:4;48:1;47:2;46:1;45:1;44:3;42:1;41:2;40:2;38:3;36:1;35:1;34:1;32:2;30:1;29:1;28:1;26:1;24:1;22:1;5:392;3:396;2:199;1:171000,2:271
44.21/25.05	c (24,23) SatSolver.solve Begin
44.21/25.05	c (24,23) 1127493 bool, 3188311 clause
44.21/25.05	c (24,23) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297146-1532664665.xml-scop-6254.cnf HOME/instance-4297146-1532664665.xml-scop-6254.cnf.out
125.41/40.19	c (39,0) c
125.41/40.19	c (39,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
125.41/40.19	c (39,0) c
125.41/40.19	c (39,0) c WARNING: for repeatability, setting FPU to use double precision
125.41/40.19	c (39,0) c 8 solvers engines and 1 companion as a blackboard created.
125.41/40.19	c (39,0) c ========================================[ Problem Statistics ]===========================================
125.41/40.19	c (39,0) c |                                                                                                       |
125.41/40.19	c (39,0) c |  Number of variables:       1127493                                                                   |
125.41/40.19	c (39,0) c |  Number of clauses:         3186805                                                                   |
125.41/40.19	c (39,0) c |  Parse time:                   1.27 s                                                                 |
125.41/40.19	c (39,0) c |                                                                                                       |
125.41/40.19	c (39,0) c |  Eliminated clauses:           3.71 Mb                                                                |
125.41/40.19	c (39,0) c |  Simplification time:          2.31 s                                                                 |
125.41/40.19	c (39,0) c |                                                                                                       |
125.41/40.19	c (39,0) c |  Generating clones                                                                                    |
125.41/40.19	c (39,0) c |  all clones generated. Memory = 2856.65Mb.                                                             |
125.41/40.19	c (39,0) c ========================================================================================================|
125.41/40.19	c (39,0) c
125.41/40.19	c (39,0) c |-------------------------------------------------------------------------------------------------------|
125.41/40.19	c (39,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
125.41/40.19	c (39,0) c |-------------------------------------------------------------------------------------------------------|
125.41/40.19	c (39,0) c |  0 |      9 |     899852 |       1371 |    45608 |     1370 |       13 |      306 |        0 |  0.149 |
125.41/40.19	c (39,0) c |  1 |     14 |     481168 |       4844 |    23241 |     3857 |       27 |      396 |        2 |  0.156 |
125.41/40.19	c (39,0) c |  2 |     19 |     481277 |       2216 |    48570 |     1220 |       60 |      358 |        3 |  0.156 |
125.41/40.19	c (39,0) c |  3 |     21 |     551554 |       3137 |    31962 |     2138 |       68 |      310 |        7 |  0.152 |
125.41/40.19	c (39,0) c |  4 |     19 |     154058 |       4765 |    27599 |     3762 |       98 |      300 |        1 |  0.152 |
125.41/40.19	c (39,0) c |  5 |     23 |     551345 |       2978 |    32462 |     1979 |       62 |      361 |        0 |  0.156 |
125.41/40.19	c (39,0) c |  6 |     16 |     496297 |       2188 |    30490 |     1192 |       45 |      372 |        2 |  0.156 |
125.41/40.19	c (39,0) c |  7 |     16 |     475763 |       4264 |    24384 |     3267 |       56 |      334 |        7 |  0.152 |
125.41/40.19	c (39,0) c 
125.41/40.19	c (39,0) c synthesis       25772 conflicts   132114578 propagations      654 conflicts/sec  3353586 propagations/sec
125.41/40.19	c (39,0) c Total Memory so far : 3436.52Mb
125.41/40.19	c (39,0) c
125.41/40.19	c (39,0) c |-------------------------------------------------------------------------------------------------------|
125.41/40.19	c (39,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
125.41/40.19	c (39,0) c |-------------------------------------------------------------------------------------------------------|
125.41/40.19	c (39,0) c |  0 |     28 |     938147 |       6099 |    78235 |     5107 |      338 |     7889 |       10 |  0.233 |
125.41/40.19	c (39,0) c |  1 |     33 |     909577 |       9459 |    52382 |     5672 |     1347 |     7231 |       17 |  0.233 |
125.41/40.19	c (39,0) c |  2 |     23 |     522989 |       7414 |    59595 |     3622 |      921 |     2168 |        3 |  0.178 |
125.41/40.19	c (39,0) c |  3 |     36 |    1501793 |       7744 |    61989 |     3951 |      882 |     7773 |       42 |  0.233 |
125.41/40.19	c (39,0) c |  4 |     43 |     309440 |      10940 |    47951 |     7089 |     1745 |     7072 |       70 |  0.239 |
125.41/40.19	c (39,0) c |  5 |     42 |     774650 |      11207 |    54916 |     7411 |     1621 |     5859 |       95 |  0.228 |
125.41/40.19	c (39,0) c |  6 |     34 |     587448 |       6745 |    76372 |     2947 |      769 |     6984 |        6 |  0.223 |
125.41/40.19	c (39,0) c |  7 |     27 |    1109051 |      10291 |    41694 |     6501 |     1214 |     5724 |       11 |  0.223 |
125.41/40.19	c (39,0) c 
245.79/55.22	c (54,0) c synthesis       69900 conflicts   316458485 propagations      885 conflicts/sec  4007962 propagations/sec
245.79/55.22	c (54,0) c Total Memory so far : 3437.95Mb
245.79/55.22	c (54,0) c
245.79/55.22	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.22	c (54,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
245.79/55.22	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.22	c (54,0) c |  0 |     42 |     958131 |      11016 |   100869 |     7223 |     1549 |    18973 |       31 |  0.318 |
245.79/55.22	c (54,0) c |  1 |     42 |    1276481 |      15857 |    62809 |     7070 |     2961 |    14287 |       22 |  0.302 |
245.79/55.22	c (54,0) c |  2 |     35 |     600889 |      17806 |    75111 |     9022 |     3606 |    16810 |      316 |  0.320 |
245.79/55.22	c (54,0) c |  3 |     49 |    1774054 |      13640 |    78815 |     9843 |     2552 |    17122 |       80 |  0.307 |
245.79/55.22	c (54,0) c |  4 |     61 |     742926 |      15497 |    64517 |     6631 |     2881 |    17864 |      101 |  0.335 |
245.79/55.22	c (54,0) c |  5 |     45 |    1155338 |      15927 |    80970 |     7137 |     2594 |    17310 |      137 |  0.307 |
245.79/55.22	c (54,0) c |  6 |     44 |     609341 |      10252 |    94156 |     6450 |     1630 |    18649 |       13 |  0.318 |
245.79/55.22	c (54,0) c |  7 |     48 |    1404813 |      17751 |    70979 |     8963 |     2980 |    17583 |       74 |  0.318 |
245.79/55.22	c (54,0) c 
245.79/55.22	c (54,0) c synthesis      117770 conflicts   500747989 propagations      993 conflicts/sec  4221612 propagations/sec
245.79/55.22	c (54,0) c Total Memory so far : 3439.37Mb
245.79/55.22	c (54,0) c
245.79/55.22	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.22	c (54,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
245.79/55.23	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.23	c (54,0) c |  0 |     54 |    1010637 |      14922 |   122535 |     6129 |     2395 |    26303 |       90 |  0.369 |
245.79/55.23	c (54,0) c |  1 |     43 |    1282994 |      20260 |    63379 |    11471 |     4607 |    26031 |       22 |  0.383 |
245.79/55.23	c (54,0) c |  2 |     46 |     857281 |      23533 |    94196 |    14746 |     4723 |    26141 |      390 |  0.385 |
245.79/55.23	c (54,0) c |  3 |     56 |    1835113 |      20780 |    88899 |    11982 |     4210 |    23278 |      181 |  0.361 |
245.79/55.23	c (54,0) c |  4 |     80 |     973532 |      20999 |   107610 |    12126 |     3817 |    27234 |      181 |  0.404 |
245.79/55.23	c (54,0) c |  5 |     58 |    1185885 |      23030 |   114073 |    14239 |     4626 |    25956 |      193 |  0.383 |
245.79/55.23	c (54,0) c |  6 |     49 |     619526 |      15869 |    95255 |     7069 |     2864 |    23256 |       13 |  0.334 |
245.79/55.23	c (54,0) c |  7 |     69 |    1519524 |      21585 |   114464 |    12783 |     3930 |    26989 |      220 |  0.387 |
245.79/55.23	c (54,0) c 
245.79/55.23	c (54,0) c synthesis      160985 conflicts   674643664 propagations     1017 conflicts/sec  4260017 propagations/sec
245.79/55.23	c (54,0) c Total Memory so far : 3440.53Mb
245.79/55.23	c (54,0) c
245.79/55.23	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.23	c (54,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
245.79/55.23	c (54,0) c |-------------------------------------------------------------------------------------------------------|
245.79/55.23	c (54,0) c |  0 |     54 |    1016983 |      19771 |   122745 |    10978 |     3152 |    26303 |       90 |  0.369 |
245.79/55.23	c (54,0) c |  1 |     67 |    1836161 |      24372 |   111229 |     8178 |     5444 |    32915 |       75 |  0.404 |
245.79/55.23	c (54,0) c |  2 |     70 |     954028 |      28547 |   104940 |    12351 |     5947 |    32042 |      633 |  0.402 |
245.79/55.23	c (54,0) c |  3 |     74 |    2008578 |      26251 |    92203 |    10057 |     5510 |    32937 |      282 |  0.404 |
245.79/55.23	c (54,0) c |  4 |     96 |    1002444 |      25452 |   134308 |     9223 |     4711 |    33514 |      248 |  0.425 |
245.79/55.23	c (54,0) c |  5 |     76 |    1435124 |      26817 |   131780 |    10632 |     5393 |    33376 |      329 |  0.404 |
245.79/55.23	c (54,0) c |  6 |     66 |     629915 |      19861 |   101249 |    11039 |     3584 |    35202 |       14 |  0.411 |
245.79/55.23	c (54,0) c |  7 |     84 |    1666765 |      26795 |   139334 |    10595 |     5055 |    33737 |      431 |  0.408 |
245.79/55.23	c (54,0) c 
245.79/55.23	c (54,0) c synthesis      197969 conflicts   848715427 propagations      999 conflicts/sec  4283752 propagations/sec
404.63/75.18	c (74,0) c Total Memory so far : 3441.56Mb
404.63/75.18	c (74,0) c
404.63/75.18	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.18	c (74,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
404.63/75.18	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.18	c (74,0) c |  0 |     57 |    1151700 |      28963 |   131895 |    12768 |     5074 |    46324 |      202 |  0.418 |
404.63/75.18	c (74,0) c |  1 |     88 |    1945422 |      28882 |   133539 |    12688 |     6303 |    46778 |      133 |  0.418 |
404.63/75.18	c (74,0) c |  2 |     87 |    1603829 |      33186 |   129694 |    16987 |     6921 |    46913 |      811 |  0.424 |
404.63/75.18	c (74,0) c |  3 |     87 |    3266523 |      34794 |   126385 |    18597 |     6629 |    47353 |      338 |  0.422 |
404.63/75.18	c (74,0) c |  4 |    109 |    1025572 |      29284 |   146051 |    13053 |     5624 |    48367 |      481 |  0.443 |
404.63/75.18	c (74,0) c |  5 |    102 |    1835684 |      47429 |   151802 |    21350 |    12161 |    41548 |      452 |  0.418 |
404.63/75.18	c (74,0) c |  6 |     69 |     639671 |      26300 |   101433 |    10105 |     4851 |    38564 |       15 |  0.411 |
404.63/75.18	c (74,0) c |  7 |     93 |    1718055 |      33036 |   150605 |    16833 |     6491 |    47036 |      552 |  0.420 |
404.63/75.18	c (74,0) c 
404.63/75.18	c (74,0) c synthesis      261879 conflicts  1024490710 propagations     1101 conflicts/sec  4306031 propagations/sec
404.63/75.18	c (74,0) c Total Memory so far : 3443.11Mb
404.63/75.18	c (74,0) c
404.63/75.18	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.18	c (74,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
404.63/75.18	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.18	c (74,0) c |  0 |     67 |    1403187 |      41640 |   145176 |    15538 |     9803 |    57999 |      970 |  0.456 |
404.63/75.18	c (74,0) c |  1 |    109 |    2077963 |      41215 |   157004 |    15134 |     8394 |    58634 |      196 |  0.445 |
404.63/75.18	c (74,0) c |  2 |    110 |    1683582 |      36680 |   180238 |    10583 |     7494 |    60220 |      858 |  0.448 |
404.63/75.18	c (74,0) c |  3 |    120 |    3469950 |      43534 |   164672 |    17446 |     8213 |    60101 |      541 |  0.448 |
404.63/75.18	c (74,0) c |  4 |    124 |    1090780 |      35502 |   154752 |    19271 |     7239 |    58480 |      566 |  0.464 |
404.63/75.19	c (74,0) c |  5 |    137 |    1893313 |      53462 |   212462 |    14928 |    12776 |    55332 |      585 |  0.448 |
404.63/75.19	c (74,0) c |  6 |     76 |    1028027 |      30486 |   109246 |    14291 |     5987 |    59768 |       15 |  0.454 |
404.63/75.19	c (74,0) c |  7 |    122 |    1770892 |      40491 |   163742 |    14393 |     8443 |    59894 |     1041 |  0.455 |
404.63/75.19	c (74,0) c 
404.63/75.19	c (74,0) c synthesis      323024 conflicts  1205430730 propagations     1163 conflicts/sec  4339809 propagations/sec
404.63/75.19	c (74,0) c Total Memory so far : 3444.80Mb
404.63/75.19	c (74,0) c
404.63/75.19	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.19	c (74,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
404.63/75.19	c (74,0) c |-------------------------------------------------------------------------------------------------------|
404.63/75.19	c (74,0) c |  0 |     81 |    1678940 |      47438 |   168287 |    21311 |    10843 |    71109 |     1061 |  0.492 |
404.63/75.19	c (74,0) c |  1 |    109 |    2105783 |      64081 |   157296 |    25545 |    11447 |    58634 |      201 |  0.445 |
404.63/75.19	c (74,0) c |  2 |    114 |    1691579 |      40965 |   181744 |    14867 |     8474 |    66758 |      950 |  0.474 |
404.63/75.19	c (74,0) c |  3 |    141 |    3576999 |      48711 |   188340 |    22523 |     9405 |    72700 |      708 |  0.485 |
404.63/75.19	c (74,0) c |  4 |    134 |    1100370 |      39553 |   156812 |    13442 |     7931 |    74779 |      588 |  0.504 |
404.63/75.19	c (74,0) c |  5 |    164 |    2003765 |      58379 |   253018 |    19837 |    13186 |    69645 |      672 |  0.486 |
404.63/75.19	c (74,0) c |  6 |     81 |    1066694 |      49397 |   117414 |    23305 |    12027 |    63132 |       16 |  0.468 |
404.63/75.19	c (74,0) c |  7 |    141 |    1790431 |      47744 |   175208 |    21636 |     9568 |    72610 |     1448 |  0.492 |
404.63/75.19	c (74,0) c 
404.63/75.19	c (74,0) c synthesis      396270 conflicts  1382581434 propagations     1248 conflicts/sec  4354876 propagations/sec
404.63/75.19	c (74,0) c Total Memory so far : 3446.49Mb
404.63/75.19	c (74,0) c
516.30/89.18	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.18	c (88,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
516.30/89.18	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.18	c (88,0) c |  0 |    106 |    1701789 |      52468 |   193418 |    13907 |    11487 |    86133 |     1209 |  0.506 |
516.30/89.18	c (88,0) c |  1 |    109 |    2136353 |      88800 |   157366 |    17626 |    16738 |    58634 |      201 |  0.445 |
516.30/89.18	c (88,0) c |  2 |    114 |    1697512 |      45472 |   181822 |    19375 |     9399 |    66758 |      966 |  0.474 |
516.30/89.18	c (88,0) c |  3 |    143 |    3585578 |      54208 |   190483 |    15610 |    10585 |    87636 |      708 |  0.506 |
516.30/89.18	c (88,0) c |  4 |    143 |    1130185 |      44945 |   166186 |    18832 |     8869 |    84113 |      620 |  0.519 |
516.30/89.18	c (88,0) c |  5 |    189 |    2057881 |      61868 |   286340 |    23323 |    13497 |    83274 |      718 |  0.500 |
516.30/89.18	c (88,0) c |  6 |    104 |    1254958 |      76542 |   132898 |    22992 |    17708 |    80873 |       17 |  0.513 |
516.30/89.18	c (88,0) c |  7 |    157 |    2022088 |      51479 |   187627 |    12925 |    10320 |    84757 |     1707 |  0.505 |
516.30/89.18	c (88,0) c 
516.30/89.18	c (88,0) c synthesis      475784 conflicts  1554332591 propagations     1332 conflicts/sec  4350137 propagations/sec
516.30/89.18	c (88,0) c Total Memory so far : 3526.32Mb
516.30/89.18	c (88,0) c
516.30/89.18	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.18	c (88,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
516.30/89.18	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.18	c (88,0) c |  0 |    117 |    1812181 |      55466 |   197969 |    16903 |    11905 |    92968 |     1319 |  0.522 |
516.30/89.18	c (88,0) c |  1 |    109 |    2159535 |     108099 |   157390 |    36925 |    19823 |    58634 |      201 |  0.445 |
516.30/89.18	c (88,0) c |  2 |    114 |    1702583 |      49549 |   181853 |    23452 |    10120 |    66758 |      974 |  0.474 |
516.30/89.18	c (88,0) c |  3 |    152 |    4370885 |      58262 |   196666 |    19663 |    11097 |    93954 |      819 |  0.515 |
516.30/89.18	c (88,0) c |  4 |    143 |    1135069 |      48688 |   166197 |    22575 |     9743 |    84113 |      620 |  0.519 |
516.30/89.19	c (88,0) c |  5 |    204 |    2257344 |      67244 |   293908 |    28700 |    13811 |    90397 |      747 |  0.507 |
516.30/89.19	c (88,0) c |  6 |    119 |    1332344 |      80723 |   144230 |    27172 |    18170 |    87168 |      454 |  0.522 |
516.30/89.19	c (88,0) c |  7 |    157 |    2027566 |      55328 |   187789 |    16774 |    10952 |    84757 |     1718 |  0.505 |
516.30/89.19	c (88,0) c 
516.30/89.19	c (88,0) c synthesis      523430 conflicts  1691452094 propagations     1345 conflicts/sec  4346303 propagations/sec
516.30/89.19	c (88,0) c Total Memory so far : 3448.75Mb
516.30/89.19	c (88,0) c
516.30/89.19	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.19	c (88,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
516.30/89.19	c (88,0) c |-------------------------------------------------------------------------------------------------------|
516.30/89.19	c (88,0) c |  0 |    146 |    1853897 |      59567 |   232878 |    21001 |    12273 |   101134 |     1416 |  0.547 |
516.30/89.19	c (88,0) c |  1 |    109 |    2189064 |     132187 |   157486 |    40803 |    23278 |    58634 |      203 |  0.445 |
516.30/89.19	c (88,0) c |  2 |    114 |    1708968 |      54640 |   181923 |    16101 |    10789 |    66758 |      976 |  0.474 |
516.30/89.19	c (88,0) c |  3 |    164 |    4530879 |      64541 |   198993 |    25918 |    11923 |   101315 |     1010 |  0.537 |
516.30/89.19	c (88,0) c |  4 |    143 |    1140986 |      53279 |   166207 |    14737 |    10575 |    84113 |      620 |  0.519 |
516.30/89.19	c (88,0) c |  5 |    208 |    2278563 |      71580 |   296591 |    18016 |    14526 |    94105 |      964 |  0.531 |
516.30/89.19	c (88,0) c |  6 |    128 |    1535205 |      85464 |   151677 |    31913 |    18456 |    89112 |      813 |  0.522 |
516.30/89.19	c (88,0) c |  7 |    157 |    2034123 |      60082 |   187871 |    21528 |    11587 |    84757 |     1719 |  0.505 |
516.30/89.19	c (88,0) c 
516.30/89.19	c (88,0) c synthesis      581340 conflicts  1856999262 propagations     1355 conflicts/sec  4328547 propagations/sec
516.30/89.19	c (88,0) c Total Memory so far : 3449.71Mb
516.30/89.19	c (88,0) c
516.30/89.19	c (88,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.18	c (101,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
620.02/102.18	c (101,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.18	c (101,0) c |  0 |    148 |    1858842 |      62764 |   233250 |    24197 |    12273 |   101134 |     1474 |  0.548 |
620.02/102.18	c (101,0) c |  1 |    109 |    2218893 |     157580 |   157498 |    43393 |    23278 |    58634 |      203 |  0.445 |
620.02/102.18	c (101,0) c |  2 |    119 |    2164890 |      59572 |   188433 |    21026 |    10789 |   102618 |     1098 |  0.541 |
620.02/102.18	c (101,0) c |  3 |    176 |    4676937 |      69172 |   202798 |    15536 |    11923 |   101484 |     1242 |  0.546 |
620.02/102.18	c (101,0) c |  4 |    143 |    1146441 |      57719 |   166211 |    19177 |    10575 |    84113 |      620 |  0.519 |
620.02/102.18	c (101,0) c |  5 |    214 |    2289168 |      78046 |   297576 |    24481 |    14526 |    98881 |     1044 |  0.545 |
620.02/102.18	c (101,0) c |  6 |    137 |    1631998 |      92559 |   164564 |    21377 |    18456 |    94951 |     1031 |  0.549 |
620.02/102.18	c (101,0) c |  7 |    176 |    2263128 |      65636 |   199856 |    27068 |    11587 |   101820 |     1930 |  0.550 |
620.02/102.18	c (101,0) c 
620.02/102.18	c (101,0) c synthesis      643050 conflicts  2025664327 propagations     1372 conflicts/sec  4320989 propagations/sec
620.02/102.18	c (101,0) c Total Memory so far : 3450.76Mb
620.02/102.18	c (101,0) c
620.02/102.18	c (101,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.18	c (101,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
620.02/102.18	c (101,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.18	c (101,0) c |  0 |    163 |    1899562 |      68972 |   240775 |    15390 |    12979 |   105446 |     1549 |  0.564 |
620.02/102.18	c (101,0) c |  1 |    122 |    2784538 |     167177 |   178987 |    27590 |    24254 |    94266 |      895 |  0.558 |
620.02/102.18	c (101,0) c |  2 |    128 |    2898463 |      63513 |   193474 |    24905 |    11400 |   107176 |     1263 |  0.575 |
620.02/102.18	c (101,0) c |  3 |    205 |    4705373 |      73871 |   226332 |    20197 |    12685 |   104397 |     1399 |  0.562 |
620.02/102.18	c (101,0) c |  4 |    143 |    1152392 |      62534 |   166219 |    23992 |    11262 |    84113 |      620 |  0.519 |
620.02/102.18	c (101,0) c |  5 |    226 |    2297730 |      82007 |   298536 |    28439 |    15100 |    99312 |     1126 |  0.558 |
620.02/102.18	c (101,0) c |  6 |    172 |    1647161 |      97665 |   169369 |    26436 |    18895 |    99608 |     1294 |  0.581 |
620.02/102.18	c (101,0) c |  7 |    196 |    2353207 |      70298 |   209226 |    16691 |    12013 |   106516 |     2235 |  0.574 |
620.02/102.18	c (101,0) c 
620.02/102.18	c (101,0) c synthesis      686037 conflicts  2188478547 propagations     1349 conflicts/sec  4303137 propagations/sec
620.02/102.18	c (101,0) c Total Memory so far : 3500.41Mb
620.02/102.19	c (101,0) c
620.02/102.19	c (101,0) c Try to adapt solver strategies
620.02/102.19	c (101,0) c 
620.02/102.19	c (101,0) c Nothing extreme in this problem, continue with glucose default strategies.
620.02/102.19	c (101,0) c
620.02/102.19	c (101,0) c
620.02/102.19	c (101,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.19	c (101,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
620.02/102.19	c (101,0) c |-------------------------------------------------------------------------------------------------------|
620.02/102.19	c (101,0) c |  0 |    175 |    1913816 |      73307 |   247106 |    19723 |    13673 |   111005 |     1657 |  0.575 |
620.02/102.19	c (101,0) c |  1 |    136 |    2794068 |     170397 |   183646 |    30810 |    25060 |    96223 |     1126 |  0.568 |
620.02/102.19	c (101,0) c |  2 |    128 |    2905152 |      68684 |   193492 |    15097 |    11932 |   107176 |     1382 |  0.575 |
620.02/102.19	c (101,0) c |  3 |    205 |    4710583 |      77870 |   226409 |    24195 |    13563 |   104397 |     1548 |  0.562 |
620.02/102.19	c (101,0) c |  4 |    143 |    1157061 |      66253 |   166246 |    27711 |    11796 |    84113 |      620 |  0.519 |
620.02/102.19	c (101,0) c |  5 |    236 |    3154616 |      85620 |   304381 |    32047 |    15574 |   109022 |     1161 |  0.575 |
620.02/102.19	c (101,0) c |  6 |    187 |    1655141 |     101581 |   172107 |    30350 |    19340 |   105039 |     1522 |  0.585 |
620.02/102.19	c (101,0) c |  7 |    208 |    2368444 |      77067 |   210236 |    23459 |    13761 |   110728 |     2585 |  0.578 |
620.02/102.19	c (101,0) c 
620.02/102.19	c (101,0) c synthesis      720781 conflicts  2317374472 propagations     1334 conflicts/sec  4288046 propagations/sec
620.02/102.19	c (101,0) c Total Memory so far : 3501.06Mb
620.02/102.19	c (101,0) c
620.02/102.19	c (101,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.18	c (115,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
731.70/116.18	c (115,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.18	c (115,0) c |  0 |    183 |    1995608 |      76423 |   256681 |    22839 |    14044 |   113939 |     1698 |  0.583 |
731.70/116.18	c (115,0) c |  1 |    136 |    2798138 |     173465 |   183770 |    33878 |    25639 |    96223 |     1146 |  0.568 |
731.70/116.18	c (115,0) c |  2 |    142 |    3403165 |      71767 |   211370 |    17997 |    12323 |   115812 |     1484 |  0.587 |
731.70/116.18	c (115,0) c |  3 |    213 |    4938229 |      81948 |   233354 |    28180 |    14228 |   113761 |     1648 |  0.587 |
731.70/116.18	c (115,0) c |  4 |    147 |    1329393 |      70299 |   172953 |    16741 |    12270 |   116056 |      660 |  0.602 |
731.70/116.18	c (115,0) c |  5 |    258 |    3550418 |      88204 |   309960 |    34624 |    15969 |   111997 |     1230 |  0.583 |
731.70/116.18	c (115,0) c |  6 |    210 |    1859927 |     103479 |   182587 |    32242 |    19506 |   108891 |     1686 |  0.592 |
731.70/116.18	c (115,0) c |  7 |    212 |    2375321 |      81461 |   210282 |    27853 |    14422 |   112216 |     2676 |  0.585 |
731.70/116.18	c (115,0) c 
731.70/116.18	c (115,0) c synthesis      747046 conflicts  2449323614 propagations     1306 conflicts/sec  4280319 propagations/sec
731.70/116.18	c (115,0) c Total Memory so far : 3501.58Mb
731.70/116.18	c (115,0) c
731.70/116.18	c (115,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.18	c (115,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
731.70/116.18	c (115,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.18	c (115,0) c |  0 |    203 |    2011068 |      80918 |   261600 |    27328 |    14918 |   118087 |     1790 |  0.597 |
731.70/116.18	c (115,0) c |  1 |    148 |    2819011 |     177706 |   188372 |    38119 |    26346 |   105947 |     1190 |  0.590 |
731.70/116.18	c (115,0) c |  2 |    142 |    3413937 |      74756 |   215798 |    20986 |    12662 |   115812 |     1507 |  0.587 |
731.70/116.18	c (115,0) c |  3 |    234 |    4980611 |      87288 |   250404 |    33517 |    14932 |   117965 |     1862 |  0.591 |
731.70/116.18	c (115,0) c |  4 |    166 |    1340120 |      74752 |   175285 |    21189 |    12827 |   120414 |      698 |  0.617 |
731.70/116.18	c (115,0) c |  5 |    282 |    3683877 |      91768 |   323201 |    20623 |    16512 |   116369 |     1285 |  0.597 |
731.70/116.18	c (115,0) c |  6 |    230 |    1874775 |     108157 |   187329 |    36920 |    20074 |   113062 |     2021 |  0.597 |
731.70/116.18	c (115,0) c |  7 |    226 |    2383964 |      86596 |   210446 |    32981 |    15084 |   116752 |     2950 |  0.597 |
731.70/116.18	c (115,0) c 
731.70/116.18	c (115,0) c synthesis      781944 conflicts  2612410254 propagations     1278 conflicts/sec  4268164 propagations/sec
731.70/116.18	c (115,0) c Total Memory so far : 3502.12Mb
731.70/116.19	c (115,0) c
731.70/116.19	c (115,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.19	c (115,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
731.70/116.19	c (115,0) c |-------------------------------------------------------------------------------------------------------|
731.70/116.19	c (115,0) c |  0 |    224 |    2021706 |      84275 |   266172 |    30649 |    15444 |   122822 |     1818 |  0.612 |
731.70/116.19	c (115,0) c |  1 |    170 |    2926134 |     180696 |   200820 |    41103 |    26791 |   111500 |     1282 |  0.609 |
731.70/116.19	c (115,0) c |  2 |    146 |    3419598 |      78682 |   216438 |    24861 |    13110 |   124596 |     1644 |  0.600 |
731.70/116.19	c (115,0) c |  3 |    245 |    4995381 |      93146 |   256408 |    21859 |    15794 |   121016 |     2084 |  0.596 |
731.70/116.19	c (115,0) c |  4 |    187 |    1356668 |      79313 |   177643 |    25617 |    13576 |   124242 |      699 |  0.629 |
731.70/116.19	c (115,0) c |  5 |    291 |    3698450 |      99250 |   327738 |    28105 |    17340 |   118249 |     1342 |  0.601 |
731.70/116.19	c (115,0) c |  6 |    245 |    1927860 |     113716 |   191014 |    22311 |    20588 |   116748 |     2277 |  0.601 |
731.70/116.19	c (115,0) c |  7 |    226 |    2389944 |      91173 |   210451 |    19978 |    15651 |   116752 |     3058 |  0.597 |
731.70/116.19	c (115,0) c 
731.70/116.19	c (115,0) c synthesis      820253 conflicts  2774364112 propagations     1258 conflicts/sec  4255716 propagations/sec
731.70/116.19	c (115,0) c Total Memory so far : 3551.55Mb
731.70/116.19	c (115,0) c
731.70/116.19	c (115,0) c |-------------------------------------------------------------------------------------------------------|
773.10/121.32	c (120,0) receiving signal SIGTERM
773.10/121.32	s UNKNOWN
44.46/121.46	c (120,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %
44.46/121.46	c (120,23) SatSolver is killed by some reasons.
44.46/121.46	c (120,23) 0,0,10,11,11,11,24,TO,TO,STOP-AFTER(DIMACS)
44.46/121.46	c END-Prog: Fri Jul 27 06:13:07 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 (13588 MiB free)
  memory of node 1: 16384 MiB (13989 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297146-1532664665/watcher-4297146-1532664665 -o /tmp/evaluation-result-4297146-1532664665/solver-4297146-1532664665 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532664469-5802 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297146-1532664665.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
solver pid=6254, runsolver pid=6251
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 6.46 6.84 6.29 2/199 6274
/proc/meminfo: memFree=28147784/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=27312552 memory=101468 CPUtime=0.08 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 6468 0 0 0 6 2 0 0 20 0 20 0 84029697 27968053248 25367 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 6828138 25367 2672 1 0 6790598 0
[pid=6254/tid=6256] ppid=6251 vsize=27312552 memory=4134692831991783777 CPUtime=0.07 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) R 6251 6254 5775 0 -1 4202560 4566 0 0 0 5 2 0 0 20 0 20 0 84029697 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656463108496 140655967971439 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=27312552 memory=140404475008640 CPUtime=0 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 25367 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029701 27968053248 25367 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6266] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6266/stat : 6266 (java) S 6251 6254 5775 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654407574304 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6267] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6267/stat : 6267 (java) S 6251 6254 5775 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654273352816 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6268] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6268/stat : 6268 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029704 27968053248 25367 33554432000 4194304 4196468 140723318464512 140653898848336 140656491300763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6269] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6269/stat : 6269 (java) S 6251 6254 5775 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654139132528 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6270] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6270/stat : 6270 (java) S 6251 6254 5775 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654138079728 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6271] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6271/stat : 6271 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654137027440 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6272] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6272/stat : 6272 (java) S 6251 6254 5775 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654135974640 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6273] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6273/stat : 6273 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140653400942944 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6274] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6274/stat : 6274 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 25367 33554432000 4194304 4196468 140723318464512 140654134921520 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 101468 KiB

[startup+0.210011 s]*
/proc/loadavg: 6.46 6.84 6.29 2/199 6274
/proc/meminfo: memFree=28129472/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=27312552 memory=120880 CPUtime=0.23 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 10493 0 0 0 19 4 0 0 20 0 20 0 84029697 27968053248 30220 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 6828138 30220 2885 1 0 6790598 0
[pid=6254/tid=6256] ppid=6251 vsize=27312552 memory=4026531975 CPUtime=0.18 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) R 6251 6254 5775 0 -1 4202560 8384 0 0 0 15 3 0 0 20 0 20 0 84029697 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656463080912 140656471557903 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=27312552 memory=11921 CPUtime=0 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=27312552 memory=140404475015063 CPUtime=0 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 30220 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029701 27968053248 30220 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6266] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6266/stat : 6266 (java) S 6251 6254 5775 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654407574304 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6267] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6267/stat : 6267 (java) S 6251 6254 5775 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654273352816 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6268] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6268/stat : 6268 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029704 27968053248 30220 33554432000 4194304 4196468 140723318464512 140653898848336 140656491300763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6269] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6269/stat : 6269 (java) S 6251 6254 5775 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654139132528 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6270] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6270/stat : 6270 (java) S 6251 6254 5775 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654138079728 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6271] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6271/stat : 6271 (java) S 6251 6254 5775 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654137027440 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6272] ppid=6251 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/6254/task/6272/stat : 6272 (java) S 6251 6254 5775 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654135974640 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6273] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6273/stat : 6273 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140653400942944 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6274] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6274/stat : 6274 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 30220 33554432000 4194304 4196468 140723318464512 140654134921520 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 120880 KiB

[startup+0.309828 s]*
/proc/loadavg: 6.46 6.84 6.29 2/199 6274
/proc/meminfo: memFree=28125564/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=27312552 memory=125128 CPUtime=0.4 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 11202 0 0 0 36 4 0 0 20 0 20 0 84029697 27968053248 31282 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 6828138 31282 2977 1 0 6790598 0
[pid=6254/tid=6256] ppid=6251 vsize=27312552 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) R 6251 6254 5775 0 -1 4202560 8898 0 0 0 25 3 0 0 20 0 20 0 84029697 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656463086320 140656476447839 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=27312552 memory=140404360049583 CPUtime=0 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=27312552 memory=140404360051888 CPUtime=0 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=27312552 memory=140404360054192 CPUtime=0 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27968053248 31282 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029701 27968053248 31282 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6266] ppid=6251 vsize=27312552 memory=280808720115344 CPUtime=0 cores=0-7
/proc/6254/task/6266/stat : 6266 (java) S 6251 6254 5775 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654407574304 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6267] ppid=6251 vsize=27312552 memory=280808720122256 CPUtime=0 cores=0-7
/proc/6254/task/6267/stat : 6267 (java) S 6251 6254 5775 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84029702 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654273352816 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6268] ppid=6251 vsize=27312552 memory=280808720063536 CPUtime=0 cores=0-7
/proc/6254/task/6268/stat : 6268 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029704 27968053248 31282 33554432000 4194304 4196468 140723318464512 140653898848336 140656491300763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6269] ppid=6251 vsize=27312552 memory=280808720136080 CPUtime=0.01 cores=0-7
/proc/6254/task/6269/stat : 6269 (java) S 6251 6254 5775 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654139132528 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6270] ppid=6251 vsize=27312552 memory=280808720142992 CPUtime=0.01 cores=0-7
/proc/6254/task/6270/stat : 6270 (java) S 6251 6254 5775 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654138079728 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6271] ppid=6251 vsize=27312552 memory=280808720140688 CPUtime=0 cores=0-7
/proc/6254/task/6271/stat : 6271 (java) S 6251 6254 5775 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654137027440 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6272] ppid=6251 vsize=27312552 memory=280808720157296 CPUtime=0.07 cores=0-7
/proc/6254/task/6272/stat : 6272 (java) S 6251 6254 5775 0 -1 1077944384 324 0 0 0 7 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654135974640 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6273] ppid=6251 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6273/stat : 6273 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140653400942944 140656491292373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6274] ppid=6251 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/6254/task/6274/stat : 6274 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029706 27968053248 31282 33554432000 4194304 4196468 140723318464512 140654134921520 140656491293314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 125128 KiB

[startup+0.700888 s]
/proc/loadavg: 6.46 6.84 6.29 2/199 6274
/proc/meminfo: memFree=28101380/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=27318824 memory=162416 CPUtime=0.96 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 18190 0 0 0 90 6 0 0 20 0 20 0 84029697 27974475776 40604 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 6829706 40604 3124 1 0 6791110 0
[pid=6254/tid=6256] ppid=6251 vsize=27318824 memory=0 CPUtime=0.65 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) R 6251 6254 5775 0 -1 4202560 15420 0 0 0 60 5 0 0 20 0 20 0 84029697 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656463120080 140655967962604 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=27318824 memory=7120 CPUtime=0 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=27318824 memory=1012 CPUtime=0 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=27318824 memory=1444 CPUtime=0 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=27318824 memory=1200 CPUtime=0 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=27318824 memory=15436 CPUtime=0 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84029700 27974475776 40604 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=27318824 memory=15024 CPUtime=0 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 84029701 27974475776 40604 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0

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

/proc/6254/task/6279/stat : 6279 (java) S 6251 6254 5775 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 84032204 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140652998278832 140656491304093 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6280] ppid=6251 vsize=27984808 memory=640 CPUtime=0 cores=0-7
/proc/6254/task/6280/stat : 6280 (java) S 6251 6254 5775 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 84032206 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140652461416224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 621.53 s
Current children cumulated vsize: 31570424 KiB
Current children cumulated memory: 9915592 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+121.302 s]
/proc/loadavg: 7.51 6.84 6.33 9/212 6288
/proc/meminfo: memFree=18199156/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=27984808 memory=6650656 CPUtime=44.46 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 50048 0 0 0 4145 301 0 0 20 0 24 0 84029697 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 6996202 1662664 3252 1 0 6957058 0
[pid=6275] ppid=6254 vsize=3788956 memory=3316620 CPUtime=728.64 cores=0-7
/proc/6275/stat : 6275 (glucose-syrup) S 6254 6254 5775 0 -1 1077944320 2662181 0 0 0 72453 411 0 0 20 0 9 0 84032204 3879890944 829155 33554432000 4194304 4373367 140727712487472 140727712486016 140574736824962 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
/proc/6275/statm: 947239 829155 387 44 0 942927 0
[pid=6275/tid=6281] ppid=6254 vsize=3788956 memory=3315608 CPUtime=90.58 cores=0-7
/proc/6275/task/6281/stat : 6281 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 469612 0 0 0 9020 38 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574697770184 4271894 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6282] ppid=6254 vsize=3788956 memory=6650656 CPUtime=90.63 cores=0-7
/proc/6275/task/6282/stat : 6282 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 298620 0 0 0 9035 28 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574689377424 4271925 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6283] ppid=6254 vsize=3788956 memory=3303652 CPUtime=90.63 cores=0-7
/proc/6275/task/6283/stat : 6283 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 249546 0 0 0 9008 55 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574652320968 4272316 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6284] ppid=6254 vsize=3788956 memory=6650656 CPUtime=90.67 cores=0-7
/proc/6275/task/6284/stat : 6284 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 257412 0 0 0 9038 29 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574643928264 4296164 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6285] ppid=6254 vsize=3788956 memory=0 CPUtime=88.68 cores=0-7
/proc/6275/task/6285/stat : 6285 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 230974 0 0 0 8815 53 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574574632304 4271828 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6286] ppid=6254 vsize=3788956 memory=3297660 CPUtime=90.68 cores=0-7
/proc/6275/task/6286/stat : 6286 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 243539 0 0 0 9041 27 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574566239064 4271958 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6287] ppid=6254 vsize=3788956 memory=16236 CPUtime=90.64 cores=0-7
/proc/6275/task/6287/stat : 6287 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 219994 0 0 0 9013 51 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574557846728 4296037 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6275/tid=6288] ppid=6254 vsize=3788956 memory=4048 CPUtime=90.63 cores=0-7
/proc/6275/task/6288/stat : 6288 (glucose-syrup) R 6254 6254 5775 0 -1 4202560 236766 0 0 0 9007 56 0 0 20 0 9 0 84032742 3879890944 829155 33554432000 4194304 4373367 140727712487472 140574549454192 4296037 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 15544320 140727712494513 140727712494764 140727712494764 140727712497607 0
[pid=6254/tid=6256] ppid=6251 vsize=27984808 memory=2704 CPUtime=24.44 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) S 6251 6254 5775 0 -1 1077944384 22769 0 0 0 2341 103 0 0 20 0 24 0 84029697 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656463121408 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=27984808 memory=2444 CPUtime=0.53 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 331 0 0 0 31 22 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=27984808 memory=7120 CPUtime=0.54 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 330 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=27984808 memory=1012 CPUtime=0.54 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 368 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=27984808 memory=164 CPUtime=0.54 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 358 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=27984808 memory=7738986698831718758 CPUtime=0.54 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 324 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=27984808 memory=1280 CPUtime=0.54 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 336 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=27984808 memory=2340 CPUtime=0.54 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 324 0 0 0 31 23 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=27984808 memory=1832 CPUtime=0.53 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 322 0 0 0 31 22 0 0 20 0 24 0 84029700 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=27984808 memory=6650656 CPUtime=0.02 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 24 0 84029701 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6266] ppid=6251 vsize=27984808 memory=3294148 CPUtime=0 cores=0-7
/proc/6254/task/6266/stat : 6266 (java) S 6251 6254 5775 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 24 0 84029702 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654407574368 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6267] ppid=6251 vsize=27984808 memory=3287352 CPUtime=0 cores=0-7
/proc/6254/task/6267/stat : 6267 (java) S 6251 6254 5775 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 24 0 84029702 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654273352832 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6268] ppid=6251 vsize=27984808 memory=6650656 CPUtime=0 cores=0-7
/proc/6254/task/6268/stat : 6268 (java) S 6251 6254 5775 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84029704 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140653898848336 140656491300763 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6269] ppid=6251 vsize=27984808 memory=3274332 CPUtime=4.81 cores=0-7
/proc/6254/task/6269/stat : 6269 (java) S 6251 6254 5775 0 -1 1077944384 6636 0 0 0 479 2 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654139132528 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6270] ppid=6251 vsize=27984808 memory=6650656 CPUtime=4.39 cores=0-7
/proc/6254/task/6270/stat : 6270 (java) S 6251 6254 5775 0 -1 1077944384 4141 0 0 0 437 2 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654138079728 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6271] ppid=6251 vsize=27984808 memory=8039887049847964839 CPUtime=4.53 cores=0-7
/proc/6254/task/6271/stat : 6271 (java) S 6251 6254 5775 0 -1 1077944384 5787 0 0 0 452 1 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654137027440 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6272] ppid=6251 vsize=27984808 memory=6650656 CPUtime=1.77 cores=0-7
/proc/6254/task/6272/stat : 6272 (java) S 6251 6254 5775 0 -1 1077944384 6573 0 0 0 174 3 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654135974640 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6273] ppid=6251 vsize=27984808 memory=3310580 CPUtime=0 cores=0-7
/proc/6254/task/6273/stat : 6273 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140653400942944 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6274] ppid=6251 vsize=27984808 memory=-8253362762721547642 CPUtime=0.05 cores=0-7
/proc/6254/task/6274/stat : 6274 (java) S 6251 6254 5775 0 -1 1077944384 11 0 0 0 3 2 0 0 20 0 24 0 84029706 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140654134921520 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6276] ppid=6251 vsize=27984808 memory=6650656 CPUtime=0 cores=0-7
/proc/6254/task/6276/stat : 6276 (java) S 6251 6254 5775 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 84032204 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140655884305728 140656491306777 0 4 0 25189583 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6278] ppid=6251 vsize=27984808 memory=3303996 CPUtime=0.01 cores=0-7
/proc/6254/task/6278/stat : 6278 (java) S 6251 6254 5775 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 24 0 84032204 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140652729843536 140656491304093 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6279] ppid=6251 vsize=27984808 memory=1232 CPUtime=0 cores=0-7
/proc/6254/task/6279/stat : 6279 (java) S 6251 6254 5775 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 84032204 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140652998278832 140656491304093 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6280] ppid=6251 vsize=27984808 memory=6650656 CPUtime=0 cores=0-7
/proc/6254/task/6280/stat : 6280 (java) S 6251 6254 5775 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 84032206 28656443392 1662664 33554432000 4194304 4196468 140723318464512 140652461416224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 773.1 s
Current children cumulated vsize: 31773764 KiB
Current children cumulated memory: 9967276 KiB

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

[startup+121.518 s]
# the end of solver process 6254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=766.095 s, system=7.32909 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+121.417 s]
/proc/loadavg: 7.51 6.84 6.33 9/212 6288
/proc/meminfo: memFree=18199156/32770624 swapFree=67108532/67108860
[pid=6254] ppid=6251 vsize=28181420 memory=6652704 CPUtime=44.46 cores=0-7
/proc/6254/stat : 6254 (java) S 6251 6254 5775 0 -1 1077944320 50081 0 0 0 4145 301 0 0 20 0 25 0 84029697 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140723318447056 140656491282167 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
/proc/6254/statm: 7045355 1663176 3252 1 0 7006211 0
[pid=6254/tid=6256] ppid=6251 vsize=28181420 memory=4629771062077588875 CPUtime=24.44 cores=0-7
/proc/6254/task/6256/stat : 6256 (java) S 6251 6254 5775 0 -1 1077944384 22769 0 0 0 2341 103 0 0 20 0 25 0 84029697 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656463121408 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6257] ppid=6251 vsize=28181420 memory=-8961168018402230209 CPUtime=0.53 cores=0-7
/proc/6254/task/6257/stat : 6257 (java) S 6251 6254 5775 0 -1 1077944384 331 0 0 0 31 22 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656495524240 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6258] ppid=6251 vsize=28181420 memory=-8253362762722141311 CPUtime=0.54 cores=0-7
/proc/6254/task/6258/stat : 6258 (java) S 6251 6254 5775 0 -1 1077944384 330 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656309680400 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6259] ppid=6251 vsize=28181420 memory=7100839861465685612 CPUtime=0.54 cores=0-7
/proc/6254/task/6259/stat : 6259 (java) S 6251 6254 5775 0 -1 1077944384 368 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656308628112 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6260] ppid=6251 vsize=28181420 memory=1444 CPUtime=0.54 cores=0-7
/proc/6254/task/6260/stat : 6260 (java) S 6251 6254 5775 0 -1 1077944384 358 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656307575312 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6261] ppid=6251 vsize=28181420 memory=1200 CPUtime=0.54 cores=0-7
/proc/6254/task/6261/stat : 6261 (java) S 6251 6254 5775 0 -1 1077944384 324 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656306523024 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6262] ppid=6251 vsize=28181420 memory=15436 CPUtime=0.54 cores=0-7
/proc/6254/task/6262/stat : 6262 (java) S 6251 6254 5775 0 -1 1077944384 336 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656305470224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6263] ppid=6251 vsize=28181420 memory=15024 CPUtime=0.54 cores=0-7
/proc/6254/task/6263/stat : 6263 (java) S 6251 6254 5775 0 -1 1077944384 324 0 0 0 31 23 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656304417936 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6264] ppid=6251 vsize=28181420 memory=16236 CPUtime=0.53 cores=0-7
/proc/6254/task/6264/stat : 6264 (java) S 6251 6254 5775 0 -1 1077944384 322 0 0 0 31 22 0 0 20 0 25 0 84029700 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140656303365136 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6265] ppid=6251 vsize=28181420 memory=4048 CPUtime=0.02 cores=0-7
/proc/6254/task/6265/stat : 6265 (java) S 6251 6254 5775 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 25 0 84029701 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140655483340912 140656491293314 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6266] ppid=6251 vsize=28181420 memory=640 CPUtime=0 cores=0-7
/proc/6254/task/6266/stat : 6266 (java) S 6251 6254 5775 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 25 0 84029702 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654407574368 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6267] ppid=6251 vsize=28181420 memory=1788 CPUtime=0 cores=0-7
/proc/6254/task/6267/stat : 6267 (java) S 6251 6254 5775 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 25 0 84029702 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654273352832 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6268] ppid=6251 vsize=28181420 memory=960 CPUtime=0 cores=0-7
/proc/6254/task/6268/stat : 6268 (java) S 6251 6254 5775 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 25 0 84029704 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140653898848336 140656491300763 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6269] ppid=6251 vsize=28181420 memory=1232 CPUtime=4.81 cores=0-7
/proc/6254/task/6269/stat : 6269 (java) S 6251 6254 5775 0 -1 1077944384 6636 0 0 0 479 2 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654139132528 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6270] ppid=6251 vsize=28181420 memory=2332 CPUtime=4.39 cores=0-7
/proc/6254/task/6270/stat : 6270 (java) S 6251 6254 5775 0 -1 1077944384 4141 0 0 0 437 2 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654138079728 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6271] ppid=6251 vsize=28181420 memory=928 CPUtime=4.53 cores=0-7
/proc/6254/task/6271/stat : 6271 (java) S 6251 6254 5775 0 -1 1077944384 5787 0 0 0 452 1 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654137027440 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6272] ppid=6251 vsize=28181420 memory=1580 CPUtime=1.77 cores=0-7
/proc/6254/task/6272/stat : 6272 (java) S 6251 6254 5775 0 -1 1077944384 6573 0 0 0 174 3 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654135974640 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6273] ppid=6251 vsize=28181420 memory=2244 CPUtime=0 cores=0-7
/proc/6254/task/6273/stat : 6273 (java) S 6251 6254 5775 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140653400942944 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6274] ppid=6251 vsize=28181420 memory=4136 CPUtime=0.05 cores=0-7
/proc/6254/task/6274/stat : 6274 (java) S 6251 6254 5775 0 -1 1077944384 11 0 0 0 3 2 0 0 20 0 25 0 84029706 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140654134921520 140656491293314 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6276] ppid=6251 vsize=28181420 memory=2096 CPUtime=0 cores=0-7
/proc/6254/task/6276/stat : 6276 (java) S 6251 6254 5775 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 25 0 84032204 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140655884305728 140656491306777 0 4 0 25189583 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6278] ppid=6251 vsize=28181420 memory=7532 CPUtime=0.01 cores=0-7
/proc/6254/task/6278/stat : 6278 (java) S 6251 6254 5775 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 25 0 84032204 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140652729843536 140656491304093 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6279] ppid=6251 vsize=28181420 memory=840 CPUtime=0 cores=0-7
/proc/6254/task/6279/stat : 6279 (java) S 6251 6254 5775 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 25 0 84032204 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140652998278832 140656491304093 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
[pid=6254/tid=6280] ppid=6251 vsize=28181420 memory=4104 CPUtime=0 cores=0-7
/proc/6254/task/6280/stat : 6280 (java) S 6251 6254 5775 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 25 0 84032206 28857774080 1663176 33554432000 4194304 4196468 140723318464512 140652461416224 140656491292373 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140723318473690 140723318473989 140723318473989 140723318476751 0
Current children cumulated CPU time: 44.46 s
Current children cumulated vsize: 28181420 KiB
Current children cumulated memory: 6652704 KiB

[startup+121.501 s]*
/proc/loadavg: 7.55 6.86 6.34 2/181 6289
/proc/meminfo: memFree=26821540/32770624 swapFree=67108532/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 121.518
CPU time (s): 773.424
CPU user time (s): 766.095
CPU system time (s): 7.32909
CPU usage (%): 636.467
Max. virtual memory (cumulated for all children) (KiB): 31773764
Max. memory (cumulated for all children) (KiB): 10007800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 766.095
system time used= 7.32909
maximum resident set size= 6652704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2712342
page faults= 0
swaps= 0
block input operations= 8
block output operations= 141072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71025
involuntary context switches= 7527


# summary of solver processes directly reported to runsolver:
#   pid: 6254
#   total CPU time (s): 773.424
#   total CPU user time (s): 766.095
#   total CPU system time (s): 7.32909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10161 second user time and 1.48148 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-27 06:11:05
IDJOB=4297146
IDBENCH=141460
IDSOLVER=2759
FILE ID=node104/4297146-1532664665
RUNJOBID= node104-1532664469-5802
PBS_JOBID= 21022233
Free space on /tmp= 48344 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-90-02_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -both -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297146-1532664665/watcher-4297146-1532664665 -o /tmp/evaluation-result-4297146-1532664665/solver-4297146-1532664665 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532664469-5802 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297146-1532664665.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=1350553932

node104.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.11
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.11
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.11
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.11
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:        28240608 kB
MemAvailable:   31949200 kB
Buffers:           95588 kB
Cached:          3866740 kB
SwapCached:           12 kB
Active:          1867124 kB
Inactive:        2148488 kB
Active(anon):       6900 kB
Inactive(anon):    73880 kB
Active(file):    1860224 kB
Inactive(file):  2074608 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              8612 kB
Writeback:             0 kB
AnonPages:        195080 kB
Mapped:            39220 kB
Shmem:             25060 kB
Slab:             207576 kB
SReclaimable:     179188 kB
SUnreclaim:        28388 kB
KernelStack:        3648 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48336 MiB
End job on node104 at 2018-07-27 06:13:07