Trace number 4405445

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 22.2482 8.71913

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-01.xml
MD5SUMcc02d555e77a77c358edd72952e3206f
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 benchmark1.65005
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree61
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":2},{"degree":3,"count":38},{"degree":4,"count":25},{"degree":5,"count":95},{"degree":6,"count":25},{"degree":7,"count":106},{"degree":8,"count":20},{"degree":9,"count":111},{"degree":10,"count":39},{"degree":11,"count":56},{"degree":12,"count":41},{"degree":13,"count":47},{"degree":14,"count":30},{"degree":15,"count":41},{"degree":16,"count":19},{"degree":17,"count":32},{"degree":18,"count":15},{"degree":19,"count":27},{"degree":20,"count":21},{"degree":21,"count":8},{"degree":22,"count":11},{"degree":23,"count":18},{"degree":24,"count":13},{"degree":25,"count":7},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":6},{"degree":31,"count":4},{"degree":32,"count":2},{"degree":34,"count":1},{"degree":35,"count":1},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":3},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":2},{"degree":54,"count":1},{"degree":61,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
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-4646-serial-file.bin HOME/instance-4405445-1569238643.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Mon Sep 23 12:35:21 CEST 2019
0.65/0.56	c PID: 4649
0.65/0.56	c IP: 172.20.3.107
0.65/0.56	c HOST: node107.alineos.net
0.65/0.57	c (0,0) Parsing Begin
6.51/2.29	c (1,1) Parsing End
6.91/2.30	c (1,1) CSP: 916 int (0 aux), 0 bool (0 aux), 5548 ctr, max domain size 44
6.91/2.30	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.91/2.30	c (1,1) Constraint Name Generate Begin
6.91/2.34	c (1,1) Ctr:HOME/instance-4405445-1569238643.xml,Dist:Eq:Le:Num:Var
6.91/2.34	c (1,1) Constraint Name Generate End
6.91/2.34	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.91/2.34	c (1,1) CSP to CSPinCNF Begin
8.36/2.70	c (2,1) translated 555 (10%) constraints
8.36/2.77	c (2,2) translated 1110 (20%) constraints
8.70/2.83	c (2,2) translated 1665 (30%) constraints
8.70/2.88	c (2,2) translated 2220 (40%) constraints
9.08/2.94	c (2,2) translated 2774 (50%) constraints
9.08/2.99	c (2,2) translated 3329 (60%) constraints
9.52/3.04	c (2,2) translated 3884 (70%) constraints
9.52/3.09	c (2,2) translated 4439 (80%) constraints
9.88/3.13	c (2,2) translated 4994 (90%) constraints
9.88/3.17	c (2,2) translated 5548 (100%) constraints
9.88/3.17	c (2,2) ===========================================
10.14/3.21	c (2,2) Hybrid: #OE=916, #LE=0
10.14/3.21	c (2,2) Hybrid
10.14/3.21	c (2,2) ===========================================
10.14/3.24	c (2,2) translated 647 (10%) constraints
10.14/3.26	c (2,2) translated 1293 (20%) constraints
10.14/3.28	c (2,2) translated 1940 (30%) constraints
10.47/3.30	c (2,2) translated 2586 (40%) constraints
10.47/3.32	c (2,2) translated 3232 (50%) constraints
10.47/3.34	c (2,2) translated 3879 (60%) constraints
10.47/3.36	c (2,2) translated 4525 (70%) constraints
10.47/3.38	c (2,2) translated 5172 (80%) constraints
10.47/3.39	c (2,2) translated 5818 (90%) constraints
10.69/3.41	c (2,2) translated 6464 (100%) constraints
10.69/3.42	c (2,2) CSP to CSPinCNF End
10.69/3.42	c (2,2) CSP: 916 int (0 aux), 0 bool (0 aux), 6464 ctr, max domain size 44
10.69/3.42	c (2,2) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
10.69/3.42	c (2,2) CSPinCNF Propagation Begin
10.69/3.49	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.69/3.49	c (2,2) CSPinCNF Propagation End
10.69/3.49	c (2,2) CSP: 916 int (0 aux), 0 bool (0 aux), 6464 ctr, max domain size 44
10.69/3.49	c (2,2) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
11.11/3.52	c (2,2) Hybrid: #OE=916, #LE=0
11.11/3.52	c (2,2) Simplify CSPinCNF Begin
12.14/3.80	c (3,3) Simplify CSPinCNF End
12.14/3.81	c (3,3) CSP: 916 int (0 aux), 11096 bool (11096 aux), 17560 ctr, max domain size 44
12.14/3.81	c (3,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
12.14/3.81	c (3,3) Calculate Precise Domain Begin
12.14/3.81	c (3,3) 0 values are removed by re-calculation
12.14/3.81	c (3,3) Calculate Precise Domain End
12.14/3.81	c (3,3) CSP: 916 int (0 aux), 11096 bool (11096 aux), 17560 ctr, max domain size 44
12.14/3.81	c (3,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
12.14/3.81	c (3,3) CSPinCNF to SatSolver Begin
14.60/4.45	c (3,3) 1756 (10 %) CSP clauses are encoded (0 SAT variables, 76373 SAT clauses)
15.23/4.65	c (4,3) 3512 (20 %) CSP clauses are encoded (0 SAT variables, 112394 SAT clauses)
15.56/4.83	c (4,4) 5268 (30 %) CSP clauses are encoded (0 SAT variables, 148579 SAT clauses)
15.80/5.04	c (4,4) 7024 (40 %) CSP clauses are encoded (0 SAT variables, 192334 SAT clauses)
16.16/5.24	c (4,4) 8780 (50 %) CSP clauses are encoded (0 SAT variables, 235287 SAT clauses)
16.38/5.44	c (4,4) 10536 (60 %) CSP clauses are encoded (0 SAT variables, 279675 SAT clauses)
16.62/5.63	c (5,4) 12292 (70 %) CSP clauses are encoded (0 SAT variables, 322726 SAT clauses)
16.84/5.82	c (5,5) 14048 (80 %) CSP clauses are encoded (0 SAT variables, 364187 SAT clauses)
16.95/6.00	c (5,5) 15804 (90 %) CSP clauses are encoded (0 SAT variables, 406021 SAT clauses)
17.17/6.19	c (5,5) 17560 (100 %) CSP clauses are encoded (0 SAT variables, 449114 SAT clauses)
17.17/6.19	c (5,5) CSPinCNF to SatSolver End
17.17/6.19	c (5,5) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 36 MiB used (max 0 MiB)
17.17/6.19	c (5,5) 46380 bool, 449146 clause
17.17/6.19	c (5,5) Export Begin
17.90/6.54	c (5,5) Export to HOME/scop-4646-serial-file.bin
17.90/6.54	c (5,5) Export End
17.90/6.54	c (6,5) Export File Size: 6.07 MB
17.90/6.54	c (6,5) 1,1,2,2,3,3,5,STOP-AFTER(DIMACS)
17.90/6.54	c END-Prog: Mon Sep 23 12:35:27 CEST 2019
17.90/6.56	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-4646-serial-file.bin
18.56/7.02	c (0,0) Read Serial File Begin
18.56/7.02	c (0,0) HOME/scop-4646-serial-file.bin
19.49/7.46	c (0,0) Read Serial File End
19.49/7.47	
19.49/7.47	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
19.49/7.47	(Solving Process)
19.49/7.47	
19.49/7.49	c BEGIN-Prog: Mon Sep 23 12:35:27 CEST 2019
19.49/7.49	c PID: 4672
19.49/7.49	c IP: 172.20.3.107
19.49/7.49	c HOST: node107.alineos.net
19.76/7.50	c (0,0) SatSolver.solve Begin
19.76/7.50	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405445-1569238643.xml-scop-4649.cnf
19.76/7.53	c (0,0) c
19.76/7.53	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)
19.76/7.53	c (0,0) c
19.76/7.53	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
19.76/7.53	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
19.76/7.53	c (0,0) c ========================================[ Problem Statistics ]===========================================
19.76/7.53	c (0,0) c |                                                                                                       |
19.96/7.69	c (0,0) c |  Number of variables:         46380                                                                   |
19.96/7.69	c (0,0) c |  Number of clauses:          449146                                                                   |
19.96/7.69	c (0,0) c |  Parse time:                   0.14 s                                                                 |
19.96/7.69	c (0,0) c |                                                                                                       |
20.54/8.16	c (1,0) c |  Simplification time:          0.46 s                                                                 |
20.54/8.16	c (1,0) c |                                                                                                       |
20.54/8.16	c (1,0) c |  Generating clones                                                                                    |
20.72/8.36	c (1,0) c |  all clones generated. Memory =   369.47Mb.                                                           |
20.72/8.36	c (1,0) c ========================================================================================================|
20.72/8.36	c (1,0) c
20.72/8.36	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
20.72/8.36	c (1,0) c
20.72/8.36	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.72/8.36	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
20.72/8.36	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.72/8.36	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
20.72/8.36	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
20.72/8.36	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
20.72/8.36	c (1,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
20.72/8.36	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
20.72/8.36	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
20.72/8.36	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
20.72/8.36	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
20.72/8.36	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
20.72/8.36	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
20.72/8.36	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
20.72/8.36	c (1,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
20.72/8.36	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
20.72/8.36	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
20.72/8.36	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
20.72/8.36	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c real time : 0.97797 s
21.60/8.50	c (1,0) c cpu time  : 1.49965 s
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | Conflicts     |            1227 |        194 |        129 |        141 |        158 |        151 |        165 |        158 |        131 |
21.60/8.50	c (1,0) c | Decisions     |           51298 |       5948 |       4135 |       7189 |       6908 |       5943 |       8476 |       7064 |       5635 |
21.60/8.50	c (1,0) c | Propagations  |         1183433 |     134002 |      93483 |     148316 |     163100 |     140434 |     201650 |     173439 |     129009 |
21.60/8.50	c (1,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
21.60/8.50	c (1,0) c | Restarts      |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
21.60/8.50	c (1,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | PropBinClauses|         1930289 |     221310 |     153872 |     240258 |     262224 |     231339 |     327433 |     283117 |     210736 |
21.60/8.50	c (1,0) c | PropPreBlocker|        10412159 |    1209060 |     885916 |    1298326 |    1377208 |    1284888 |    1659672 |    1516110 |    1180979 |
21.60/8.50	c (1,0) c | PropNotBlocker|         3757189 |     475412 |     412572 |     483235 |     494744 |     459781 |     509052 |     479086 |     443307 |
21.60/8.50	c (1,0) c | LitFullScans  |        16822689 |    1993611 |    1509747 |    2108555 |    2232444 |    2061076 |    2617546 |    2386209 |    1913501 |
21.60/8.50	c (1,0) c | LitScanFracts |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | DecisionLevel0|               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
21.60/8.50	c (1,0) c | Periods       |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
21.60/8.50	c (1,0) c | Avg_Trail     |                 |      12375 |      15777 |      17346 |      16772 |      17905 |      18110 |      15289 |      17565 |
21.60/8.50	c (1,0) c | Avg_DL        |                 |        461 |        589 |        671 |        606 |        634 |        703 |        527 |        655 |
21.60/8.50	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | Exported      |              37 |          6 |          3 |          5 |          6 |          7 |          3 |          4 |          3 |
21.60/8.50	c (1,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.60/8.50	c (1,0) c | Glues         |                 |          6 |          3 |          5 |          6 |          7 |          3 |          4 |          3 |
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | Orig_Seen     |             0 % |       2211 |       1271 |       1432 |       1787 |       1474 |       1786 |       1632 |       1481 |
21.60/8.50	c (1,0) c | Diff Orig seen|                 |      X     | -      940 | -      779 | -      424 | -      737 | -      425 | -      579 | -      730 |
21.60/8.50	c (1,0) c | Hamming       |            26 % |      X     |      13300 |      12848 |      11677 |      11922 |      11693 |      12343 |      12160 |
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c | RunningTime   |                 |    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|    0.1 100%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,0) c | SolvingTime   |                 |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |    0.1     |
21.60/8.50	c (1,0) c | PropagationTim|                 |    0.1  94%|    0.1  95%|    0.1  94%|    0.1  94%|    0.1  94%|    0.1  94%|    0.1  94%|    0.1  94%|
21.60/8.50	c (1,0) c | AnalysisTime  |                 |    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,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%|
21.60/8.50	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c
21.60/8.50	c (1,0) c Threads : 8
21.60/8.50	c (1,0) c Winner : 0
21.60/8.50	c (1,0) c Conflicts_0 : 194
21.60/8.50	c (1,0) c Conflicts_1 : 129
21.60/8.50	c (1,0) c Conflicts_2 : 141
21.60/8.50	c (1,0) c Conflicts_3 : 158
21.60/8.50	c (1,0) c Conflicts_4 : 151
21.60/8.50	c (1,0) c Conflicts_5 : 165
21.60/8.50	c (1,0) c Conflicts_6 : 158
21.60/8.50	c (1,0) c Conflicts_7 : 131
21.60/8.50	c (1,0) c Conflicts_total : 1227
21.60/8.50	c (1,0) c Conflicts_winner : 194
21.60/8.50	c (1,0) c Decisions_0 : 5948
21.60/8.50	c (1,0) c Decisions_1 : 4135
21.60/8.50	c (1,0) c Decisions_2 : 7189
21.60/8.50	c (1,0) c Decisions_3 : 6908
21.60/8.50	c (1,0) c Decisions_4 : 5943
21.60/8.50	c (1,0) c Decisions_5 : 8476
21.60/8.50	c (1,0) c Decisions_6 : 7064
21.60/8.50	c (1,0) c Decisions_7 : 5635
21.60/8.50	c (1,0) c Decisions_total : 51298
21.60/8.50	c (1,0) c Decisions_winner : 5948
21.60/8.50	c (1,0) c Propagations_0 : 134002
21.60/8.50	c (1,0) c Propagations_1 : 93483
21.60/8.50	c (1,0) c Propagations_2 : 148316
21.60/8.50	c (1,0) c Propagations_3 : 163100
21.60/8.50	c (1,0) c Propagations_4 : 140434
21.60/8.50	c (1,0) c Propagations_5 : 201650
21.60/8.51	c (1,0) c Propagations_6 : 173439
21.60/8.51	c (1,0) c Propagations_7 : 129009
21.60/8.51	c (1,0) c Propagations_total : 1183433
21.60/8.51	c (1,0) c Propagations_winner : 134002
21.60/8.51	c (1,0) c ReduceDBs_0 : 0
21.60/8.51	c (1,0) c ReduceDBs_1 : 0
21.60/8.51	c (1,0) c ReduceDBs_2 : 0
21.60/8.51	c (1,0) c ReduceDBs_3 : 0
21.60/8.51	c (1,0) c ReduceDBs_4 : 0
21.60/8.51	c (1,0) c ReduceDBs_5 : 0
21.60/8.51	c (1,0) c ReduceDBs_6 : 0
21.60/8.51	c (1,0) c ReduceDBs_7 : 0
21.60/8.51	c (1,0) c ReduceDBs_total : 0
21.60/8.51	c (1,0) c ReduceDBs_winner : 0
21.60/8.51	c (1,0) c SimpDBs_0 : 1
21.60/8.51	c (1,0) c SimpDBs_1 : 1
21.60/8.51	c (1,0) c SimpDBs_2 : 1
21.60/8.51	c (1,0) c SimpDBs_3 : 1
21.60/8.51	c (1,0) c SimpDBs_4 : 1
21.60/8.51	c (1,0) c SimpDBs_5 : 1
21.60/8.51	c (1,0) c SimpDBs_6 : 1
21.60/8.51	c (1,0) c SimpDBs_7 : 1
21.60/8.51	c (1,0) c SimpDBs_total : 8
21.60/8.51	c (1,0) c SimpDBs_winner : 1
21.60/8.51	c (1,0) c Restarts_0 : 1
21.60/8.51	c (1,0) c Restarts_1 : 1
21.60/8.51	c (1,0) c Restarts_2 : 1
21.60/8.51	c (1,0) c Restarts_3 : 1
21.60/8.51	c (1,0) c Restarts_4 : 1
21.60/8.51	c (1,0) c Restarts_5 : 1
21.60/8.51	c (1,0) c Restarts_6 : 1
21.60/8.51	c (1,0) c Restarts_7 : 1
21.60/8.51	c (1,0) c Restarts_total : 8
21.60/8.51	c (1,0) c Restarts_winner : 1
21.60/8.51	c (1,0) c ForcedImports_0 : 0
21.60/8.51	c (1,0) c ForcedImports_1 : 0
21.60/8.51	c (1,0) c ForcedImports_2 : 0
21.60/8.51	c (1,0) c ForcedImports_3 : 0
21.60/8.51	c (1,0) c ForcedImports_4 : 0
21.60/8.51	c (1,0) c ForcedImports_5 : 0
21.60/8.51	c (1,0) c ForcedImports_6 : 0
21.60/8.51	c (1,0) c ForcedImports_7 : 0
21.60/8.51	c (1,0) c ForcedImports_total : 0
21.60/8.51	c (1,0) c ForcedImports_winner : 0
21.60/8.51	c (1,0) c PropsBinClauses_0 : 221310
21.60/8.51	c (1,0) c PropsBinClauses_1 : 153872
21.60/8.51	c (1,0) c PropsBinClauses_2 : 240258
21.60/8.51	c (1,0) c PropsBinClauses_3 : 262224
21.60/8.51	c (1,0) c PropsBinClauses_4 : 231339
21.60/8.51	c (1,0) c PropsBinClauses_5 : 327433
21.60/8.51	c (1,0) c PropsBinClauses_6 : 283117
21.60/8.51	c (1,0) c PropsBinClauses_7 : 210736
21.60/8.51	c (1,0) c PropsBinClauses_total : 1930289
21.60/8.51	c (1,0) c PropsBinClauses_winner : 221310
21.60/8.51	c (1,0) c PropsPreBlocker_0 : 1209060
21.60/8.51	c (1,0) c PropsPreBlocker_1 : 885916
21.60/8.51	c (1,0) c PropsPreBlocker_2 : 1298326
21.60/8.51	c (1,0) c PropsPreBlocker_3 : 1377208
21.60/8.51	c (1,0) c PropsPreBlocker_4 : 1284888
21.60/8.51	c (1,0) c PropsPreBlocker_5 : 1659672
21.60/8.51	c (1,0) c PropsPreBlocker_6 : 1516110
21.60/8.51	c (1,0) c PropsPreBlocker_7 : 1180979
21.60/8.51	c (1,0) c PropsPreBlocker_total : 10412159
21.60/8.51	c (1,0) c PropsPreBlocker_winner : 1209060
21.60/8.51	c (1,0) c PropsNotBlocker_0 : 475412
21.60/8.51	c (1,0) c PropsNotBlocker_1 : 412572
21.60/8.51	c (1,0) c PropsNotBlocker_2 : 483235
21.60/8.51	c (1,0) c PropsNotBlocker_3 : 494744
21.60/8.51	c (1,0) c PropsNotBlocker_4 : 459781
21.60/8.51	c (1,0) c PropsNotBlocker_5 : 509052
21.60/8.51	c (1,0) c PropsNotBlocker_6 : 479086
21.60/8.51	c (1,0) c PropsNotBlocker_7 : 443307
21.60/8.51	c (1,0) c PropsNotBlocker_total : 3757189
21.60/8.51	c (1,0) c PropsNotBlocker_winner : 475412
21.60/8.51	c (1,0) c PropsLitFullScans_0 : 1993611
21.60/8.51	c (1,0) c PropsLitFullScans_1 : 1509747
21.60/8.51	c (1,0) c PropsLitFullScans_2 : 2108555
21.60/8.51	c (1,0) c PropsLitFullScans_3 : 2232444
21.60/8.51	c (1,0) c PropsLitFullScans_4 : 2061076
21.60/8.51	c (1,0) c PropsLitFullScans_5 : 2617546
21.60/8.51	c (1,0) c PropsLitFullScans_6 : 2386209
21.60/8.51	c (1,0) c PropsLitFullScans_7 : 1913501
21.60/8.51	c (1,0) c PropsLitFullScans_total : 16822689
21.60/8.51	c (1,0) c PropsLitFullScans_winner : 1993611
21.60/8.51	c (1,0) c LitScanFractions_0 : 0
21.60/8.51	c (1,0) c LitScanFractions_1 : 0
21.60/8.51	c (1,0) c LitScanFractions_2 : 0
21.60/8.51	c (1,0) c LitScanFractions_3 : 0
21.60/8.51	c (1,0) c LitScanFractions_4 : 0
21.60/8.51	c (1,0) c LitScanFractions_5 : 0
21.60/8.51	c (1,0) c LitScanFractions_6 : 0
21.60/8.51	c (1,0) c LitScanFractions_7 : 0
21.60/8.51	c (1,0) c LitScanFractions_total : 0
21.60/8.51	c (1,0) c LitScanFractions_winner : 0
21.60/8.51	c (1,0) c DecisionLevel0_0 : 1
21.60/8.51	c (1,0) c DecisionLevel0_1 : 1
21.60/8.51	c (1,0) c DecisionLevel0_2 : 1
21.60/8.51	c (1,0) c DecisionLevel0_3 : 1
21.60/8.51	c (1,0) c DecisionLevel0_4 : 1
21.60/8.51	c (1,0) c DecisionLevel0_5 : 1
21.60/8.51	c (1,0) c DecisionLevel0_6 : 1
21.60/8.51	c (1,0) c DecisionLevel0_7 : 1
21.60/8.51	c (1,0) c DecisionLevel0_total : 8
21.60/8.51	c (1,0) c DecisionLevel0_winner : 1
21.60/8.51	c (1,0) c Periods_0 : 0
21.60/8.51	c (1,0) c Periods_1 : 0
21.60/8.51	c (1,0) c Periods_2 : 0
21.60/8.51	c (1,0) c Periods_3 : 0
21.60/8.51	c (1,0) c Periods_4 : 0
21.60/8.51	c (1,0) c Periods_5 : 0
21.60/8.51	c (1,0) c Periods_6 : 0
21.60/8.51	c (1,0) c Periods_7 : 0
21.60/8.51	c (1,0) c Periods_total : 0
21.60/8.51	c (1,0) c Periods_winner : 0
21.60/8.51	c (1,0) c Margin_0 : 20
21.60/8.51	c (1,0) c Margin_1 : 20
21.60/8.51	c (1,0) c Margin_2 : 20
21.60/8.51	c (1,0) c Margin_3 : 20
21.60/8.51	c (1,0) c Margin_4 : 20
21.60/8.51	c (1,0) c Margin_5 : 20
21.60/8.51	c (1,0) c Margin_6 : 20
21.60/8.51	c (1,0) c Margin_7 : 20
21.60/8.51	c (1,0) c Margin_total : 160
21.60/8.51	c (1,0) c Margin_winner : 20
21.60/8.51	c (1,0) c Exported_0 : 6
21.60/8.51	c (1,0) c Exported_1 : 3
21.60/8.51	c (1,0) c Exported_2 : 5
21.60/8.51	c (1,0) c Exported_3 : 6
21.60/8.51	c (1,0) c Exported_4 : 7
21.60/8.51	c (1,0) c Exported_5 : 3
21.60/8.51	c (1,0) c Exported_6 : 4
21.60/8.51	c (1,0) c Exported_7 : 3
21.60/8.51	c (1,0) c Exported_total : 37
21.60/8.51	c (1,0) c Exported_winner : 6
21.60/8.51	c (1,0) c Imported_0 : 0
21.60/8.51	c (1,0) c Imported_1 : 0
21.60/8.51	c (1,0) c Imported_2 : 0
21.60/8.51	c (1,0) c Imported_3 : 0
21.60/8.51	c (1,0) c Imported_4 : 0
21.60/8.51	c (1,0) c Imported_5 : 0
21.60/8.51	c (1,0) c Imported_6 : 0
21.60/8.51	c (1,0) c Imported_7 : 0
21.60/8.51	c (1,0) c Imported_total : 0
21.60/8.51	c (1,0) c Imported_winner : 0
21.60/8.51	c (1,0) c Good_0 : 0
21.60/8.51	c (1,0) c Good_1 : 0
21.60/8.51	c (1,0) c Good_2 : 0
21.60/8.51	c (1,0) c Good_3 : 0
21.60/8.51	c (1,0) c Good_4 : 0
21.60/8.51	c (1,0) c Good_5 : 0
21.60/8.51	c (1,0) c Good_6 : 0
21.60/8.51	c (1,0) c Good_7 : 0
21.60/8.51	c (1,0) c Good_total : 0
21.60/8.51	c (1,0) c Good_winner : 0
21.60/8.51	c (1,0) c Purge_0 : 0
21.60/8.51	c (1,0) c Purge_1 : 0
21.60/8.51	c (1,0) c Purge_2 : 0
21.60/8.51	c (1,0) c Purge_3 : 0
21.60/8.51	c (1,0) c Purge_4 : 0
21.60/8.51	c (1,0) c Purge_5 : 0
21.60/8.51	c (1,0) c Purge_6 : 0
21.60/8.51	c (1,0) c Purge_7 : 0
21.60/8.51	c (1,0) c Purge_total : 0
21.60/8.51	c (1,0) c Purge_winner : 0
21.60/8.51	c (1,0) c Promoted_0 : 0
21.60/8.51	c (1,0) c Promoted_1 : 0
21.60/8.51	c (1,0) c Promoted_2 : 0
21.60/8.51	c (1,0) c Promoted_3 : 0
21.60/8.51	c (1,0) c Promoted_4 : 0
21.60/8.51	c (1,0) c Promoted_5 : 0
21.60/8.51	c (1,0) c Promoted_6 : 0
21.60/8.51	c (1,0) c Promoted_7 : 0
21.60/8.51	c (1,0) c Promoted_total : 0
21.60/8.51	c (1,0) c Promoted_winner : 0
21.60/8.51	c (1,0) c Remove_Imp_0 : 0
21.60/8.51	c (1,0) c Remove_Imp_1 : 0
21.60/8.51	c (1,0) c Remove_Imp_2 : 0
21.60/8.51	c (1,0) c Remove_Imp_3 : 0
21.60/8.51	c (1,0) c Remove_Imp_4 : 0
21.60/8.51	c (1,0) c Remove_Imp_5 : 0
21.60/8.51	c (1,0) c Remove_Imp_6 : 0
21.60/8.51	c (1,0) c Remove_Imp_7 : 0
21.60/8.51	c (1,0) c Remove_Imp_total : 0
21.60/8.51	c (1,0) c Remove_Imp_winner : 0
21.60/8.51	c (1,0) c Blocked_Reuse_0 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_1 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_2 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_3 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_4 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_5 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_6 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_7 : 0
21.60/8.51	c (1,0) c Blocked_Reuse_total : 0
21.60/8.51	c (1,0) c Blocked_Reuse_winner : 0
21.60/8.51	c (1,0) c Unaries_0 : 0
21.60/8.51	c (1,0) c Unaries_1 : 0
21.60/8.51	c (1,0) c Unaries_2 : 0
21.60/8.51	c (1,0) c Unaries_3 : 0
21.60/8.51	c (1,0) c Unaries_4 : 0
21.60/8.51	c (1,0) c Unaries_5 : 0
21.60/8.51	c (1,0) c Unaries_6 : 0
21.60/8.51	c (1,0) c Unaries_7 : 0
21.60/8.51	c (1,0) c Unaries_total : 0
21.60/8.51	c (1,0) c Unaries_winner : 0
21.60/8.51	c (1,0) c Binaries_0 : 0
21.60/8.51	c (1,0) c Binaries_1 : 0
21.60/8.51	c (1,0) c Binaries_2 : 0
21.60/8.51	c (1,0) c Binaries_3 : 0
21.60/8.51	c (1,0) c Binaries_4 : 0
21.60/8.51	c (1,0) c Binaries_5 : 0
21.60/8.51	c (1,0) c Binaries_6 : 0
21.60/8.51	c (1,0) c Binaries_7 : 0
21.60/8.51	c (1,0) c Binaries_total : 0
21.60/8.51	c (1,0) c Binaries_winner : 0
21.60/8.51	c (1,0) c Glues_0 : 6
21.60/8.51	c (1,0) c Glues_1 : 3
21.60/8.51	c (1,0) c Glues_2 : 5
21.60/8.51	c (1,0) c Glues_3 : 6
21.60/8.51	c (1,0) c Glues_4 : 7
21.60/8.51	c (1,0) c Glues_5 : 3
21.60/8.51	c (1,0) c Glues_6 : 4
21.60/8.51	c (1,0) c Glues_7 : 3
21.60/8.51	c (1,0) c Glues_total : 37
21.60/8.51	c (1,0) c Glues_winner : 6
21.60/8.51	c (1,0) c RunningTime_0 : 0.110533
21.60/8.51	c (1,0) c RunningTime_1 : 0.095286
21.60/8.51	c (1,0) c RunningTime_2 : 0.098631
21.60/8.51	c (1,0) c RunningTime_3 : 0.120268
21.60/8.51	c (1,0) c RunningTime_4 : 0.094027
21.60/8.51	c (1,0) c RunningTime_5 : 0.130328
21.60/8.51	c (1,0) c RunningTime_6 : 0.102791
21.60/8.51	c (1,0) c RunningTime_7 : 0.089910
21.60/8.51	c (1,0) c RunningTime_total : 0.841774
21.60/8.51	c (1,0) c RunningTime_winner : 0.110533
21.60/8.51	c (1,0) c WaitingTime_0 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_1 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_2 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_3 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_4 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_5 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_6 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_7 : 0.000000
21.60/8.51	c (1,0) c WaitingTime_total : 0.000000
21.60/8.51	c (1,0) c WaitingTime_winner : 0.000000
21.60/8.51	c (1,0) c ExchangingTime_0 : 0.000019
21.60/8.51	c (1,0) c ExchangingTime_1 : 0.000015
21.60/8.51	c (1,0) c ExchangingTime_2 : 0.000021
21.60/8.51	c (1,0) c ExchangingTime_3 : 0.000022
21.60/8.51	c (1,0) c ExchangingTime_4 : 0.000024
21.60/8.51	c (1,0) c ExchangingTime_5 : 0.000015
21.60/8.51	c (1,0) c ExchangingTime_6 : 0.000020
21.60/8.51	c (1,0) c ExchangingTime_7 : 0.000013
21.60/8.51	c (1,0) c ExchangingTime_total : 0.000148
21.60/8.51	c (1,0) c ExchangingTime_winner : 0.000019
21.60/8.51	c (1,0) c PeriodProcTime_0 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_1 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_2 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_3 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_4 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_5 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_6 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_7 : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_total : 0.000000
21.60/8.51	c (1,0) c PeriodProcTime_winner : 0.000000
21.60/8.51	c (1,0) c SolvingTime_0 : 0.110552
21.60/8.51	c (1,0) c SolvingTime_1 : 0.095300
21.60/8.51	c (1,0) c SolvingTime_2 : 0.098652
21.60/8.51	c (1,0) c SolvingTime_3 : 0.120290
21.60/8.51	c (1,0) c SolvingTime_4 : 0.094050
21.60/8.51	c (1,0) c SolvingTime_5 : 0.130343
21.60/8.51	c (1,0) c SolvingTime_6 : 0.102811
21.60/8.51	c (1,0) c SolvingTime_7 : 0.089922
21.60/8.51	c (1,0) c SolvingTime_total : 0.841922
21.60/8.51	c (1,0) c SolvingTime_winner : 0.110552
21.60/8.51	c (1,0) c PropagationTime_0 : 0.103501
21.60/8.51	c (1,0) c PropagationTime_1 : 0.090209
21.60/8.51	c (1,0) c PropagationTime_2 : 0.092847
21.60/8.51	c (1,0) c PropagationTime_3 : 0.112994
21.60/8.51	c (1,0) c PropagationTime_4 : 0.088776
21.60/8.51	c (1,0) c PropagationTime_5 : 0.122218
21.60/8.51	c (1,0) c PropagationTime_6 : 0.096546
21.60/8.51	c (1,0) c PropagationTime_7 : 0.084788
21.60/8.51	c (1,0) c PropagationTime_total : 0.791878
21.60/8.52	c (1,0) c PropagationTime_winner : 0.103501
21.60/8.52	c (1,0) c AnalysisTime_0 : 0.001479
21.60/8.52	c (1,0) c AnalysisTime_1 : 0.001094
21.60/8.52	c (1,0) c AnalysisTime_2 : 0.000891
21.60/8.52	c (1,0) c AnalysisTime_3 : 0.001289
21.60/8.52	c (1,0) c AnalysisTime_4 : 0.000904
21.60/8.52	c (1,0) c AnalysisTime_5 : 0.001222
21.60/8.52	c (1,0) c AnalysisTime_6 : 0.000875
21.60/8.52	c (1,0) c AnalysisTime_7 : 0.000866
21.60/8.52	c (1,0) c AnalysisTime_total : 0.008619
21.60/8.52	c (1,0) c AnalysisTime_winner : 0.001479
21.60/8.52	c (1,0) c ReductionTime_0 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_1 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_2 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_3 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_4 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_5 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_6 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_7 : 0.000000
21.60/8.52	c (1,0) c ReductionTime_total : 0.000000
21.60/8.52	c (1,0) c ReductionTime_winner : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_0 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_1 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_2 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_3 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_4 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_5 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_6 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_7 : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_total : 0.000000
21.60/8.52	c (1,0) c SimplifyTime_winner : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_0 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_1 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_2 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_3 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_4 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_5 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_6 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_7 : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_total : 0.000000
21.60/8.52	c (1,0) c UsedRateTime_winner : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_0 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_1 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_2 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_3 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_4 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_5 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_6 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_7 : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_total : 0.000000
21.60/8.52	c (1,0) c OverlapRateTime_winner : 0.000000
21.60/8.52	c (1,0) c
21.60/8.52	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
21.60/8.52	c (1,0) c
21.60/8.52	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.52	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.60/8.52	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.52	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
21.60/8.52	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
21.60/8.52	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
21.60/8.52	c (1,0) c | Initial random_seed   | 2061061127 |  841429061 |  529586409 |  815540214 |  135493369 |  205818817 | 1697132019 |  206198608 |
21.60/8.52	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
21.60/8.52	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
21.60/8.52	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
21.60/8.52	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
21.60/8.52	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
21.60/8.52	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
21.60/8.52	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
21.60/8.52	c (1,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
21.60/8.52	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
21.60/8.52	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
21.60/8.52	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
21.60/8.52	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.60/8.52	c (1,0) 
21.60/8.52	c (1,0) s SATISFIABLE
21.60/8.58	c (1,0) SatSolver.solve End
21.60/8.58	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
21.60/8.58	c (1,0) Show results Begin
21.87/8.67	c (1,0) x1 = 16
21.87/8.67	c (1,0) x10 = 268
21.87/8.67	c (1,0) x100 = 708
21.87/8.67	c (1,0) x101 = 394
21.87/8.67	c (1,0) x102 = 156
21.87/8.67	c (1,0) x103 = 414
21.87/8.67	c (1,0) x104 = 652
21.87/8.67	c (1,0) x105 = 708
21.87/8.67	c (1,0) x106 = 470
21.87/8.67	c (1,0) x107 = 352
21.87/8.67	c (1,0) x108 = 114
21.87/8.67	c (1,0) x109 = 254
21.87/8.67	c (1,0) x11 = 764
21.87/8.67	c (1,0) x110 = 16
21.87/8.67	c (1,0) x111 = 764
21.87/8.67	c (1,0) x112 = 526
21.87/8.67	c (1,0) x113 = 554
21.87/8.67	c (1,0) x114 = 792
21.87/8.67	c (1,0) x115 = 764
21.87/8.67	c (1,0) x116 = 526
21.87/8.67	c (1,0) x117 = 44
21.87/8.67	c (1,0) x118 = 282
21.87/8.67	c (1,0) x119 = 16
21.87/8.67	c (1,0) x12 = 526
21.87/8.67	c (1,0) x120 = 254
21.87/8.67	c (1,0) x121 = 512
21.87/8.67	c (1,0) x122 = 750
21.87/8.67	c (1,0) x123 = 324
21.87/8.67	c (1,0) x124 = 86
21.87/8.67	c (1,0) x125 = 666
21.87/8.67	c (1,0) x126 = 428
21.87/8.67	c (1,0) x127 = 16
21.87/8.67	c (1,0) x128 = 254
21.87/8.67	c (1,0) x129 = 324
21.87/8.67	c (1,0) x13 = 792
21.87/8.67	c (1,0) x130 = 86
21.87/8.67	c (1,0) x131 = 498
21.87/8.67	c (1,0) x132 = 736
21.87/8.67	c (1,0) x133 = 58
21.87/8.67	c (1,0) x134 = 296
21.87/8.67	c (1,0) x135 = 282
21.87/8.67	c (1,0) x136 = 44
21.87/8.67	c (1,0) x137 = 778
21.87/8.67	c (1,0) x138 = 540
21.87/8.67	c (1,0) x139 = 352
21.87/8.67	c (1,0) x14 = 554
21.87/8.67	c (1,0) x140 = 114
21.87/8.67	c (1,0) x141 = 240
21.87/8.67	c (1,0) x142 = 478
21.87/8.67	c (1,0) x143 = 540
21.87/8.67	c (1,0) x144 = 778
21.87/8.67	c (1,0) x145 = 86
21.87/8.67	c (1,0) x146 = 324
21.87/8.67	c (1,0) x147 = 792
21.87/8.67	c (1,0) x148 = 554
21.87/8.67	c (1,0) x149 = 58
21.87/8.67	c (1,0) x15 = 296
21.87/8.67	c (1,0) x150 = 296
21.87/8.67	c (1,0) x151 = 484
21.87/8.67	c (1,0) x152 = 722
21.87/8.67	c (1,0) x153 = 282
21.87/8.67	c (1,0) x154 = 44
21.87/8.67	c (1,0) x155 = 338
21.87/8.67	c (1,0) x156 = 100
21.87/8.67	c (1,0) x157 = 414
21.87/8.67	c (1,0) x158 = 652
21.87/8.67	c (1,0) x159 = 456
21.87/8.67	c (1,0) x16 = 58
21.87/8.67	c (1,0) x160 = 694
21.87/8.67	c (1,0) x161 = 526
21.87/8.67	c (1,0) x162 = 764
21.87/8.67	c (1,0) x163 = 512
21.87/8.67	c (1,0) x164 = 750
21.87/8.67	c (1,0) x165 = 428
21.87/8.67	c (1,0) x166 = 666
21.87/8.67	c (1,0) x167 = 44
21.87/8.67	c (1,0) x168 = 282
21.87/8.67	c (1,0) x169 = 554
21.87/8.67	c (1,0) x17 = 16
21.87/8.67	c (1,0) x170 = 792
21.87/8.67	c (1,0) x171 = 142
21.87/8.67	c (1,0) x172 = 380
21.87/8.67	c (1,0) x173 = 456
21.87/8.67	c (1,0) x174 = 694
21.87/8.67	c (1,0) x175 = 428
21.87/8.67	c (1,0) x176 = 666
21.87/8.68	c (1,0) x177 = 470
21.87/8.68	c (1,0) x178 = 708
21.87/8.68	c (1,0) x179 = 100
21.87/8.68	c (1,0) x18 = 254
21.87/8.68	c (1,0) x180 = 338
21.87/8.68	c (1,0) x181 = 366
21.87/8.68	c (1,0) x182 = 128
21.87/8.68	c (1,0) x183 = 428
21.87/8.68	c (1,0) x184 = 666
21.87/8.68	c (1,0) x185 = 736
21.87/8.68	c (1,0) x186 = 498
21.87/8.68	c (1,0) x187 = 414
21.87/8.68	c (1,0) x188 = 652
21.87/8.68	c (1,0) x189 = 484
21.87/8.68	c (1,0) x19 = 380
21.87/8.68	c (1,0) x190 = 722
21.87/8.68	c (1,0) x191 = 414
21.87/8.68	c (1,0) x192 = 652
21.87/8.68	c (1,0) x193 = 352
21.87/8.68	c (1,0) x194 = 114
21.87/8.68	c (1,0) x195 = 338
21.87/8.68	c (1,0) x196 = 100
21.87/8.68	c (1,0) x197 = 414
21.87/8.68	c (1,0) x198 = 652
21.87/8.68	c (1,0) x199 = 722
21.87/8.68	c (1,0) x2 = 254
21.87/8.68	c (1,0) x20 = 142
21.87/8.68	c (1,0) x200 = 484
21.87/8.68	c (1,0) x201 = 296
21.87/8.68	c (1,0) x202 = 58
21.87/8.68	c (1,0) x203 = 296
21.87/8.68	c (1,0) x204 = 58
21.87/8.68	c (1,0) x205 = 324
21.87/8.68	c (1,0) x206 = 86
21.87/8.68	c (1,0) x207 = 778
21.87/8.68	c (1,0) x208 = 540
21.87/8.68	c (1,0) x209 = 394
21.87/8.68	c (1,0) x21 = 750
21.87/8.68	c (1,0) x210 = 156
21.87/8.68	c (1,0) x211 = 394
21.87/8.68	c (1,0) x212 = 156
21.87/8.68	c (1,0) x213 = 764
21.87/8.68	c (1,0) x214 = 526
21.87/8.68	c (1,0) x215 = 86
21.87/8.68	c (1,0) x216 = 324
21.87/8.68	c (1,0) x217 = 442
21.87/8.68	c (1,0) x218 = 680
21.87/8.68	c (1,0) x219 = 652
21.87/8.68	c (1,0) x22 = 512
21.87/8.68	c (1,0) x220 = 414
21.87/8.68	c (1,0) x221 = 30
21.87/8.68	c (1,0) x222 = 268
21.87/8.68	c (1,0) x223 = 456
21.87/8.68	c (1,0) x224 = 694
21.87/8.68	c (1,0) x225 = 414
21.87/8.68	c (1,0) x226 = 652
21.87/8.68	c (1,0) x227 = 428
21.87/8.68	c (1,0) x228 = 666
21.87/8.68	c (1,0) x229 = 394
21.87/8.68	c (1,0) x23 = 666
21.87/8.68	c (1,0) x230 = 156
21.87/8.68	c (1,0) x231 = 268
21.87/8.68	c (1,0) x232 = 30
21.87/8.68	c (1,0) x233 = 86
21.87/8.68	c (1,0) x234 = 324
21.87/8.68	c (1,0) x235 = 736
21.87/8.68	c (1,0) x236 = 498
21.87/8.68	c (1,0) x237 = 282
21.87/8.68	c (1,0) x238 = 44
21.87/8.68	c (1,0) x239 = 792
21.87/8.68	c (1,0) x24 = 428
21.87/8.68	c (1,0) x240 = 554
21.87/8.68	c (1,0) x241 = 128
21.87/8.68	c (1,0) x242 = 366
21.87/8.68	c (1,0) x243 = 254
21.87/8.68	c (1,0) x244 = 16
21.87/8.68	c (1,0) x245 = 268
21.87/8.68	c (1,0) x246 = 30
21.87/8.68	c (1,0) x247 = 16
21.87/8.68	c (1,0) x248 = 254
21.87/8.68	c (1,0) x249 = 44
21.87/8.68	c (1,0) x25 = 540
21.87/8.68	c (1,0) x250 = 282
21.87/8.68	c (1,0) x251 = 380
21.87/8.68	c (1,0) x252 = 142
21.87/8.68	c (1,0) x253 = 156
21.87/8.68	c (1,0) x254 = 394
21.87/8.68	c (1,0) x255 = 254
21.87/8.68	c (1,0) x256 = 16
21.87/8.68	c (1,0) x257 = 254
21.87/8.68	c (1,0) x258 = 16
21.87/8.68	c (1,0) x259 = 310
21.87/8.68	c (1,0) x26 = 778
21.87/8.68	c (1,0) x260 = 72
21.87/8.68	c (1,0) x261 = 414
21.87/8.68	c (1,0) x262 = 652
21.87/8.68	c (1,0) x263 = 694
21.87/8.68	c (1,0) x264 = 456
21.87/8.68	c (1,0) x265 = 268
21.87/8.68	c (1,0) x266 = 30
21.87/8.68	c (1,0) x267 = 338
21.87/8.68	c (1,0) x268 = 100
21.87/8.68	c (1,0) x269 = 736
21.87/8.68	c (1,0) x27 = 366
21.87/8.68	c (1,0) x270 = 498
21.87/8.68	c (1,0) x271 = 736
21.87/8.68	c (1,0) x272 = 498
21.87/8.68	c (1,0) x273 = 792
21.87/8.68	c (1,0) x274 = 554
21.87/8.68	c (1,0) x275 = 722
21.87/8.68	c (1,0) x276 = 484
21.87/8.68	c (1,0) x277 = 156
21.87/8.68	c (1,0) x278 = 394
21.87/8.68	c (1,0) x279 = 128
21.87/8.68	c (1,0) x28 = 128
21.87/8.68	c (1,0) x280 = 366
21.87/8.68	c (1,0) x281 = 114
21.87/8.68	c (1,0) x282 = 352
21.87/8.68	c (1,0) x283 = 254
21.87/8.68	c (1,0) x284 = 16
21.87/8.68	c (1,0) x285 = 268
21.87/8.68	c (1,0) x286 = 30
21.87/8.68	c (1,0) x287 = 254
21.87/8.68	c (1,0) x288 = 16
21.87/8.68	c (1,0) x289 = 324
21.87/8.68	c (1,0) x29 = 652
21.87/8.68	c (1,0) x290 = 86
21.87/8.68	c (1,0) x291 = 16
21.87/8.68	c (1,0) x292 = 254
21.87/8.68	c (1,0) x293 = 170
21.87/8.68	c (1,0) x294 = 408
21.87/8.68	c (1,0) x295 = 100
21.87/8.68	c (1,0) x296 = 338
21.87/8.68	c (1,0) x297 = 652
21.87/8.68	c (1,0) x298 = 414
21.87/8.68	c (1,0) x299 = 254
21.87/8.68	c (1,0) x3 = 554
21.87/8.68	c (1,0) x30 = 414
21.87/8.68	c (1,0) x300 = 16
21.87/8.68	c (1,0) x301 = 750
21.87/8.68	c (1,0) x302 = 512
21.87/8.68	c (1,0) x303 = 414
21.87/8.68	c (1,0) x304 = 652
21.87/8.68	c (1,0) x305 = 296
21.87/8.68	c (1,0) x306 = 58
21.87/8.68	c (1,0) x307 = 512
21.87/8.68	c (1,0) x308 = 750
21.87/8.68	c (1,0) x309 = 792
21.87/8.68	c (1,0) x31 = 30
21.87/8.68	c (1,0) x310 = 554
21.87/8.68	c (1,0) x311 = 764
21.87/8.68	c (1,0) x312 = 526
21.87/8.68	c (1,0) x313 = 736
21.87/8.68	c (1,0) x314 = 498
21.87/8.68	c (1,0) x315 = 58
21.87/8.68	c (1,0) x316 = 296
21.87/8.68	c (1,0) x317 = 666
21.87/8.68	c (1,0) x318 = 428
21.87/8.68	c (1,0) x319 = 526
21.87/8.68	c (1,0) x32 = 268
21.87/8.68	c (1,0) x320 = 764
21.87/8.68	c (1,0) x321 = 268
21.87/8.68	c (1,0) x322 = 30
21.87/8.68	c (1,0) x323 = 414
21.87/8.68	c (1,0) x324 = 652
21.87/8.68	c (1,0) x325 = 394
21.87/8.68	c (1,0) x326 = 156
21.87/8.68	c (1,0) x327 = 58
21.87/8.68	c (1,0) x328 = 296
21.87/8.68	c (1,0) x329 = 282
21.87/8.68	c (1,0) x33 = 498
21.87/8.68	c (1,0) x330 = 44
21.87/8.68	c (1,0) x331 = 254
21.87/8.68	c (1,0) x332 = 16
21.87/8.68	c (1,0) x333 = 366
21.87/8.68	c (1,0) x334 = 128
21.87/8.68	c (1,0) x335 = 58
21.87/8.68	c (1,0) x336 = 296
21.87/8.68	c (1,0) x337 = 324
21.87/8.68	c (1,0) x338 = 86
21.87/8.68	c (1,0) x339 = 722
21.87/8.68	c (1,0) x34 = 736
21.87/8.68	c (1,0) x340 = 484
21.87/8.68	c (1,0) x341 = 428
21.87/8.68	c (1,0) x342 = 666
21.87/8.68	c (1,0) x343 = 470
21.87/8.68	c (1,0) x344 = 708
21.87/8.68	c (1,0) x345 = 268
21.87/8.68	c (1,0) x346 = 30
21.87/8.68	c (1,0) x347 = 128
21.87/8.68	c (1,0) x348 = 366
21.87/8.68	c (1,0) x349 = 764
21.87/8.68	c (1,0) x35 = 30
21.87/8.68	c (1,0) x350 = 526
21.87/8.68	c (1,0) x351 = 428
21.87/8.68	c (1,0) x352 = 666
21.87/8.68	c (1,0) x353 = 722
21.87/8.68	c (1,0) x354 = 484
21.87/8.68	c (1,0) x355 = 282
21.87/8.68	c (1,0) x356 = 44
21.87/8.68	c (1,0) x357 = 268
21.87/8.68	c (1,0) x358 = 30
21.87/8.68	c (1,0) x359 = 512
21.87/8.68	c (1,0) x36 = 268
21.87/8.68	c (1,0) x360 = 750
21.87/8.68	c (1,0) x361 = 100
21.87/8.68	c (1,0) x362 = 338
21.87/8.68	c (1,0) x363 = 498
21.87/8.68	c (1,0) x364 = 736
21.87/8.68	c (1,0) x365 = 428
21.87/8.68	c (1,0) x366 = 666
21.87/8.68	c (1,0) x367 = 72
21.87/8.68	c (1,0) x368 = 310
21.87/8.68	c (1,0) x369 = 680
21.87/8.68	c (1,0) x37 = 86
21.87/8.68	c (1,0) x370 = 442
21.87/8.68	c (1,0) x371 = 778
21.87/8.68	c (1,0) x372 = 540
21.87/8.68	c (1,0) x373 = 428
21.87/8.68	c (1,0) x374 = 666
21.87/8.68	c (1,0) x375 = 44
21.87/8.68	c (1,0) x376 = 282
21.87/8.68	c (1,0) x377 = 72
21.87/8.68	c (1,0) x378 = 310
21.87/8.68	c (1,0) x379 = 324
21.87/8.68	c (1,0) x38 = 324
21.87/8.68	c (1,0) x380 = 86
21.87/8.68	c (1,0) x381 = 694
21.87/8.68	c (1,0) x382 = 456
21.87/8.68	c (1,0) x383 = 680
21.87/8.68	c (1,0) x384 = 442
21.87/8.68	c (1,0) x385 = 72
21.87/8.68	c (1,0) x386 = 310
21.87/8.68	c (1,0) x387 = 380
21.87/8.68	c (1,0) x388 = 142
21.87/8.68	c (1,0) x389 = 512
21.87/8.68	c (1,0) x39 = 380
21.87/8.68	c (1,0) x390 = 750
21.87/8.68	c (1,0) x391 = 708
21.87/8.68	c (1,0) x392 = 470
21.87/8.68	c (1,0) x393 = 310
21.87/8.68	c (1,0) x394 = 72
21.87/8.68	c (1,0) x395 = 58
21.87/8.68	c (1,0) x396 = 296
21.87/8.68	c (1,0) x397 = 414
21.87/8.68	c (1,0) x398 = 652
21.87/8.68	c (1,0) x399 = 722
21.87/8.68	c (1,0) x4 = 792
21.87/8.68	c (1,0) x40 = 142
21.87/8.68	c (1,0) x400 = 484
21.87/8.68	c (1,0) x401 = 114
21.87/8.68	c (1,0) x402 = 352
21.87/8.68	c (1,0) x403 = 44
21.87/8.68	c (1,0) x404 = 282
21.87/8.68	c (1,0) x405 = 708
21.87/8.68	c (1,0) x406 = 470
21.87/8.68	c (1,0) x407 = 414
21.87/8.68	c (1,0) x408 = 652
21.87/8.68	c (1,0) x409 = 100
21.87/8.68	c (1,0) x41 = 792
21.87/8.68	c (1,0) x410 = 338
21.87/8.68	c (1,0) x411 = 268
21.87/8.68	c (1,0) x412 = 30
21.87/8.68	c (1,0) x413 = 100
21.87/8.68	c (1,0) x414 = 338
21.87/8.68	c (1,0) x415 = 30
21.87/8.68	c (1,0) x416 = 268
21.87/8.68	c (1,0) x417 = 114
21.87/8.68	c (1,0) x418 = 352
21.87/8.68	c (1,0) x419 = 44
21.87/8.68	c (1,0) x42 = 554
21.87/8.68	c (1,0) x420 = 282
21.87/8.68	c (1,0) x421 = 394
21.87/8.68	c (1,0) x422 = 156
21.87/8.68	c (1,0) x423 = 310
21.87/8.68	c (1,0) x424 = 72
21.87/8.68	c (1,0) x425 = 666
21.87/8.68	c (1,0) x426 = 428
21.87/8.68	c (1,0) x427 = 366
21.87/8.68	c (1,0) x428 = 128
21.87/8.68	c (1,0) x429 = 142
21.87/8.68	c (1,0) x43 = 296
21.87/8.68	c (1,0) x430 = 380
21.87/8.68	c (1,0) x431 = 338
21.87/8.68	c (1,0) x432 = 100
21.87/8.68	c (1,0) x433 = 792
21.87/8.68	c (1,0) x434 = 554
21.87/8.68	c (1,0) x435 = 428
21.87/8.68	c (1,0) x436 = 666
21.87/8.68	c (1,0) x437 = 16
21.87/8.68	c (1,0) x438 = 254
21.87/8.68	c (1,0) x439 = 694
21.87/8.68	c (1,0) x44 = 58
21.87/8.68	c (1,0) x440 = 456
21.87/8.68	c (1,0) x441 = 44
21.87/8.68	c (1,0) x442 = 282
21.87/8.68	c (1,0) x443 = 554
21.87/8.69	c (1,0) x444 = 792
21.87/8.69	c (1,0) x445 = 652
21.87/8.69	c (1,0) x446 = 414
21.87/8.69	c (1,0) x447 = 16
21.87/8.69	c (1,0) x448 = 254
21.87/8.69	c (1,0) x449 = 778
21.87/8.69	c (1,0) x45 = 708
21.87/8.69	c (1,0) x450 = 540
21.87/8.69	c (1,0) x451 = 254
21.87/8.69	c (1,0) x452 = 16
21.87/8.69	c (1,0) x453 = 268
21.87/8.69	c (1,0) x454 = 30
21.87/8.69	c (1,0) x455 = 792
21.87/8.69	c (1,0) x456 = 554
21.87/8.69	c (1,0) x457 = 142
21.87/8.69	c (1,0) x458 = 380
21.87/8.69	c (1,0) x459 = 268
21.87/8.69	c (1,0) x46 = 470
21.87/8.69	c (1,0) x460 = 30
21.87/8.69	c (1,0) x461 = 764
21.87/8.69	c (1,0) x462 = 526
21.87/8.69	c (1,0) x463 = 100
21.87/8.69	c (1,0) x464 = 338
21.87/8.69	c (1,0) x465 = 484
21.87/8.69	c (1,0) x466 = 722
21.87/8.69	c (1,0) x467 = 456
21.87/8.69	c (1,0) x468 = 694
21.87/8.69	c (1,0) x469 = 310
21.87/8.69	c (1,0) x47 = 114
21.87/8.69	c (1,0) x470 = 72
21.87/8.69	c (1,0) x471 = 30
21.87/8.69	c (1,0) x472 = 268
21.87/8.69	c (1,0) x473 = 268
21.87/8.69	c (1,0) x474 = 30
21.87/8.69	c (1,0) x475 = 268
21.87/8.69	c (1,0) x476 = 30
21.87/8.69	c (1,0) x477 = 380
21.87/8.69	c (1,0) x478 = 142
21.87/8.69	c (1,0) x479 = 380
21.87/8.69	c (1,0) x48 = 352
21.87/8.69	c (1,0) x480 = 142
21.87/8.69	c (1,0) x481 = 470
21.87/8.69	c (1,0) x482 = 708
21.87/8.69	c (1,0) x483 = 554
21.87/8.69	c (1,0) x484 = 792
21.87/8.69	c (1,0) x485 = 414
21.87/8.69	c (1,0) x486 = 652
21.87/8.69	c (1,0) x487 = 16
21.87/8.69	c (1,0) x488 = 254
21.87/8.69	c (1,0) x489 = 268
21.87/8.69	c (1,0) x49 = 778
21.87/8.69	c (1,0) x490 = 30
21.87/8.69	c (1,0) x491 = 310
21.87/8.69	c (1,0) x492 = 72
21.87/8.69	c (1,0) x493 = 268
21.87/8.69	c (1,0) x494 = 30
21.87/8.69	c (1,0) x495 = 254
21.87/8.69	c (1,0) x496 = 16
21.87/8.69	c (1,0) x497 = 310
21.87/8.69	c (1,0) x498 = 72
21.87/8.69	c (1,0) x499 = 268
21.87/8.69	c (1,0) x5 = 100
21.87/8.69	c (1,0) x50 = 540
21.87/8.69	c (1,0) x500 = 30
21.87/8.69	c (1,0) x501 = 254
21.87/8.69	c (1,0) x502 = 16
21.87/8.69	c (1,0) x503 = 666
21.87/8.69	c (1,0) x504 = 428
21.87/8.69	c (1,0) x505 = 86
21.87/8.69	c (1,0) x506 = 324
21.87/8.69	c (1,0) x507 = 254
21.87/8.69	c (1,0) x508 = 16
21.87/8.69	c (1,0) x509 = 394
21.87/8.69	c (1,0) x51 = 100
21.87/8.69	c (1,0) x510 = 156
21.87/8.69	c (1,0) x511 = 72
21.87/8.69	c (1,0) x512 = 310
21.87/8.69	c (1,0) x513 = 722
21.87/8.69	c (1,0) x514 = 484
21.87/8.69	c (1,0) x515 = 428
21.87/8.69	c (1,0) x516 = 666
21.87/8.69	c (1,0) x517 = 540
21.87/8.69	c (1,0) x518 = 778
21.87/8.69	c (1,0) x519 = 44
21.87/8.69	c (1,0) x52 = 338
21.87/8.69	c (1,0) x520 = 282
21.87/8.69	c (1,0) x521 = 142
21.87/8.69	c (1,0) x522 = 380
21.87/8.69	c (1,0) x523 = 708
21.87/8.69	c (1,0) x524 = 470
21.87/8.69	c (1,0) x525 = 722
21.87/8.69	c (1,0) x526 = 484
21.87/8.69	c (1,0) x527 = 666
21.87/8.69	c (1,0) x528 = 428
21.87/8.69	c (1,0) x529 = 338
21.87/8.69	c (1,0) x53 = 128
21.87/8.69	c (1,0) x530 = 100
21.87/8.69	c (1,0) x531 = 30
21.87/8.69	c (1,0) x532 = 268
21.87/8.69	c (1,0) x533 = 30
21.87/8.69	c (1,0) x534 = 268
21.87/8.69	c (1,0) x535 = 16
21.87/8.69	c (1,0) x536 = 254
21.87/8.69	c (1,0) x537 = 666
21.87/8.69	c (1,0) x538 = 428
21.87/8.69	c (1,0) x539 = 414
21.87/8.69	c (1,0) x54 = 366
21.87/8.69	c (1,0) x540 = 652
21.87/8.69	c (1,0) x541 = 296
21.87/8.69	c (1,0) x542 = 58
21.87/8.69	c (1,0) x543 = 100
21.87/8.69	c (1,0) x544 = 338
21.87/8.69	c (1,0) x545 = 16
21.87/8.69	c (1,0) x546 = 254
21.87/8.69	c (1,0) x547 = 394
21.87/8.69	c (1,0) x548 = 156
21.87/8.69	c (1,0) x549 = 414
21.87/8.69	c (1,0) x55 = 394
21.87/8.69	c (1,0) x550 = 652
21.87/8.69	c (1,0) x551 = 114
21.87/8.69	c (1,0) x552 = 352
21.87/8.69	c (1,0) x553 = 498
21.87/8.69	c (1,0) x554 = 736
21.87/8.69	c (1,0) x555 = 512
21.87/8.69	c (1,0) x556 = 750
21.87/8.69	c (1,0) x557 = 428
21.87/8.69	c (1,0) x558 = 666
21.87/8.69	c (1,0) x559 = 666
21.87/8.69	c (1,0) x56 = 156
21.87/8.69	c (1,0) x560 = 428
21.87/8.69	c (1,0) x561 = 722
21.87/8.69	c (1,0) x562 = 484
21.87/8.69	c (1,0) x563 = 778
21.87/8.69	c (1,0) x564 = 540
21.87/8.69	c (1,0) x565 = 498
21.87/8.69	c (1,0) x566 = 736
21.87/8.69	c (1,0) x567 = 268
21.87/8.69	c (1,0) x568 = 30
21.87/8.69	c (1,0) x569 = 114
21.87/8.69	c (1,0) x57 = 394
21.87/8.69	c (1,0) x570 = 352
21.87/8.69	c (1,0) x571 = 100
21.87/8.69	c (1,0) x572 = 338
21.87/8.69	c (1,0) x573 = 30
21.87/8.69	c (1,0) x574 = 268
21.87/8.69	c (1,0) x575 = 722
21.87/8.69	c (1,0) x576 = 484
21.87/8.69	c (1,0) x577 = 156
21.87/8.69	c (1,0) x578 = 394
21.87/8.69	c (1,0) x579 = 414
21.87/8.69	c (1,0) x58 = 156
21.87/8.69	c (1,0) x580 = 652
21.87/8.69	c (1,0) x581 = 498
21.87/8.69	c (1,0) x582 = 736
21.87/8.69	c (1,0) x583 = 86
21.87/8.69	c (1,0) x584 = 324
21.87/8.69	c (1,0) x585 = 254
21.87/8.69	c (1,0) x586 = 16
21.87/8.69	c (1,0) x587 = 380
21.87/8.69	c (1,0) x588 = 142
21.87/8.69	c (1,0) x589 = 296
21.87/8.69	c (1,0) x59 = 100
21.87/8.69	c (1,0) x590 = 58
21.87/8.69	c (1,0) x591 = 750
21.87/8.69	c (1,0) x592 = 512
21.87/8.69	c (1,0) x593 = 442
21.87/8.69	c (1,0) x594 = 680
21.87/8.69	c (1,0) x595 = 30
21.87/8.69	c (1,0) x596 = 268
21.87/8.69	c (1,0) x597 = 268
21.87/8.69	c (1,0) x598 = 30
21.87/8.69	c (1,0) x599 = 282
21.87/8.69	c (1,0) x6 = 338
21.87/8.69	c (1,0) x60 = 338
21.87/8.69	c (1,0) x600 = 44
21.87/8.69	c (1,0) x601 = 764
21.87/8.69	c (1,0) x602 = 526
21.87/8.69	c (1,0) x603 = 282
21.87/8.69	c (1,0) x604 = 44
21.87/8.69	c (1,0) x605 = 338
21.87/8.69	c (1,0) x606 = 100
21.87/8.69	c (1,0) x607 = 30
21.87/8.69	c (1,0) x608 = 268
21.87/8.69	c (1,0) x609 = 680
21.87/8.69	c (1,0) x61 = 540
21.87/8.69	c (1,0) x610 = 442
21.87/8.69	c (1,0) x611 = 30
21.87/8.69	c (1,0) x612 = 268
21.87/8.69	c (1,0) x613 = 282
21.87/8.69	c (1,0) x614 = 44
21.87/8.69	c (1,0) x615 = 128
21.87/8.69	c (1,0) x616 = 366
21.87/8.69	c (1,0) x617 = 72
21.87/8.69	c (1,0) x618 = 310
21.87/8.69	c (1,0) x619 = 296
21.87/8.69	c (1,0) x62 = 778
21.87/8.69	c (1,0) x620 = 58
21.87/8.69	c (1,0) x621 = 778
21.87/8.69	c (1,0) x622 = 540
21.87/8.69	c (1,0) x623 = 142
21.87/8.69	c (1,0) x624 = 380
21.87/8.69	c (1,0) x625 = 128
21.87/8.69	c (1,0) x626 = 366
21.87/8.69	c (1,0) x627 = 778
21.87/8.69	c (1,0) x628 = 540
21.87/8.69	c (1,0) x629 = 114
21.87/8.69	c (1,0) x63 = 652
21.87/8.69	c (1,0) x630 = 352
21.87/8.69	c (1,0) x631 = 282
21.87/8.69	c (1,0) x632 = 44
21.87/8.69	c (1,0) x633 = 142
21.87/8.69	c (1,0) x634 = 380
21.87/8.69	c (1,0) x635 = 30
21.87/8.69	c (1,0) x636 = 268
21.87/8.69	c (1,0) x637 = 156
21.87/8.69	c (1,0) x638 = 394
21.87/8.69	c (1,0) x639 = 708
21.87/8.69	c (1,0) x64 = 414
21.87/8.69	c (1,0) x640 = 470
21.87/8.69	c (1,0) x641 = 114
21.87/8.69	c (1,0) x642 = 352
21.87/8.69	c (1,0) x643 = 268
21.87/8.69	c (1,0) x644 = 30
21.87/8.69	c (1,0) x645 = 352
21.87/8.69	c (1,0) x646 = 114
21.87/8.69	c (1,0) x647 = 414
21.87/8.69	c (1,0) x648 = 652
21.87/8.69	c (1,0) x649 = 30
21.87/8.69	c (1,0) x65 = 526
21.87/8.69	c (1,0) x650 = 268
21.87/8.69	c (1,0) x651 = 394
21.87/8.69	c (1,0) x652 = 156
21.87/8.69	c (1,0) x653 = 394
21.87/8.69	c (1,0) x654 = 156
21.87/8.69	c (1,0) x655 = 44
21.87/8.69	c (1,0) x656 = 282
21.87/8.69	c (1,0) x657 = 156
21.87/8.69	c (1,0) x658 = 394
21.87/8.69	c (1,0) x659 = 652
21.87/8.69	c (1,0) x66 = 764
21.87/8.69	c (1,0) x660 = 414
21.87/8.69	c (1,0) x661 = 16
21.87/8.69	c (1,0) x662 = 254
21.87/8.69	c (1,0) x663 = 736
21.87/8.69	c (1,0) x664 = 498
21.87/8.69	c (1,0) x665 = 540
21.87/8.69	c (1,0) x666 = 778
21.87/8.69	c (1,0) x667 = 414
21.87/8.69	c (1,0) x668 = 652
21.87/8.69	c (1,0) x669 = 30
21.87/8.69	c (1,0) x67 = 254
21.87/8.69	c (1,0) x670 = 268
21.87/8.69	c (1,0) x671 = 128
21.87/8.69	c (1,0) x672 = 366
21.87/8.69	c (1,0) x673 = 156
21.87/8.69	c (1,0) x674 = 394
21.87/8.69	c (1,0) x675 = 254
21.87/8.69	c (1,0) x676 = 16
21.87/8.69	c (1,0) x677 = 512
21.87/8.69	c (1,0) x678 = 750
21.87/8.69	c (1,0) x679 = 442
21.87/8.69	c (1,0) x68 = 16
21.87/8.69	c (1,0) x680 = 680
21.87/8.69	c (1,0) x681 = 666
21.87/8.69	c (1,0) x682 = 428
21.87/8.69	c (1,0) x683 = 268
21.87/8.69	c (1,0) x684 = 30
21.87/8.69	c (1,0) x685 = 100
21.87/8.69	c (1,0) x686 = 338
21.87/8.69	c (1,0) x687 = 30
21.87/8.69	c (1,0) x688 = 268
21.87/8.69	c (1,0) x689 = 680
21.87/8.69	c (1,0) x69 = 498
21.87/8.69	c (1,0) x690 = 442
21.87/8.69	c (1,0) x691 = 428
21.87/8.69	c (1,0) x692 = 666
21.87/8.69	c (1,0) x693 = 722
21.87/8.69	c (1,0) x694 = 484
21.87/8.69	c (1,0) x695 = 254
21.87/8.69	c (1,0) x696 = 16
21.87/8.69	c (1,0) x697 = 414
21.87/8.69	c (1,0) x698 = 652
21.87/8.69	c (1,0) x699 = 652
21.87/8.69	c (1,0) x7 = 394
21.87/8.69	c (1,0) x70 = 736
21.87/8.69	c (1,0) x700 = 414
21.87/8.69	c (1,0) x701 = 652
21.87/8.69	c (1,0) x702 = 414
21.87/8.69	c (1,0) x703 = 380
21.87/8.69	c (1,0) x704 = 142
21.87/8.69	c (1,0) x705 = 394
21.87/8.69	c (1,0) x706 = 156
21.87/8.69	c (1,0) x707 = 366
21.87/8.69	c (1,0) x708 = 128
21.87/8.69	c (1,0) x709 = 792
21.87/8.69	c (1,0) x71 = 296
21.87/8.69	c (1,0) x710 = 554
21.87/8.69	c (1,0) x711 = 128
21.87/8.69	c (1,0) x712 = 366
21.87/8.69	c (1,0) x713 = 156
21.87/8.69	c (1,0) x714 = 394
21.87/8.69	c (1,0) x715 = 100
21.87/8.69	c (1,0) x716 = 338
21.87/8.69	c (1,0) x717 = 722
21.87/8.69	c (1,0) x718 = 484
21.87/8.69	c (1,0) x719 = 296
21.87/8.69	c (1,0) x72 = 58
21.87/8.69	c (1,0) x720 = 58
21.87/8.69	c (1,0) x721 = 86
21.87/8.69	c (1,0) x722 = 324
21.87/8.69	c (1,0) x723 = 652
21.87/8.69	c (1,0) x724 = 414
21.87/8.69	c (1,0) x725 = 484
21.87/8.69	c (1,0) x726 = 722
21.87/8.69	c (1,0) x727 = 44
21.87/8.69	c (1,0) x728 = 282
21.87/8.69	c (1,0) x729 = 338
21.87/8.69	c (1,0) x73 = 414
21.87/8.69	c (1,0) x730 = 100
21.87/8.69	c (1,0) x731 = 282
21.87/8.69	c (1,0) x732 = 44
21.87/8.69	c (1,0) x733 = 310
21.87/8.69	c (1,0) x734 = 72
21.87/8.69	c (1,0) x735 = 72
21.87/8.69	c (1,0) x736 = 310
21.87/8.69	c (1,0) x737 = 30
21.87/8.69	c (1,0) x738 = 268
21.87/8.69	c (1,0) x739 = 282
21.87/8.69	c (1,0) x74 = 652
21.87/8.69	c (1,0) x740 = 44
21.87/8.69	c (1,0) x741 = 16
21.87/8.69	c (1,0) x742 = 254
21.87/8.69	c (1,0) x743 = 72
21.87/8.69	c (1,0) x744 = 310
21.87/8.69	c (1,0) x745 = 58
21.87/8.69	c (1,0) x746 = 296
21.87/8.69	c (1,0) x747 = 666
21.87/8.69	c (1,0) x748 = 428
21.87/8.69	c (1,0) x749 = 268
21.87/8.69	c (1,0) x75 = 352
21.87/8.69	c (1,0) x750 = 30
21.87/8.69	c (1,0) x751 = 540
21.87/8.69	c (1,0) x752 = 778
21.87/8.69	c (1,0) x753 = 30
21.87/8.69	c (1,0) x754 = 268
21.87/8.69	c (1,0) x755 = 470
21.87/8.69	c (1,0) x756 = 708
21.87/8.69	c (1,0) x757 = 114
21.87/8.69	c (1,0) x758 = 352
21.87/8.69	c (1,0) x759 = 736
21.87/8.69	c (1,0) x76 = 114
21.87/8.69	c (1,0) x760 = 498
21.87/8.69	c (1,0) x761 = 114
21.87/8.69	c (1,0) x762 = 352
21.87/8.69	c (1,0) x763 = 142
21.87/8.69	c (1,0) x764 = 380
21.87/8.69	c (1,0) x765 = 414
21.87/8.69	c (1,0) x766 = 652
21.87/8.69	c (1,0) x767 = 366
21.87/8.69	c (1,0) x768 = 128
21.87/8.69	c (1,0) x769 = 498
21.87/8.69	c (1,0) x77 = 44
21.87/8.69	c (1,0) x770 = 736
21.87/8.69	c (1,0) x771 = 428
21.87/8.69	c (1,0) x772 = 666
21.87/8.69	c (1,0) x773 = 142
21.87/8.69	c (1,0) x774 = 380
21.87/8.69	c (1,0) x775 = 428
21.87/8.69	c (1,0) x776 = 666
21.87/8.69	c (1,0) x777 = 694
21.87/8.69	c (1,0) x778 = 456
21.87/8.69	c (1,0) x779 = 156
21.87/8.69	c (1,0) x78 = 282
21.87/8.69	c (1,0) x780 = 394
21.87/8.69	c (1,0) x781 = 484
21.87/8.69	c (1,0) x782 = 722
21.87/8.69	c (1,0) x783 = 540
21.87/8.69	c (1,0) x784 = 778
21.87/8.69	c (1,0) x785 = 114
21.87/8.69	c (1,0) x786 = 352
21.87/8.69	c (1,0) x787 = 540
21.87/8.69	c (1,0) x788 = 778
21.87/8.69	c (1,0) x789 = 114
21.87/8.69	c (1,0) x79 = 142
21.87/8.69	c (1,0) x790 = 352
21.87/8.69	c (1,0) x791 = 44
21.87/8.69	c (1,0) x792 = 282
21.87/8.69	c (1,0) x793 = 114
21.87/8.69	c (1,0) x794 = 352
21.87/8.69	c (1,0) x795 = 380
21.87/8.69	c (1,0) x796 = 142
21.87/8.69	c (1,0) x797 = 30
21.87/8.69	c (1,0) x798 = 268
21.87/8.69	c (1,0) x799 = 380
21.87/8.69	c (1,0) x8 = 156
21.87/8.69	c (1,0) x80 = 380
21.87/8.69	c (1,0) x800 = 142
21.87/8.69	c (1,0) x801 = 498
21.87/8.69	c (1,0) x802 = 736
21.87/8.69	c (1,0) x803 = 512
21.87/8.69	c (1,0) x804 = 750
21.87/8.69	c (1,0) x805 = 268
21.87/8.69	c (1,0) x806 = 30
21.87/8.69	c (1,0) x807 = 352
21.87/8.69	c (1,0) x808 = 114
21.87/8.69	c (1,0) x809 = 58
21.87/8.69	c (1,0) x81 = 254
21.87/8.69	c (1,0) x810 = 296
21.87/8.69	c (1,0) x811 = 428
21.87/8.69	c (1,0) x812 = 666
21.87/8.69	c (1,0) x813 = 498
21.87/8.69	c (1,0) x814 = 736
21.87/8.69	c (1,0) x815 = 750
21.87/8.69	c (1,0) x816 = 512
21.87/8.69	c (1,0) x817 = 380
21.87/8.69	c (1,0) x818 = 142
21.87/8.69	c (1,0) x819 = 428
21.87/8.69	c (1,0) x82 = 16
21.87/8.69	c (1,0) x820 = 666
21.87/8.69	c (1,0) x821 = 30
21.87/8.69	c (1,0) x822 = 268
21.87/8.69	c (1,0) x823 = 750
21.87/8.69	c (1,0) x824 = 512
21.87/8.69	c (1,0) x825 = 442
21.87/8.69	c (1,0) x826 = 680
21.87/8.69	c (1,0) x827 = 380
21.87/8.69	c (1,0) x828 = 142
21.87/8.69	c (1,0) x829 = 414
21.87/8.69	c (1,0) x83 = 680
21.87/8.69	c (1,0) x830 = 652
21.87/8.69	c (1,0) x831 = 128
21.87/8.69	c (1,0) x832 = 366
21.87/8.69	c (1,0) x833 = 16
21.87/8.69	c (1,0) x834 = 254
21.87/8.69	c (1,0) x835 = 764
21.87/8.69	c (1,0) x836 = 526
21.87/8.69	c (1,0) x837 = 142
21.87/8.69	c (1,0) x838 = 380
21.87/8.69	c (1,0) x839 = 16
21.87/8.69	c (1,0) x84 = 442
21.87/8.69	c (1,0) x840 = 254
21.87/8.69	c (1,0) x841 = 484
21.87/8.69	c (1,0) x842 = 722
21.87/8.69	c (1,0) x843 = 554
21.87/8.69	c (1,0) x844 = 792
21.87/8.69	c (1,0) x845 = 394
21.87/8.69	c (1,0) x846 = 156
21.87/8.69	c (1,0) x847 = 652
21.87/8.69	c (1,0) x848 = 414
21.87/8.69	c (1,0) x849 = 16
21.87/8.69	c (1,0) x85 = 540
21.87/8.69	c (1,0) x850 = 254
21.87/8.69	c (1,0) x851 = 442
21.87/8.69	c (1,0) x852 = 680
21.87/8.69	c (1,0) x853 = 512
21.87/8.69	c (1,0) x854 = 750
21.87/8.69	c (1,0) x855 = 100
21.87/8.69	c (1,0) x856 = 338
21.87/8.69	c (1,0) x857 = 86
21.87/8.69	c (1,0) x858 = 324
21.87/8.69	c (1,0) x859 = 666
21.87/8.69	c (1,0) x86 = 778
21.87/8.69	c (1,0) x860 = 428
21.87/8.69	c (1,0) x861 = 16
21.87/8.69	c (1,0) x862 = 254
21.87/8.69	c (1,0) x863 = 16
21.87/8.69	c (1,0) x864 = 254
21.87/8.69	c (1,0) x865 = 442
21.87/8.69	c (1,0) x866 = 680
21.87/8.69	c (1,0) x867 = 764
21.87/8.69	c (1,0) x868 = 526
21.87/8.69	c (1,0) x869 = 86
21.87/8.69	c (1,0) x87 = 778
21.87/8.69	c (1,0) x870 = 324
21.87/8.69	c (1,0) x871 = 512
21.87/8.69	c (1,0) x872 = 750
21.87/8.69	c (1,0) x873 = 442
21.87/8.69	c (1,0) x874 = 680
21.87/8.69	c (1,0) x875 = 86
21.87/8.69	c (1,0) x876 = 324
21.87/8.69	c (1,0) x877 = 666
21.87/8.69	c (1,0) x878 = 428
21.87/8.69	c (1,0) x879 = 666
21.87/8.69	c (1,0) x88 = 540
21.87/8.69	c (1,0) x880 = 428
21.87/8.69	c (1,0) x881 = 30
21.87/8.69	c (1,0) x882 = 268
21.87/8.69	c (1,0) x883 = 142
21.87/8.69	c (1,0) x884 = 380
21.87/8.69	c (1,0) x885 = 666
21.87/8.69	c (1,0) x886 = 428
21.87/8.69	c (1,0) x887 = 352
21.87/8.69	c (1,0) x888 = 114
21.87/8.69	c (1,0) x889 = 680
21.87/8.69	c (1,0) x89 = 16
21.87/8.69	c (1,0) x890 = 442
21.87/8.69	c (1,0) x891 = 526
21.87/8.69	c (1,0) x892 = 764
21.87/8.69	c (1,0) x893 = 666
21.87/8.69	c (1,0) x894 = 428
21.87/8.69	c (1,0) x895 = 30
21.87/8.69	c (1,0) x896 = 268
21.87/8.69	c (1,0) x897 = 268
21.87/8.69	c (1,0) x898 = 30
21.87/8.69	c (1,0) x899 = 380
21.87/8.69	c (1,0) x9 = 30
21.87/8.69	c (1,0) x90 = 254
21.87/8.69	c (1,0) x900 = 142
21.87/8.69	c (1,0) x901 = 310
21.87/8.69	c (1,0) x902 = 72
21.87/8.69	c (1,0) x903 = 16
21.87/8.69	c (1,0) x904 = 254
21.87/8.69	c (1,0) x905 = 526
21.87/8.69	c (1,0) x906 = 764
21.87/8.69	c (1,0) x907 = 100
21.87/8.69	c (1,0) x908 = 338
21.87/8.69	c (1,0) x909 = 526
21.87/8.69	c (1,0) x91 = 456
21.87/8.69	c (1,0) x910 = 764
21.87/8.69	c (1,0) x911 = 470
21.87/8.69	c (1,0) x912 = 708
21.87/8.69	c (1,0) x913 = 30
21.87/8.69	c (1,0) x914 = 268
21.87/8.69	c (1,0) x915 = 16
21.87/8.69	c (1,0) x916 = 254
21.87/8.69	c (1,0) x92 = 694
21.87/8.69	c (1,0) x93 = 44
21.87/8.69	c (1,0) x94 = 282
21.87/8.69	c (1,0) x95 = 540
21.87/8.69	c (1,0) x96 = 778
21.87/8.69	c (1,0) x97 = 652
21.87/8.69	c (1,0) x98 = 414
21.87/8.69	c (1,0) x99 = 470
21.87/8.69	s SATISFIABLE
21.87/8.69	v <instantiation>
21.87/8.69	v     <list>x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 x487 x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 x679 x680 x681 x682 x683 x684 x685 x686 x687 x688 x689 x690 x691 x692 x693 x694 x695 x696 x697 x698 x699 x700 x701 x702 x703 x704 x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 x722 x723 x724 x725 x726 x727 x728 x729 x730 x731 x732 x733 x734 x735 x736 x737 x738 x739 x740 x741 x742 x743 x744 x745 x746 x747 x748 x749 x750 x751 x752 x753 x754 x755 x756 x757 x758 x759 x760 x761 x762 x763 x764 x765 x766 x767 x768 x769 x770 x771 x772 x773 x774 x775 x776 x777 x778 x779 x780 x781 x782 x783 x784 x785 x786 x787 x788 x789 x790 x791 x792 x793 x794 x795 x796 x797 x798 x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 x809 x810 x811 x812 x813 x814 x815 x816 x817 x818 x819 x820 x821 x822 x823 x824 x825 x826 x827 x828 x829 x830 x831 x832 x833 x834 x835 x836 x837 x838 x839 x840 x841 x842 x843 x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 x854 x855 x856 x857 x858 x859 x860 x861 x862 x863 x864 x865 x866 x867 x868 x869 x870 x871 x872 x873 x874 x875 x876 x877 x878 x879 x880 x881 x882 x883 x884 x885 x886 x887 x888 x889 x890 x891 x892 x893 x894 x895 x896 x897 x898 x899 x900 x901 x902 x903 x904 x905 x906 x907 x908 x909 x910 x911 x912 x913 x914 x915 x916</list>
21.87/8.69	v     <values>16 254 554 792 100 338 394 156 30 268 764 526 792 554 296 58 16 254 380 142 750 512 666 428 540 778 366 128 652 414 30 268 498 736 30 268 86 324 380 142 792 554 296 58 708 470 114 352 778 540 100 338 128 366 394 156 394 156 100 338 540 778 652 414 526 764 254 16 498 736 296 58 414 652 352 114 44 282 142 380 254 16 680 442 540 778 778 540 16 254 456 694 44 282 540 778 652 414 470 708 394 156 414 652 708 470 352 114 254 16 764 526 554 792 764 526 44 282 16 254 512 750 324 86 666 428 16 254 324 86 498 736 58 296 282 44 778 540 352 114 240 478 540 778 86 324 792 554 58 296 484 722 282 44 338 100 414 652 456 694 526 764 512 750 428 666 44 282 554 792 142 380 456 694 428 666 470 708 100 338 366 128 428 666 736 498 414 652 484 722 414 652 352 114 338 100 414 652 722 484 296 58 296 58 324 86 778 540 394 156 394 156 764 526 86 324 442 680 652 414 30 268 456 694 414 652 428 666 394 156 268 30 86 324 736 498 282 44 792 554 128 366 254 16 268 30 16 254 44 282 380 142 156 394 254 16 254 16 310 72 414 652 694 456 268 30 338 100 736 498 736 498 792 554 722 484 156 394 128 366 114 352 254 16 268 30 254 16 324 86 16 254 170 408 100 338 652 414 254 16 750 512 414 652 296 58 512 750 792 554 764 526 736 498 58 296 666 428 526 764 268 30 414 652 394 156 58 296 282 44 254 16 366 128 58 296 324 86 722 484 428 666 470 708 268 30 128 366 764 526 428 666 722 484 282 44 268 30 512 750 100 338 498 736 428 666 72 310 680 442 778 540 428 666 44 282 72 310 324 86 694 456 680 442 72 310 380 142 512 750 708 470 310 72 58 296 414 652 722 484 114 352 44 282 708 470 414 652 100 338 268 30 100 338 30 268 114 352 44 282 394 156 310 72 666 428 366 128 142 380 338 100 792 554 428 666 16 254 694 456 44 282 554 792 652 414 16 254 778 540 254 16 268 30 792 554 142 380 268 30 764 526 100 338 484 722 456 694 310 72 30 268 268 30 268 30 380 142 380 142 470 708 554 792 414 652 16 254 268 30 310 72 268 30 254 16 310 72 268 30 254 16 666 428 86 324 254 16 394 156 72 310 722 484 428 666 540 778 44 282 142 380 708 470 722 484 666 428 338 100 30 268 30 268 16 254 666 428 414 652 296 58 100 338 16 254 394 156 414 652 114 352 498 736 512 750 428 666 666 428 722 484 778 540 498 736 268 30 114 352 100 338 30 268 722 484 156 394 414 652 498 736 86 324 254 16 380 142 296 58 750 512 442 680 30 268 268 30 282 44 764 526 282 44 338 100 30 268 680 442 30 268 282 44 128 366 72 310 296 58 778 540 142 380 128 366 778 540 114 352 282 44 142 380 30 268 156 394 708 470 114 352 268 30 352 114 414 652 30 268 394 156 394 156 44 282 156 394 652 414 16 254 736 498 540 778 414 652 30 268 128 366 156 394 254 16 512 750 442 680 666 428 268 30 100 338 30 268 680 442 428 666 722 484 254 16 414 652 652 414 652 414 380 142 394 156 366 128 792 554 128 366 156 394 100 338 722 484 296 58 86 324 652 414 484 722 44 282 338 100 282 44 310 72 72 310 30 268 282 44 16 254 72 310 58 296 666 428 268 30 540 778 30 268 470 708 114 352 736 498 114 352 142 380 414 652 366 128 498 736 428 666 142 380 428 666 694 456 156 394 484 722 540 778 114 352 540 778 114 352 44 282 114 352 380 142 30 268 380 142 498 736 512 750 268 30 352 114 58 296 428 666 498 736 750 512 380 142 428 666 30 268 750 512 442 680 380 142 414 652 128 366 16 254 764 526 142 380 16 254 484 722 554 792 394 156 652 414 16 254 442 680 512 750 100 338 86 324 666 428 16 254 16 254 442 680 764 526 86 324 512 750 442 680 86 324 666 428 666 428 30 268 142 380 666 428 352 114 680 442 526 764 666 428 30 268 268 30 380 142 310 72 16 254 526 764 100 338 526 764 470 708 30 268 16 254</values>
21.87/8.69	v </instantiation>
21.87/8.69	c (1,0) Show results End
21.87/8.69	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
21.87/8.69	c (1,0) 1,1,STOP-AFTER(ALL)
21.87/8.69	c END-Prog: Mon Sep 23 12:35:29 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 (13983 MiB free)
  memory of node 1: 16384 MiB (10583 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405445-1569238643/watcher-4405445-1569238643 -o /var/tmp/evaluation-result-4405445-1569238643/solver-4405445-1569238643 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569234908-4507 --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-4405445-1569238643.xml 

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

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

solver pid=4646, runsolver pid=4643

[startup+0.100144 s]*
/proc/loadavg: 1.30 0.29 0.14 2/210 4668
/proc/meminfo: memFree=25061012/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 500119665 115843072 350 33554432000 4194304 5098028 140730158383552 140730158380808 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 350 297 221 0 87 0
[pid=4649] ppid=4646 vsize=27314120 memory=107640 CPUtime=0.1 cores=0-7
/proc/4649/stat : 4649 (java) S 4646 4646 4480 0 -1 1077944320 6470 0 0 0 8 2 0 0 20 0 20 0 500119665 27969658880 26910 33554432000 4194304 4196468 140730478962880 140730478945424 140064372834039 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
/proc/4649/statm: 6828530 26910 2805 1 0 6790935 0
[pid=4649/tid=4650] ppid=4646 vsize=27314120 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/4649/task/4650/stat : 4650 (java) R 4646 4646 4480 0 -1 4202560 4586 0 0 0 7 2 0 0 20 0 20 0 500119665 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064344660368 140064356877669 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4651] ppid=4646 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4649/task/4651/stat : 4651 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064377076752 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4652] ppid=4646 vsize=27314120 memory=140491391403648 CPUtime=0 cores=0-7
/proc/4649/task/4652/stat : 4652 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064191233168 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4653] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4653/stat : 4653 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064190180112 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4654] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4654/stat : 4654 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064189127568 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4655] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4655/stat : 4655 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064188074512 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4656] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140064187021968 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4657] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4657/stat : 4657 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140063789447440 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4658] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4658/stat : 4658 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 26910 33554432000 4194304 4196468 140730478962880 140063788394896 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4659] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119669 27969658880 26910 33554432000 4194304 4196468 140730478962880 140062424496880 140064372845186 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4660] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4660/stat : 4660 (java) S 4646 4646 4480 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 26910 33554432000 4194304 4196468 140730478962880 140062306068128 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4661] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4661/stat : 4661 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 26910 33554432000 4194304 4196468 140730478962880 140062037632240 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4662] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119672 27969658880 26910 33554432000 4194304 4196468 140730478962880 140061663123920 140064372852635 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4663] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4663/stat : 4663 (java) S 4646 4646 4480 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 500119672 27969658880 27422 33554432000 4194304 4196468 140730478962880 140062423443696 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4664] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4664/stat : 4664 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 27422 33554432000 4194304 4196468 140730478962880 140062422391152 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4665] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (java) S 4646 4646 4480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 27422 33554432000 4194304 4196468 140730478962880 140062421338096 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4666] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4666/stat : 4666 (java) S 4646 4646 4480 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 27422 33554432000 4194304 4196468 140730478962880 140062420285552 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4667] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4667/stat : 4667 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 27422 33554432000 4194304 4196468 140730478962880 140061165218784 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4668] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 27422 33554432000 4194304 4196468 140730478962880 140062419233968 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 109040 KiB

