Trace number 4405485

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 hybrid+ManyGlucose (2019-09-22)SAT 8.22543 3.32149

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark0.284908
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
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 -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-1889-serial-file.bin HOME/instance-4405485-1569363553.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.57	c BEGIN-Prog: Wed Sep 25 00:18:30 CEST 2019
0.66/0.57	c PID: 1892
0.66/0.57	c IP: 172.20.3.125
0.66/0.57	c HOST: node125.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.19/0.88	c (0,0) Parsing End
1.19/0.88	c (0,0) CSP: 35 int (0 aux), 0 bool (0 aux), 27 ctr, max domain size 26
1.19/0.88	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.88	c (0,0) Constraint Name Generate Begin
1.19/0.89	c (0,0) Ctr:HOME/instance-4405485-1569363553.xml,AllDifferent:Dist:Eq:Var
1.19/0.89	c (0,0) Constraint Name Generate End
1.19/0.89	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.89	c (0,0) CSP to CSPinCNF Begin
1.39/0.99	c (0,0) translated 3 (10%) constraints
1.39/1.01	c (0,0) translated 6 (20%) constraints
1.57/1.02	c (0,0) translated 9 (30%) constraints
1.57/1.03	c (0,0) translated 11 (40%) constraints
1.57/1.04	c (0,0) translated 14 (50%) constraints
1.57/1.05	c (0,0) translated 17 (60%) constraints
1.57/1.05	c (0,0) translated 19 (70%) constraints
1.57/1.06	c (0,0) translated 22 (80%) constraints
1.57/1.07	c (0,0) translated 25 (90%) constraints
1.57/1.10	c (0,0) translated 27 (100%) constraints
1.99/1.24	c (0,0) ===========================================
1.99/1.25	c (0,0) Hybrid: #OE=35, #LE=0
1.99/1.25	c (0,0) Hybrid
1.99/1.25	c (0,0) ===========================================
1.99/1.26	c (0,0) translated 45 (10%) constraints
1.99/1.27	c (0,0) translated 90 (20%) constraints
1.99/1.28	c (0,0) translated 135 (30%) constraints
1.99/1.29	c (0,0) translated 180 (40%) constraints
2.29/1.30	c (0,0) translated 225 (50%) constraints
2.29/1.30	c (0,0) translated 270 (60%) constraints
2.29/1.31	c (0,0) translated 315 (70%) constraints
2.29/1.32	c (0,0) translated 360 (80%) constraints
2.29/1.32	c (0,0) translated 405 (90%) constraints
2.56/1.45	c (0,0) translated 450 (100%) constraints
2.56/1.45	c (0,0) CSP to CSPinCNF End
2.56/1.46	c (0,0) CSP: 35 int (0 aux), 625 bool (625 aux), 1700 ctr, max domain size 26
2.56/1.46	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.56/1.46	c (0,0) CSPinCNF Propagation Begin
2.56/1.49	c (0,0) 0 values, 0 unsatisfiable literals, and 51 valid clauses are removed
2.56/1.49	c (0,0) CSPinCNF Propagation End
2.56/1.49	c (0,0) CSP: 35 int (0 aux), 625 bool (625 aux), 1649 ctr, max domain size 26
2.56/1.49	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.93/1.50	c (0,0) Hybrid: #OE=660, #LE=0
2.93/1.50	c (0,0) Simplify CSPinCNF Begin
2.93/1.55	c (1,0) Simplify CSPinCNF End
2.93/1.55	c (1,0) CSP: 35 int (0 aux), 1365 bool (1365 aux), 2389 ctr, max domain size 26
2.93/1.55	c (1,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.93/1.55	c (1,0) Calculate Precise Domain Begin
2.93/1.55	c (1,0) 0 values are removed by re-calculation
2.93/1.55	c (1,0) Calculate Precise Domain End
2.93/1.55	c (1,0) CSP: 35 int (0 aux), 1365 bool (1365 aux), 2389 ctr, max domain size 26
2.93/1.55	c (1,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.93/1.55	c (1,0) CSPinCNF to SatSolver Begin
4.40/1.92	c (1,1) 239 (10 %) CSP clauses are encoded (0 SAT variables, 35328 SAT clauses)
4.40/1.97	c (1,1) 478 (20 %) CSP clauses are encoded (0 SAT variables, 39374 SAT clauses)
4.40/2.00	c (1,1) 717 (30 %) CSP clauses are encoded (0 SAT variables, 43429 SAT clauses)
4.84/2.04	c (1,1) 956 (40 %) CSP clauses are encoded (0 SAT variables, 47508 SAT clauses)
4.84/2.06	c (1,1) 1195 (50 %) CSP clauses are encoded (0 SAT variables, 51059 SAT clauses)
4.84/2.07	c (1,1) 1434 (60 %) CSP clauses are encoded (0 SAT variables, 51298 SAT clauses)
4.84/2.07	c (1,1) 1673 (70 %) CSP clauses are encoded (0 SAT variables, 51537 SAT clauses)
4.84/2.08	c (1,1) 1912 (80 %) CSP clauses are encoded (0 SAT variables, 51776 SAT clauses)
4.84/2.08	c (1,1) 2151 (90 %) CSP clauses are encoded (0 SAT variables, 52015 SAT clauses)
4.84/2.08	c (1,1) 2389 (100 %) CSP clauses are encoded (0 SAT variables, 52253 SAT clauses)
4.84/2.08	c (1,1) CSPinCNF to SatSolver End
4.84/2.08	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.84/2.08	c (1,1) 2215 bool, 52254 clause
4.84/2.08	c (1,1) Export Begin
5.24/2.17	c (1,1) Export to HOME/scop-1889-serial-file.bin
5.24/2.17	c (1,1) Export End
5.24/2.17	c (1,1) Export File Size: 0.01 MB
5.24/2.17	c (1,1) 0,0,0,0,1,1,1,STOP-AFTER(DIMACS)
5.24/2.17	c END-Prog: Wed Sep 25 00:18:32 CEST 2019
5.24/2.19	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-1889-serial-file.bin
5.44/2.65	c (0,0) Read Serial File Begin
5.44/2.65	c (0,0) HOME/scop-1889-serial-file.bin
5.44/2.85	c (0,0) Read Serial File End
5.44/2.86	
5.44/2.86	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
5.44/2.86	(Solving Process)
5.44/2.86	
5.44/2.88	c BEGIN-Prog: Wed Sep 25 00:18:33 CEST 2019
5.44/2.88	c PID: 1912
5.44/2.88	c IP: 172.20.3.125
5.44/2.88	c HOST: node125.alineos.net
5.44/2.89	c (0,0) SatSolver.solve Begin
5.44/2.89	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405485-1569363553.xml-scop-1892.cnf
5.44/2.91	c (0,0) c
5.44/2.91	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)
5.44/2.91	c (0,0) c
5.44/2.91	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.44/2.91	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.44/2.91	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.44/2.91	c (0,0) c |                                                                                                       |
5.44/2.92	c (0,0) c |  Number of variables:          2215                                                                   |
5.44/2.92	c (0,0) c |  Number of clauses:           52254                                                                   |
5.44/2.92	c (0,0) c |  Parse time:                   0.01 s                                                                 |
5.44/2.92	c (0,0) c |                                                                                                       |
5.44/2.98	c (0,0) c |  Simplification time:          0.06 s                                                                 |
5.44/2.98	c (0,0) c |                                                                                                       |
5.44/2.98	c (0,0) c |  Generating clones                                                                                    |
5.44/2.99	c (0,0) c |  all clones generated. Memory =    48.35Mb.                                                           |
5.44/2.99	c (0,0) c ========================================================================================================|
5.44/2.99	c (0,0) c
5.44/2.99	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
5.44/2.99	c (0,0) c
5.44/2.99	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.99	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.44/2.99	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/3.00	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
5.44/3.00	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
5.44/3.00	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
5.44/3.00	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
5.44/3.00	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
5.44/3.00	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
5.44/3.00	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
5.44/3.00	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
5.44/3.00	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
5.44/3.00	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
5.44/3.00	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
5.44/3.00	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
5.44/3.00	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
5.44/3.00	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
5.44/3.00	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
5.44/3.00	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c real time : 0.268675 s
7.51/3.18	c (0,0) c cpu time  : 1.35605 s
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | Conflicts     |           14683 |       1841 |       1686 |       1915 |       2055 |       1864 |       1932 |       1718 |       1672 |
7.51/3.18	c (0,0) c | Decisions     |           30933 |       3986 |       3719 |       4114 |       4330 |       3493 |       3641 |       4104 |       3546 |
7.51/3.18	c (0,0) c | Propagations  |         3486519 |     410292 |     415812 |     471317 |     478463 |     433344 |     460011 |     401859 |     415421 |
7.51/3.18	c (0,0) c | ReduceDBs     |               1 |          0 |          0 |          0 |          1 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
7.51/3.18	c (0,0) c | Restarts      |              54 |          6 |          7 |          5 |         10 |          5 |          5 |          9 |          7 |
7.51/3.18	c (0,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | PropBinClauses|         5325564 |     631476 |     636540 |     724898 |     735842 |     653382 |     700055 |     599685 |     643686 |
7.51/3.18	c (0,0) c | PropPreBlocker|        90879137 |   11229330 |   10678659 |   12334982 |   12379070 |   10889497 |   12362288 |   10211702 |   10793609 |
7.51/3.18	c (0,0) c | PropNotBlocker|        17157350 |    2239301 |    2099202 |    2238282 |    2386879 |    2076415 |    2127887 |    1891158 |    2098226 |
7.51/3.18	c (0,0) c | LitFullScans  |       132382667 |   16491026 |   15522919 |   18004681 |   18007050 |   15764898 |   18011135 |   14976592 |   15604366 |
7.51/3.18	c (0,0) c | LitScanFracts |            2990 |        524 |        107 |        405 |        468 |        359 |        204 |        572 |        351 |
7.51/3.18	c (0,0) c | DecisionLevel0|              54 |          6 |          7 |          5 |         10 |          5 |          5 |          9 |          7 |
7.51/3.18	c (0,0) c | Periods       |              19 |          2 |          2 |          3 |          3 |          2 |          3 |          2 |          2 |
7.51/3.18	c (0,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
7.51/3.18	c (0,0) c | Avg_Trail     |                 |       1328 |       1336 |       1399 |       1292 |       1243 |       1447 |       1344 |       1297 |
7.51/3.18	c (0,0) c | Avg_DL        |                 |         26 |         41 |         35 |         27 |         25 |         20 |         24 |         26 |
7.51/3.18	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | Exported      |             308 |         34 |         55 |         28 |         49 |         24 |         29 |         56 |         33 |
7.51/3.18	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
7.51/3.18	c (0,0) c | Glues         |                 |         34 |         55 |         28 |         49 |         24 |         29 |         56 |         33 |
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | Orig_Seen     |            27 % |      14724 |      15118 |      15537 |      17358 |      12614 |      14059 |      12514 |      14132 |
7.51/3.18	c (0,0) c | Diff Orig seen|                 |       2110 |       2504 |       2923 |       4744 |      X     |       1445 | -      100 |       1518 |
7.51/3.18	c (0,0) c | Hamming       |            23 % |        450 |        569 |        519 |        468 |      X     |        572 |        536 |        489 |
7.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c | RunningTime   |                 |    0.2 100%|    0.2 100%|    0.2 100%|    0.2 100%|    0.1 100%|    0.2 100%|    0.1 100%|    0.1 100%|
7.51/3.18	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.51/3.18	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.51/3.18	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.51/3.18	c (0,0) c | SolvingTime   |                 |    0.2     |    0.2     |    0.2     |    0.2     |    0.1     |    0.2     |    0.1     |    0.1     |
7.51/3.18	c (0,0) c | PropagationTim|                 |    0.1  83%|    0.1  84%|    0.1  81%|    0.1  82%|    0.1  83%|    0.1  81%|    0.1  82%|    0.1  83%|
7.51/3.18	c (0,0) c | AnalysisTime  |                 |    0.0  13%|    0.0  13%|    0.0  15%|    0.0  14%|    0.0  13%|    0.0  16%|    0.0  15%|    0.0  13%|
7.51/3.18	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.51/3.18	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.51/3.18	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.51/3.18	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.51/3.18	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c
7.51/3.18	c (0,0) c Threads : 8
7.51/3.18	c (0,0) c Winner : 4
7.51/3.18	c (0,0) c Conflicts_0 : 1841
7.51/3.18	c (0,0) c Conflicts_1 : 1686
7.51/3.18	c (0,0) c Conflicts_2 : 1915
7.51/3.18	c (0,0) c Conflicts_3 : 2055
7.51/3.18	c (0,0) c Conflicts_4 : 1864
7.51/3.18	c (0,0) c Conflicts_5 : 1932
7.51/3.18	c (0,0) c Conflicts_6 : 1718
7.51/3.18	c (0,0) c Conflicts_7 : 1672
7.51/3.18	c (0,0) c Conflicts_total : 14683
7.51/3.18	c (0,0) c Conflicts_winner : 1864
7.51/3.18	c (0,0) c Decisions_0 : 3986
7.51/3.18	c (0,0) c Decisions_1 : 3719
7.51/3.18	c (0,0) c Decisions_2 : 4114
7.51/3.18	c (0,0) c Decisions_3 : 4330
7.51/3.18	c (0,0) c Decisions_4 : 3493
7.51/3.18	c (0,0) c Decisions_5 : 3641
7.51/3.18	c (0,0) c Decisions_6 : 4104
7.51/3.18	c (0,0) c Decisions_7 : 3546
7.51/3.18	c (0,0) c Decisions_total : 30933
7.51/3.18	c (0,0) c Decisions_winner : 3493
7.51/3.18	c (0,0) c Propagations_0 : 410292
7.51/3.18	c (0,0) c Propagations_1 : 415812
7.51/3.18	c (0,0) c Propagations_2 : 471317
7.51/3.18	c (0,0) c Propagations_3 : 478463
7.51/3.18	c (0,0) c Propagations_4 : 433344
7.51/3.18	c (0,0) c Propagations_5 : 460011
7.51/3.18	c (0,0) c Propagations_6 : 401859
7.51/3.18	c (0,0) c Propagations_7 : 415421
7.51/3.18	c (0,0) c Propagations_total : 3486519
7.51/3.18	c (0,0) c Propagations_winner : 433344
7.51/3.18	c (0,0) c ReduceDBs_0 : 0
7.51/3.18	c (0,0) c ReduceDBs_1 : 0
7.51/3.18	c (0,0) c ReduceDBs_2 : 0
7.51/3.18	c (0,0) c ReduceDBs_3 : 1
7.51/3.18	c (0,0) c ReduceDBs_4 : 0
7.51/3.18	c (0,0) c ReduceDBs_5 : 0
7.51/3.18	c (0,0) c ReduceDBs_6 : 0
7.51/3.18	c (0,0) c ReduceDBs_7 : 0
7.51/3.18	c (0,0) c ReduceDBs_total : 1
7.51/3.18	c (0,0) c ReduceDBs_winner : 0
7.51/3.18	c (0,0) c SimpDBs_0 : 1
7.51/3.18	c (0,0) c SimpDBs_1 : 1
7.51/3.18	c (0,0) c SimpDBs_2 : 1
7.51/3.18	c (0,0) c SimpDBs_3 : 1
7.51/3.18	c (0,0) c SimpDBs_4 : 1
7.51/3.18	c (0,0) c SimpDBs_5 : 1
7.51/3.18	c (0,0) c SimpDBs_6 : 1
7.51/3.18	c (0,0) c SimpDBs_7 : 1
7.51/3.18	c (0,0) c SimpDBs_total : 8
7.51/3.18	c (0,0) c SimpDBs_winner : 1
7.51/3.18	c (0,0) c Restarts_0 : 6
7.51/3.18	c (0,0) c Restarts_1 : 7
7.51/3.18	c (0,0) c Restarts_2 : 5
7.51/3.18	c (0,0) c Restarts_3 : 10
7.51/3.18	c (0,0) c Restarts_4 : 5
7.51/3.18	c (0,0) c Restarts_5 : 5
7.51/3.18	c (0,0) c Restarts_6 : 9
7.51/3.18	c (0,0) c Restarts_7 : 7
7.51/3.18	c (0,0) c Restarts_total : 54
7.51/3.18	c (0,0) c Restarts_winner : 5
7.51/3.18	c (0,0) c ForcedImports_0 : 0
7.51/3.18	c (0,0) c ForcedImports_1 : 0
7.51/3.18	c (0,0) c ForcedImports_2 : 0
7.51/3.18	c (0,0) c ForcedImports_3 : 0
7.51/3.18	c (0,0) c ForcedImports_4 : 0
7.51/3.18	c (0,0) c ForcedImports_5 : 0
7.51/3.18	c (0,0) c ForcedImports_6 : 0
7.51/3.18	c (0,0) c ForcedImports_7 : 0
7.51/3.18	c (0,0) c ForcedImports_total : 0
7.51/3.18	c (0,0) c ForcedImports_winner : 0
7.51/3.18	c (0,0) c PropsBinClauses_0 : 631476
7.51/3.18	c (0,0) c PropsBinClauses_1 : 636540
7.51/3.18	c (0,0) c PropsBinClauses_2 : 724898
7.51/3.18	c (0,0) c PropsBinClauses_3 : 735842
7.51/3.18	c (0,0) c PropsBinClauses_4 : 653382
7.51/3.18	c (0,0) c PropsBinClauses_5 : 700055
7.51/3.18	c (0,0) c PropsBinClauses_6 : 599685
7.51/3.18	c (0,0) c PropsBinClauses_7 : 643686
7.51/3.18	c (0,0) c PropsBinClauses_total : 5325564
7.51/3.18	c (0,0) c PropsBinClauses_winner : 653382
7.51/3.18	c (0,0) c PropsPreBlocker_0 : 11229330
7.51/3.18	c (0,0) c PropsPreBlocker_1 : 10678659
7.51/3.18	c (0,0) c PropsPreBlocker_2 : 12334982
7.51/3.18	c (0,0) c PropsPreBlocker_3 : 12379070
7.51/3.18	c (0,0) c PropsPreBlocker_4 : 10889497
7.51/3.18	c (0,0) c PropsPreBlocker_5 : 12362288
7.51/3.18	c (0,0) c PropsPreBlocker_6 : 10211702
7.51/3.18	c (0,0) c PropsPreBlocker_7 : 10793609
7.51/3.18	c (0,0) c PropsPreBlocker_total : 90879137
7.51/3.18	c (0,0) c PropsPreBlocker_winner : 10889497
7.51/3.18	c (0,0) c PropsNotBlocker_0 : 2239301
7.51/3.18	c (0,0) c PropsNotBlocker_1 : 2099202
7.51/3.18	c (0,0) c PropsNotBlocker_2 : 2238282
7.51/3.18	c (0,0) c PropsNotBlocker_3 : 2386879
7.51/3.18	c (0,0) c PropsNotBlocker_4 : 2076415
7.51/3.18	c (0,0) c PropsNotBlocker_5 : 2127887
7.51/3.18	c (0,0) c PropsNotBlocker_6 : 1891158
7.51/3.18	c (0,0) c PropsNotBlocker_7 : 2098226
7.51/3.18	c (0,0) c PropsNotBlocker_total : 17157350
7.51/3.18	c (0,0) c PropsNotBlocker_winner : 2076415
7.51/3.18	c (0,0) c PropsLitFullScans_0 : 16491026
7.51/3.18	c (0,0) c PropsLitFullScans_1 : 15522919
7.51/3.18	c (0,0) c PropsLitFullScans_2 : 18004681
7.51/3.18	c (0,0) c PropsLitFullScans_3 : 18007050
7.51/3.18	c (0,0) c PropsLitFullScans_4 : 15764898
7.51/3.18	c (0,0) c PropsLitFullScans_5 : 18011135
7.51/3.18	c (0,0) c PropsLitFullScans_6 : 14976592
7.51/3.18	c (0,0) c PropsLitFullScans_7 : 15604366
7.51/3.18	c (0,0) c PropsLitFullScans_total : 132382667
7.51/3.18	c (0,0) c PropsLitFullScans_winner : 15764898
7.51/3.18	c (0,0) c LitScanFractions_0 : 524
7.51/3.18	c (0,0) c LitScanFractions_1 : 107
7.51/3.18	c (0,0) c LitScanFractions_2 : 405
7.51/3.18	c (0,0) c LitScanFractions_3 : 468
7.51/3.18	c (0,0) c LitScanFractions_4 : 359
7.51/3.18	c (0,0) c LitScanFractions_5 : 204
7.51/3.18	c (0,0) c LitScanFractions_6 : 572
7.51/3.18	c (0,0) c LitScanFractions_7 : 351
7.51/3.18	c (0,0) c LitScanFractions_total : 2990
7.51/3.18	c (0,0) c LitScanFractions_winner : 359
7.51/3.18	c (0,0) c DecisionLevel0_0 : 6
7.51/3.18	c (0,0) c DecisionLevel0_1 : 7
7.51/3.18	c (0,0) c DecisionLevel0_2 : 5
7.51/3.19	c (0,0) c DecisionLevel0_3 : 10
7.51/3.19	c (0,0) c DecisionLevel0_4 : 5
7.51/3.19	c (0,0) c DecisionLevel0_5 : 5
7.51/3.19	c (0,0) c DecisionLevel0_6 : 9
7.51/3.19	c (0,0) c DecisionLevel0_7 : 7
7.51/3.19	c (0,0) c DecisionLevel0_total : 54
7.51/3.19	c (0,0) c DecisionLevel0_winner : 5
7.51/3.19	c (0,0) c Periods_0 : 2
7.51/3.19	c (0,0) c Periods_1 : 2
7.51/3.19	c (0,0) c Periods_2 : 3
7.51/3.19	c (0,0) c Periods_3 : 3
7.51/3.19	c (0,0) c Periods_4 : 2
7.51/3.19	c (0,0) c Periods_5 : 3
7.51/3.19	c (0,0) c Periods_6 : 2
7.51/3.19	c (0,0) c Periods_7 : 2
7.51/3.19	c (0,0) c Periods_total : 19
7.51/3.19	c (0,0) c Periods_winner : 2
7.51/3.19	c (0,0) c Margin_0 : 20
7.51/3.19	c (0,0) c Margin_1 : 20
7.51/3.19	c (0,0) c Margin_2 : 20
7.51/3.19	c (0,0) c Margin_3 : 20
7.51/3.19	c (0,0) c Margin_4 : 20
7.51/3.19	c (0,0) c Margin_5 : 20
7.51/3.19	c (0,0) c Margin_6 : 20
7.51/3.19	c (0,0) c Margin_7 : 20
7.51/3.19	c (0,0) c Margin_total : 160
7.51/3.19	c (0,0) c Margin_winner : 20
7.51/3.19	c (0,0) c Exported_0 : 34
7.51/3.19	c (0,0) c Exported_1 : 55
7.51/3.19	c (0,0) c Exported_2 : 28
7.51/3.19	c (0,0) c Exported_3 : 49
7.51/3.19	c (0,0) c Exported_4 : 24
7.51/3.19	c (0,0) c Exported_5 : 29
7.51/3.19	c (0,0) c Exported_6 : 56
7.51/3.19	c (0,0) c Exported_7 : 33
7.51/3.19	c (0,0) c Exported_total : 308
7.51/3.19	c (0,0) c Exported_winner : 24
7.51/3.19	c (0,0) c Imported_0 : 0
7.51/3.19	c (0,0) c Imported_1 : 0
7.51/3.19	c (0,0) c Imported_2 : 0
7.51/3.19	c (0,0) c Imported_3 : 0
7.51/3.19	c (0,0) c Imported_4 : 0
7.51/3.19	c (0,0) c Imported_5 : 0
7.51/3.19	c (0,0) c Imported_6 : 0
7.51/3.19	c (0,0) c Imported_7 : 0
7.51/3.19	c (0,0) c Imported_total : 0
7.51/3.19	c (0,0) c Imported_winner : 0
7.51/3.19	c (0,0) c Good_0 : 0
7.51/3.19	c (0,0) c Good_1 : 0
7.51/3.19	c (0,0) c Good_2 : 0
7.51/3.19	c (0,0) c Good_3 : 0
7.51/3.19	c (0,0) c Good_4 : 0
7.51/3.19	c (0,0) c Good_5 : 0
7.51/3.19	c (0,0) c Good_6 : 0
7.51/3.19	c (0,0) c Good_7 : 0
7.51/3.19	c (0,0) c Good_total : 0
7.51/3.19	c (0,0) c Good_winner : 0
7.51/3.19	c (0,0) c Purge_0 : 0
7.51/3.19	c (0,0) c Purge_1 : 0
7.51/3.19	c (0,0) c Purge_2 : 0
7.51/3.19	c (0,0) c Purge_3 : 0
7.51/3.19	c (0,0) c Purge_4 : 0
7.51/3.19	c (0,0) c Purge_5 : 0
7.51/3.19	c (0,0) c Purge_6 : 0
7.51/3.19	c (0,0) c Purge_7 : 0
7.51/3.19	c (0,0) c Purge_total : 0
7.51/3.19	c (0,0) c Purge_winner : 0
7.51/3.19	c (0,0) c Promoted_0 : 0
7.51/3.19	c (0,0) c Promoted_1 : 0
7.51/3.19	c (0,0) c Promoted_2 : 0
7.51/3.19	c (0,0) c Promoted_3 : 0
7.51/3.19	c (0,0) c Promoted_4 : 0
7.51/3.19	c (0,0) c Promoted_5 : 0
7.51/3.19	c (0,0) c Promoted_6 : 0
7.51/3.19	c (0,0) c Promoted_7 : 0
7.51/3.19	c (0,0) c Promoted_total : 0
7.51/3.19	c (0,0) c Promoted_winner : 0
7.51/3.19	c (0,0) c Remove_Imp_0 : 0
7.51/3.19	c (0,0) c Remove_Imp_1 : 0
7.51/3.19	c (0,0) c Remove_Imp_2 : 0
7.51/3.19	c (0,0) c Remove_Imp_3 : 0
7.51/3.19	c (0,0) c Remove_Imp_4 : 0
7.51/3.19	c (0,0) c Remove_Imp_5 : 0
7.51/3.19	c (0,0) c Remove_Imp_6 : 0
7.51/3.19	c (0,0) c Remove_Imp_7 : 0
7.51/3.19	c (0,0) c Remove_Imp_total : 0
7.51/3.19	c (0,0) c Remove_Imp_winner : 0
7.51/3.19	c (0,0) c Blocked_Reuse_0 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_1 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_2 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_3 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_4 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_5 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_6 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_7 : 0
7.51/3.19	c (0,0) c Blocked_Reuse_total : 0
7.51/3.19	c (0,0) c Blocked_Reuse_winner : 0
7.51/3.19	c (0,0) c Unaries_0 : 0
7.51/3.19	c (0,0) c Unaries_1 : 0
7.51/3.19	c (0,0) c Unaries_2 : 0
7.51/3.19	c (0,0) c Unaries_3 : 0
7.51/3.19	c (0,0) c Unaries_4 : 0
7.51/3.19	c (0,0) c Unaries_5 : 0
7.51/3.19	c (0,0) c Unaries_6 : 0
7.51/3.19	c (0,0) c Unaries_7 : 0
7.51/3.19	c (0,0) c Unaries_total : 0
7.51/3.19	c (0,0) c Unaries_winner : 0
7.51/3.19	c (0,0) c Binaries_0 : 0
7.51/3.19	c (0,0) c Binaries_1 : 0
7.51/3.19	c (0,0) c Binaries_2 : 0
7.51/3.19	c (0,0) c Binaries_3 : 0
7.51/3.19	c (0,0) c Binaries_4 : 0
7.51/3.19	c (0,0) c Binaries_5 : 0
7.51/3.19	c (0,0) c Binaries_6 : 0
7.51/3.19	c (0,0) c Binaries_7 : 0
7.51/3.19	c (0,0) c Binaries_total : 0
7.51/3.19	c (0,0) c Binaries_winner : 0
7.51/3.19	c (0,0) c Glues_0 : 34
7.51/3.19	c (0,0) c Glues_1 : 55
7.51/3.19	c (0,0) c Glues_2 : 28
7.51/3.19	c (0,0) c Glues_3 : 49
7.51/3.19	c (0,0) c Glues_4 : 24
7.51/3.19	c (0,0) c Glues_5 : 29
7.51/3.19	c (0,0) c Glues_6 : 56
7.51/3.19	c (0,0) c Glues_7 : 33
7.51/3.19	c (0,0) c Glues_total : 308
7.51/3.19	c (0,0) c Glues_winner : 24
7.51/3.19	c (0,0) c RunningTime_0 : 0.174842
7.51/3.19	c (0,0) c RunningTime_1 : 0.161585
7.51/3.19	c (0,0) c RunningTime_2 : 0.168598
7.51/3.19	c (0,0) c RunningTime_3 : 0.180020
7.51/3.19	c (0,0) c RunningTime_4 : 0.146836
7.51/3.19	c (0,0) c RunningTime_5 : 0.172319
7.51/3.19	c (0,0) c RunningTime_6 : 0.148118
7.51/3.19	c (0,0) c RunningTime_7 : 0.149332
7.51/3.19	c (0,0) c RunningTime_total : 1.301650
7.51/3.19	c (0,0) c RunningTime_winner : 0.146836
7.51/3.19	c (0,0) c WaitingTime_0 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_1 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_2 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_3 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_4 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_5 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_6 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_7 : 0.000000
7.51/3.19	c (0,0) c WaitingTime_total : 0.000000
7.51/3.19	c (0,0) c WaitingTime_winner : 0.000000
7.51/3.19	c (0,0) c ExchangingTime_0 : 0.000127
7.51/3.19	c (0,0) c ExchangingTime_1 : 0.000120
7.51/3.19	c (0,0) c ExchangingTime_2 : 0.000105
7.51/3.19	c (0,0) c ExchangingTime_3 : 0.000126
7.51/3.19	c (0,0) c ExchangingTime_4 : 0.000118
7.51/3.19	c (0,0) c ExchangingTime_5 : 0.000124
7.51/3.19	c (0,0) c ExchangingTime_6 : 0.000117
7.51/3.19	c (0,0) c ExchangingTime_7 : 0.000105
7.51/3.19	c (0,0) c ExchangingTime_total : 0.000941
7.51/3.19	c (0,0) c ExchangingTime_winner : 0.000118
7.51/3.19	c (0,0) c PeriodProcTime_0 : 0.000014
7.51/3.19	c (0,0) c PeriodProcTime_1 : 0.000016
7.51/3.19	c (0,0) c PeriodProcTime_2 : 0.000013
7.51/3.19	c (0,0) c PeriodProcTime_3 : 0.000022
7.51/3.19	c (0,0) c PeriodProcTime_4 : 0.000035
7.51/3.19	c (0,0) c PeriodProcTime_5 : 0.000026
7.51/3.19	c (0,0) c PeriodProcTime_6 : 0.000009
7.51/3.19	c (0,0) c PeriodProcTime_7 : 0.000011
7.51/3.19	c (0,0) c PeriodProcTime_total : 0.000145
7.51/3.19	c (0,0) c PeriodProcTime_winner : 0.000035
7.51/3.19	c (0,0) c SolvingTime_0 : 0.174983
7.51/3.19	c (0,0) c SolvingTime_1 : 0.161721
7.51/3.19	c (0,0) c SolvingTime_2 : 0.168716
7.51/3.19	c (0,0) c SolvingTime_3 : 0.180168
7.51/3.19	c (0,0) c SolvingTime_4 : 0.146989
7.51/3.19	c (0,0) c SolvingTime_5 : 0.172469
7.51/3.19	c (0,0) c SolvingTime_6 : 0.148243
7.51/3.19	c (0,0) c SolvingTime_7 : 0.149448
7.51/3.19	c (0,0) c SolvingTime_total : 1.302736
7.51/3.19	c (0,0) c SolvingTime_winner : 0.146989
7.51/3.19	c (0,0) c PropagationTime_0 : 0.145265
7.51/3.19	c (0,0) c PropagationTime_1 : 0.135516
7.51/3.19	c (0,0) c PropagationTime_2 : 0.137149
7.51/3.19	c (0,0) c PropagationTime_3 : 0.148407
7.51/3.19	c (0,0) c PropagationTime_4 : 0.122301
7.51/3.19	c (0,0) c PropagationTime_5 : 0.139532
7.51/3.19	c (0,0) c PropagationTime_6 : 0.121016
7.51/3.19	c (0,0) c PropagationTime_7 : 0.124266
7.51/3.19	c (0,0) c PropagationTime_total : 1.073452
7.51/3.19	c (0,0) c PropagationTime_winner : 0.122301
7.51/3.19	c (0,0) c AnalysisTime_0 : 0.023144
7.51/3.19	c (0,0) c AnalysisTime_1 : 0.020586
7.51/3.19	c (0,0) c AnalysisTime_2 : 0.025557
7.51/3.19	c (0,0) c AnalysisTime_3 : 0.024825
7.51/3.19	c (0,0) c AnalysisTime_4 : 0.019354
7.51/3.19	c (0,0) c AnalysisTime_5 : 0.027161
7.51/3.19	c (0,0) c AnalysisTime_6 : 0.021888
7.51/3.19	c (0,0) c AnalysisTime_7 : 0.019704
7.51/3.19	c (0,0) c AnalysisTime_total : 0.182219
7.51/3.19	c (0,0) c AnalysisTime_winner : 0.019354
7.51/3.19	c (0,0) c ReductionTime_0 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_1 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_2 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_3 : 0.000325
7.51/3.19	c (0,0) c ReductionTime_4 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_5 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_6 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_7 : 0.000000
7.51/3.19	c (0,0) c ReductionTime_total : 0.000325
7.51/3.19	c (0,0) c ReductionTime_winner : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_0 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_1 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_2 : 0.000001
7.51/3.19	c (0,0) c SimplifyTime_3 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_4 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_5 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_6 : 0.000000
7.51/3.19	c (0,0) c SimplifyTime_7 : 0.000002
7.51/3.19	c (0,0) c SimplifyTime_total : 0.000003
7.51/3.19	c (0,0) c SimplifyTime_winner : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_0 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_1 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_2 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_3 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_4 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_5 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_6 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_7 : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_total : 0.000000
7.51/3.19	c (0,0) c UsedRateTime_winner : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_0 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_1 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_2 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_3 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_4 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_5 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_6 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_7 : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_total : 0.000000
7.51/3.19	c (0,0) c OverlapRateTime_winner : 0.000000
7.51/3.19	c (0,0) c
7.51/3.19	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
7.51/3.19	c (0,0) c
7.51/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.19	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
7.51/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.19	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
7.51/3.19	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
7.51/3.19	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
7.51/3.19	c (0,0) c | Initial random_seed   |  319825391 |  171628192 | 1927066681 |  632584813 |  637567009 | 1716117745 | 1072548224 |  677442822 |
7.51/3.19	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
7.51/3.19	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
7.51/3.19	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
7.51/3.19	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
7.51/3.19	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
7.51/3.19	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
7.51/3.19	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
7.51/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.51/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.51/3.19	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
7.51/3.19	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
7.51/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
7.51/3.19	c (0,0) 
7.51/3.19	c (0,0) s SATISFIABLE
7.99/3.21	c (0,0) SatSolver.solve End
7.99/3.21	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
7.99/3.21	c (0,0) Show results Begin
7.99/3.30	c (0,0) ce[0][0][1] = 9
7.99/3.30	c (0,0) ce[0][0][2] = 13
7.99/3.30	c (0,0) ce[0][0][3] = 11
7.99/3.30	c (0,0) ce[0][0][4] = 8
7.99/3.30	c (0,0) ce[0][1][2] = 22
7.99/3.30	c (0,0) ce[0][1][3] = 20
7.99/3.30	c (0,0) ce[0][1][4] = 17
7.99/3.30	c (0,0) ce[0][2][3] = 2
7.99/3.30	c (0,0) ce[0][2][4] = 5
7.99/3.30	c (0,0) ce[0][3][4] = 3
7.99/3.30	c (0,0) ce[1][0][1] = 4
7.99/3.30	c (0,0) ce[1][0][2] = 21
7.99/3.30	c (0,0) ce[1][0][3] = 15
7.99/3.30	c (0,0) ce[1][0][4] = 14
7.99/3.30	c (0,0) ce[1][1][2] = 25
7.99/3.30	c (0,0) ce[1][1][3] = 19
7.99/3.30	c (0,0) ce[1][1][4] = 18
7.99/3.30	c (0,0) ce[1][2][3] = 6
7.99/3.30	c (0,0) ce[1][2][4] = 7
7.99/3.30	c (0,0) ce[1][3][4] = 1
7.99/3.30	c (0,0) cie[0][0] = 10
7.99/3.30	c (0,0) cie[0][1] = 23
7.99/3.30	c (0,0) cie[0][2] = 24
7.99/3.30	c (0,0) cie[0][3] = 16
7.99/3.30	c (0,0) cie[0][4] = 12
7.99/3.30	c (0,0) cn[0][0] = 11
7.99/3.30	c (0,0) cn[0][1] = 2
7.99/3.30	c (0,0) cn[0][2] = 24
7.99/3.30	c (0,0) cn[0][3] = 22
7.99/3.30	c (0,0) cn[0][4] = 19
7.99/3.30	c (0,0) cn[1][0] = 21
7.99/3.30	c (0,0) cn[1][1] = 25
7.99/3.30	c (0,0) cn[1][2] = 0
7.99/3.30	c (0,0) cn[1][3] = 6
7.99/3.30	c (0,0) cn[1][4] = 7
7.99/3.30	s SATISFIABLE
8.17/3.30	v <instantiation>
8.17/3.30	v     <list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]</list>
8.17/3.30	v     <values>11 2 24 22 19 21 25 0 6 7 9 13 11 8 22 20 17 2 5 3 4 21 15 14 25 19 18 6 7 1 10 23 24 16 12</values>
8.17/3.30	v </instantiation>
8.17/3.30	c (0,0) Show results End
8.17/3.30	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
8.17/3.30	c (0,0) 0,0,STOP-AFTER(ALL)
8.17/3.30	c END-Prog: Wed Sep 25 00:18:33 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 (12545 MiB free)
  memory of node 1: 16384 MiB (13151 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100148 s]*
/proc/loadavg: 5.69 6.98 7.70 3/212 1911
/proc/meminfo: memFree=26221244/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 512622041 115843072 349 33554432000 4194304 5098028 140723858383008 140723858380264 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 349 296 221 0 87 0
[pid=1892] ppid=1889 vsize=27314120 memory=102288 CPUtime=0.1 cores=0-7
/proc/1892/stat : 1892 (java) S 1889 1889 32372 0 -1 1077944320 6693 0 0 0 8 2 0 0 20 0 20 0 512622042 27969658880 25572 33554432000 4194304 4196468 140720863908112 140720863890656 139631162789623 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
/proc/1892/statm: 6828530 25572 2789 1 0 6790935 0
[pid=1892/tid=1893] ppid=1889 vsize=27314120 memory=288230380178243832 CPUtime=0.08 cores=0-7
/proc/1892/task/1893/stat : 1893 (java) R 1889 1889 32372 0 -1 4202560 4775 0 0 0 7 1 0 0 20 0 20 0 512622042 27969658880 25572 33554432000 4194304 4196468 140720863908112 139631134614480 139631146870110 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1894] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1894/stat : 1894 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139631167031952 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1895] ppid=1889 vsize=27314120 memory=288230376153058061 CPUtime=0 cores=0-7
/proc/1892/task/1895/stat : 1895 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630584637968 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1896] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1896/stat : 1896 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630583585168 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1897] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1897/stat : 1897 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630582532368 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1898] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1898/stat : 1898 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630581480592 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1899] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1899/stat : 1899 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630580427792 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1900] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1900/stat : 1900 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630579374992 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1901] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1901/stat : 1901 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 25572 33554432000 4194304 4196468 140720863908112 139630578322192 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1902] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1902/stat : 1902 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629751437680 139631162800770 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1903] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1903/stat : 1903 (java) S 1889 1889 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 25572 33554432000 4194304 4196468 140720863908112 139628715697184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1904] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1904/stat : 1904 (java) S 1889 1889 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622047 27969658880 25572 33554432000 4194304 4196468 140720863908112 139628581475184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1905] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1905/stat : 1905 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139628206970704 139631162808219 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1906] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1906/stat : 1906 (java) S 1889 1889 32372 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629750385520 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1907] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1907/stat : 1907 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629749332720 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1908] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1908/stat : 1908 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629748279920 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1909] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1909/stat : 1909 (java) S 1889 1889 32372 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629747227120 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1910] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1910/stat : 1910 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 25572 33554432000 4194304 4196468 140720863908112 139627709065824 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1911] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1911/stat : 1911 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622050 27969658880 25572 33554432000 4194304 4196468 140720863908112 139629746174512 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 103684 KiB

