Trace number 4405145

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-09-22)SAT 22.1038 9.27348

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405145-1569238640/watcher-4405145-1569238640 -o /tmp/evaluation-result-4405145-1569238640/solver-4405145-1569238640 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569234408-27761 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405145-1569238640.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=27900, runsolver pid=27897

[startup+0.100109 s]*
/proc/loadavg: 0.56 0.13 0.08 2/210 27922
/proc/meminfo: memFree=25455708/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 500120720 115843072 349 33554432000 4194304 5098028 140727391250304 140727391247560 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 349 296 221 0 87 0
[pid=27903] ppid=27900 vsize=27314120 memory=104088 CPUtime=0.1 cores=0-7
/proc/27903/stat : 27903 (java) S 27900 27900 27734 0 -1 1077944320 6653 0 0 0 8 2 0 0 20 0 20 0 500120720 27969658880 26022 33554432000 4194304 4196468 140729157624672 140729157607216 139641089449719 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
/proc/27903/statm: 6828530 26022 2797 1 0 6790935 0
[pid=27903/tid=27904] ppid=27900 vsize=27314120 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/27903/task/27904/stat : 27904 (java) R 27900 27900 27734 0 -1 4202560 4716 0 0 0 7 2 0 0 20 0 20 0 500120720 27969658880 26022 33554432000 4194304 4196468 140729157624672 139641061276432 139641073493349 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27905] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27905/stat : 27905 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139641093691664 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27906] ppid=27900 vsize=27314120 memory=140519077335007 CPUtime=0 cores=0-7
/proc/27903/task/27906/stat : 27906 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640877087120 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27907] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27907/stat : 27907 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640876034576 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27908] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27908/stat : 27908 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640874982032 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27909] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27909/stat : 27909 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640873929488 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27910] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27910/stat : 27910 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640872876944 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27911] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27911/stat : 27911 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640871824400 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27912] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27912/stat : 27912 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640870771856 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27913] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27913/stat : 27913 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120724 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640462518256 139641089460866 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27914] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27914/stat : 27914 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 26022 33554432000 4194304 4196468 140729157624672 139638983353248 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27915] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27915/stat : 27915 (java) S 27900 27900 27734 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 26022 33554432000 4194304 4196468 140729157624672 139638849131504 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27916] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27916/stat : 27916 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 26022 33554432000 4194304 4196468 140729157624672 139638474627280 139641089468315 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27917] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27917/stat : 27917 (java) S 27900 27900 27734 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 26022 33554432000 4194304 4196468 140729157624672 139640461466096 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27918] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27918/stat : 27918 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 26022 33554432000 4194304 4196468 140729157624672 139639205653104 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27919] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27919/stat : 27919 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 26022 33554432000 4194304 4196468 140729157624672 139639204600560 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27920] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27920/stat : 27920 (java) S 27900 27900 27734 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 26022 33554432000 4194304 4196468 140729157624672 139639203548016 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27921] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27921/stat : 27921 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 26022 33554432000 4194304 4196468 140729157624672 139637976721632 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27922] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27922/stat : 27922 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 26022 33554432000 4194304 4196468 140729157624672 139639202494896 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 105484 KiB

