Trace number 4405126

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
Fun-sCOP order+ManyGlucose (2019-09-22)SAT 8.8867 3.48649

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
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 benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-28397-serial-file.bin HOME/instance-4405126-1569364808.xml
0.64/0.55	
0.64/0.55	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.64/0.55	
0.64/0.57	c BEGIN-Prog: Wed Sep 25 00:39:28 CEST 2019
0.64/0.57	c PID: 28400
0.64/0.57	c IP: 172.20.3.150
0.64/0.57	c HOST: node150.alineos.net
0.64/0.58	c (0,0) Parsing Begin
2.17/1.16	c (0,0) Parsing End
2.17/1.17	c (0,0) CSP: 52 int (0 aux), 0 bool (0 aux), 325 ctr, max domain size 80
2.17/1.17	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.17/1.17	c (0,0) Constraint Name Generate Begin
2.17/1.18	c (0,0) Ctr:HOME/instance-4405126-1569364808.xml,Add:Le:Num:Or:Var
2.17/1.18	c (0,0) Constraint Name Generate End
2.17/1.18	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.17/1.18	c (0,0) CSP to CSPinCNF Begin
2.84/1.31	c (0,0) translated 33 (10%) constraints
2.84/1.33	c (0,0) translated 65 (20%) constraints
2.84/1.36	c (0,0) translated 98 (30%) constraints
2.84/1.37	c (0,0) translated 130 (40%) constraints
2.84/1.38	c (0,0) translated 163 (50%) constraints
2.84/1.39	c (0,0) translated 195 (60%) constraints
3.11/1.40	c (0,0) translated 228 (70%) constraints
3.11/1.41	c (0,0) translated 260 (80%) constraints
3.11/1.42	c (0,0) translated 293 (90%) constraints
3.11/1.42	c (0,0) translated 325 (100%) constraints
3.11/1.42	c (0,0) ===========================================
3.11/1.42	c (0,0) Order
3.11/1.42	c (0,0) ===========================================
3.11/1.43	c (0,0) translated 33 (10%) constraints
3.11/1.44	c (0,0) translated 65 (20%) constraints
3.11/1.44	c (0,0) translated 98 (30%) constraints
3.11/1.45	c (0,0) translated 130 (40%) constraints
3.11/1.45	c (0,0) translated 163 (50%) constraints
3.11/1.45	c (0,0) translated 195 (60%) constraints
3.11/1.46	c (0,0) translated 228 (70%) constraints
3.11/1.46	c (0,0) translated 260 (80%) constraints
3.11/1.46	c (0,0) translated 293 (90%) constraints
3.11/1.47	c (0,0) translated 325 (100%) constraints
3.11/1.47	c (0,0) CSP to CSPinCNF End
3.11/1.47	c (0,0) CSP: 52 int (0 aux), 0 bool (0 aux), 325 ctr, max domain size 80
3.11/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
3.11/1.47	c (0,0) CSPinCNF Propagation Begin
3.48/1.50	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.48/1.50	c (0,0) CSPinCNF Propagation End
3.48/1.50	c (0,0) CSP: 52 int (0 aux), 0 bool (0 aux), 325 ctr, max domain size 80
3.48/1.50	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
3.48/1.50	c (0,0) Simplify CSPinCNF Begin
3.77/1.60	c (1,1) Simplify CSPinCNF End
3.77/1.61	c (1,1) CSP: 52 int (0 aux), 1300 bool (1300 aux), 1625 ctr, max domain size 80
3.77/1.61	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.77/1.61	c (1,1) Calculate Precise Domain Begin
3.77/1.61	c (1,1) 0 values are removed by re-calculation
3.77/1.61	c (1,1) Calculate Precise Domain End
3.77/1.61	c (1,1) CSP: 52 int (0 aux), 1300 bool (1300 aux), 1625 ctr, max domain size 80
3.77/1.61	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.77/1.61	c (1,1) CSPinCNF to SatSolver Begin
4.45/1.88	c (1,1) 163 (10 %) CSP clauses are encoded (0 SAT variables, 12281 SAT clauses)
4.85/1.96	c (1,1) 325 (20 %) CSP clauses are encoded (0 SAT variables, 20719 SAT clauses)
5.31/2.01	c (1,1) 488 (30 %) CSP clauses are encoded (0 SAT variables, 28788 SAT clauses)
5.31/2.07	c (1,1) 650 (40 %) CSP clauses are encoded (0 SAT variables, 36701 SAT clauses)
5.70/2.11	c (1,1) 813 (50 %) CSP clauses are encoded (0 SAT variables, 44262 SAT clauses)
5.70/2.14	c (1,1) 975 (60 %) CSP clauses are encoded (0 SAT variables, 51425 SAT clauses)
5.70/2.18	c (1,1) 1138 (70 %) CSP clauses are encoded (0 SAT variables, 58216 SAT clauses)
5.94/2.21	c (1,1) 1300 (80 %) CSP clauses are encoded (0 SAT variables, 64495 SAT clauses)
5.94/2.24	c (1,1) 1463 (90 %) CSP clauses are encoded (0 SAT variables, 70297 SAT clauses)
5.94/2.26	c (1,1) 1625 (100 %) CSP clauses are encoded (0 SAT variables, 75200 SAT clauses)
5.94/2.26	c (1,1) CSPinCNF to SatSolver End
5.94/2.26	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.94/2.26	c (1,1) 4758 bool, 75231 clause
5.94/2.26	c (1,1) Export Begin
6.19/2.34	c (1,1) Export to HOME/scop-28397-serial-file.bin
6.19/2.34	c (1,1) Export End
6.19/2.34	c (1,1) Export File Size: 0.01 MB
6.19/2.34	c (1,1) 0,0,0,0,1,1,1,STOP-AFTER(DIMACS)
6.19/2.34	c END-Prog: Wed Sep 25 00:39:29 CEST 2019
6.19/2.37	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-28397-serial-file.bin
6.31/2.82	c (0,0) Read Serial File Begin
6.31/2.82	c (0,0) HOME/scop-28397-serial-file.bin
7.17/3.02	c (0,0) Read Serial File End
7.17/3.03	
7.17/3.03	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
7.17/3.03	(Solving Process)
7.17/3.03	
7.17/3.05	c BEGIN-Prog: Wed Sep 25 00:39:30 CEST 2019
7.17/3.05	c PID: 28420
7.17/3.05	c IP: 172.20.3.150
7.17/3.05	c HOST: node150.alineos.net
7.17/3.06	c (0,0) SatSolver.solve Begin
7.17/3.06	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405126-1569364808.xml-scop-28400.cnf
7.17/3.08	c (0,0) c
7.17/3.08	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
7.17/3.08	c (0,0) c
7.17/3.08	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
7.17/3.08	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
7.17/3.08	c (0,0) c ========================================[ Problem Statistics ]===========================================
7.17/3.08	c (0,0) c |                                                                                                       |
7.17/3.11	c (0,0) c |  Number of variables:          4758                                                                   |
7.17/3.11	c (0,0) c |  Number of clauses:           75231                                                                   |
7.17/3.11	c (0,0) c |  Parse time:                   0.02 s                                                                 |
7.17/3.11	c (0,0) c |                                                                                                       |
7.39/3.17	c (0,0) c |  Simplification time:          0.06 s                                                                 |
7.39/3.17	c (0,0) c |                                                                                                       |
7.39/3.17	c (0,0) c |  Generating clones                                                                                    |
7.39/3.19	c (0,0) c |  all clones generated. Memory =    64.56Mb.                                                           |
7.39/3.19	c (0,0) c ========================================================================================================|
7.39/3.19	c (0,0) c
7.39/3.19	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
7.39/3.19	c (0,0) c
7.39/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.39/3.19	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
7.39/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.39/3.19	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
7.39/3.19	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
7.39/3.19	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
7.39/3.19	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
7.39/3.19	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
7.39/3.19	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
7.39/3.19	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
7.39/3.19	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
7.39/3.19	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
7.39/3.19	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
7.39/3.19	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
7.39/3.19	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
7.39/3.19	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
7.39/3.19	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
7.39/3.19	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
7.39/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c real time : 0.258593 s
7.43/3.34	c (0,0) c cpu time  : 1.06705 s
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | Conflicts     |           20126 |       2173 |       2446 |       2848 |       2339 |       2539 |       2642 |       2360 |       2779 |
7.43/3.34	c (0,0) c | Decisions     |           67396 |       7445 |       7789 |       9649 |       7591 |       8749 |       9933 |       7923 |       8317 |
7.43/3.34	c (0,0) c | Propagations  |         2885590 |     312052 |     375884 |     402442 |     317680 |     369712 |     370747 |     336194 |     400879 |
7.43/3.34	c (0,0) c | ReduceDBs     |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
7.43/3.34	c (0,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
7.43/3.34	c (0,0) c | Restarts      |              77 |          8 |          4 |         11 |          6 |         12 |         13 |         11 |         12 |
7.43/3.34	c (0,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | PropBinClauses|         3375492 |     373203 |     428074 |     467467 |     376600 |     424492 |     433042 |     392711 |     479903 |
7.43/3.34	c (0,0) c | PropPreBlocker|        36412247 |    3946954 |    4676960 |    5145260 |    3936848 |    4852351 |    4824535 |    4204318 |    4825021 |
7.43/3.34	c (0,0) c | PropNotBlocker|        11268517 |    1215545 |    1387971 |    1542808 |    1283355 |    1457348 |    1524952 |    1309411 |    1547127 |
7.43/3.34	c (0,0) c | LitFullScans  |        66989938 |    7269290 |    8878604 |    9492983 |    7321163 |    8725569 |    8684571 |    7670101 |    8947657 |
7.43/3.34	c (0,0) c | LitScanFracts |            1300 |         31 |        368 |         36 |        170 |          2 |         27 |        348 |        318 |
7.43/3.34	c (0,0) c | DecisionLevel0|              77 |          8 |          4 |         11 |          6 |         12 |         13 |         11 |         12 |
7.43/3.34	c (0,0) c | Periods       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
7.43/3.34	c (0,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
7.43/3.34	c (0,0) c | Avg_Trail     |                 |       2160 |       2229 |       2262 |       2029 |       2377 |       2276 |       2155 |       2047 |
7.43/3.34	c (0,0) c | Avg_DL        |                 |         64 |         54 |         59 |         56 |         66 |         64 |         62 |         61 |
7.43/3.34	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | Exported      |              24 |          0 |          4 |          1 |          2 |          3 |          7 |          6 |          1 |
7.43/3.34	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.43/3.34	c (0,0) c | Glues         |                 |          0 |          4 |          1 |          2 |          3 |          7 |          6 |          1 |
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | Orig_Seen     |            12 % |       8733 |       8298 |      10495 |       8564 |      10339 |      11087 |       9453 |      10431 |
7.43/3.34	c (0,0) c | Diff Orig seen|                 |      X     | -      435 |       1762 | -      169 |       1606 |       2354 |        720 |       1698 |
7.43/3.34	c (0,0) c | Hamming       |            33 % |      X     |       1711 |       1559 |       1756 |       1429 |       1508 |       1536 |       1523 |
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c | RunningTime   |                 |    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|
7.43/3.34	c (0,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | SolvingTime   |                 |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |
7.43/3.34	c (0,0) c | PropagationTim|                 |    0.1  78%|    0.1  75%|    0.1  73%|    0.1  78%|    0.1  76%|    0.1  79%|    0.1  78%|    0.1  76%|
7.43/3.34	c (0,0) c | AnalysisTime  |                 |    0.0  15%|    0.0  18%|    0.0  18%|    0.0  15%|    0.0  17%|    0.0  14%|    0.0  15%|    0.0  17%|
7.43/3.34	c (0,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
7.43/3.34	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c
7.43/3.34	c (0,0) c Threads : 8
7.43/3.34	c (0,0) c Winner : 0
7.43/3.34	c (0,0) c Conflicts_0 : 2173
7.43/3.34	c (0,0) c Conflicts_1 : 2446
7.43/3.34	c (0,0) c Conflicts_2 : 2848
7.43/3.34	c (0,0) c Conflicts_3 : 2339
7.43/3.34	c (0,0) c Conflicts_4 : 2539
7.43/3.34	c (0,0) c Conflicts_5 : 2642
7.43/3.34	c (0,0) c Conflicts_6 : 2360
7.43/3.34	c (0,0) c Conflicts_7 : 2779
7.43/3.34	c (0,0) c Conflicts_total : 20126
7.43/3.34	c (0,0) c Conflicts_winner : 2173
7.43/3.34	c (0,0) c Decisions_0 : 7445
7.43/3.34	c (0,0) c Decisions_1 : 7789
7.43/3.34	c (0,0) c Decisions_2 : 9649
7.43/3.34	c (0,0) c Decisions_3 : 7591
7.43/3.34	c (0,0) c Decisions_4 : 8749
7.43/3.34	c (0,0) c Decisions_5 : 9933
7.43/3.34	c (0,0) c Decisions_6 : 7923
7.43/3.34	c (0,0) c Decisions_7 : 8317
7.43/3.34	c (0,0) c Decisions_total : 67396
7.43/3.34	c (0,0) c Decisions_winner : 7445
7.43/3.34	c (0,0) c Propagations_0 : 312052
7.43/3.34	c (0,0) c Propagations_1 : 375884
7.43/3.34	c (0,0) c Propagations_2 : 402442
7.43/3.34	c (0,0) c Propagations_3 : 317680
7.43/3.34	c (0,0) c Propagations_4 : 369712
7.43/3.34	c (0,0) c Propagations_5 : 370747
7.43/3.34	c (0,0) c Propagations_6 : 336194
7.43/3.34	c (0,0) c Propagations_7 : 400879
7.43/3.34	c (0,0) c Propagations_total : 2885590
7.43/3.34	c (0,0) c Propagations_winner : 312052
7.43/3.34	c (0,0) c ReduceDBs_0 : 1
7.43/3.34	c (0,0) c ReduceDBs_1 : 1
7.43/3.34	c (0,0) c ReduceDBs_2 : 1
7.43/3.34	c (0,0) c ReduceDBs_3 : 1
7.43/3.34	c (0,0) c ReduceDBs_4 : 1
7.43/3.34	c (0,0) c ReduceDBs_5 : 1
7.43/3.34	c (0,0) c ReduceDBs_6 : 1
7.43/3.34	c (0,0) c ReduceDBs_7 : 1
7.43/3.34	c (0,0) c ReduceDBs_total : 8
7.43/3.34	c (0,0) c ReduceDBs_winner : 1
7.43/3.34	c (0,0) c SimpDBs_0 : 1
7.43/3.34	c (0,0) c SimpDBs_1 : 1
7.43/3.34	c (0,0) c SimpDBs_2 : 1
7.43/3.34	c (0,0) c SimpDBs_3 : 1
7.43/3.34	c (0,0) c SimpDBs_4 : 1
7.43/3.34	c (0,0) c SimpDBs_5 : 1
7.43/3.34	c (0,0) c SimpDBs_6 : 1
7.43/3.34	c (0,0) c SimpDBs_7 : 1
7.43/3.34	c (0,0) c SimpDBs_total : 8
7.43/3.34	c (0,0) c SimpDBs_winner : 1
7.43/3.34	c (0,0) c Restarts_0 : 8
7.43/3.34	c (0,0) c Restarts_1 : 4
7.43/3.34	c (0,0) c Restarts_2 : 11
7.43/3.34	c (0,0) c Restarts_3 : 6
7.43/3.34	c (0,0) c Restarts_4 : 12
7.43/3.34	c (0,0) c Restarts_5 : 13
7.43/3.34	c (0,0) c Restarts_6 : 11
7.43/3.34	c (0,0) c Restarts_7 : 12
7.43/3.34	c (0,0) c Restarts_total : 77
7.43/3.34	c (0,0) c Restarts_winner : 8
7.43/3.34	c (0,0) c ForcedImports_0 : 0
7.43/3.34	c (0,0) c ForcedImports_1 : 0
7.43/3.34	c (0,0) c ForcedImports_2 : 0
7.43/3.34	c (0,0) c ForcedImports_3 : 0
7.43/3.34	c (0,0) c ForcedImports_4 : 0
7.43/3.34	c (0,0) c ForcedImports_5 : 0
7.43/3.34	c (0,0) c ForcedImports_6 : 0
7.43/3.34	c (0,0) c ForcedImports_7 : 0
7.43/3.34	c (0,0) c ForcedImports_total : 0
7.43/3.34	c (0,0) c ForcedImports_winner : 0
7.43/3.34	c (0,0) c PropsBinClauses_0 : 373203
7.43/3.34	c (0,0) c PropsBinClauses_1 : 428074
7.43/3.34	c (0,0) c PropsBinClauses_2 : 467467
7.43/3.34	c (0,0) c PropsBinClauses_3 : 376600
7.43/3.34	c (0,0) c PropsBinClauses_4 : 424492
7.43/3.34	c (0,0) c PropsBinClauses_5 : 433042
7.43/3.34	c (0,0) c PropsBinClauses_6 : 392711
7.43/3.34	c (0,0) c PropsBinClauses_7 : 479903
7.43/3.34	c (0,0) c PropsBinClauses_total : 3375492
7.43/3.34	c (0,0) c PropsBinClauses_winner : 373203
7.43/3.34	c (0,0) c PropsPreBlocker_0 : 3946954
7.43/3.34	c (0,0) c PropsPreBlocker_1 : 4676960
7.43/3.34	c (0,0) c PropsPreBlocker_2 : 5145260
7.43/3.34	c (0,0) c PropsPreBlocker_3 : 3936848
7.43/3.34	c (0,0) c PropsPreBlocker_4 : 4852351
7.43/3.34	c (0,0) c PropsPreBlocker_5 : 4824535
7.43/3.34	c (0,0) c PropsPreBlocker_6 : 4204318
7.43/3.34	c (0,0) c PropsPreBlocker_7 : 4825021
7.43/3.34	c (0,0) c PropsPreBlocker_total : 36412247
7.43/3.34	c (0,0) c PropsPreBlocker_winner : 3946954
7.43/3.34	c (0,0) c PropsNotBlocker_0 : 1215545
7.43/3.34	c (0,0) c PropsNotBlocker_1 : 1387971
7.43/3.34	c (0,0) c PropsNotBlocker_2 : 1542808
7.43/3.34	c (0,0) c PropsNotBlocker_3 : 1283355
7.43/3.34	c (0,0) c PropsNotBlocker_4 : 1457348
7.43/3.34	c (0,0) c PropsNotBlocker_5 : 1524952
7.43/3.34	c (0,0) c PropsNotBlocker_6 : 1309411
7.43/3.34	c (0,0) c PropsNotBlocker_7 : 1547127
7.43/3.34	c (0,0) c PropsNotBlocker_total : 11268517
7.43/3.34	c (0,0) c PropsNotBlocker_winner : 1215545
7.43/3.34	c (0,0) c PropsLitFullScans_0 : 7269290
7.43/3.34	c (0,0) c PropsLitFullScans_1 : 8878604
7.43/3.34	c (0,0) c PropsLitFullScans_2 : 9492983
7.43/3.34	c (0,0) c PropsLitFullScans_3 : 7321163
7.43/3.34	c (0,0) c PropsLitFullScans_4 : 8725569
7.43/3.34	c (0,0) c PropsLitFullScans_5 : 8684571
7.43/3.34	c (0,0) c PropsLitFullScans_6 : 7670101
7.43/3.34	c (0,0) c PropsLitFullScans_7 : 8947657
7.43/3.34	c (0,0) c PropsLitFullScans_total : 66989938
7.43/3.34	c (0,0) c PropsLitFullScans_winner : 7269290
7.43/3.34	c (0,0) c LitScanFractions_0 : 31
7.43/3.34	c (0,0) c LitScanFractions_1 : 368
7.43/3.34	c (0,0) c LitScanFractions_2 : 36
7.43/3.34	c (0,0) c LitScanFractions_3 : 170
7.43/3.34	c (0,0) c LitScanFractions_4 : 2
7.43/3.34	c (0,0) c LitScanFractions_5 : 27
7.43/3.34	c (0,0) c LitScanFractions_6 : 348
7.43/3.34	c (0,0) c LitScanFractions_7 : 318
7.43/3.34	c (0,0) c LitScanFractions_total : 1300
7.43/3.35	c (0,0) c LitScanFractions_winner : 31
7.43/3.35	c (0,0) c DecisionLevel0_0 : 8
7.43/3.35	c (0,0) c DecisionLevel0_1 : 4
7.43/3.35	c (0,0) c DecisionLevel0_2 : 11
7.43/3.35	c (0,0) c DecisionLevel0_3 : 6
7.43/3.35	c (0,0) c DecisionLevel0_4 : 12
7.43/3.35	c (0,0) c DecisionLevel0_5 : 13
7.43/3.35	c (0,0) c DecisionLevel0_6 : 11
7.43/3.35	c (0,0) c DecisionLevel0_7 : 12
7.43/3.35	c (0,0) c DecisionLevel0_total : 77
7.43/3.35	c (0,0) c DecisionLevel0_winner : 8
7.43/3.35	c (0,0) c Periods_0 : 1
7.43/3.35	c (0,0) c Periods_1 : 1
7.43/3.35	c (0,0) c Periods_2 : 1
7.43/3.35	c (0,0) c Periods_3 : 1
7.43/3.35	c (0,0) c Periods_4 : 1
7.43/3.35	c (0,0) c Periods_5 : 1
7.43/3.35	c (0,0) c Periods_6 : 1
7.43/3.35	c (0,0) c Periods_7 : 1
7.43/3.35	c (0,0) c Periods_total : 8
7.43/3.35	c (0,0) c Periods_winner : 1
7.43/3.35	c (0,0) c Margin_0 : 20
7.43/3.35	c (0,0) c Margin_1 : 20
7.43/3.35	c (0,0) c Margin_2 : 20
7.43/3.35	c (0,0) c Margin_3 : 20
7.43/3.35	c (0,0) c Margin_4 : 20
7.43/3.35	c (0,0) c Margin_5 : 20
7.43/3.35	c (0,0) c Margin_6 : 20
7.43/3.35	c (0,0) c Margin_7 : 20
7.43/3.35	c (0,0) c Margin_total : 160
7.43/3.35	c (0,0) c Margin_winner : 20
7.43/3.35	c (0,0) c Exported_0 : 0
7.43/3.35	c (0,0) c Exported_1 : 4
7.43/3.35	c (0,0) c Exported_2 : 1
7.43/3.35	c (0,0) c Exported_3 : 2
7.43/3.35	c (0,0) c Exported_4 : 3
7.43/3.35	c (0,0) c Exported_5 : 7
7.43/3.35	c (0,0) c Exported_6 : 6
7.43/3.35	c (0,0) c Exported_7 : 1
7.43/3.35	c (0,0) c Exported_total : 24
7.43/3.35	c (0,0) c Exported_winner : 0
7.43/3.35	c (0,0) c Imported_0 : 0
7.43/3.35	c (0,0) c Imported_1 : 0
7.43/3.35	c (0,0) c Imported_2 : 0
7.43/3.35	c (0,0) c Imported_3 : 0
7.43/3.35	c (0,0) c Imported_4 : 0
7.43/3.35	c (0,0) c Imported_5 : 0
7.43/3.35	c (0,0) c Imported_6 : 0
7.43/3.35	c (0,0) c Imported_7 : 0
7.43/3.35	c (0,0) c Imported_total : 0
7.43/3.35	c (0,0) c Imported_winner : 0
7.43/3.35	c (0,0) c Good_0 : 0
7.43/3.35	c (0,0) c Good_1 : 0
7.43/3.35	c (0,0) c Good_2 : 0
7.43/3.35	c (0,0) c Good_3 : 0
7.43/3.35	c (0,0) c Good_4 : 0
7.43/3.35	c (0,0) c Good_5 : 0
7.43/3.35	c (0,0) c Good_6 : 0
7.43/3.35	c (0,0) c Good_7 : 0
7.43/3.35	c (0,0) c Good_total : 0
7.43/3.35	c (0,0) c Good_winner : 0
7.43/3.35	c (0,0) c Purge_0 : 0
7.43/3.35	c (0,0) c Purge_1 : 0
7.43/3.35	c (0,0) c Purge_2 : 0
7.43/3.35	c (0,0) c Purge_3 : 0
7.43/3.35	c (0,0) c Purge_4 : 0
7.43/3.35	c (0,0) c Purge_5 : 0
7.43/3.35	c (0,0) c Purge_6 : 0
7.43/3.35	c (0,0) c Purge_7 : 0
7.43/3.35	c (0,0) c Purge_total : 0
7.43/3.35	c (0,0) c Purge_winner : 0
7.43/3.35	c (0,0) c Promoted_0 : 0
7.43/3.35	c (0,0) c Promoted_1 : 0
7.43/3.35	c (0,0) c Promoted_2 : 0
7.43/3.35	c (0,0) c Promoted_3 : 0
7.43/3.35	c (0,0) c Promoted_4 : 0
7.43/3.35	c (0,0) c Promoted_5 : 0
7.43/3.35	c (0,0) c Promoted_6 : 0
7.43/3.35	c (0,0) c Promoted_7 : 0
7.43/3.35	c (0,0) c Promoted_total : 0
7.43/3.35	c (0,0) c Promoted_winner : 0
7.43/3.35	c (0,0) c Remove_Imp_0 : 0
7.43/3.35	c (0,0) c Remove_Imp_1 : 0
7.43/3.35	c (0,0) c Remove_Imp_2 : 0
7.43/3.35	c (0,0) c Remove_Imp_3 : 0
7.43/3.35	c (0,0) c Remove_Imp_4 : 0
7.43/3.35	c (0,0) c Remove_Imp_5 : 0
7.43/3.35	c (0,0) c Remove_Imp_6 : 0
7.43/3.35	c (0,0) c Remove_Imp_7 : 0
7.43/3.35	c (0,0) c Remove_Imp_total : 0
7.43/3.35	c (0,0) c Remove_Imp_winner : 0
7.43/3.35	c (0,0) c Blocked_Reuse_0 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_1 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_2 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_3 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_4 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_5 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_6 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_7 : 0
7.43/3.35	c (0,0) c Blocked_Reuse_total : 0
7.43/3.35	c (0,0) c Blocked_Reuse_winner : 0
7.43/3.35	c (0,0) c Unaries_0 : 0
7.43/3.35	c (0,0) c Unaries_1 : 0
7.43/3.35	c (0,0) c Unaries_2 : 0
7.43/3.35	c (0,0) c Unaries_3 : 0
7.43/3.35	c (0,0) c Unaries_4 : 0
7.43/3.35	c (0,0) c Unaries_5 : 0
7.43/3.35	c (0,0) c Unaries_6 : 0
7.43/3.35	c (0,0) c Unaries_7 : 0
7.43/3.35	c (0,0) c Unaries_total : 0
7.43/3.35	c (0,0) c Unaries_winner : 0
7.43/3.35	c (0,0) c Binaries_0 : 0
7.43/3.35	c (0,0) c Binaries_1 : 0
7.43/3.35	c (0,0) c Binaries_2 : 0
7.43/3.35	c (0,0) c Binaries_3 : 0
7.43/3.35	c (0,0) c Binaries_4 : 0
7.43/3.35	c (0,0) c Binaries_5 : 0
7.43/3.35	c (0,0) c Binaries_6 : 0
7.43/3.35	c (0,0) c Binaries_7 : 0
7.43/3.35	c (0,0) c Binaries_total : 0
7.43/3.35	c (0,0) c Binaries_winner : 0
7.43/3.35	c (0,0) c Glues_0 : 0
7.43/3.35	c (0,0) c Glues_1 : 4
7.43/3.35	c (0,0) c Glues_2 : 1
7.43/3.35	c (0,0) c Glues_3 : 2
7.43/3.35	c (0,0) c Glues_4 : 3
7.43/3.35	c (0,0) c Glues_5 : 7
7.43/3.35	c (0,0) c Glues_6 : 6
7.43/3.35	c (0,0) c Glues_7 : 1
7.43/3.35	c (0,0) c Glues_total : 24
7.43/3.35	c (0,0) c Glues_winner : 0
7.43/3.35	c (0,0) c RunningTime_0 : 0.122901
7.43/3.35	c (0,0) c RunningTime_1 : 0.137105
7.43/3.35	c (0,0) c RunningTime_2 : 0.133657
7.43/3.35	c (0,0) c RunningTime_3 : 0.124140
7.43/3.35	c (0,0) c RunningTime_4 : 0.125117
7.43/3.35	c (0,0) c RunningTime_5 : 0.143221
7.43/3.35	c (0,0) c RunningTime_6 : 0.127488
7.43/3.35	c (0,0) c RunningTime_7 : 0.128022
7.43/3.35	c (0,0) c RunningTime_total : 1.041651
7.43/3.35	c (0,0) c RunningTime_winner : 0.122901
7.43/3.35	c (0,0) c WaitingTime_0 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_1 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_2 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_3 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_4 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_5 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_6 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_7 : 0.000000
7.43/3.35	c (0,0) c WaitingTime_total : 0.000000
7.43/3.35	c (0,0) c WaitingTime_winner : 0.000000
7.43/3.35	c (0,0) c ExchangingTime_0 : 0.000107
7.43/3.35	c (0,0) c ExchangingTime_1 : 0.000125
7.43/3.35	c (0,0) c ExchangingTime_2 : 0.000149
7.43/3.35	c (0,0) c ExchangingTime_3 : 0.000132
7.43/3.35	c (0,0) c ExchangingTime_4 : 0.000118
7.43/3.35	c (0,0) c ExchangingTime_5 : 0.000145
7.43/3.35	c (0,0) c ExchangingTime_6 : 0.000138
7.43/3.35	c (0,0) c ExchangingTime_7 : 0.000162
7.43/3.35	c (0,0) c ExchangingTime_total : 0.001077
7.43/3.35	c (0,0) c ExchangingTime_winner : 0.000107
7.43/3.35	c (0,0) c PeriodProcTime_0 : 0.000008
7.43/3.35	c (0,0) c PeriodProcTime_1 : 0.000009
7.43/3.35	c (0,0) c PeriodProcTime_2 : 0.000004
7.43/3.35	c (0,0) c PeriodProcTime_3 : 0.000005
7.43/3.35	c (0,0) c PeriodProcTime_4 : 0.000042
7.43/3.35	c (0,0) c PeriodProcTime_5 : 0.000006
7.43/3.35	c (0,0) c PeriodProcTime_6 : 0.000009
7.43/3.35	c (0,0) c PeriodProcTime_7 : 0.000005
7.43/3.35	c (0,0) c PeriodProcTime_total : 0.000087
7.43/3.35	c (0,0) c PeriodProcTime_winner : 0.000008
7.43/3.35	c (0,0) c SolvingTime_0 : 0.123015
7.43/3.35	c (0,0) c SolvingTime_1 : 0.137240
7.43/3.35	c (0,0) c SolvingTime_2 : 0.133810
7.43/3.35	c (0,0) c SolvingTime_3 : 0.124277
7.43/3.35	c (0,0) c SolvingTime_4 : 0.125276
7.43/3.35	c (0,0) c SolvingTime_5 : 0.143372
7.43/3.35	c (0,0) c SolvingTime_6 : 0.127635
7.43/3.35	c (0,0) c SolvingTime_7 : 0.128190
7.43/3.35	c (0,0) c SolvingTime_total : 1.042815
7.43/3.35	c (0,0) c SolvingTime_winner : 0.123015
7.43/3.35	c (0,0) c PropagationTime_0 : 0.096368
7.43/3.35	c (0,0) c PropagationTime_1 : 0.103361
7.43/3.35	c (0,0) c PropagationTime_2 : 0.097771
7.43/3.35	c (0,0) c PropagationTime_3 : 0.096566
7.43/3.35	c (0,0) c PropagationTime_4 : 0.094689
7.43/3.35	c (0,0) c PropagationTime_5 : 0.112857
7.43/3.35	c (0,0) c PropagationTime_6 : 0.099447
7.43/3.35	c (0,0) c PropagationTime_7 : 0.096883
7.43/3.35	c (0,0) c PropagationTime_total : 0.797944
7.43/3.35	c (0,0) c PropagationTime_winner : 0.096368
7.43/3.35	c (0,0) c AnalysisTime_0 : 0.018227
7.43/3.35	c (0,0) c AnalysisTime_1 : 0.024647
7.43/3.35	c (0,0) c AnalysisTime_2 : 0.024603
7.43/3.35	c (0,0) c AnalysisTime_3 : 0.018647
7.43/3.35	c (0,0) c AnalysisTime_4 : 0.020679
7.43/3.35	c (0,0) c AnalysisTime_5 : 0.019616
7.43/3.35	c (0,0) c AnalysisTime_6 : 0.019050
7.43/3.35	c (0,0) c AnalysisTime_7 : 0.021639
7.43/3.35	c (0,0) c AnalysisTime_total : 0.167108
7.43/3.35	c (0,0) c AnalysisTime_winner : 0.018227
7.43/3.35	c (0,0) c ReductionTime_0 : 0.000350
7.43/3.35	c (0,0) c ReductionTime_1 : 0.000354
7.43/3.35	c (0,0) c ReductionTime_2 : 0.000346
7.43/3.35	c (0,0) c ReductionTime_3 : 0.000361
7.43/3.35	c (0,0) c ReductionTime_4 : 0.000345
7.43/3.35	c (0,0) c ReductionTime_5 : 0.000352
7.43/3.35	c (0,0) c ReductionTime_6 : 0.000340
7.43/3.35	c (0,0) c ReductionTime_7 : 0.000357
7.43/3.35	c (0,0) c ReductionTime_total : 0.002805
7.43/3.35	c (0,0) c ReductionTime_winner : 0.000350
7.43/3.35	c (0,0) c SimplifyTime_0 : 0.000000
7.43/3.35	c (0,0) c SimplifyTime_1 : 0.000000
7.43/3.35	c (0,0) c SimplifyTime_2 : 0.000002
7.43/3.35	c (0,0) c SimplifyTime_3 : 0.000000
7.43/3.35	c (0,0) c SimplifyTime_4 : 0.000002
7.43/3.35	c (0,0) c SimplifyTime_5 : 0.000000
7.43/3.35	c (0,0) c SimplifyTime_6 : 0.000001
7.43/3.35	c (0,0) c SimplifyTime_7 : 0.000000
7.43/3.35	c (0,0) c SimplifyTime_total : 0.000005
7.43/3.35	c (0,0) c SimplifyTime_winner : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_0 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_1 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_2 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_3 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_4 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_5 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_6 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_7 : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_total : 0.000000
7.43/3.35	c (0,0) c UsedRateTime_winner : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_0 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_1 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_2 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_3 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_4 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_5 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_6 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_7 : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_total : 0.000000
7.43/3.35	c (0,0) c OverlapRateTime_winner : 0.000000
7.43/3.35	c (0,0) c
7.43/3.35	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
7.43/3.35	c (0,0) c
7.43/3.35	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.35	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
7.43/3.35	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.35	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
7.43/3.35	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
7.43/3.35	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
7.43/3.35	c (0,0) c | Initial random_seed   | 1544167219 | 1719123828 | 1947176960 | 1843069150 |  190652250 | 1852450504 |  228504759 |  988418327 |
7.43/3.35	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
7.43/3.35	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
7.43/3.35	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
7.43/3.35	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
7.43/3.35	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
7.43/3.35	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
7.43/3.35	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
7.43/3.35	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
7.43/3.35	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
7.43/3.35	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
7.43/3.35	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
7.43/3.35	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.43/3.35	c (0,0) 
7.43/3.35	c (0,0) s SATISFIABLE
7.43/3.38	c (0,0) SatSolver.solve End
7.43/3.38	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
7.43/3.38	c (0,0) Show results Begin
8.70/3.47	c (0,0) x[0] = 19
8.70/3.47	c (0,0) x[1] = 29
8.70/3.47	c (0,0) x[2] = 19
8.70/3.47	c (0,0) x[3] = 15
8.70/3.47	c (0,0) x[4] = 19
8.70/3.47	c (0,0) x[5] = 51
8.70/3.47	c (0,0) x[6] = 44
8.70/3.47	c (0,0) x[7] = 57
8.70/3.47	c (0,0) x[8] = 22
8.70/3.47	c (0,0) x[9] = 14
8.70/3.47	c (0,0) x[10] = 42
8.70/3.47	c (0,0) x[11] = 19
8.70/3.47	c (0,0) x[12] = 67
8.70/3.47	c (0,0) x[13] = 0
8.70/3.47	c (0,0) x[14] = 65
8.70/3.47	c (0,0) x[15] = 39
8.70/3.47	c (0,0) x[16] = 22
8.70/3.47	c (0,0) x[17] = 24
8.70/3.47	c (0,0) x[18] = 0
8.70/3.47	c (0,0) x[19] = 24
8.70/3.47	c (0,0) x[20] = 44
8.70/3.47	c (0,0) x[21] = 0
8.70/3.47	c (0,0) x[22] = 31
8.70/3.47	c (0,0) x[23] = 0
8.70/3.47	c (0,0) x[24] = 55
8.70/3.47	c (0,0) x[25] = 54
8.70/3.47	c (0,0) y[0] = 40
8.70/3.47	c (0,0) y[1] = 58
8.70/3.47	c (0,0) y[2] = 22
8.70/3.47	c (0,0) y[3] = 65
8.70/3.47	c (0,0) y[4] = 65
8.70/3.47	c (0,0) y[5] = 52
8.70/3.47	c (0,0) y[6] = 52
8.70/3.47	c (0,0) y[7] = 51
8.70/3.47	c (0,0) y[8] = 17
8.70/3.47	c (0,0) y[9] = 70
8.70/3.47	c (0,0) y[10] = 41
8.70/3.47	c (0,0) y[11] = 28
8.70/3.47	c (0,0) y[12] = 67
8.70/3.47	c (0,0) y[13] = 66
8.70/3.47	c (0,0) y[14] = 52
8.70/3.47	c (0,0) y[15] = 1
8.70/3.47	c (0,0) y[16] = 0
8.70/3.47	c (0,0) y[17] = 40
8.70/3.47	c (0,0) y[18] = 22
8.70/3.47	c (0,0) y[19] = 60
8.70/3.47	c (0,0) y[20] = 59
8.70/3.47	c (0,0) y[21] = 0
8.70/3.47	c (0,0) y[22] = 17
8.70/3.47	c (0,0) y[23] = 41
8.70/3.47	c (0,0) y[24] = 0
8.70/3.47	c (0,0) y[25] = 25
8.70/3.47	s SATISFIABLE
8.70/3.47	v <instantiation>
8.70/3.47	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25]</list>
8.70/3.47	v     <values>19 29 19 15 19 51 44 57 22 14 42 19 67 0 65 39 22 24 0 24 44 0 31 0 55 54 40 58 22 65 65 52 52 51 17 70 41 28 67 66 52 1 0 40 22 60 59 0 17 41 0 25</values>
8.70/3.47	v </instantiation>
8.70/3.47	c (0,0) Show results End
8.70/3.47	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
8.70/3.47	c (0,0) 0,0,STOP-AFTER(ALL)
8.70/3.47	c END-Prog: Wed Sep 25 00:39:31 CEST 2019

Verifier Data

OK	

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 (13544 MiB free)
  memory of node 1: 16384 MiB (14267 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405126-1569364808/watcher-4405126-1569364808 -o /var/tmp/evaluation-result-4405126-1569364808/solver-4405126-1569364808 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569359267-27104 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405126-1569364808.xml 

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

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

solver pid=28397, runsolver pid=28394

[startup+0.100114 s]*
/proc/loadavg: 8.28 6.36 6.54 3/211 28419
/proc/meminfo: memFree=28385576/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 558 320 0 0 0 0 0 0 20 0 1 0 512753270 115843072 349 33554432000 4194304 5098028 140731529737008 140731529734264 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 349 296 221 0 87 0
[pid=28400] ppid=28397 vsize=27314120 memory=106960 CPUtime=0.08 cores=0-7
/proc/28400/stat : 28400 (java) S 28397 28397 27077 0 -1 1077944320 6278 0 0 0 6 2 0 0 20 0 20 0 512753271 27969658880 26740 33554432000 4194304 4196468 140729934266720 140729934249264 140327465721591 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
/proc/28400/statm: 6828530 26740 2765 1 0 6790935 0
[pid=28400/tid=28401] ppid=28397 vsize=27314120 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28400/task/28401/stat : 28401 (java) R 28397 28397 27077 0 -1 4202560 4396 0 0 0 6 2 0 0 20 0 20 0 512753271 27969658880 26740 33554432000 4194304 4196468 140729934266720 140327437547920 140326933213336 0 4 2 16800973 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28402] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28402/stat : 28402 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140327469964432 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28403] ppid=28397 vsize=27314120 memory=140590363948672 CPUtime=0 cores=0-7
/proc/28400/task/28403/stat : 28403 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140327253359632 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28404] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28404/stat : 28404 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326886955920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28405] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28405/stat : 28405 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326885903120 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28406] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28406/stat : 28406 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326884850320 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28407] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28407/stat : 28407 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326883797520 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28408] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28408/stat : 28408 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326882744720 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28409] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28409/stat : 28409 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 26740 33554432000 4194304 4196468 140729934266720 140326881691920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28410] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28410/stat : 28410 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325584587632 140327465732738 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28411] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28411/stat : 28411 (java) S 28397 28397 27077 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325439923744 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28412] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28412/stat : 28412 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325171488112 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28413] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28413/stat : 28413 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753278 27969658880 26740 33554432000 4194304 4196468 140729934266720 140324796979536 140327465740187 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28414] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28414/stat : 28414 (java) S 28397 28397 27077 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325583534448 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28415] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28415/stat : 28415 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325582481648 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28416] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28416/stat : 28416 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325581428848 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28417] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28417/stat : 28417 (java) S 28397 28397 27077 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325580376048 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28418] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28418/stat : 28418 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 26740 33554432000 4194304 4196468 140729934266720 140324299074656 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28419] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28419/stat : 28419 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 26740 33554432000 4194304 4196468 140729934266720 140325579324464 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108356 KiB