[startup+0.210527 s]*
/proc/loadavg: 5.69 6.98 7.70 3/212 1911
/proc/meminfo: memFree=26202548/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 512622041 115843072 349 33554432000 4194304 5098028 140723858383008 140723858380264 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 349 296 221 0 87 0
[pid=1892] ppid=1889 vsize=27314120 memory=119172 CPUtime=0.25 cores=0-7
/proc/1892/stat : 1892 (java) S 1889 1889 32372 0 -1 1077944320 11776 0 0 0 21 4 0 0 20 0 20 0 512622042 27969658880 29793 33554432000 4194304 4196468 140720863908112 140720863890656 139631162789623 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
/proc/1892/statm: 6828530 29793 2899 1 0 6790935 0
[pid=1892/tid=1893] ppid=1889 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1892/task/1893/stat : 1893 (java) R 1889 1889 32372 0 -1 4202560 9391 0 0 0 16 3 0 0 20 0 20 0 512622042 27969658880 29793 33554432000 4194304 4196468 140720863908112 139631134589008 139631147955295 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1894] ppid=1889 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/1892/task/1894/stat : 1894 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139631167031952 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1895] ppid=1889 vsize=27314120 memory=140709541199924 CPUtime=0 cores=0-7
/proc/1892/task/1895/stat : 1895 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630584637968 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1896] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1896/stat : 1896 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630583585168 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1897] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1897/stat : 1897 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630582532368 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1898] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1898/stat : 1898 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630581480592 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1899] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1899/stat : 1899 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630580427792 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1900] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1900/stat : 1900 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630579374992 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1901] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1901/stat : 1901 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 29793 33554432000 4194304 4196468 140720863908112 139630578322192 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1902] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1902/stat : 1902 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629751437680 139631162800770 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1903] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1903/stat : 1903 (java) S 1889 1889 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 29793 33554432000 4194304 4196468 140720863908112 139628715697184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1904] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1904/stat : 1904 (java) S 1889 1889 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622047 27969658880 29793 33554432000 4194304 4196468 140720863908112 139628581475184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1905] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1905/stat : 1905 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139628206970704 139631162808219 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1906] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1906/stat : 1906 (java) S 1889 1889 32372 0 -1 1077944384 362 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629750385520 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1907] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1907/stat : 1907 (java) S 1889 1889 32372 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629749332720 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1908] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1908/stat : 1908 (java) S 1889 1889 32372 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629748279920 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1909] ppid=1889 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/1892/task/1909/stat : 1909 (java) S 1889 1889 32372 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629747227120 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1910] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1910/stat : 1910 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 29793 33554432000 4194304 4196468 140720863908112 139627709065824 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1911] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1911/stat : 1911 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622050 27969658880 29793 33554432000 4194304 4196468 140720863908112 139629746174512 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 120568 KiB