[startup+0.210269 s]*
/proc/loadavg: 0.56 0.13 0.08 2/210 27922
/proc/meminfo: memFree=25433468/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 500120720 115843072 349 33554432000 4194304 5098028 140727391250304 140727391247560 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 349 296 221 0 87 0
[pid=27903] ppid=27900 vsize=27314120 memory=123684 CPUtime=0.25 cores=0-7
/proc/27903/stat : 27903 (java) S 27900 27900 27734 0 -1 1077944320 12254 0 0 0 21 4 0 0 20 0 20 0 500120720 27969658880 30921 33554432000 4194304 4196468 140729157624672 140729157607216 139641089449719 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
/proc/27903/statm: 6828530 30921 2958 1 0 6790935 0
[pid=27903/tid=27904] ppid=27900 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27903/task/27904/stat : 27904 (java) R 27900 27900 27734 0 -1 4202560 9931 0 0 0 16 3 0 0 20 0 20 0 500120720 27969658880 30921 33554432000 4194304 4196468 140729157624672 139641061249104 139641071013279 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27905] ppid=27900 vsize=27314120 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/27903/task/27905/stat : 27905 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139641093691664 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27906] ppid=27900 vsize=27314120 memory=288370895229019776 CPUtime=0 cores=0-7
/proc/27903/task/27906/stat : 27906 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640877087120 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27907] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27907/stat : 27907 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640876034576 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27908] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27908/stat : 27908 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640874982032 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27909] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27909/stat : 27909 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640873929488 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27910] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27910/stat : 27910 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640872876944 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27911] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27911/stat : 27911 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640871824400 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27912] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27912/stat : 27912 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640870771856 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27913] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27913/stat : 27913 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120724 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640462518256 139641089460866 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27914] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27914/stat : 27914 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 30921 33554432000 4194304 4196468 140729157624672 139638983353248 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27915] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27915/stat : 27915 (java) S 27900 27900 27734 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 30921 33554432000 4194304 4196468 140729157624672 139638849131504 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27916] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27916/stat : 27916 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 30921 33554432000 4194304 4196468 140729157624672 139638474627280 139641089468315 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27917] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27917/stat : 27917 (java) S 27900 27900 27734 0 -1 1077944384 346 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 30921 33554432000 4194304 4196468 140729157624672 139640461466096 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27918] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27918/stat : 27918 (java) S 27900 27900 27734 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 30921 33554432000 4194304 4196468 140729157624672 139639205653104 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27919] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27919/stat : 27919 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 30921 33554432000 4194304 4196468 140729157624672 139639204600560 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27920] ppid=27900 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/27903/task/27920/stat : 27920 (java) S 27900 27900 27734 0 -1 1077944384 464 0 0 0 2 0 0 0 20 0 20 0 500120727 27969658880 30921 33554432000 4194304 4196468 140729157624672 139639203548016 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27921] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27921/stat : 27921 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 30921 33554432000 4194304 4196468 140729157624672 139637976721632 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27922] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27922/stat : 27922 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 30921 33554432000 4194304 4196468 140729157624672 139639202494896 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125080 KiB

[startup+0.30975 s]*
/proc/loadavg: 0.56 0.13 0.08 2/210 27922
/proc/meminfo: memFree=25429596/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 500120720 115843072 349 33554432000 4194304 5098028 140727391250304 140727391247560 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 349 296 221 0 87 0
[pid=27903] ppid=27900 vsize=27314120 memory=127464 CPUtime=0.42 cores=0-7
/proc/27903/stat : 27903 (java) S 27900 27900 27734 0 -1 1077944320 12805 0 0 0 38 4 0 0 20 0 20 0 500120720 27969658880 31866 33554432000 4194304 4196468 140729157624672 140729157607216 139641089449719 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
/proc/27903/statm: 6828530 31866 3017 1 0 6790935 0
[pid=27903/tid=27904] ppid=27900 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/27903/task/27904/stat : 27904 (java) R 27900 27900 27734 0 -1 4202560 10293 0 0 0 26 3 0 0 20 0 20 0 500120720 27969658880 31866 33554432000 4194304 4196468 140729157624672 139641061277056 139641071014689 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27905] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27905/stat : 27905 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139641093691664 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27906] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27906/stat : 27906 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640877087120 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27907] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27907/stat : 27907 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640876034576 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27908] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27908/stat : 27908 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640874982032 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27909] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27909/stat : 27909 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640873929488 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27910] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27910/stat : 27910 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640872876944 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27911] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27911/stat : 27911 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640871824400 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27912] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27912/stat : 27912 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120723 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640870771856 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27913] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27913/stat : 27913 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120724 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640462518256 139641089460866 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27914] ppid=27900 vsize=27314120 memory=281037829774720 CPUtime=0 cores=0-7
/proc/27903/task/27914/stat : 27914 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 31866 33554432000 4194304 4196468 140729157624672 139638983353248 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27915] ppid=27900 vsize=27314120 memory=281037829779328 CPUtime=0 cores=0-7
/proc/27903/task/27915/stat : 27915 (java) S 27900 27900 27734 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 500120725 27969658880 31866 33554432000 4194304 4196468 140729157624672 139638849131504 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27916] ppid=27900 vsize=27314120 memory=281037829783936 CPUtime=0 cores=0-7
/proc/27903/task/27916/stat : 27916 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 31866 33554432000 4194304 4196468 140729157624672 139638474627280 139641089468315 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27917] ppid=27900 vsize=27314120 memory=281037829788544 CPUtime=0.01 cores=0-7
/proc/27903/task/27917/stat : 27917 (java) S 27900 27900 27734 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 500120727 27969658880 31866 33554432000 4194304 4196468 140729157624672 139640461466096 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27918] ppid=27900 vsize=27314120 memory=281037829793152 CPUtime=0.02 cores=0-7
/proc/27903/task/27918/stat : 27918 (java) S 27900 27900 27734 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 500120727 27969658880 31866 33554432000 4194304 4196468 140729157624672 139639205653104 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27919] ppid=27900 vsize=27314120 memory=281037829797760 CPUtime=0 cores=0-7
/proc/27903/task/27919/stat : 27919 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500120727 27969658880 31866 33554432000 4194304 4196468 140729157624672 139639204600560 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27920] ppid=27900 vsize=27314120 memory=281037829802368 CPUtime=0.07 cores=0-7
/proc/27903/task/27920/stat : 27920 (java) S 27900 27900 27734 0 -1 1077944384 508 0 0 0 7 0 0 0 20 0 20 0 500120727 27969658880 31866 33554432000 4194304 4196468 140729157624672 139639203548016 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27921] ppid=27900 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27921/stat : 27921 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 31866 33554432000 4194304 4196468 140729157624672 139637976721632 139641089459925 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27922] ppid=27900 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/27903/task/27922/stat : 27922 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120728 27969658880 31866 33554432000 4194304 4196468 140729157624672 139639202494896 139641089460866 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 128860 KiB