[startup+0.210209 s]*
/proc/loadavg: 8.28 6.36 6.54 2/211 28419
/proc/meminfo: memFree=28363584/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 558 320 0 0 0 0 0 0 20 0 1 0 512753270 115843072 349 33554432000 4194304 5098028 140731529737008 140731529734264 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 349 296 221 0 87 0
[pid=28400] ppid=28397 vsize=27314120 memory=126404 CPUtime=0.22 cores=0-7
/proc/28400/stat : 28400 (java) S 28397 28397 27077 0 -1 1077944320 11940 0 0 0 18 4 0 0 20 0 20 0 512753271 27969658880 31601 33554432000 4194304 4196468 140729934266720 140729934249264 140327465721591 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
/proc/28400/statm: 6828530 31601 2932 1 0 6790935 0
[pid=28400/tid=28401] ppid=28397 vsize=27314120 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/28400/task/28401/stat : 28401 (java) R 28397 28397 27077 0 -1 4202560 9699 0 0 0 15 3 0 0 20 0 20 0 512753271 27969658880 31601 33554432000 4194304 4196468 140729934266720 140327437520976 140327465733526 0 4 2 16800973 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28402] ppid=28397 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/28400/task/28402/stat : 28402 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140327469964432 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28403] ppid=28397 vsize=27314120 memory=140590363976006 CPUtime=0 cores=0-7
/proc/28400/task/28403/stat : 28403 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140327253359632 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28404] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28404/stat : 28404 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326886955920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28405] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28405/stat : 28405 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326885903120 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28406] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28406/stat : 28406 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326884850320 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28407] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28407/stat : 28407 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326883797520 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28408] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28408/stat : 28408 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326882744720 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28409] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28409/stat : 28409 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 31601 33554432000 4194304 4196468 140729934266720 140326881691920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28410] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28410/stat : 28410 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325584587632 140327465732738 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28411] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28411/stat : 28411 (java) S 28397 28397 27077 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325439923744 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28412] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28412/stat : 28412 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325171488112 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28413] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28413/stat : 28413 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753278 27969658880 31601 33554432000 4194304 4196468 140729934266720 140324796979536 140327465740187 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28414] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28414/stat : 28414 (java) S 28397 28397 27077 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325583534448 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28415] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28415/stat : 28415 (java) S 28397 28397 27077 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325582481648 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28416] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28416/stat : 28416 (java) R 28397 28397 27077 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325581428848 140327443747412 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28417] ppid=28397 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/28400/task/28417/stat : 28417 (java) S 28397 28397 27077 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 512753279 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325580376048 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28418] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28418/stat : 28418 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 31601 33554432000 4194304 4196468 140729934266720 140324299074656 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28419] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28419/stat : 28419 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 31601 33554432000 4194304 4196468 140729934266720 140325579324464 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127800 KiB