[startup+0.310326 s]*
/proc/loadavg: 5.69 6.98 7.70 3/212 1911
/proc/meminfo: memFree=26199840/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 512622041 115843072 349 33554432000 4194304 5098028 140723858383008 140723858380264 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 349 296 221 0 87 0
[pid=1892] ppid=1889 vsize=27314120 memory=124108 CPUtime=0.41 cores=0-7
/proc/1892/stat : 1892 (java) S 1889 1889 32372 0 -1 1077944320 12994 0 0 0 37 4 0 0 20 0 20 0 512622042 27969658880 31027 33554432000 4194304 4196468 140720863908112 140720863890656 139631162789623 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
/proc/1892/statm: 6828530 31027 3002 1 0 6790935 0
[pid=1892/tid=1893] ppid=1889 vsize=27314120 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/1892/task/1893/stat : 1893 (java) R 1889 1889 32372 0 -1 4202560 10326 0 0 0 26 4 0 0 20 0 20 0 512622042 27969658880 31027 33554432000 4194304 4196468 140720863908112 139631134572640 139631146870110 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1894] ppid=1889 vsize=27314120 memory=2832 CPUtime=0 cores=0-7
/proc/1892/task/1894/stat : 1894 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139631167031952 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1895] ppid=1889 vsize=27314120 memory=1192 CPUtime=0 cores=0-7
/proc/1892/task/1895/stat : 1895 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630584637968 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1896] ppid=1889 vsize=27314120 memory=940 CPUtime=0 cores=0-7
/proc/1892/task/1896/stat : 1896 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630583585168 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1897] ppid=1889 vsize=27314120 memory=14008 CPUtime=0 cores=0-7
/proc/1892/task/1897/stat : 1897 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630582532368 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1898] ppid=1889 vsize=27314120 memory=12040 CPUtime=0 cores=0-7
/proc/1892/task/1898/stat : 1898 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630581480592 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1899] ppid=1889 vsize=27314120 memory=33740 CPUtime=0 cores=0-7
/proc/1892/task/1899/stat : 1899 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630580427792 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1900] ppid=1889 vsize=27314120 memory=2120 CPUtime=0 cores=0-7
/proc/1892/task/1900/stat : 1900 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630579374992 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1901] ppid=1889 vsize=27314120 memory=500 CPUtime=0 cores=0-7
/proc/1892/task/1901/stat : 1901 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622044 27969658880 31027 33554432000 4194304 4196468 140720863908112 139630578322192 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1902] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1902/stat : 1902 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629751437680 139631162800770 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1903] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1903/stat : 1903 (java) S 1889 1889 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622046 27969658880 31027 33554432000 4194304 4196468 140720863908112 139628715697184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1904] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1904/stat : 1904 (java) S 1889 1889 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622047 27969658880 31027 33554432000 4194304 4196468 140720863908112 139628581475184 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1905] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1905/stat : 1905 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139628206970704 139631162808219 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1906] ppid=1889 vsize=27314120 memory=2244 CPUtime=0.01 cores=0-7
/proc/1892/task/1906/stat : 1906 (java) S 1889 1889 32372 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629750385520 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1907] ppid=1889 vsize=27314120 memory=2244 CPUtime=0.01 cores=0-7
/proc/1892/task/1907/stat : 1907 (java) S 1889 1889 32372 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629749332720 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1908] ppid=1889 vsize=27314120 memory=2244 CPUtime=0.01 cores=0-7
/proc/1892/task/1908/stat : 1908 (java) S 1889 1889 32372 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629748279920 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1909] ppid=1889 vsize=27314120 memory=2244 CPUtime=0.07 cores=0-7
/proc/1892/task/1909/stat : 1909 (java) S 1889 1889 32372 0 -1 1077944384 647 0 0 0 7 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629747227120 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1910] ppid=1889 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/1892/task/1910/stat : 1910 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622049 27969658880 31027 33554432000 4194304 4196468 140720863908112 139627709065824 139631162799829 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1911] ppid=1889 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/1892/task/1911/stat : 1911 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622050 27969658880 31027 33554432000 4194304 4196468 140720863908112 139629746174512 139631162800770 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125504 KiB