[startup+0.70095 s]
/proc/loadavg: 0.56 0.13 0.08 3/210 27922
/proc/meminfo: memFree=25407536/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 500120720 115843072 349 33554432000 4194304 5098028 140727391250304 140727391247560 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 349 296 221 0 87 0
[pid=27903] ppid=27900 vsize=27320392 memory=163708 CPUtime=1 cores=0-7
/proc/27903/stat : 27903 (java) S 27900 27900 27734 0 -1 1077944320 20520 0 0 0 93 7 0 0 20 0 20 0 500120720 27976081408 40927 33554432000 4194304 4196468 140729157624672 140729157607216 139641089449719 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
/proc/27903/statm: 6830098 40927 3191 1 0 6791447 0
[pid=27903/tid=27904] ppid=27900 vsize=27320392 memory=4580 CPUtime=0.67 cores=0-7
/proc/27903/task/27904/stat : 27904 (java) R 27900 27900 27734 0 -1 4202560 17355 0 0 0 62 5 0 0 20 0 20 0 500120720 27976081408 40927 33554432000 4194304 4196468 140729157624672 139641061287936 139641089461654 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27905] ppid=27900 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27905/stat : 27905 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500120723 27976081408 40927 33554432000 4194304 4196468 140729157624672 139641093691664 139641089459925 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27906] ppid=27900 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/27903/task/27906/stat : 27906 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27976081408 40927 33554432000 4194304 4196468 140729157624672 139640877087120 139641089459925 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0
[pid=27903/tid=27907] ppid=27900 vsize=27320392 memory=1056 CPUtime=0 cores=0-7
/proc/27903/task/27907/stat : 27907 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500120723 27976081408 40927 33554432000 4194304 4196468 140729157624672 139640876034576 139641089459925 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7245824 140729157632747 140729157633174 140729157633174 140729157636047 0

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

Current children cumulated vsize: 27443904 KiB
Current children cumulated memory: 2330852 KiB