[startup+0.210197 s]*
/proc/loadavg: 1.30 0.29 0.14 3/210 4668
/proc/meminfo: memFree=25043468/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 500119665 115843072 350 33554432000 4194304 5098028 140730158383552 140730158380808 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 350 297 221 0 87 0
[pid=4649] ppid=4646 vsize=27314120 memory=124492 CPUtime=0.24 cores=0-7
/proc/4649/stat : 4649 (java) S 4646 4646 4480 0 -1 1077944320 11478 0 0 0 20 4 0 0 20 0 20 0 500119665 27969658880 31123 33554432000 4194304 4196468 140730478962880 140730478945424 140064372834039 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
/proc/4649/statm: 6828530 31123 2953 1 0 6790935 0
[pid=4649/tid=4650] ppid=4646 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/4649/task/4650/stat : 4650 (java) R 4646 4646 4480 0 -1 4202560 9189 0 0 0 17 3 0 0 20 0 20 0 500119665 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064344641600 140064353109853 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4651] ppid=4646 vsize=27314120 memory=342 CPUtime=0 cores=0-7
/proc/4649/task/4651/stat : 4651 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064377076752 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4652] ppid=4646 vsize=27314120 memory=288370867543115392 CPUtime=0 cores=0-7
/proc/4649/task/4652/stat : 4652 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064191233168 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4653] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4653/stat : 4653 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064190180112 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4654] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4654/stat : 4654 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064189127568 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4655] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4655/stat : 4655 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064188074512 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4656] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140064187021968 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4657] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4657/stat : 4657 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140063789447440 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4658] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4658/stat : 4658 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 31123 33554432000 4194304 4196468 140730478962880 140063788394896 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4659] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119669 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062424496880 140064372845186 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4660] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4660/stat : 4660 (java) S 4646 4646 4480 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062306068128 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4661] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4661/stat : 4661 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062037632240 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4662] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119672 27969658880 31123 33554432000 4194304 4196468 140730478962880 140061663123920 140064372852635 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4663] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4663/stat : 4663 (java) S 4646 4646 4480 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 500119672 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062423443696 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4664] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4664/stat : 4664 (java) S 4646 4646 4480 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062422391152 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4665] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (java) S 4646 4646 4480 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062421338096 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4666] ppid=4646 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/4649/task/4666/stat : 4666 (java) S 4646 4646 4480 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 20 0 500119673 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062420285552 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4667] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4667/stat : 4667 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 31123 33554432000 4194304 4196468 140730478962880 140061165218784 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4668] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 31123 33554432000 4194304 4196468 140730478962880 140062419233968 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125892 KiB