[startup+0.70096 s]
/proc/loadavg: 5.69 6.98 7.70 2/212 1911
/proc/meminfo: memFree=26176276/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 512622041 115843072 349 33554432000 4194304 5098028 140723858383008 140723858380264 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 349 296 221 0 87 0
[pid=1892] ppid=1889 vsize=27322516 memory=163088 CPUtime=1 cores=0-7
/proc/1892/stat : 1892 (java) S 1889 1889 32372 0 -1 1077944320 20937 0 0 0 93 7 0 0 20 0 20 0 512622042 27978256384 40708 33554432000 4194304 4196468 140720863908112 140720863890656 139631162789623 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
/proc/1892/statm: 6830629 40772 3202 1 0 6791959 0
[pid=1892/tid=1893] ppid=1889 vsize=27322516 memory=50 CPUtime=0.67 cores=0-7
/proc/1892/task/1893/stat : 1893 (java) R 1889 1889 32372 0 -1 4202560 17566 0 0 0 61 6 0 0 20 0 20 0 512622042 27978256384 40772 33554432000 4194304 4196468 140720863908112 139631134621392 139631146870110 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1894] ppid=1889 vsize=27322516 memory=140709436947125 CPUtime=0 cores=0-7
/proc/1892/task/1894/stat : 1894 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27978256384 40772 33554432000 4194304 4196468 140720863908112 139631167031952 139631162799829 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1895] ppid=1889 vsize=27322516 memory=281418873899520 CPUtime=0 cores=0-7
/proc/1892/task/1895/stat : 1895 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27978256384 40772 33554432000 4194304 4196468 140720863908112 139630584637968 139631162799829 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0
[pid=1892/tid=1896] ppid=1889 vsize=27322516 memory=13365938227929 CPUtime=0 cores=0-7
/proc/1892/task/1896/stat : 1896 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622044 27978256384 40772 33554432000 4194304 4196468 140720863908112 139630583585168 139631162799829 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30445568 140720863912683 140720863913110 140720863913110 140720863915983 0

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