[startup+8.00028 s]*
/proc/loadavg: 0.92 0.22 0.11 5/210 27942
/proc/meminfo: memFree=25395768/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1476 CPUtime=17.95 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 582 34462 0 0 0 0 1727 68 20 0 1 0 500120720 115843072 369 33554432000 4194304 5098028 140727391250304 140727391247048 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 369 311 221 0 87 0
[pid=27923] ppid=27900 vsize=7756476 memory=127324 CPUtime=1.82 cores=0-7
/proc/27923/stat : 27923 (java) S 27900 27900 27734 0 -1 1077944320 21120 0 0 0 167 15 0 0 20 0 20 0 500121426 7942631424 31831 33554432000 4194304 4196468 140729476437616 140729476420160 139820083166967 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
/proc/27923/statm: 1939119 31831 3206 1 0 1900463 0
[pid=27923/tid=27924] ppid=27900 vsize=7756476 memory=0 CPUtime=0.93 cores=0-7
/proc/27923/task/27924/stat : 27924 (java) R 27900 27900 27734 0 -1 4202560 17099 0 0 0 79 14 0 0 20 0 20 0 500121426 7942631424 31831 33554432000 4194304 4196468 140729476437616 139820055002416 139820083188893 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27925] ppid=27900 vsize=7756476 memory=5788348557540086592 CPUtime=0 cores=0-7
/proc/27923/task/27925/stat : 27925 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139820087409424 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27926] ppid=27900 vsize=7756476 memory=8514701219931451533 CPUtime=0 cores=0-7
/proc/27923/task/27926/stat : 27926 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819909905296 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27927] ppid=27900 vsize=7756476 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/27923/task/27927/stat : 27927 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819567758352 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27928] ppid=27900 vsize=7756476 memory=288230583167940266 CPUtime=0 cores=0-7
/proc/27923/task/27928/stat : 27928 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819566705808 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27929] ppid=27900 vsize=7756476 memory=16105866208016137 CPUtime=0 cores=0-7
/proc/27923/task/27929/stat : 27929 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819565652240 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27930] ppid=27900 vsize=7756476 memory=7649399358461916978 CPUtime=0 cores=0-7
/proc/27923/task/27930/stat : 27930 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819564599696 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27931] ppid=27900 vsize=7756476 memory=7649399362756884274 CPUtime=0 cores=0-7
/proc/27923/task/27931/stat : 27931 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819563547152 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27932] ppid=27900 vsize=7756476 memory=7649399367051851570 CPUtime=0 cores=0-7
/proc/27923/task/27932/stat : 27932 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 500121427 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819562494608 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27933] ppid=27900 vsize=7756476 memory=0 CPUtime=0 cores=0-7
/proc/27923/task/27933/stat : 27933 (java) S 27900 27900 27734 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 500121429 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819378063856 139820083178114 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27934] ppid=27900 vsize=7756476 memory=281037830586864 CPUtime=0 cores=0-7
/proc/27923/task/27934/stat : 27934 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 500121429 7942631424 31831 33554432000 4194304 4196468 140729476437616 139818566673824 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27935] ppid=27900 vsize=7756476 memory=304336242360665841 CPUtime=0 cores=0-7
/proc/27923/task/27935/stat : 27935 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121429 7942631424 31831 33554432000 4194304 4196468 140729476437616 139818298238448 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27936] ppid=27900 vsize=7756476 memory=117397240 CPUtime=0 cores=0-7
/proc/27923/task/27936/stat : 27936 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139817923730128 139820083185563 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27937] ppid=27900 vsize=7756476 memory=218117880 CPUtime=0.21 cores=0-7
/proc/27923/task/27937/stat : 27937 (java) R 27900 27900 27734 0 -1 4202560 738 0 0 0 21 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819377010672 139820062855517 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27938] ppid=27900 vsize=7756476 memory=6791534058613427641 CPUtime=0.21 cores=0-7
/proc/27923/task/27938/stat : 27938 (java) R 27900 27900 27734 0 -1 4202560 751 0 0 0 21 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819375946000 139820068807119 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27939] ppid=27900 vsize=7756476 memory=448685816 CPUtime=0.2 cores=0-7
/proc/27923/task/27939/stat : 27939 (java) S 27900 27900 27734 0 -1 1077944384 612 0 0 0 20 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819374905584 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27940] ppid=27900 vsize=7756476 memory=546658040 CPUtime=0.23 cores=0-7
/proc/27923/task/27940/stat : 27940 (java) R 27900 27900 27734 0 -1 4202560 581 0 0 0 23 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819373853040 139820062087463 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27941] ppid=27900 vsize=7756476 memory=6788 CPUtime=0 cores=0-7
/proc/27923/task/27941/stat : 27941 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139817425824480 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27942] ppid=27900 vsize=7756476 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/27923/task/27942/stat : 27942 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 500121432 7942631424 31831 33554432000 4194304 4196468 140729476437616 139819304872880 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
Current children cumulated CPU time: 19.77 s
Current children cumulated vsize: 7869604 KiB
Current children cumulated memory: 128800 KiB