[startup+0.309606 s]*
/proc/loadavg: 1.30 0.29 0.14 2/210 4668
/proc/meminfo: memFree=25040304/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 500119665 115843072 350 33554432000 4194304 5098028 140730158383552 140730158380808 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 350 297 221 0 87 0
[pid=4649] ppid=4646 vsize=27314120 memory=128172 CPUtime=0.42 cores=0-7
/proc/4649/stat : 4649 (java) S 4646 4646 4480 0 -1 1077944320 12395 0 0 0 37 5 0 0 20 0 20 0 500119665 27969658880 32043 33554432000 4194304 4196468 140730478962880 140730478945424 140064372834039 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
/proc/4649/statm: 6828530 32043 3019 1 0 6790935 0
[pid=4649/tid=4650] ppid=4646 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/4649/task/4650/stat : 4650 (java) R 4646 4646 4480 0 -1 4202560 9954 0 0 0 26 3 0 0 20 0 20 0 500119665 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064344664112 140064354397572 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4651] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4651/stat : 4651 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064377076752 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4652] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4652/stat : 4652 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064191233168 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4653] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4653/stat : 4653 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064190180112 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4654] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4654/stat : 4654 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064189127568 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4655] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4655/stat : 4655 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064188074512 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4656] ppid=4646 vsize=27314120 memory=140491266026159 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140064187021968 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4657] ppid=4646 vsize=27314120 memory=140491266028464 CPUtime=0 cores=0-7
/proc/4649/task/4657/stat : 4657 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140063789447440 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4658] ppid=4646 vsize=27314120 memory=140491266030768 CPUtime=0 cores=0-7
/proc/4649/task/4658/stat : 4658 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27969658880 32043 33554432000 4194304 4196468 140730478962880 140063788394896 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4659] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119669 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062424496880 140064372845186 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4660] ppid=4646 vsize=27314120 memory=280982532075408 CPUtime=0 cores=0-7
/proc/4649/task/4660/stat : 4660 (java) S 4646 4646 4480 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062306068128 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4661] ppid=4646 vsize=27314120 memory=280982532073104 CPUtime=0 cores=0-7
/proc/4649/task/4661/stat : 4661 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119670 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062037632240 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4662] ppid=4646 vsize=27314120 memory=280982532080016 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119672 27969658880 32043 33554432000 4194304 4196468 140730478962880 140061663123920 140064372852635 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4663] ppid=4646 vsize=27314120 memory=280982532021296 CPUtime=0.01 cores=0-7
/proc/4649/task/4663/stat : 4663 (java) S 4646 4646 4480 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 20 0 500119672 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062423443696 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4664] ppid=4646 vsize=27314120 memory=280982532093840 CPUtime=0 cores=0-7
/proc/4649/task/4664/stat : 4664 (java) R 4646 4646 4480 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062422391152 140064353534336 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4665] ppid=4646 vsize=27314120 memory=280982532100752 CPUtime=0.01 cores=0-7
/proc/4649/task/4665/stat : 4665 (java) S 4646 4646 4480 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 20 0 500119673 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062421338096 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4666] ppid=4646 vsize=27314120 memory=280982532098448 CPUtime=0.07 cores=0-7
/proc/4649/task/4666/stat : 4666 (java) S 4646 4646 4480 0 -1 1077944384 485 0 0 0 7 0 0 0 20 0 20 0 500119673 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062420285552 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4667] ppid=4646 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4667/stat : 4667 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 32043 33554432000 4194304 4196468 140730478962880 140061165218784 140064372844245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4668] ppid=4646 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119673 27969658880 32043 33554432000 4194304 4196468 140730478962880 140062419233968 140064372845186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129572 KiB