[pid=1912/tid=1918] ppid=1889 vsize=8414124 memory=18 CPUtime=0 cores=0-7
/proc/1912/task/1918/stat : 1918 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512622262 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514209503888 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1919] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1919/stat : 1919 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512622262 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514208451088 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1920] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1920/stat : 1920 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512622262 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514207398288 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1921] ppid=1889 vsize=8414124 memory=-1664385933527490352 CPUtime=0 cores=0-7
/proc/1912/task/1921/stat : 1921 (java) S 1889 1889 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512622262 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514206345488 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1922] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1922/stat : 1922 (java) S 1889 1889 32372 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512622264 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514156133232 140514727058050 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1923] ppid=1889 vsize=8414124 memory=4580 CPUtime=0 cores=0-7
/proc/1912/task/1923/stat : 1923 (java) S 1889 1889 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512622264 8616062976 29807 33554432000 4194304 4196468 140731660015248 140513411851808 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1924] ppid=1889 vsize=8414124 memory=-2893623298589923098 CPUtime=0 cores=0-7
/proc/1912/task/1924/stat : 1924 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512622265 8616062976 29807 33554432000 4194304 4196468 140731660015248 140513143416176 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1925] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1925/stat : 1925 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140512768907600 140514727065499 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1926] ppid=1889 vsize=8414124 memory=0 CPUtime=0.08 cores=0-7
/proc/1912/task/1926/stat : 1926 (java) S 1889 1889 32372 0 -1 1077944384 597 0 0 0 8 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514155080048 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1927] ppid=1889 vsize=8414124 memory=32292 CPUtime=0.03 cores=0-7
/proc/1912/task/1927/stat : 1927 (java) S 1889 1889 32372 0 -1 1077944384 226 0 0 0 3 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514154027248 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1928] ppid=1889 vsize=8414124 memory=-3117775541953848420 CPUtime=0.06 cores=0-7
/proc/1912/task/1928/stat : 1928 (java) S 1889 1889 32372 0 -1 1077944384 237 0 0 0 6 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514152974448 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1929] ppid=1889 vsize=8414124 memory=6944656592455359580 CPUtime=0.18 cores=0-7
/proc/1912/task/1929/stat : 1929 (java) S 1889 1889 32372 0 -1 1077944384 446 0 0 0 18 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514151921648 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1930] ppid=1889 vsize=8414124 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1912/task/1930/stat : 1930 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512622267 8616062976 29807 33554432000 4194304 4196468 140731660015248 140512271002720 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1931] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1931/stat : 1931 (java) S 1889 1889 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512622268 8616062976 29807 33554432000 4194304 4196468 140731660015248 140513277631536 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1933] ppid=1889 vsize=8414124 memory=4580 CPUtime=0 cores=0-7
/proc/1912/task/1933/stat : 1933 (java) S 1889 1889 32372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512622332 8616062976 29807 33554432000 4194304 4196468 140731660015248 140514150311488 140514727071513 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1935] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1935/stat : 1935 (java) S 1889 1889 32372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512622333 8616062976 29807 33554432000 4194304 4196468 140731660015248 140511599902352 140514727068829 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1936] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1936/stat : 1936 (java) S 1889 1889 32372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512622333 8616062976 29807 33554432000 4194304 4196468 140731660015248 140511868337680 140514727068829 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1937] ppid=1889 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/1912/task/1937/stat : 1937 (java) S 1889 1889 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512622335 8616062976 29807 33554432000 4194304 4196468 140731660015248 140511331474480 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
Current children cumulated CPU time: 7.51 s
Current children cumulated vsize: 9167408 KiB
Current children cumulated memory: 157732 KiB