[startup+0.309527 s]*
/proc/loadavg: 8.28 6.36 6.54 2/211 28419
/proc/meminfo: memFree=28360264/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 558 320 0 0 0 0 0 0 20 0 1 0 512753270 115843072 349 33554432000 4194304 5098028 140731529737008 140731529734264 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 349 296 221 0 87 0
[pid=28400] ppid=28397 vsize=27314120 memory=130272 CPUtime=0.41 cores=0-7
/proc/28400/stat : 28400 (java) S 28397 28397 27077 0 -1 1077944320 12861 0 0 0 36 5 0 0 20 0 20 0 512753271 27969658880 32568 33554432000 4194304 4196468 140729934266720 140729934249264 140327465721591 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
/proc/28400/statm: 6828530 32568 3047 1 0 6790935 0
[pid=28400/tid=28401] ppid=28397 vsize=27314120 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/28400/task/28401/stat : 28401 (java) R 28397 28397 27077 0 -1 4202560 10387 0 0 0 25 3 0 0 20 0 20 0 512753271 27969658880 32568 33554432000 4194304 4196468 140729934266720 140327437504608 140327445996978 0 4 2 16800973 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28402] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28402/stat : 28402 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140327469964432 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28403] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28403/stat : 28403 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140327253359632 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28404] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28404/stat : 28404 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326886955920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28405] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28405/stat : 28405 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326885903120 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28406] ppid=28397 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/28400/task/28406/stat : 28406 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326884850320 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28407] ppid=28397 vsize=27314120 memory=140590251602863 CPUtime=0 cores=0-7
/proc/28400/task/28407/stat : 28407 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326883797520 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28408] ppid=28397 vsize=27314120 memory=140590251605168 CPUtime=0 cores=0-7
/proc/28400/task/28408/stat : 28408 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326882744720 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28409] ppid=28397 vsize=27314120 memory=140590251607472 CPUtime=0 cores=0-7
/proc/28400/task/28409/stat : 28409 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753273 27969658880 32568 33554432000 4194304 4196468 140729934266720 140326881691920 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28410] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28410/stat : 28410 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325584587632 140327465732738 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28411] ppid=28397 vsize=27314120 memory=281180503221904 CPUtime=0 cores=0-7
/proc/28400/task/28411/stat : 28411 (java) S 28397 28397 27077 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325439923744 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28412] ppid=28397 vsize=27314120 memory=281180503228816 CPUtime=0 cores=0-7
/proc/28400/task/28412/stat : 28412 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753275 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325171488112 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28413] ppid=28397 vsize=27314120 memory=281180503170096 CPUtime=0 cores=0-7
/proc/28400/task/28413/stat : 28413 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753278 27969658880 32568 33554432000 4194304 4196468 140729934266720 140324796979536 140327465740187 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28414] ppid=28397 vsize=27314120 memory=281180503242640 CPUtime=0.01 cores=0-7
/proc/28400/task/28414/stat : 28414 (java) S 28397 28397 27077 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 20 0 512753279 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325583534448 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28415] ppid=28397 vsize=27314120 memory=281180503249552 CPUtime=0 cores=0-7
/proc/28400/task/28415/stat : 28415 (java) S 28397 28397 27077 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 20 0 512753279 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325582481648 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28416] ppid=28397 vsize=27314120 memory=281180503247248 CPUtime=0.01 cores=0-7
/proc/28400/task/28416/stat : 28416 (java) S 28397 28397 27077 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 512753279 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325581428848 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28417] ppid=28397 vsize=27314120 memory=281180503263408 CPUtime=0.06 cores=0-7
/proc/28400/task/28417/stat : 28417 (java) S 28397 28397 27077 0 -1 1077944384 484 0 0 0 6 0 0 0 20 0 20 0 512753279 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325580376048 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28418] ppid=28397 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28418/stat : 28418 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 32568 33554432000 4194304 4196468 140729934266720 140324299074656 140327465731797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28419] ppid=28397 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/28400/task/28419/stat : 28419 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753280 27969658880 32568 33554432000 4194304 4196468 140729934266720 140325579324464 140327465732738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131668 KiB