[startup+0.700912 s]
/proc/loadavg: 1.30 0.29 0.14 2/210 4668
/proc/meminfo: memFree=25016468/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 500119665 115843072 350 33554432000 4194304 5098028 140730158383552 140730158380808 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 350 297 221 0 87 0
[pid=4649] ppid=4646 vsize=27320392 memory=165184 CPUtime=1 cores=0-7
/proc/4649/stat : 4649 (java) S 4646 4646 4480 0 -1 1077944320 19926 0 0 0 93 7 0 0 20 0 20 0 500119665 27976081408 41296 33554432000 4194304 4196468 140730478962880 140730478945424 140064372834039 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
/proc/4649/statm: 6830098 41296 3178 1 0 6791447 0
[pid=4649/tid=4650] ppid=4646 vsize=27320392 memory=0 CPUtime=0.68 cores=0-7
/proc/4649/task/4650/stat : 4650 (java) R 4646 4646 4480 0 -1 4202560 16899 0 0 0 63 5 0 0 20 0 20 0 500119665 27976081408 41296 33554432000 4194304 4196468 140730478962880 140064344672288 140063866454624 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4651] ppid=4646 vsize=27320392 memory=140491266237296 CPUtime=0 cores=0-7
/proc/4649/task/4651/stat : 4651 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27976081408 41296 33554432000 4194304 4196468 140730478962880 140064377076752 140064372844245 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4652] ppid=4646 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/4649/task/4652/stat : 4652 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500119668 27976081408 41296 33554432000 4194304 4196468 140730478962880 140064191233168 140064372844245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0
[pid=4649/tid=4653] ppid=4646 vsize=27320392 memory=2832 CPUtime=0 cores=0-7
/proc/4649/task/4653/stat : 4653 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500119668 27976081408 41296 33554432000 4194304 4196468 140730478962880 140064190180112 140064372844245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26263552 140730478969543 140730478969990 140730478969990 140730478972879 0

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