[startup+3.32144 s]
# the end of solver process 1889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.94928 s, system=0.27615 s

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

[startup+3.2017 s]
/proc/loadavg: 5.69 6.98 7.70 9/225 1945
/proc/meminfo: memFree=26174192/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1476 CPUtime=5.44 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 581 28173 0 0 0 0 528 16 20 0 1 0 512622041 115843072 369 33554432000 4194304 5098028 140723858383008 140723858379752 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 369 311 221 0 87 0
[pid=1912] ppid=1889 vsize=8414124 memory=121852 CPUtime=2.55 cores=0-7
/proc/1912/stat : 1912 (java) S 1889 1889 32372 0 -1 1077944320 19927 6649 0 0 111 8 135 1 20 0 23 0 512622261 8616062976 30463 33554432000 4194304 4196468 140731660015248 140731659997792 140514727046903 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
/proc/1912/statm: 2103787 30463 3194 1 0 2065131 0
[pid=1912/tid=1913] ppid=1889 vsize=8414124 memory=1556 CPUtime=2.09 cores=0-7
/proc/1912/task/1913/stat : 1913 (java) S 1889 1889 32372 0 -1 1077944384 16910 6649 0 0 68 5 135 1 20 0 23 0 512622261 8616062976 30463 33554432000 4194304 4196468 140731660015248 140514698887072 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1914] ppid=1889 vsize=8415148 memory=928 CPUtime=1.36 cores=0-7
/proc/1912/task/1914/stat : 1914 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622262 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514731289744 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1915] ppid=1889 vsize=8415148 memory=1640 CPUtime=1.36 cores=0-7
/proc/1912/task/1915/stat : 1915 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622262 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514553785360 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1916] ppid=1889 vsize=8415148 memory=2241 CPUtime=1.36 cores=0-7
/proc/1912/task/1916/stat : 1916 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 23 0 512622262 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514211609488 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1917] ppid=1889 vsize=8414124 memory=2244 CPUtime=1.36 cores=0-7
/proc/1912/task/1917/stat : 1917 (java) S 1889 1889 32372 0 -1 1077944384 3 6649 0 0 0 0 135 1 20 0 23 0 512622262 8616062976 30463 33554432000 4194304 4196468 140731660015248 140514210556688 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1918] ppid=1889 vsize=8414124 memory=4209606270453585524 CPUtime=1.36 cores=0-7
/proc/1912/task/1918/stat : 1918 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 23 0 512622262 8616062976 30463 33554432000 4194304 4196468 140731660015248 140514209503888 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1919] ppid=1889 vsize=8414124 memory=6944613755495348631 CPUtime=1.36 cores=0-7
/proc/1912/task/1919/stat : 1919 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 23 0 512622262 8616062976 30463 33554432000 4194304 4196468 140731660015248 140514208451088 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1920] ppid=1889 vsize=8415148 memory=5934 CPUtime=1.36 cores=0-7
/proc/1912/task/1920/stat : 1920 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622262 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514207398288 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1921] ppid=1889 vsize=8415148 memory=2387 CPUtime=1.36 cores=0-7
/proc/1912/task/1921/stat : 1921 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 23 0 512622262 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514206345488 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1922] ppid=1889 vsize=8415148 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1922/stat : 1922 (java) S 1889 1889 32372 0 -1 1077944384 5 6649 0 0 0 0 135 1 20 0 23 0 512622264 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514156133232 140514727058050 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1923] ppid=1889 vsize=8414124 memory=133 CPUtime=1.36 cores=0-7
/proc/1912/task/1923/stat : 1923 (java) S 1889 1889 32372 0 -1 1077944384 13 6649 0 0 0 0 135 1 20 0 23 0 512622264 8616062976 30463 33554432000 4194304 4196468 140731660015248 140513411851808 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1924] ppid=1889 vsize=8414124 memory=658 CPUtime=1.36 cores=0-7
/proc/1912/task/1924/stat : 1924 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622265 8616062976 30463 33554432000 4194304 4196468 140731660015248 140513143416176 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1925] ppid=1889 vsize=8414124 memory=18880 CPUtime=1.36 cores=0-7
/proc/1912/task/1925/stat : 1925 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622267 8616062976 30463 33554432000 4194304 4196468 140731660015248 140512768907600 140514727065499 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1926] ppid=1889 vsize=8415148 memory=11 CPUtime=1.45 cores=0-7
/proc/1912/task/1926/stat : 1926 (java) R 1889 1889 32372 0 -1 4202560 600 6649 0 0 9 0 135 1 20 0 23 0 512622267 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514155080048 140514708570341 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1927] ppid=1889 vsize=8415148 memory=281418873990784 CPUtime=1.39 cores=0-7
/proc/1912/task/1927/stat : 1927 (java) R 1889 1889 32372 0 -1 4202560 242 6649 0 0 3 0 135 1 20 0 23 0 512622267 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514154008264 140514707747200 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1928] ppid=1889 vsize=8415148 memory=288230617509003574 CPUtime=1.43 cores=0-7
/proc/1912/task/1928/stat : 1928 (java) R 1889 1889 32372 0 -1 4202560 241 6649 0 0 7 0 135 1 20 0 23 0 512622267 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514152963120 140514710251164 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1929] ppid=1889 vsize=8414124 memory=14131143305856736 CPUtime=1.56 cores=0-7
/proc/1912/task/1929/stat : 1929 (java) S 1889 1889 32372 0 -1 1077944384 493 6649 0 0 20 0 135 1 20 0 23 0 512622267 8616062976 30463 33554432000 4194304 4196468 140731660015248 140514151921648 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1930] ppid=1889 vsize=8415148 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1930/stat : 1930 (java) S 1889 1889 32372 0 -1 1077944384 3 6649 0 0 0 0 135 1 20 0 23 0 512622267 8617111552 30463 33554432000 4194304 4196468 140731660015248 140512271002720 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1931] ppid=1889 vsize=8415148 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1931/stat : 1931 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 23 0 512622268 8617111552 30463 33554432000 4194304 4196468 140731660015248 140513277631536 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1933] ppid=1889 vsize=8415148 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1933/stat : 1933 (java) S 1889 1889 32372 0 -1 1077944384 28 6649 0 0 0 0 135 1 20 0 23 0 512622332 8617111552 30463 33554432000 4194304 4196468 140731660015248 140514150310672 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1935] ppid=1889 vsize=8414124 memory=0 CPUtime=1.38 cores=0-7
/proc/1912/task/1935/stat : 1935 (java) R 1889 1889 32372 0 -1 4202560 205 6649 0 0 2 0 135 1 20 0 23 0 512622333 8616062976 30463 33554432000 4194304 4196468 140731660015248 140511599889392 140514719724996 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1937] ppid=1889 vsize=8415148 memory=1408 CPUtime=1.36 cores=0-7
/proc/1912/task/1937/stat : 1937 (java) S 1889 1889 32372 0 -1 1077944384 3 6649 0 0 0 0 135 1 20 0 23 0 512622335 8617111552 30463 33554432000 4194304 4196468 140731660015248 140511331474240 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 123328 KiB