[startup+0.700865 s]
/proc/loadavg: 8.28 6.36 6.54 4/211 28419
/proc/meminfo: memFree=28339412/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 558 320 0 0 0 0 0 0 20 0 1 0 512753270 115843072 349 33554432000 4194304 5098028 140731529737008 140731529734264 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 349 296 221 0 87 0
[pid=28400] ppid=28397 vsize=27320392 memory=165172 CPUtime=0.96 cores=0-7
/proc/28400/stat : 28400 (java) S 28397 28397 27077 0 -1 1077944320 19878 0 0 0 89 7 0 0 20 0 20 0 512753271 27976081408 41293 33554432000 4194304 4196468 140729934266720 140729934249264 140327465721591 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
/proc/28400/statm: 6830098 41293 3180 1 0 6791447 0
[pid=28400/tid=28401] ppid=28397 vsize=27320392 memory=281180503621296 CPUtime=0.66 cores=0-7
/proc/28400/task/28401/stat : 28401 (java) R 28397 28397 27077 0 -1 4202560 16885 0 0 0 61 5 0 0 20 0 20 0 512753271 27976081408 41293 33554432000 4194304 4196468 140729934266720 140327437559792 140327465733526 0 4 2 25189581 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28402] ppid=28397 vsize=27320392 memory=140590251811696 CPUtime=0 cores=0-7
/proc/28400/task/28402/stat : 28402 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27976081408 41293 33554432000 4194304 4196468 140729934266720 140327469964432 140327465731797 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28403] ppid=28397 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/28400/task/28403/stat : 28403 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512753273 27976081408 41293 33554432000 4194304 4196468 140729934266720 140327253359632 140327465731797 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0
[pid=28400/tid=28404] ppid=28397 vsize=27320392 memory=1076 CPUtime=0 cores=0-7
/proc/28400/task/28404/stat : 28404 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512753273 27976081408 41293 33554432000 4194304 4196468 140729934266720 140326886955920 140327465731797 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10448896 140729934275271 140729934275718 140729934275718 140729934278607 0

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