/proc/4672/statm: 2103531 35693 3210 1 0 2064875 0
[pid=4692] ppid=4672 vsize=968188 memory=362452 CPUtime=1.06 cores=0-7
/proc/4692/stat : 4692 (manyglucose-4.1) S 4672 4646 4480 0 -1 1077944320 55703 0 0 0 94 12 0 0 20 0 9 0 500120417 991424512 90613 33554432000 4194304 4454172 140732692389088 140732692387488 140378636372610 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6552832 6554400 23891968 140732692390734 140732692390940 140732692390940 140732692393910 0
/proc/4692/statm: 242047 90613 388 64 0 237715 0
[pid=4672/tid=4673] ppid=4646 vsize=8414124 memory=0 CPUtime=0.98 cores=0-7
/proc/4672/task/4673/stat : 4673 (java) S 4646 4646 4480 0 -1 1077944384 18014 0 0 0 86 12 0 0 20 0 24 0 500120322 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443889233824 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4674] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4674/stat : 4674 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443921636496 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4675] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4675/stat : 4675 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443403004944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4676] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4676/stat : 4676 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443401952144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4677] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4677/stat : 4677 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443400899344 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4678] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4678/stat : 4678 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443399846544 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4679] ppid=4646 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/4672/task/4679/stat : 4679 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443398793744 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4680] ppid=4646 vsize=8414124 memory=142772 CPUtime=0 cores=0-7
/proc/4672/task/4680/stat : 4680 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443397740944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4681] ppid=4646 vsize=8414124 memory=1444 CPUtime=0 cores=0-7
/proc/4672/task/4681/stat : 4681 (java) S 4646 4646 4480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500120323 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443396688144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4682] ppid=4646 vsize=8414124 memory=880 CPUtime=0 cores=0-7
/proc/4672/task/4682/stat : 4682 (java) S 4646 4646 4480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 500120325 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442876226416 140443917404802 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4683] ppid=4646 vsize=8414124 memory=1984 CPUtime=0 cores=0-7
/proc/4672/task/4683/stat : 4683 (java) S 4646 4646 4480 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 500120325 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442544891424 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4684] ppid=4646 vsize=8414124 memory=2552 CPUtime=0 cores=0-7
/proc/4672/task/4684/stat : 4684 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500120325 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442276455792 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4685] ppid=4646 vsize=8414124 memory=1760 CPUtime=0 cores=0-7
/proc/4672/task/4685/stat : 4685 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140441901947216 140443917412251 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4686] ppid=4646 vsize=8414124 memory=111632 CPUtime=0.2 cores=0-7
/proc/4672/task/4686/stat : 4686 (java) S 4646 4646 4480 0 -1 1077944384 1079 0 0 0 20 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442875173232 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4687] ppid=4646 vsize=8414124 memory=804 CPUtime=0.22 cores=0-7
/proc/4672/task/4687/stat : 4687 (java) S 4646 4646 4480 0 -1 1077944384 524 0 0 0 22 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442874120432 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4688] ppid=4646 vsize=8414124 memory=4108 CPUtime=0.28 cores=0-7
/proc/4672/task/4688/stat : 4688 (java) S 4646 4646 4480 0 -1 1077944384 689 0 0 0 28 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442873067632 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4689] ppid=4646 vsize=8414124 memory=1808 CPUtime=0.26 cores=0-7
/proc/4672/task/4689/stat : 4689 (java) S 4646 4646 4480 0 -1 1077944384 888 0 0 0 26 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442872014832 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4690] ppid=4646 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/4672/task/4690/stat : 4690 (java) S 4646 4646 4480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140441404042336 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4691] ppid=4646 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/4672/task/4691/stat : 4691 (java) S 4646 4646 4480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500120328 8616062976 35693 33554432000 4194304 4196468 140733979600976 140442870963248 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4693] ppid=4646 vsize=8414124 memory=7013342048940813417 CPUtime=0 cores=0-7
/proc/4672/task/4693/stat : 4693 (java) S 4646 4646 4480 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 500120417 8616062976 35693 33554432000 4194304 4196468 140733979600976 140443216467520 140443917418265 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4695] ppid=4646 vsize=8414124 memory=6299522573187769701 CPUtime=0 cores=0-7
/proc/4672/task/4695/stat : 4695 (java) S 4646 4646 4480 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 500120418 8616062976 35693 33554432000 4194304 4196468 140733979600976 140440732942000 140443917415581 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4696] ppid=4646 vsize=8414124 memory=6147521519994163280 CPUtime=0 cores=0-7
/proc/4672/task/4696/stat : 4696 (java) S 4646 4646 4480 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 500120418 8616062976 35693 33554432000 4194304 4196468 140733979600976 140441001377328 140443917415581 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4697] ppid=4646 vsize=8414124 memory=7019467088057415220 CPUtime=0 cores=0-7
/proc/4672/task/4697/stat : 4697 (java) S 4646 4646 4480 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 500120420 8616062976 35693 33554432000 4194304 4196468 140733979600976 140440464514096 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
Current children cumulated CPU time: 21.03 s
Current children cumulated vsize: 9495440 KiB
Current children cumulated memory: 506700 KiB