[startup+3.30095 s]
/proc/loadavg: 5.69 6.98 7.70 9/225 1945
/proc/meminfo: memFree=26174192/32770624 swapFree=66975488/67108860
[pid=1889] ppid=1886 vsize=113128 memory=1476 CPUtime=5.44 cores=0-7
/proc/1889/stat : 1889 (scop.sh) S 1886 1889 32372 0 -1 4202496 581 28173 0 0 0 0 528 16 20 0 1 0 512622041 115843072 369 33554432000 4194304 5098028 140723858383008 140723858379752 140293320397436 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18432000 140723858391844 140723858392172 140723858392172 140723858395085 0
/proc/1889/statm: 28282 369 311 221 0 87 0
[pid=1912] ppid=1889 vsize=8283048 memory=126104 CPUtime=2.73 cores=0-7
/proc/1912/stat : 1912 (java) S 1889 1889 32372 0 -1 1077944320 20952 6649 0 0 129 8 135 1 20 0 22 0 512622261 8481841152 31526 33554432000 4194304 4196468 140731660015248 140731659997792 140514727046903 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
/proc/1912/statm: 2070762 31526 3214 1 0 2032106 0
[pid=1912/tid=1913] ppid=1889 vsize=8283048 memory=37028 CPUtime=2.19 cores=0-7
/proc/1912/task/1913/stat : 1913 (java) R 1889 1889 32372 0 -1 4202560 17232 6649 0 0 77 6 135 1 20 0 22 0 512622261 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514698884480 140514727058838 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1914] ppid=1889 vsize=8283048 memory=8112282956445269571 CPUtime=1.36 cores=0-7
/proc/1912/task/1914/stat : 1914 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514731289744 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1915] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1915/stat : 1915 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514553785360 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1916] ppid=1889 vsize=8283048 memory=4580 CPUtime=1.36 cores=0-7
/proc/1912/task/1916/stat : 1916 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514211609488 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1917] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1917/stat : 1917 (java) S 1889 1889 32372 0 -1 1077944384 3 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514210556688 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1918] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1918/stat : 1918 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514209503888 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1919] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1919/stat : 1919 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514208451088 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1920] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1920/stat : 1920 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514207398288 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1921] ppid=1889 vsize=8283048 memory=140711718552127 CPUtime=1.36 cores=0-7
/proc/1912/task/1921/stat : 1921 (java) S 1889 1889 32372 0 -1 1077944384 2 6649 0 0 0 0 135 1 20 0 22 0 512622262 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514206345488 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1922] ppid=1889 vsize=8283048 memory=140711718552128 CPUtime=1.36 cores=0-7
/proc/1912/task/1922/stat : 1922 (java) S 1889 1889 32372 0 -1 1077944384 5 6649 0 0 0 0 135 1 20 0 22 0 512622264 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514156133232 140514727058050 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1923] ppid=1889 vsize=8283048 memory=140711718552131 CPUtime=1.36 cores=0-7
/proc/1912/task/1923/stat : 1923 (java) S 1889 1889 32372 0 -1 1077944384 13 6649 0 0 0 0 135 1 20 0 22 0 512622264 8481841152 31526 33554432000 4194304 4196468 140731660015248 140513411851808 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1924] ppid=1889 vsize=8283048 memory=140711718552134 CPUtime=1.36 cores=0-7
/proc/1912/task/1924/stat : 1924 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622265 8481841152 31526 33554432000 4194304 4196468 140731660015248 140513143416176 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1925] ppid=1889 vsize=8283048 memory=281418874362512 CPUtime=1.36 cores=0-7
/proc/1912/task/1925/stat : 1925 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140512768907600 140514727065499 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1926] ppid=1889 vsize=8283048 memory=288371085588969024 CPUtime=1.46 cores=0-7
/proc/1912/task/1926/stat : 1926 (java) S 1889 1889 32372 0 -1 1077944384 609 6649 0 0 10 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514155080048 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1927] ppid=1889 vsize=8283048 memory=0 CPUtime=1.41 cores=0-7
/proc/1912/task/1927/stat : 1927 (java) S 1889 1889 32372 0 -1 1077944384 298 6649 0 0 5 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514154027248 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1928] ppid=1889 vsize=8283048 memory=0 CPUtime=1.44 cores=0-7
/proc/1912/task/1928/stat : 1928 (java) S 1889 1889 32372 0 -1 1077944384 244 6649 0 0 8 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514152974448 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1929] ppid=1889 vsize=8283048 memory=0 CPUtime=1.61 cores=0-7
/proc/1912/task/1929/stat : 1929 (java) R 1889 1889 32372 0 -1 4202560 624 6649 0 0 25 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514151921648 140514706761684 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1930] ppid=1889 vsize=8283048 memory=7 CPUtime=1.36 cores=0-7
/proc/1912/task/1930/stat : 1930 (java) S 1889 1889 32372 0 -1 1077944384 3 6649 0 0 0 0 135 1 20 0 22 0 512622267 8481841152 31526 33554432000 4194304 4196468 140731660015248 140512271002720 140514727057109 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1931] ppid=1889 vsize=8283048 memory=5 CPUtime=1.36 cores=0-7
/proc/1912/task/1931/stat : 1931 (java) S 1889 1889 32372 0 -1 1077944384 1 6649 0 0 0 0 135 1 20 0 22 0 512622268 8481841152 31526 33554432000 4194304 4196468 140731660015248 140513277631536 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1933] ppid=1889 vsize=8283048 memory=7 CPUtime=1.36 cores=0-7
/proc/1912/task/1933/stat : 1933 (java) S 1889 1889 32372 0 -1 1077944384 28 6649 0 0 0 0 135 1 20 0 22 0 512622332 8481841152 31526 33554432000 4194304 4196468 140731660015248 140514150310672 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
[pid=1912/tid=1937] ppid=1889 vsize=8283048 memory=0 CPUtime=1.36 cores=0-7
/proc/1912/task/1937/stat : 1937 (java) S 1889 1889 32372 0 -1 1077944384 8 6649 0 0 0 0 135 1 20 0 22 0 512622335 8481841152 31526 33554432000 4194304 4196468 140731660015248 140511331476272 140514727058050 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39378944 140731660018680 140731660018838 140731660018838 140731660021711 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 127580 KiB