[startup+8.80081 s]
/proc/loadavg: 0.92 0.22 0.11 5/210 27942
/proc/meminfo: memFree=25395768/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1476 CPUtime=17.95 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 582 34462 0 0 0 0 1727 68 20 0 1 0 500120720 115843072 369 33554432000 4194304 5098028 140727391250304 140727391247048 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 369 311 221 0 87 0
[pid=27923] ppid=27900 vsize=8414124 memory=140960 CPUtime=1.95 cores=0-7
/proc/27923/stat : 27923 (java) S 27900 27900 27734 0 -1 1077944320 21643 0 0 0 179 16 0 0 20 0 24 0 500121426 8616062976 35240 33554432000 4194304 4196468 140729476437616 140729476420160 139820083166967 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
/proc/27923/statm: 2103531 35240 3215 1 0 2064875 0
[pid=27923/tid=27924] ppid=27900 vsize=8414124 memory=1564 CPUtime=0.98 cores=0-7
/proc/27923/task/27924/stat : 27924 (java) S 27900 27900 27734 0 -1 1077944384 17501 0 0 0 84 14 0 0 20 0 24 0 500121426 8616062976 35240 33554432000 4194304 4196468 140729476437616 139820055007136 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27925] ppid=27900 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/27923/task/27925/stat : 27925 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139820087409424 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27926] ppid=27900 vsize=8414124 memory=140960 CPUtime=0 cores=0-7
/proc/27923/task/27926/stat : 27926 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819909905296 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27927] ppid=27900 vsize=8414124 memory=1440 CPUtime=0 cores=0-7
/proc/27923/task/27927/stat : 27927 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819567758352 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27928] ppid=27900 vsize=8414124 memory=912 CPUtime=0 cores=0-7
/proc/27923/task/27928/stat : 27928 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819566705808 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27929] ppid=27900 vsize=8414124 memory=1984 CPUtime=0 cores=0-7
/proc/27923/task/27929/stat : 27929 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819565652240 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27930] ppid=27900 vsize=8414124 memory=2480 CPUtime=0 cores=0-7
/proc/27923/task/27930/stat : 27930 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819564599696 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27931] ppid=27900 vsize=8414124 memory=1768 CPUtime=0 cores=0-7
/proc/27923/task/27931/stat : 27931 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819563547152 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27932] ppid=27900 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/27923/task/27932/stat : 27932 (java) S 27900 27900 27734 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 500121427 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819562494608 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27933] ppid=27900 vsize=8414124 memory=281037830371648 CPUtime=0 cores=0-7
/proc/27923/task/27933/stat : 27933 (java) S 27900 27900 27734 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 500121429 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819378063856 139820083178114 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27934] ppid=27900 vsize=8414124 memory=589972050867744050 CPUtime=0 cores=0-7
/proc/27923/task/27934/stat : 27934 (java) S 27900 27900 27734 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 500121429 8616062976 35240 33554432000 4194304 4196468 140729476437616 139818566673824 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27935] ppid=27900 vsize=8414124 memory=288287787869012828 CPUtime=0 cores=0-7
/proc/27923/task/27935/stat : 27935 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121429 8616062976 35240 33554432000 4194304 4196468 140729476437616 139818298238448 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27936] ppid=27900 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/27923/task/27936/stat : 27936 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139817923730128 139820083185563 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27937] ppid=27900 vsize=8414124 memory=0 CPUtime=0.22 cores=0-7
/proc/27923/task/27937/stat : 27937 (java) S 27900 27900 27734 0 -1 1077944384 750 0 0 0 22 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819377010672 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27938] ppid=27900 vsize=8414124 memory=0 CPUtime=0.23 cores=0-7
/proc/27923/task/27938/stat : 27938 (java) S 27900 27900 27734 0 -1 1077944384 758 0 0 0 23 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819375958128 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27939] ppid=27900 vsize=8414124 memory=0 CPUtime=0.22 cores=0-7
/proc/27923/task/27939/stat : 27939 (java) S 27900 27900 27734 0 -1 1077944384 620 0 0 0 22 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819374905584 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27940] ppid=27900 vsize=8414124 memory=0 CPUtime=0.25 cores=0-7
/proc/27923/task/27940/stat : 27940 (java) S 27900 27900 27734 0 -1 1077944384 620 0 0 0 25 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819373853040 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27941] ppid=27900 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/27923/task/27941/stat : 27941 (java) S 27900 27900 27734 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139817425824480 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27942] ppid=27900 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/27923/task/27942/stat : 27942 (java) S 27900 27900 27734 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 500121432 8616062976 35240 33554432000 4194304 4196468 140729476437616 139819304872880 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
Current children cumulated CPU time: 19.9 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 142436 KiB