/proc/loadavg: 7.70 6.27 6.51 3/211 28439
/proc/meminfo: memFree=28395240/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1476 CPUtime=6.31 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 584 27771 0 0 0 0 612 19 20 0 1 0 512753270 115843072 369 33554432000 4194304 5098028 140731529737008 140731529733752 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 369 311 221 0 87 0
[pid=28420] ppid=28397 vsize=8414124 memory=117440 CPUtime=1.08 cores=0-7
/proc/28420/stat : 28420 (java) S 28397 28397 27077 0 -1 1077944320 19402 0 0 0 101 7 0 0 20 0 24 0 512753507 8616062976 29360 33554432000 4194304 4196468 140729726585424 140729726567968 140363027091191 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
/proc/28420/statm: 2103531 29360 3206 1 0 2064875 0
[pid=28420/tid=28421] ppid=28397 vsize=8414124 memory=3648 CPUtime=0.71 cores=0-7
/proc/28420/task/28421/stat : 28421 (java) R 28397 28397 27077 0 -1 4202560 16362 0 0 0 67 4 0 0 20 0 24 0 512753508 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362998930096 140363027113117 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28422] ppid=28397 vsize=8414124 memory=52744 CPUtime=0 cores=0-7
/proc/28420/task/28422/stat : 28422 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140363031333520 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28423] ppid=28397 vsize=8414124 memory=1040 CPUtime=0 cores=0-7
/proc/28420/task/28423/stat : 28423 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362831501840 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28424] ppid=28397 vsize=8414124 memory=2084 CPUtime=0 cores=0-7
/proc/28420/task/28424/stat : 28424 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362830449040 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28425] ppid=28397 vsize=8414124 memory=1480 CPUtime=0 cores=0-7
/proc/28420/task/28425/stat : 28425 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362829396240 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28426] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28426/stat : 28426 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362828344464 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28427] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28427/stat : 28427 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362827291664 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28428] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28428/stat : 28428 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362826238864 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28429] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28429/stat : 28429 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362825186064 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28430] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28430/stat : 28430 (java) S 28397 28397 27077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512753510 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362254780784 140363027102338 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28431] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28431/stat : 28431 (java) S 28397 28397 27077 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512753511 8616062976 29360 33554432000 4194304 4196468 140729726585424 140361343165472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28432] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28432/stat : 28432 (java) S 28397 28397 27077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512753511 8616062976 29360 33554432000 4194304 4196468 140729726585424 140361208943472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28433] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28433/stat : 28433 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753513 8616062976 29360 33554432000 4194304 4196468 140729726585424 140360834438992 140363027109787 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28434] ppid=28397 vsize=8414124 memory=0 CPUtime=0.04 cores=0-7
/proc/28420/task/28434/stat : 28434 (java) R 28397 28397 27077 0 -1 4202560 557 0 0 0 4 0 0 0 20 0 24 0 512753513 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362253714504 140363004359896 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28435] ppid=28397 vsize=8414124 memory=3880 CPUtime=0.06 cores=0-7
/proc/28420/task/28435/stat : 28435 (java) R 28397 28397 27077 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 24 0 512753513 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362252667280 140363006347784 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28436] ppid=28397 vsize=8414124 memory=7712 CPUtime=0.04 cores=0-7
/proc/28420/task/28436/stat : 28436 (java) S 28397 28397 27077 0 -1 1077944384 293 0 0 0 4 0 0 0 20 0 24 0 512753513 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362251623024 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28437] ppid=28397 vsize=8414124 memory=1760 CPUtime=0.17 cores=0-7
/proc/28420/task/28437/stat : 28437 (java) S 28397 28397 27077 0 -1 1077944384 487 0 0 0 17 0 0 0 20 0 24 0 512753513 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362250570224 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28438] ppid=28397 vsize=8414124 memory=1172 CPUtime=0 cores=0-7
/proc/28420/task/28438/stat : 28438 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512753514 8616062976 29360 33554432000 4194304 4196468 140729726585424 140360336534112 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28439] ppid=28397 vsize=8414124 memory=6344 CPUtime=0 cores=0-7
/proc/28420/task/28439/stat : 28439 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753514 8616062976 29360 33554432000 4194304 4196468 140729726585424 140362249517616 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
Current children cumulated CPU time: 7.39 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 118916 KiB