[startup+8.60106 s]
/proc/loadavg: 1.28 0.31 0.14 2/217 4697
/proc/meminfo: memFree=24938044/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1476 CPUtime=17.98 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 582 35124 0 0 0 0 1732 66 20 0 1 0 500119665 115843072 369 33554432000 4194304 5098028 140730158383552 140730158380296 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 369 311 221 0 87 0
[pid=4672] ppid=4646 vsize=8283048 memory=152104 CPUtime=3.89 cores=0-7
/proc/4672/stat : 4672 (java) S 4646 4646 4480 0 -1 1077944320 22855 58027 0 0 208 15 151 15 20 0 22 0 500120321 8481841152 38026 33554432000 4194304 4196468 140733979600976 140733979583520 140443917393655 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
/proc/4672/statm: 2070762 38026 3227 1 0 2032106 0
[pid=4672/tid=4673] ppid=4646 vsize=8283048 memory=7090988413152880236 CPUtime=2.66 cores=0-7
/proc/4672/task/4673/stat : 4673 (java) R 4646 4646 4480 0 -1 4202560 18053 58027 0 0 88 12 151 15 20 0 22 0 500120322 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443889230512 140443917405590 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4674] ppid=4646 vsize=8283048 memory=8242264893812663142 CPUtime=1.66 cores=0-7
/proc/4672/task/4674/stat : 4674 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443921636496 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4675] ppid=4646 vsize=8283048 memory=8242264893812663142 CPUtime=1.66 cores=0-7
/proc/4672/task/4675/stat : 4675 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443403004944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4676] ppid=4646 vsize=8283048 memory=7879154567485023571 CPUtime=1.66 cores=0-7
/proc/4672/task/4676/stat : 4676 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443401952144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4677] ppid=4646 vsize=8283048 memory=7812162513794460516 CPUtime=1.66 cores=0-7
/proc/4672/task/4677/stat : 4677 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443400899344 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4678] ppid=4646 vsize=8283048 memory=7668037434292333408 CPUtime=1.66 cores=0-7
/proc/4672/task/4678/stat : 4678 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443399846544 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4679] ppid=4646 vsize=8283048 memory=6370158490082829905 CPUtime=1.66 cores=0-7
/proc/4672/task/4679/stat : 4679 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443398793744 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4680] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4680/stat : 4680 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443397740944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4681] ppid=4646 vsize=8283048 memory=1706 CPUtime=1.66 cores=0-7
/proc/4672/task/4681/stat : 4681 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 22 0 500120323 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443396688144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4682] ppid=4646 vsize=8283048 memory=6015 CPUtime=1.66 cores=0-7
/proc/4672/task/4682/stat : 4682 (java) S 4646 4646 4480 0 -1 1077944384 5 58027 0 0 0 0 151 15 20 0 22 0 500120325 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442876226416 140443917404802 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4683] ppid=4646 vsize=8283048 memory=580 CPUtime=1.66 cores=0-7
/proc/4672/task/4683/stat : 4683 (java) S 4646 4646 4480 0 -1 1077944384 13 58027 0 0 0 0 151 15 20 0 22 0 500120325 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442544891424 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4684] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4684/stat : 4684 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 22 0 500120325 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442276455792 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4685] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4685/stat : 4685 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140441901947216 140443917412251 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4686] ppid=4646 vsize=8283048 memory=6935651454851507028 CPUtime=1.9 cores=0-7
/proc/4672/task/4686/stat : 4686 (java) R 4646 4646 4480 0 -1 4202560 1099 58027 0 0 24 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442875156064 140443895840955 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4687] ppid=4646 vsize=8283048 memory=4639939496134862184 CPUtime=1.9 cores=0-7
/proc/4672/task/4687/stat : 4687 (java) S 4646 4646 4480 0 -1 1077944384 536 58027 0 0 24 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442874120432 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4688] ppid=4646 vsize=8283048 memory=6153980205714659426 CPUtime=1.97 cores=0-7
/proc/4672/task/4688/stat : 4688 (java) S 4646 4646 4480 0 -1 1077944384 704 58027 0 0 31 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442873067632 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4689] ppid=4646 vsize=8283048 memory=7512114578044973668 CPUtime=1.98 cores=0-7
/proc/4672/task/4689/stat : 4689 (java) R 4646 4646 4480 0 -1 4202560 1018 58027 0 0 32 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442872014832 140443917405590 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4690] ppid=4646 vsize=8283048 memory=6297274093433941353 CPUtime=1.66 cores=0-7
/proc/4672/task/4690/stat : 4690 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140441404042336 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4691] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4691/stat : 4691 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 22 0 500120328 8481841152 38026 33554432000 4194304 4196468 140733979600976 140442870963248 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4693] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4693/stat : 4693 (java) S 4646 4646 4480 0 -1 1077944384 24 58027 0 0 0 0 151 15 20 0 22 0 500120417 8481841152 38026 33554432000 4194304 4196468 140733979600976 140443216466704 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4697] ppid=4646 vsize=8283048 memory=0 CPUtime=1.66 cores=0-7
/proc/4672/task/4697/stat : 4697 (java) S 4646 4646 4480 0 -1 1077944384 7 58027 0 0 0 0 151 15 20 0 22 0 500120420 8481841152 38026 33554432000 4194304 4196468 140733979600976 140440464515888 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
Current children cumulated CPU time: 21.87 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 153580 KiB