[startup+9.20103 s]
/proc/loadavg: 0.92 0.22 0.11 3/223 27956
/proc/meminfo: memFree=25012164/32770624 swapFree=66986356/67108860
[pid=27900] ppid=27897 vsize=113128 memory=1476 CPUtime=17.95 cores=0-7
/proc/27900/stat : 27900 (scop.sh) S 27897 27900 27734 0 -1 4202496 582 34462 0 0 0 0 1727 68 20 0 1 0 500120720 115843072 369 33554432000 4194304 5098028 140727391250304 140727391247048 140583688229500 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23949312 140727391257381 140727391257708 140727391257708 140727391260621 0
/proc/27900/statm: 28282 369 311 221 0 87 0
[pid=27923] ppid=27900 vsize=8283048 memory=152944 CPUtime=3.93 cores=0-7
/proc/27923/stat : 27923 (java) S 27900 27900 27734 0 -1 1077944320 22020 57521 0 0 219 16 146 12 20 0 22 0 500121426 8481841152 38236 33554432000 4194304 4196468 140729476437616 140729476420160 139820083166967 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
/proc/27923/statm: 2070762 38236 3235 1 0 2032106 0
[pid=27923/tid=27924] ppid=27900 vsize=8283048 memory=7807096951956461927 CPUtime=2.62 cores=0-7
/proc/27923/task/27924/stat : 27924 (java) R 27900 27900 27734 0 -1 4202560 17586 57521 0 0 90 14 146 12 20 0 22 0 500121426 8481841152 38236 33554432000 4194304 4196468 140729476437616 139820054994560 139820065007568 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27925] ppid=27900 vsize=8283048 memory=7589798201164779609 CPUtime=1.58 cores=0-7
/proc/27923/task/27925/stat : 27925 (java) S 27900 27900 27734 0 -1 1077944384 2 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139820087409424 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27926] ppid=27900 vsize=8283048 memory=1164 CPUtime=1.58 cores=0-7
/proc/27923/task/27926/stat : 27926 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819909905296 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27927] ppid=27900 vsize=8283048 memory=55940 CPUtime=1.58 cores=0-7
/proc/27923/task/27927/stat : 27927 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819567758352 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27928] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27928/stat : 27928 (java) S 27900 27900 27734 0 -1 1077944384 3 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819566705808 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27929] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27929/stat : 27929 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819565652240 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27930] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27930/stat : 27930 (java) S 27900 27900 27734 0 -1 1077944384 2 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819564599696 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27931] ppid=27900 vsize=8283048 memory=6656426216303648864 CPUtime=1.58 cores=0-7
/proc/27923/task/27931/stat : 27931 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819563547152 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27932] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27932/stat : 27932 (java) S 27900 27900 27734 0 -1 1077944384 2 57521 0 0 0 0 146 12 20 0 22 0 500121427 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819562494608 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27933] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27933/stat : 27933 (java) S 27900 27900 27734 0 -1 1077944384 5 57521 0 0 0 0 146 12 20 0 22 0 500121429 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819378063856 139820083178114 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27934] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27934/stat : 27934 (java) S 27900 27900 27734 0 -1 1077944384 13 57521 0 0 0 0 146 12 20 0 22 0 500121429 8481841152 38236 33554432000 4194304 4196468 140729476437616 139818566673824 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27935] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27935/stat : 27935 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121429 8481841152 38236 33554432000 4194304 4196468 140729476437616 139818298238448 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27936] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27936/stat : 27936 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139817923730128 139820083185563 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27937] ppid=27900 vsize=8283048 memory=0 CPUtime=1.88 cores=0-7
/proc/27923/task/27937/stat : 27937 (java) R 27900 27900 27734 0 -1 4202560 781 57521 0 0 30 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819377001712 139820068290559 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27938] ppid=27900 vsize=8283048 memory=0 CPUtime=1.87 cores=0-7
/proc/27923/task/27938/stat : 27938 (java) R 27900 27900 27734 0 -1 4202560 787 57521 0 0 29 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819375958128 139820062575599 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27939] ppid=27900 vsize=8283048 memory=0 CPUtime=1.87 cores=0-7
/proc/27923/task/27939/stat : 27939 (java) R 27900 27900 27734 0 -1 4202560 650 57521 0 0 29 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819374887136 139820062860559 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27940] ppid=27900 vsize=8283048 memory=0 CPUtime=1.9 cores=0-7
/proc/27923/task/27940/stat : 27940 (java) R 27900 27900 27734 0 -1 4202560 772 57521 0 0 32 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819373853040 139820068332622 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27941] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27941/stat : 27941 (java) S 27900 27900 27734 0 -1 1077944384 3 57521 0 0 0 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139817425824480 139820083177173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27942] ppid=27900 vsize=8283048 memory=1399103955520229747 CPUtime=1.58 cores=0-7
/proc/27923/task/27942/stat : 27942 (java) S 27900 27900 27734 0 -1 1077944384 1 57521 0 0 0 0 146 12 20 0 22 0 500121432 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819304872880 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27944] ppid=27900 vsize=8283048 memory=7524512692651257697 CPUtime=1.58 cores=0-7
/proc/27923/task/27944/stat : 27944 (java) S 27900 27900 27734 0 -1 1077944384 24 57521 0 0 0 0 146 12 20 0 22 0 500121521 8481841152 38236 33554432000 4194304 4196468 140729476437616 139819372241808 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
[pid=27923/tid=27948] ppid=27900 vsize=8283048 memory=0 CPUtime=1.58 cores=0-7
/proc/27923/task/27948/stat : 27948 (java) S 27900 27900 27734 0 -1 1077944384 10 57521 0 0 0 0 146 12 20 0 22 0 500121523 8481841152 38236 33554432000 4194304 4196468 140729476437616 139816486298544 139820083178114 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8826880 140729476445175 140729476445334 140729476445334 140729476448207 0
Current children cumulated CPU time: 21.88 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 154420 KiB