[startup+3.48645 s]
# the end of solver process 28397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.54898 s, system=0.337725 s

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

[startup+3.2011 s]
/proc/loadavg: 7.70 6.27 6.51 3/211 28439
/proc/meminfo: memFree=28395240/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1476 CPUtime=6.31 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 584 27771 0 0 0 0 612 19 20 0 1 0 512753270 115843072 369 33554432000 4194304 5098028 140731529737008 140731529733752 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 369 311 221 0 87 0
[pid=28420] ppid=28397 vsize=8414124 memory=117784 CPUtime=1.12 cores=0-7
/proc/28420/stat : 28420 (java) S 28397 28397 27077 0 -1 1077944320 19458 0 0 0 105 7 0 0 20 0 24 0 512753507 8616062976 29446 33554432000 4194304 4196468 140729726585424 140729726567968 140363027091191 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
/proc/28420/statm: 2103531 29446 3206 1 0 2064875 0
[pid=28420/tid=28421] ppid=28397 vsize=8414124 memory=1608 CPUtime=0.73 cores=0-7
/proc/28420/task/28421/stat : 28421 (java) S 28397 28397 27077 0 -1 1077944384 16398 0 0 0 69 4 0 0 20 0 24 0 512753508 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362998931360 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28422] ppid=28397 vsize=8414124 memory=1076 CPUtime=0 cores=0-7
/proc/28420/task/28422/stat : 28422 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140363031333520 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28423] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28423/stat : 28423 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362831501840 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28424] ppid=28397 vsize=8414124 memory=2241 CPUtime=0 cores=0-7
/proc/28420/task/28424/stat : 28424 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362830449040 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28425] ppid=28397 vsize=8414124 memory=2244 CPUtime=0 cores=0-7
/proc/28420/task/28425/stat : 28425 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362829396240 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28426] ppid=28397 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/28420/task/28426/stat : 28426 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362828344464 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28427] ppid=28397 vsize=8414124 memory=-7022074515825631275 CPUtime=0 cores=0-7
/proc/28420/task/28427/stat : 28427 (java) S 28397 28397 27077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362827291664 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28428] ppid=28397 vsize=8414124 memory=-2026666227646604569 CPUtime=0 cores=0-7
/proc/28420/task/28428/stat : 28428 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362826238864 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28429] ppid=28397 vsize=8414124 memory=-1751206657426859557 CPUtime=0 cores=0-7
/proc/28420/task/28429/stat : 28429 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753509 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362825186064 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28430] ppid=28397 vsize=8414124 memory=-4051592751533505334 CPUtime=0 cores=0-7
/proc/28420/task/28430/stat : 28430 (java) S 28397 28397 27077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512753510 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362254780784 140363027102338 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28431] ppid=28397 vsize=8414124 memory=-3040564339105353098 CPUtime=0 cores=0-7
/proc/28420/task/28431/stat : 28431 (java) S 28397 28397 27077 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512753511 8616062976 29446 33554432000 4194304 4196468 140729726585424 140361343165472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28432] ppid=28397 vsize=8414124 memory=7976406965554101975 CPUtime=0 cores=0-7
/proc/28420/task/28432/stat : 28432 (java) S 28397 28397 27077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512753511 8616062976 29446 33554432000 4194304 4196468 140729726585424 140361208943472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28433] ppid=28397 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/28420/task/28433/stat : 28433 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753513 8616062976 29446 33554432000 4194304 4196468 140729726585424 140360834438992 140363027109787 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28434] ppid=28397 vsize=8414124 memory=172120 CPUtime=0.04 cores=0-7
/proc/28420/task/28434/stat : 28434 (java) S 28397 28397 27077 0 -1 1077944384 561 0 0 0 4 0 0 0 20 0 24 0 512753513 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362253728624 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28435] ppid=28397 vsize=8414124 memory=1076 CPUtime=0.07 cores=0-7
/proc/28420/task/28435/stat : 28435 (java) S 28397 28397 27077 0 -1 1077944384 297 0 0 0 7 0 0 0 20 0 24 0 512753513 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362252675824 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28436] ppid=28397 vsize=8414124 memory=3124 CPUtime=0.04 cores=0-7
/proc/28420/task/28436/stat : 28436 (java) S 28397 28397 27077 0 -1 1077944384 293 0 0 0 4 0 0 0 20 0 24 0 512753513 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362251623024 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28437] ppid=28397 vsize=8414124 memory=1244 CPUtime=0.18 cores=0-7
/proc/28420/task/28437/stat : 28437 (java) S 28397 28397 27077 0 -1 1077944384 493 0 0 0 18 0 0 0 20 0 24 0 512753513 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362250570224 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28438] ppid=28397 vsize=8414124 memory=14064 CPUtime=0 cores=0-7
/proc/28420/task/28438/stat : 28438 (java) S 28397 28397 27077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512753514 8616062976 29446 33554432000 4194304 4196468 140729726585424 140360336534112 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28439] ppid=28397 vsize=8414124 memory=23424 CPUtime=0 cores=0-7
/proc/28420/task/28439/stat : 28439 (java) S 28397 28397 27077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512753514 8616062976 29446 33554432000 4194304 4196468 140729726585424 140362249517616 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 119260 KiB