[startup+8.70097 s]
/proc/loadavg: 1.28 0.31 0.14 2/217 4697
/proc/meminfo: memFree=24938044/32770624 swapFree=66953704/67108860
[pid=4646] ppid=4643 vsize=113128 memory=1476 CPUtime=17.98 cores=0-7
/proc/4646/stat : 4646 (scop.sh) S 4643 4646 4480 0 -1 4202496 582 35124 0 0 0 0 1732 66 20 0 1 0 500119665 115843072 369 33554432000 4194304 5098028 140730158383552 140730158380296 139866866524796 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8458240 140730158387964 140730158388312 140730158388312 140730158391241 0
/proc/4646/statm: 28282 369 311 221 0 87 0
[pid=4672] ppid=4646 vsize=8150944 memory=162384 CPUtime=4.23 cores=0-7
/proc/4672/stat : 4672 (java) S 4646 4646 4480 0 -1 1077944320 24978 58027 0 0 239 18 151 15 20 0 20 0 500120321 8346566656 40596 33554432000 4194304 4196468 140733979600976 140733979583520 140443917393655 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
/proc/4672/statm: 2037736 40596 3238 1 0 1999080 0
[pid=4672/tid=4673] ppid=4646 vsize=8150944 memory=1560 CPUtime=2.76 cores=0-7
/proc/4672/task/4673/stat : 4673 (java) S 4646 4646 4480 0 -1 1077944384 19886 58027 0 0 96 14 151 15 20 0 20 0 500120322 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443889237136 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4674] ppid=4646 vsize=8150944 memory=1476 CPUtime=1.66 cores=0-7
/proc/4672/task/4674/stat : 4674 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443921636496 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4675] ppid=4646 vsize=8150944 memory=142772 CPUtime=1.66 cores=0-7
/proc/4672/task/4675/stat : 4675 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443403004944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4676] ppid=4646 vsize=8150944 memory=1044 CPUtime=1.66 cores=0-7
/proc/4672/task/4676/stat : 4676 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443401952144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4677] ppid=4646 vsize=8150944 memory=708 CPUtime=1.66 cores=0-7
/proc/4672/task/4677/stat : 4677 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443400899344 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4678] ppid=4646 vsize=8150944 memory=9364 CPUtime=1.66 cores=0-7
/proc/4672/task/4678/stat : 4678 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443399846544 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4679] ppid=4646 vsize=8150944 memory=142772 CPUtime=1.66 cores=0-7
/proc/4672/task/4679/stat : 4679 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443398793744 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4680] ppid=4646 vsize=8150944 memory=372764 CPUtime=1.66 cores=0-7
/proc/4672/task/4680/stat : 4680 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443397740944 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4681] ppid=4646 vsize=8150944 memory=1476 CPUtime=1.66 cores=0-7
/proc/4672/task/4681/stat : 4681 (java) S 4646 4646 4480 0 -1 1077944384 2 58027 0 0 0 0 151 15 20 0 20 0 500120323 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443396688144 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4682] ppid=4646 vsize=8150944 memory=142772 CPUtime=1.66 cores=0-7
/proc/4672/task/4682/stat : 4682 (java) S 4646 4646 4480 0 -1 1077944384 5 58027 0 0 0 0 151 15 20 0 20 0 500120325 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442876226624 140443917404802 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4683] ppid=4646 vsize=8150944 memory=988 CPUtime=1.66 cores=0-7
/proc/4672/task/4683/stat : 4683 (java) S 4646 4646 4480 0 -1 1077944384 13 58027 0 0 0 0 151 15 20 0 20 0 500120325 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442544891424 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4684] ppid=4646 vsize=8150944 memory=2016 CPUtime=1.66 cores=0-7
/proc/4672/task/4684/stat : 4684 (java) S 4646 4646 4480 0 -1 1077944384 1 58027 0 0 0 0 151 15 20 0 20 0 500120325 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442276455792 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4686] ppid=4646 vsize=8150944 memory=107260 CPUtime=1.95 cores=0-7
/proc/4672/task/4686/stat : 4686 (java) S 4646 4646 4480 0 -1 1077944384 1123 58027 0 0 29 0 151 15 20 0 20 0 500120328 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442875173232 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4687] ppid=4646 vsize=8150944 memory=3616 CPUtime=1.98 cores=0-7
/proc/4672/task/4687/stat : 4687 (java) R 4646 4646 4480 0 -1 4202560 627 58027 0 0 32 0 151 15 20 0 20 0 500120328 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442874103664 140443902077802 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4688] ppid=4646 vsize=8150944 memory=1556 CPUtime=2.01 cores=0-7
/proc/4672/task/4688/stat : 4688 (java) S 4646 4646 4480 0 -1 1077944384 737 58027 0 0 35 0 151 15 20 0 20 0 500120328 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442873067632 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4689] ppid=4646 vsize=8150944 memory=2832 CPUtime=2.03 cores=0-7
/proc/4672/task/4689/stat : 4689 (java) S 4646 4646 4480 0 -1 1077944384 1141 58027 0 0 37 0 151 15 20 0 20 0 500120328 8346566656 40596 33554432000 4194304 4196468 140733979600976 140442872014832 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4690] ppid=4646 vsize=8150944 memory=984 CPUtime=1.66 cores=0-7
/proc/4672/task/4690/stat : 4690 (java) S 4646 4646 4480 0 -1 1077944384 3 58027 0 0 0 0 151 15 20 0 20 0 500120328 8346566656 40596 33554432000 4194304 4196468 140733979600976 140441404042336 140443917403861 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4693] ppid=4646 vsize=8150944 memory=6015 CPUtime=1.66 cores=0-7
/proc/4672/task/4693/stat : 4693 (java) S 4646 4646 4480 0 -1 1077944384 24 58027 0 0 0 0 151 15 20 0 20 0 500120417 8346566656 40596 33554432000 4194304 4196468 140733979600976 140443216466704 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
[pid=4672/tid=4697] ppid=4646 vsize=8150944 memory=380 CPUtime=1.66 cores=0-7
/proc/4672/task/4697/stat : 4697 (java) S 4646 4646 4480 0 -1 1077944384 7 58027 0 0 0 0 151 15 20 0 20 0 500120420 8346566656 40596 33554432000 4194304 4196468 140733979600976 140440464515888 140443917404802 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27738112 140733979603936 140733979604102 140733979604102 140733979606991 0
Current children cumulated CPU time: 22.21 s
Current children cumulated vsize: 8264072 KiB
Current children cumulated memory: 163860 KiB