Child status: 0
Real time (s): 9.27348
CPU time (s): 22.1038
CPU user time (s): 21.0941
CPU system time (s): 1.00975
CPU usage (%): 238.355
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 2492760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0941
system time used= 1.00975
maximum resident set size= 2494332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116528
page faults= 0
swaps= 0
block input operations= 49016
block output operations= 30632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17031
involuntary context switches= 199


# summary of solver processes directly reported to runsolver:
#   pid: 27900
#   total CPU time (s): 22.1038
#   total CPU user time (s): 21.0941
#   total CPU system time (s): 1.00975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085553 second user time and 0.151183 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-23 12:26:57
IDJOB=4405145
IDBENCH=120825
IDSOLVER=2867
FILE ID=node104/4405145-1569238640
RUNJOBID= node104-1569234408-27761
PBS_JOBID= 21704916
Free space on /tmp= 9832 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-01.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405145-1569238640/watcher-4405145-1569238640 -o /tmp/evaluation-result-4405145-1569238640/solver-4405145-1569238640 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569234408-27761 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405145-1569238640.xml

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

MD5SUM BENCH= cc02d555e77a77c358edd72952e3206f
RANDOM SEED=768292140

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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.09
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.09
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.09
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:        25548012 kB
MemAvailable:   31821208 kB
Buffers:           84752 kB
Cached:          6253308 kB
SwapCached:        22652 kB
Active:          3169156 kB
Inactive:        3195796 kB
Active(anon):       4508 kB
Inactive(anon):    80096 kB
Active(file):    3164648 kB
Inactive(file):  3115700 kB
Unevictable:      109528 kB
Mlocked:          109528 kB
SwapTotal:      67108860 kB
SwapFree:       66986356 kB
Dirty:             20556 kB
Writeback:             0 kB
AnonPages:        129556 kB
Mapped:            55536 kB
Shmem:             49004 kB
Slab:             450356 kB
SReclaimable:     421308 kB
SUnreclaim:        29048 kB
KernelStack:        3696 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9812 MiB
End job on node104 at 2019-09-23 12:27:07