[startup+3.40096 s]
/proc/loadavg: 7.70 6.27 6.51 3/211 28439
/proc/meminfo: memFree=28395240/32770624 swapFree=67023968/67108860
[pid=28397] ppid=28394 vsize=113128 memory=1476 CPUtime=6.31 cores=0-7
/proc/28397/stat : 28397 (scop.sh) S 28394 28397 27077 0 -1 4202496 584 27771 0 0 0 0 612 19 20 0 1 0 512753270 115843072 369 33554432000 4194304 5098028 140731529737008 140731529733752 140135745077884 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7708672 140731529741053 140731529741400 140731529741400 140731529744329 0
/proc/28397/statm: 28282 369 311 221 0 87 0
[pid=28420] ppid=28397 vsize=8283048 memory=119068 CPUtime=2.39 cores=0-7
/proc/28420/stat : 28420 (java) S 28397 28397 27077 0 -1 1077944320 20282 10857 0 0 122 7 106 4 20 0 22 0 512753507 8481841152 29767 33554432000 4194304 4196468 140729726585424 140729726567968 140363027091191 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
/proc/28420/statm: 2070762 29767 3212 1 0 2032106 0
[pid=28420/tid=28421] ppid=28397 vsize=8283048 memory=0 CPUtime=1.85 cores=0-7
/proc/28420/task/28421/stat : 28421 (java) R 28397 28397 27077 0 -1 4202560 16518 10857 0 0 71 4 106 4 20 0 22 0 512753508 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362998911632 140363027113117 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28422] ppid=28397 vsize=8283048 memory=0 CPUtime=1.1 cores=0-7
/proc/28420/task/28422/stat : 28422 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140363031333520 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28423] ppid=28397 vsize=8283048 memory=0 CPUtime=1.1 cores=0-7
/proc/28420/task/28423/stat : 28423 (java) S 28397 28397 27077 0 -1 1077944384 3 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362831501840 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28424] ppid=28397 vsize=8283048 memory=281180503632608 CPUtime=1.1 cores=0-7
/proc/28420/task/28424/stat : 28424 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362830449040 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28425] ppid=28397 vsize=8283048 memory=603764324945655349 CPUtime=1.1 cores=0-7
/proc/28420/task/28425/stat : 28425 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362829396240 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28426] ppid=28397 vsize=8283048 memory=288286688357397119 CPUtime=1.1 cores=0-7
/proc/28420/task/28426/stat : 28426 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362828344464 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28427] ppid=28397 vsize=8283048 memory=0 CPUtime=1.1 cores=0-7
/proc/28420/task/28427/stat : 28427 (java) S 28397 28397 27077 0 -1 1077944384 2 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362827291664 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28428] ppid=28397 vsize=8283048 memory=0 CPUtime=1.1 cores=0-7
/proc/28420/task/28428/stat : 28428 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362826238864 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28429] ppid=28397 vsize=8283048 memory=7234303152781525070 CPUtime=1.1 cores=0-7
/proc/28420/task/28429/stat : 28429 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753509 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362825186064 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28430] ppid=28397 vsize=8283048 memory=288292173030634073 CPUtime=1.1 cores=0-7
/proc/28420/task/28430/stat : 28430 (java) S 28397 28397 27077 0 -1 1077944384 5 10857 0 0 0 0 106 4 20 0 22 0 512753510 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362254780784 140363027102338 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28431] ppid=28397 vsize=8283048 memory=3472332728668782881 CPUtime=1.1 cores=0-7
/proc/28420/task/28431/stat : 28431 (java) S 28397 28397 27077 0 -1 1077944384 13 10857 0 0 0 0 106 4 20 0 22 0 512753511 8481841152 29767 33554432000 4194304 4196468 140729726585424 140361343165472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28432] ppid=28397 vsize=8283048 memory=7590655979367786604 CPUtime=1.1 cores=0-7
/proc/28420/task/28432/stat : 28432 (java) S 28397 28397 27077 0 -1 1077944384 21 10857 0 0 0 0 106 4 20 0 22 0 512753511 8481841152 29767 33554432000 4194304 4196468 140729726585424 140361208943472 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28433] ppid=28397 vsize=8283048 memory=7162531440177276259 CPUtime=1.1 cores=0-7
/proc/28420/task/28433/stat : 28433 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753513 8481841152 29767 33554432000 4194304 4196468 140729726585424 140360834438992 140363027109787 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28434] ppid=28397 vsize=8283048 memory=0 CPUtime=1.17 cores=0-7
/proc/28420/task/28434/stat : 28434 (java) S 28397 28397 27077 0 -1 1077944384 579 10857 0 0 7 0 106 4 20 0 22 0 512753513 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362253728624 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28435] ppid=28397 vsize=8283048 memory=0 CPUtime=1.19 cores=0-7
/proc/28420/task/28435/stat : 28435 (java) S 28397 28397 27077 0 -1 1077944384 310 10857 0 0 9 0 106 4 20 0 22 0 512753513 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362252675824 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28436] ppid=28397 vsize=8283048 memory=1450 CPUtime=1.17 cores=0-7
/proc/28420/task/28436/stat : 28436 (java) S 28397 28397 27077 0 -1 1077944384 304 10857 0 0 7 0 106 4 20 0 22 0 512753513 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362251623024 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28437] ppid=28397 vsize=8283048 memory=7886128541366433073 CPUtime=1.32 cores=0-7
/proc/28420/task/28437/stat : 28437 (java) S 28397 28397 27077 0 -1 1077944384 589 10857 0 0 22 0 106 4 20 0 22 0 512753513 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362250570224 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28438] ppid=28397 vsize=8283048 memory=7163089833153555284 CPUtime=1.1 cores=0-7
/proc/28420/task/28438/stat : 28438 (java) S 28397 28397 27077 0 -1 1077944384 3 10857 0 0 0 0 106 4 20 0 22 0 512753514 8481841152 29767 33554432000 4194304 4196468 140729726585424 140360336534112 140363027101397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
[pid=28420/tid=28439] ppid=28397 vsize=8283048 memory=3124 CPUtime=1.1 cores=0-7
/proc/28420/task/28439/stat : 28439 (java) S 28397 28397 27077 0 -1 1077944384 1 10857 0 0 0 0 106 4 20 0 22 0 512753514 8481841152 29767 33554432000 4194304 4196468 140729726585424 140362249517616 140363027102338 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31297536 140729726591967 140729726592134 140729726592134 140729726595023 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 120544 KiB