Child status: 0
Real time (s): 3.32149
CPU time (s): 8.22543
CPU user time (s): 7.94928
CPU system time (s): 0.27615
CPU usage (%): 247.643
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 400056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.94928
system time used= 0.27615
maximum resident set size= 406612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8445
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 1889
#   total CPU time (s): 8.22543
#   total CPU user time (s): 7.94928
#   total CPU system time (s): 0.27615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042868 second user time and 0.090133 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 00:18:30
IDJOB=4405485
IDBENCH=141173
IDSOLVER=2868
FILE ID=node125/4405485-1569363553
RUNJOBID= node125-1569358512-32399
PBS_JOBID= 21705111
Free space on /tmp= 4256 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405485-1569363553/watcher-4405485-1569363553 -o /tmp/evaluation-result-4405485-1569363553/solver-4405485-1569363553 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405485-1569363553.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=688545986

node125.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.29
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.29
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.29
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.29
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:        26314136 kB
MemAvailable:   31815512 kB
Buffers:          101136 kB
Cached:          5478636 kB
SwapCached:        29780 kB
Active:          2579784 kB
Inactive:        3033204 kB
Active(anon):       3788 kB
Inactive(anon):    85888 kB
Active(file):    2575996 kB
Inactive(file):  2947316 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66975488 kB
Dirty:             20788 kB
Writeback:             0 kB
AnonPages:        127276 kB
Mapped:            57036 kB
Shmem:             47324 kB
Slab:             435968 kB
SReclaimable:     406524 kB
SUnreclaim:        29444 kB
KernelStack:        3728 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4232 MiB
End job on node125 at 2019-09-25 00:18:33