Child status: 0
Real time (s): 8.71913
CPU time (s): 22.2482
CPU user time (s): 21.2345
CPU system time (s): 1.01364
CPU usage (%): 255.165
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 2504876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2345
system time used= 1.01364
maximum resident set size= 2506376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118732
page faults= 0
swaps= 0
block input operations= 36392
block output operations= 30632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11077
involuntary context switches= 367


# summary of solver processes directly reported to runsolver:
#   pid: 4646
#   total CPU time (s): 22.2482
#   total CPU user time (s): 21.2345
#   total CPU system time (s): 1.01364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082142 second user time and 0.142316 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-23 12:35:20
IDJOB=4405445
IDBENCH=120825
IDSOLVER=2868
FILE ID=node107/4405445-1569238643
RUNJOBID= node107-1569234908-4507
PBS_JOBID= 21704913
Free space on /var/tmp= 12564 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-01.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 /var/tmp/evaluation-result-4405445-1569238643/watcher-4405445-1569238643 -o /var/tmp/evaluation-result-4405445-1569238643/solver-4405445-1569238643 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569234908-4507 --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-4405445-1569238643.xml

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

MD5SUM BENCH= cc02d555e77a77c358edd72952e3206f
RANDOM SEED=768292140

node107.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25156308 kB
MemAvailable:   31798836 kB
Buffers:           89852 kB
Cached:          6624172 kB
SwapCached:        48408 kB
Active:          3330564 kB
Inactive:        3432892 kB
Active(anon):       4356 kB
Inactive(anon):    98040 kB
Active(file):    3326208 kB
Inactive(file):  3334852 kB
Unevictable:      110960 kB
Mlocked:          110960 kB
SwapTotal:      67108860 kB
SwapFree:       66953704 kB
Dirty:             20800 kB
Writeback:             0 kB
AnonPages:        113704 kB
Mapped:            52056 kB
Shmem:             44184 kB
Slab:             438764 kB
SReclaimable:     409928 kB
SUnreclaim:        28836 kB
KernelStack:        3392 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12544 MiB
End job on node107 at 2019-09-23 12:35:29