Child status: 0
Real time (s): 3.48649
CPU time (s): 8.8867
CPU user time (s): 8.54898
CPU system time (s): 0.337725
CPU usage (%): 254.89
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 524384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.54898
system time used= 0.337725
maximum resident set size= 528568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59857
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12323
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 28397
#   total CPU time (s): 8.8867
#   total CPU user time (s): 8.54898
#   total CPU system time (s): 0.337725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056993 second user time and 0.0715 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 00:39:27
IDJOB=4405126
IDBENCH=141714
IDSOLVER=2867
FILE ID=node150/4405126-1569364808
RUNJOBID= node150-1569359267-27104
PBS_JOBID= 21705120
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405126-1569364808/watcher-4405126-1569364808 -o /var/tmp/evaluation-result-4405126-1569364808/solver-4405126-1569364808 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569359267-27104 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405126-1569364808.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=1847862671

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        28480328 kB
MemAvailable:   31820048 kB
Buffers:          114980 kB
Cached:          3334736 kB
SwapCached:         8084 kB
Active:          3357900 kB
Inactive:         126488 kB
Active(anon):       3592 kB
Inactive(anon):    82644 kB
Active(file):    3354308 kB
Inactive(file):    43844 kB
Unevictable:      109060 kB
Mlocked:          109060 kB
SwapTotal:      67108860 kB
SwapFree:       67023968 kB
Dirty:             20608 kB
Writeback:             0 kB
AnonPages:        165240 kB
Mapped:            53408 kB
Shmem:             42788 kB
Slab:             398848 kB
SReclaimable:     370028 kB
SUnreclaim:        28820 kB
KernelStack:        3824 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node150 at 2019-09-25 00:39:31