Trace number 4405450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-09-22)UNSAT 62.5797 12.687

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-64.xml
MD5SUM236be531fe4e5fa4d71f6d1385cbaf81
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.28957
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree14
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":5,"count":1},{"degree":6,"count":1},{"degree":9,"count":1},{"degree":10,"count":3},{"degree":12,"count":3},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-9901-serial-file.bin HOME/instance-4405450-1569335979.xml
0.64/0.55	
0.64/0.55	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.64/0.55	
0.64/0.58	c BEGIN-Prog: Tue Sep 24 16:41:52 CEST 2019
0.64/0.58	c PID: 9904
0.64/0.58	c IP: 172.20.3.139
0.64/0.58	c HOST: node139.alineos.net
0.64/0.58	c (0,0) Parsing Begin
2.09/1.02	c (0,0) Parsing End
2.09/1.02	c (0,0) CSP: 110 int (0 aux), 20 bool (0 aux), 100 ctr, max domain size 20
2.09/1.02	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.09/1.02	c (0,0) Constraint Name Generate Begin
2.09/1.03	c (0,0) Ctr:HOME/instance-4405450-1569335979.xml,ExtensionSupport:Var
2.09/1.03	c (0,0) Constraint Name Generate End
2.09/1.03	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.09/1.03	c (0,0) CSP to CSPinCNF Begin
4.40/1.78	c (1,1) translated 10 (10%) constraints
5.58/2.04	c (1,1) translated 20 (20%) constraints
6.22/2.26	c (1,1) translated 30 (30%) constraints
6.92/2.45	c (1,1) translated 40 (40%) constraints
7.65/2.64	c (2,2) translated 50 (50%) constraints
8.33/2.82	c (2,2) translated 60 (60%) constraints
8.59/3.00	c (2,2) translated 70 (70%) constraints
9.12/3.18	c (2,2) translated 80 (80%) constraints
9.41/3.34	c (2,2) translated 90 (90%) constraints
9.63/3.51	c (2,2) translated 100 (100%) constraints
9.63/3.52	c (2,2) ===========================================
9.63/3.54	c (2,2) Hybrid: #OE=2405, #LE=0
9.63/3.54	c (2,2) Hybrid
9.63/3.54	c (2,2) ===========================================
9.91/3.68	c (3,3) translated 2826 (10%) constraints
10.25/3.77	c (3,3) translated 5652 (20%) constraints
10.50/3.85	c (3,3) translated 8478 (30%) constraints
10.69/3.92	c (3,3) translated 11304 (40%) constraints
10.69/3.98	c (3,3) translated 14130 (50%) constraints
10.80/4.05	c (3,3) translated 16956 (60%) constraints
10.90/4.12	c (3,3) translated 19782 (70%) constraints
10.90/4.19	c (3,3) translated 22608 (80%) constraints
10.99/4.26	c (3,3) translated 25434 (90%) constraints
11.09/4.32	c (3,3) translated 28259 (100%) constraints
11.09/4.32	c (3,3) CSP to CSPinCNF End
11.09/4.33	c (3,3) CSP: 110 int (0 aux), 2295 bool (2275 aux), 28259 ctr, max domain size 20
11.09/4.33	c (3,3) Heap : 901 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.09/4.33	c (3,3) CSPinCNF Propagation Begin
11.52/4.57	c (4,4) 0 values, 100 unsatisfiable literals, and 0 valid clauses are removed
11.52/4.57	c (4,4) CSPinCNF Propagation End
11.52/4.58	c (4,4) CSP: 110 int (0 aux), 2295 bool (2275 aux), 28259 ctr, max domain size 20
11.52/4.58	c (4,4) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.88/4.60	c (4,4) Hybrid: #OE=2405, #LE=0
11.88/4.60	c (4,4) Simplify CSPinCNF Begin
11.88/4.69	c (4,4) Simplify CSPinCNF End
11.88/4.69	c (4,4) CSP: 110 int (0 aux), 2295 bool (2275 aux), 28259 ctr, max domain size 20
11.88/4.69	c (4,4) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
11.88/4.69	c (4,4) Calculate Precise Domain Begin
11.88/4.69	c (4,4) 0 values are removed by re-calculation
11.88/4.69	c (4,4) Calculate Precise Domain End
11.88/4.69	c (4,4) CSP: 110 int (0 aux), 2295 bool (2275 aux), 28259 ctr, max domain size 20
11.88/4.69	c (4,4) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
11.88/4.69	c (4,4) CSPinCNF to SatSolver Begin
12.68/4.90	c (4,4) 2826 (10 %) CSP clauses are encoded (0 SAT variables, 4171 SAT clauses)
12.68/4.98	c (4,4) 5652 (20 %) CSP clauses are encoded (0 SAT variables, 6997 SAT clauses)
13.30/5.45	c (4,4) 8478 (30 %) CSP clauses are encoded (0 SAT variables, 9823 SAT clauses)
13.30/5.48	c (4,4) 11304 (40 %) CSP clauses are encoded (0 SAT variables, 12649 SAT clauses)
13.36/5.52	c (4,4) 14130 (50 %) CSP clauses are encoded (0 SAT variables, 15475 SAT clauses)
13.36/5.56	c (5,4) 16956 (60 %) CSP clauses are encoded (0 SAT variables, 18301 SAT clauses)
13.36/5.60	c (5,4) 19782 (70 %) CSP clauses are encoded (0 SAT variables, 21127 SAT clauses)
13.46/5.63	c (5,4) 22608 (80 %) CSP clauses are encoded (0 SAT variables, 23953 SAT clauses)
13.46/5.67	c (5,4) 25434 (90 %) CSP clauses are encoded (0 SAT variables, 26779 SAT clauses)
13.57/5.71	c (5,4) 28259 (100 %) CSP clauses are encoded (0 SAT variables, 29604 SAT clauses)
13.57/5.71	c (5,4) CSPinCNF to SatSolver End
13.57/5.71	c (5,4) Heap : 1464 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
13.57/5.71	c (5,4) 3731 bool, 29605 clause
13.57/5.71	c (5,4) Export Begin
13.71/5.83	c (5,4) Export to HOME/scop-9901-serial-file.bin
13.71/5.83	c (5,4) Export End
13.71/5.83	c (5,4) Export File Size: 0.04 MB
13.71/5.83	c (5,4) 0,0,3,4,4,4,5,STOP-AFTER(DIMACS)
13.71/5.83	c END-Prog: Tue Sep 24 16:41:58 CEST 2019
13.71/5.86	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-9901-serial-file.bin
14.42/6.31	c (0,0) Read Serial File Begin
14.42/6.31	c (0,0) HOME/scop-9901-serial-file.bin
14.69/6.56	c (0,0) Read Serial File End
14.69/6.57	
14.69/6.57	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
14.69/6.57	(Solving Process)
14.69/6.57	
14.69/6.59	c BEGIN-Prog: Tue Sep 24 16:41:59 CEST 2019
14.69/6.59	c PID: 9924
14.69/6.59	c IP: 172.20.3.139
14.69/6.59	c HOST: node139.alineos.net
14.69/6.60	c (0,0) SatSolver.solve Begin
14.69/6.60	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405450-1569335979.xml-scop-9904.cnf
14.93/6.62	c (0,0) c
14.93/6.62	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)
14.93/6.62	c (0,0) c
14.93/6.62	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
14.93/6.62	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
14.93/6.62	c (0,0) c ========================================[ Problem Statistics ]===========================================
14.93/6.62	c (0,0) c |                                                                                                       |
14.93/6.63	c (0,0) c |  Number of variables:          3731                                                                   |
14.93/6.63	c (0,0) c |  Number of clauses:           29596                                                                   |
14.93/6.63	c (0,0) c |  Parse time:                   0.01 s                                                                 |
14.93/6.63	c (0,0) c |                                                                                                       |
14.93/6.65	c (0,0) c |  Simplification time:          0.02 s                                                                 |
14.93/6.65	c (0,0) c |                                                                                                       |
14.93/6.65	c (0,0) c |  Generating clones                                                                                    |
14.93/6.66	c (0,0) c |  all clones generated. Memory =    39.71Mb.                                                           |
14.93/6.66	c (0,0) c ========================================================================================================|
14.93/6.66	c (0,0) c
14.93/6.66	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
14.93/6.66	c (0,0) c
14.93/6.66	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
14.93/6.66	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
14.93/6.67	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
14.93/6.67	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
14.93/6.67	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
14.93/6.67	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
14.93/6.67	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
14.93/6.67	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
14.93/6.67	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
14.93/6.67	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
14.93/6.67	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
14.93/6.67	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
14.93/6.67	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
14.93/6.67	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
14.93/6.67	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
14.93/6.67	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
14.93/6.67	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
14.93/6.67	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
14.93/6.67	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c real time : 6.03038 s
62.28/12.65	c (6,0) c cpu time  : 47.1991 s
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | Conflicts     |          469812 |      59352 |      59416 |      58583 |      58514 |      56971 |      59023 |      58744 |      59209 |
62.28/12.65	c (6,0) c | Decisions     |          871077 |     111190 |     108499 |     111802 |     108392 |     104560 |     110214 |     106832 |     109588 |
62.28/12.65	c (6,0) c | Propagations  |       122369209 |   15625079 |   15165339 |   15142641 |   15253776 |   15101784 |   15250441 |   15411767 |   15418382 |
62.28/12.65	c (6,0) c | ReduceDBs     |              47 |          6 |          6 |          6 |          6 |          5 |          6 |          6 |          6 |
62.28/12.65	c (6,0) c | SimpDBs       |              50 |          7 |          7 |          6 |          6 |          6 |          7 |          6 |          5 |
62.28/12.65	c (6,0) c | Restarts      |            1713 |        190 |        207 |        253 |        236 |        210 |        215 |        198 |        204 |
62.28/12.65	c (6,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.28/12.65	c (6,0) c | PropBinClauses|       194131198 |   25073796 |   24241647 |   23915708 |   24009539 |   23997601 |   24183928 |   24337662 |   24371317 |
62.28/12.65	c (6,0) c | PropPreBlocker|      1265032517 |  158489365 |  157488456 |  156769797 |  158063556 |  156450918 |  158065675 |  159562739 |  160142011 |
62.28/12.65	c (6,0) c | PropNotBlocker|       517405217 |   64611376 |   64691646 |   64789987 |   64954034 |   64402185 |   64472184 |   64648300 |   64835505 |
62.28/12.65	c (6,0) c | LitFullScans  |      2640445863 |  330014650 |  330100506 |  330173706 |  330033354 |  330017296 |  330011837 |  330031988 |  330062526 |
62.28/12.65	c (6,0) c | LitScanFracts |          373498 |       6213 |      91640 |     169297 |      25214 |       6315 |       7194 |       9605 |      58020 |
62.28/12.65	c (6,0) c | DecisionLevel0|            1768 |        196 |        216 |        258 |        240 |        214 |        221 |        212 |        211 |
62.28/12.65	c (6,0) c | Periods       |             440 |         55 |         55 |         55 |         55 |         55 |         55 |         55 |         55 |
62.28/12.65	c (6,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
62.28/12.65	c (6,0) c | Avg_Trail     |                 |        858 |        841 |        852 |        850 |        856 |        843 |        862 |        848 |
62.28/12.65	c (6,0) c | Avg_DL        |                 |         15 |         16 |         16 |         16 |         15 |         15 |         16 |         16 |
62.28/12.65	c (6,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.28/12.65	c (6,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | Exported      |           81259 |      10250 |      10114 |      10488 |      10002 |       9885 |      10339 |       9997 |      10184 |
62.28/12.65	c (6,0) c | Imported      |          482984 |      60204 |      60357 |      59947 |      60405 |      60519 |      60158 |      61075 |      60319 |
62.28/12.65	c (6,0) c | Good          |           59395 |       7380 |       7432 |       7426 |       7474 |       7412 |       7366 |       7493 |       7412 |
62.28/12.65	c (6,0) c | Purge         |          423589 |      52824 |      52925 |      52521 |      52931 |      53107 |      52792 |      53582 |      52907 |
62.28/12.65	c (6,0) c | Promoted      |           28335 |       3363 |       3647 |       3509 |       3542 |       3609 |       3570 |       3510 |       3585 |
62.28/12.65	c (6,0) c | Remove_Imp    |          244235 |      33486 |      32939 |      32096 |      33789 |      15242 |      31739 |      32654 |      32290 |
62.28/12.65	c (6,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | Unaries       |                 |          6 |          9 |          5 |          4 |          4 |          6 |         14 |          7 |
62.28/12.65	c (6,0) c | Binaries      |                 |       1164 |       1110 |       1110 |       1062 |       1127 |       1161 |       1072 |       1125 |
62.28/12.65	c (6,0) c | Glues         |                 |       2947 |       2872 |       3049 |       2787 |       2886 |       2871 |       2863 |       2860 |
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | Orig_Seen     |            56 % |      16111 |      15577 |      16234 |      15610 |      15310 |      16295 |      14975 |      16566 |
62.28/12.65	c (6,0) c | Diff Orig seen|                 |       1136 |        602 |       1259 |        635 |        335 |       1320 |      X     |       1591 |
62.28/12.65	c (6,0) c | Hamming       |            23 % |        772 |        912 |        891 |        897 |        909 |        917 |      X     |        933 |
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c | RunningTime   |                 |    5.9 100%|    6.0 100%|    5.9 100%|    5.9  99%|    5.9 100%|    5.9 100%|    5.8 100%|    5.9 100%|
62.28/12.65	c (6,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%|
62.28/12.65	c (6,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   1%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.28/12.65	c (6,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%|
62.28/12.65	c (6,0) c | SolvingTime   |                 |    6.0     |    6.0     |    5.9     |    6.0     |    5.9     |    6.0     |    5.9     |    5.9     |
62.28/12.65	c (6,0) c | PropagationTim|                 |    5.2  88%|    5.2  87%|    5.2  87%|    5.2  87%|    5.2  88%|    5.2  87%|    5.1  87%|    5.2  88%|
62.28/12.65	c (6,0) c | AnalysisTime  |                 |    0.5   8%|    0.5   8%|    0.5   8%|    0.5   8%|    0.5   8%|    0.5   8%|    0.5   9%|    0.5   8%|
62.28/12.65	c (6,0) c | ReductionTime |                 |    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|    0.0   1%|    0.1   1%|    0.1   1%|    0.1   1%|
62.28/12.65	c (6,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%|
62.28/12.65	c (6,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%|
62.28/12.65	c (6,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%|
62.28/12.65	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c
62.28/12.65	c (6,0) c Threads : 8
62.28/12.65	c (6,0) c Winner : 6
62.28/12.65	c (6,0) c Conflicts_0 : 59352
62.28/12.65	c (6,0) c Conflicts_1 : 59416
62.28/12.65	c (6,0) c Conflicts_2 : 58583
62.28/12.65	c (6,0) c Conflicts_3 : 58514
62.28/12.65	c (6,0) c Conflicts_4 : 56971
62.28/12.65	c (6,0) c Conflicts_5 : 59023
62.28/12.65	c (6,0) c Conflicts_6 : 58744
62.28/12.65	c (6,0) c Conflicts_7 : 59209
62.28/12.65	c (6,0) c Conflicts_total : 469812
62.28/12.65	c (6,0) c Conflicts_winner : 58744
62.28/12.65	c (6,0) c Decisions_0 : 111190
62.28/12.65	c (6,0) c Decisions_1 : 108499
62.28/12.65	c (6,0) c Decisions_2 : 111802
62.28/12.65	c (6,0) c Decisions_3 : 108392
62.28/12.65	c (6,0) c Decisions_4 : 104560
62.28/12.65	c (6,0) c Decisions_5 : 110214
62.28/12.65	c (6,0) c Decisions_6 : 106832
62.28/12.65	c (6,0) c Decisions_7 : 109588
62.28/12.65	c (6,0) c Decisions_total : 871077
62.28/12.65	c (6,0) c Decisions_winner : 106832
62.28/12.65	c (6,0) c Propagations_0 : 15625079
62.28/12.65	c (6,0) c Propagations_1 : 15165339
62.28/12.65	c (6,0) c Propagations_2 : 15142641
62.28/12.65	c (6,0) c Propagations_3 : 15253776
62.28/12.65	c (6,0) c Propagations_4 : 15101784
62.28/12.65	c (6,0) c Propagations_5 : 15250441
62.28/12.65	c (6,0) c Propagations_6 : 15411767
62.28/12.65	c (6,0) c Propagations_7 : 15418382
62.28/12.65	c (6,0) c Propagations_total : 122369209
62.28/12.66	c (6,0) c Propagations_winner : 15411767
62.28/12.66	c (6,0) c ReduceDBs_0 : 6
62.28/12.66	c (6,0) c ReduceDBs_1 : 6
62.28/12.66	c (6,0) c ReduceDBs_2 : 6
62.28/12.66	c (6,0) c ReduceDBs_3 : 6
62.28/12.66	c (6,0) c ReduceDBs_4 : 5
62.28/12.66	c (6,0) c ReduceDBs_5 : 6
62.28/12.66	c (6,0) c ReduceDBs_6 : 6
62.28/12.66	c (6,0) c ReduceDBs_7 : 6
62.28/12.66	c (6,0) c ReduceDBs_total : 47
62.28/12.66	c (6,0) c ReduceDBs_winner : 6
62.28/12.66	c (6,0) c SimpDBs_0 : 7
62.28/12.66	c (6,0) c SimpDBs_1 : 7
62.28/12.66	c (6,0) c SimpDBs_2 : 6
62.28/12.66	c (6,0) c SimpDBs_3 : 6
62.28/12.66	c (6,0) c SimpDBs_4 : 6
62.28/12.66	c (6,0) c SimpDBs_5 : 7
62.28/12.66	c (6,0) c SimpDBs_6 : 6
62.28/12.66	c (6,0) c SimpDBs_7 : 5
62.28/12.66	c (6,0) c SimpDBs_total : 50
62.28/12.66	c (6,0) c SimpDBs_winner : 6
62.28/12.66	c (6,0) c Restarts_0 : 190
62.28/12.66	c (6,0) c Restarts_1 : 207
62.28/12.66	c (6,0) c Restarts_2 : 253
62.28/12.66	c (6,0) c Restarts_3 : 236
62.28/12.66	c (6,0) c Restarts_4 : 210
62.28/12.66	c (6,0) c Restarts_5 : 215
62.28/12.66	c (6,0) c Restarts_6 : 198
62.28/12.66	c (6,0) c Restarts_7 : 204
62.28/12.66	c (6,0) c Restarts_total : 1713
62.28/12.66	c (6,0) c Restarts_winner : 198
62.28/12.66	c (6,0) c ForcedImports_0 : 0
62.28/12.66	c (6,0) c ForcedImports_1 : 0
62.28/12.66	c (6,0) c ForcedImports_2 : 0
62.28/12.66	c (6,0) c ForcedImports_3 : 0
62.28/12.66	c (6,0) c ForcedImports_4 : 0
62.28/12.66	c (6,0) c ForcedImports_5 : 0
62.28/12.66	c (6,0) c ForcedImports_6 : 0
62.28/12.66	c (6,0) c ForcedImports_7 : 0
62.28/12.66	c (6,0) c ForcedImports_total : 0
62.28/12.66	c (6,0) c ForcedImports_winner : 0
62.28/12.66	c (6,0) c PropsBinClauses_0 : 25073796
62.28/12.66	c (6,0) c PropsBinClauses_1 : 24241647
62.28/12.66	c (6,0) c PropsBinClauses_2 : 23915708
62.28/12.66	c (6,0) c PropsBinClauses_3 : 24009539
62.28/12.66	c (6,0) c PropsBinClauses_4 : 23997601
62.28/12.66	c (6,0) c PropsBinClauses_5 : 24183928
62.28/12.66	c (6,0) c PropsBinClauses_6 : 24337662
62.28/12.66	c (6,0) c PropsBinClauses_7 : 24371317
62.28/12.66	c (6,0) c PropsBinClauses_total : 194131198
62.28/12.66	c (6,0) c PropsBinClauses_winner : 24337662
62.28/12.66	c (6,0) c PropsPreBlocker_0 : 158489365
62.28/12.66	c (6,0) c PropsPreBlocker_1 : 157488456
62.28/12.66	c (6,0) c PropsPreBlocker_2 : 156769797
62.28/12.66	c (6,0) c PropsPreBlocker_3 : 158063556
62.28/12.66	c (6,0) c PropsPreBlocker_4 : 156450918
62.28/12.66	c (6,0) c PropsPreBlocker_5 : 158065675
62.28/12.66	c (6,0) c PropsPreBlocker_6 : 159562739
62.28/12.66	c (6,0) c PropsPreBlocker_7 : 160142011
62.28/12.66	c (6,0) c PropsPreBlocker_total : 1265032517
62.28/12.66	c (6,0) c PropsPreBlocker_winner : 159562739
62.28/12.66	c (6,0) c PropsNotBlocker_0 : 64611376
62.28/12.66	c (6,0) c PropsNotBlocker_1 : 64691646
62.28/12.66	c (6,0) c PropsNotBlocker_2 : 64789987
62.28/12.66	c (6,0) c PropsNotBlocker_3 : 64954034
62.28/12.66	c (6,0) c PropsNotBlocker_4 : 64402185
62.28/12.66	c (6,0) c PropsNotBlocker_5 : 64472184
62.28/12.66	c (6,0) c PropsNotBlocker_6 : 64648300
62.28/12.66	c (6,0) c PropsNotBlocker_7 : 64835505
62.28/12.66	c (6,0) c PropsNotBlocker_total : 517405217
62.28/12.66	c (6,0) c PropsNotBlocker_winner : 64648300
62.28/12.66	c (6,0) c PropsLitFullScans_0 : 330014650
62.28/12.66	c (6,0) c PropsLitFullScans_1 : 330100506
62.28/12.66	c (6,0) c PropsLitFullScans_2 : 330173706
62.28/12.66	c (6,0) c PropsLitFullScans_3 : 330033354
62.28/12.66	c (6,0) c PropsLitFullScans_4 : 330017296
62.28/12.66	c (6,0) c PropsLitFullScans_5 : 330011837
62.28/12.66	c (6,0) c PropsLitFullScans_6 : 330031988
62.28/12.66	c (6,0) c PropsLitFullScans_7 : 330062526
62.28/12.66	c (6,0) c PropsLitFullScans_total : 2640445863
62.28/12.66	c (6,0) c PropsLitFullScans_winner : 330031988
62.28/12.66	c (6,0) c LitScanFractions_0 : 6213
62.28/12.66	c (6,0) c LitScanFractions_1 : 91640
62.28/12.66	c (6,0) c LitScanFractions_2 : 169297
62.28/12.66	c (6,0) c LitScanFractions_3 : 25214
62.28/12.66	c (6,0) c LitScanFractions_4 : 6315
62.28/12.66	c (6,0) c LitScanFractions_5 : 7194
62.28/12.66	c (6,0) c LitScanFractions_6 : 9605
62.28/12.66	c (6,0) c LitScanFractions_7 : 58020
62.28/12.66	c (6,0) c LitScanFractions_total : 373498
62.28/12.66	c (6,0) c LitScanFractions_winner : 9605
62.28/12.66	c (6,0) c DecisionLevel0_0 : 196
62.28/12.66	c (6,0) c DecisionLevel0_1 : 216
62.28/12.66	c (6,0) c DecisionLevel0_2 : 258
62.28/12.66	c (6,0) c DecisionLevel0_3 : 240
62.28/12.66	c (6,0) c DecisionLevel0_4 : 214
62.28/12.66	c (6,0) c DecisionLevel0_5 : 221
62.28/12.66	c (6,0) c DecisionLevel0_6 : 212
62.28/12.66	c (6,0) c DecisionLevel0_7 : 211
62.28/12.66	c (6,0) c DecisionLevel0_total : 1768
62.28/12.66	c (6,0) c DecisionLevel0_winner : 212
62.28/12.66	c (6,0) c Periods_0 : 55
62.28/12.66	c (6,0) c Periods_1 : 55
62.28/12.66	c (6,0) c Periods_2 : 55
62.28/12.66	c (6,0) c Periods_3 : 55
62.28/12.66	c (6,0) c Periods_4 : 55
62.28/12.66	c (6,0) c Periods_5 : 55
62.28/12.66	c (6,0) c Periods_6 : 55
62.28/12.66	c (6,0) c Periods_7 : 55
62.28/12.66	c (6,0) c Periods_total : 440
62.28/12.66	c (6,0) c Periods_winner : 55
62.28/12.66	c (6,0) c Margin_0 : 20
62.28/12.66	c (6,0) c Margin_1 : 20
62.28/12.66	c (6,0) c Margin_2 : 20
62.28/12.66	c (6,0) c Margin_3 : 20
62.28/12.66	c (6,0) c Margin_4 : 20
62.28/12.66	c (6,0) c Margin_5 : 20
62.28/12.66	c (6,0) c Margin_6 : 20
62.28/12.66	c (6,0) c Margin_7 : 20
62.28/12.66	c (6,0) c Margin_total : 160
62.28/12.66	c (6,0) c Margin_winner : 20
62.28/12.66	c (6,0) c Exported_0 : 10250
62.28/12.66	c (6,0) c Exported_1 : 10114
62.28/12.66	c (6,0) c Exported_2 : 10488
62.28/12.66	c (6,0) c Exported_3 : 10002
62.28/12.66	c (6,0) c Exported_4 : 9885
62.28/12.66	c (6,0) c Exported_5 : 10339
62.28/12.66	c (6,0) c Exported_6 : 9997
62.28/12.66	c (6,0) c Exported_7 : 10184
62.28/12.66	c (6,0) c Exported_total : 81259
62.28/12.66	c (6,0) c Exported_winner : 9997
62.28/12.66	c (6,0) c Imported_0 : 60204
62.28/12.66	c (6,0) c Imported_1 : 60357
62.28/12.66	c (6,0) c Imported_2 : 59947
62.28/12.66	c (6,0) c Imported_3 : 60405
62.28/12.66	c (6,0) c Imported_4 : 60519
62.28/12.66	c (6,0) c Imported_5 : 60158
62.28/12.66	c (6,0) c Imported_6 : 61075
62.28/12.66	c (6,0) c Imported_7 : 60319
62.28/12.66	c (6,0) c Imported_total : 482984
62.28/12.66	c (6,0) c Imported_winner : 61075
62.28/12.66	c (6,0) c Good_0 : 7380
62.28/12.66	c (6,0) c Good_1 : 7432
62.28/12.66	c (6,0) c Good_2 : 7426
62.28/12.66	c (6,0) c Good_3 : 7474
62.28/12.66	c (6,0) c Good_4 : 7412
62.28/12.66	c (6,0) c Good_5 : 7366
62.28/12.66	c (6,0) c Good_6 : 7493
62.28/12.66	c (6,0) c Good_7 : 7412
62.28/12.66	c (6,0) c Good_total : 59395
62.28/12.66	c (6,0) c Good_winner : 7493
62.28/12.66	c (6,0) c Purge_0 : 52824
62.28/12.66	c (6,0) c Purge_1 : 52925
62.28/12.66	c (6,0) c Purge_2 : 52521
62.28/12.66	c (6,0) c Purge_3 : 52931
62.28/12.66	c (6,0) c Purge_4 : 53107
62.28/12.66	c (6,0) c Purge_5 : 52792
62.28/12.66	c (6,0) c Purge_6 : 53582
62.28/12.66	c (6,0) c Purge_7 : 52907
62.28/12.66	c (6,0) c Purge_total : 423589
62.28/12.66	c (6,0) c Purge_winner : 53582
62.28/12.66	c (6,0) c Promoted_0 : 3363
62.28/12.66	c (6,0) c Promoted_1 : 3647
62.28/12.66	c (6,0) c Promoted_2 : 3509
62.28/12.66	c (6,0) c Promoted_3 : 3542
62.28/12.66	c (6,0) c Promoted_4 : 3609
62.28/12.66	c (6,0) c Promoted_5 : 3570
62.28/12.66	c (6,0) c Promoted_6 : 3510
62.28/12.66	c (6,0) c Promoted_7 : 3585
62.28/12.66	c (6,0) c Promoted_total : 28335
62.28/12.66	c (6,0) c Promoted_winner : 3510
62.28/12.66	c (6,0) c Remove_Imp_0 : 33486
62.28/12.66	c (6,0) c Remove_Imp_1 : 32939
62.28/12.66	c (6,0) c Remove_Imp_2 : 32096
62.28/12.66	c (6,0) c Remove_Imp_3 : 33789
62.28/12.66	c (6,0) c Remove_Imp_4 : 15242
62.28/12.66	c (6,0) c Remove_Imp_5 : 31739
62.28/12.66	c (6,0) c Remove_Imp_6 : 32654
62.28/12.66	c (6,0) c Remove_Imp_7 : 32290
62.28/12.66	c (6,0) c Remove_Imp_total : 244235
62.28/12.66	c (6,0) c Remove_Imp_winner : 32654
62.28/12.66	c (6,0) c Blocked_Reuse_0 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_1 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_2 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_3 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_4 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_5 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_6 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_7 : 0
62.28/12.66	c (6,0) c Blocked_Reuse_total : 0
62.28/12.66	c (6,0) c Blocked_Reuse_winner : 0
62.28/12.66	c (6,0) c Unaries_0 : 6
62.28/12.66	c (6,0) c Unaries_1 : 9
62.28/12.66	c (6,0) c Unaries_2 : 5
62.28/12.66	c (6,0) c Unaries_3 : 4
62.28/12.66	c (6,0) c Unaries_4 : 4
62.28/12.66	c (6,0) c Unaries_5 : 6
62.28/12.66	c (6,0) c Unaries_6 : 14
62.28/12.66	c (6,0) c Unaries_7 : 7
62.28/12.66	c (6,0) c Unaries_total : 55
62.28/12.66	c (6,0) c Unaries_winner : 14
62.28/12.66	c (6,0) c Binaries_0 : 1164
62.28/12.66	c (6,0) c Binaries_1 : 1110
62.28/12.66	c (6,0) c Binaries_2 : 1110
62.28/12.66	c (6,0) c Binaries_3 : 1062
62.28/12.66	c (6,0) c Binaries_4 : 1127
62.28/12.66	c (6,0) c Binaries_5 : 1161
62.28/12.66	c (6,0) c Binaries_6 : 1072
62.28/12.66	c (6,0) c Binaries_7 : 1125
62.28/12.66	c (6,0) c Binaries_total : 8931
62.28/12.66	c (6,0) c Binaries_winner : 1072
62.28/12.66	c (6,0) c Glues_0 : 2947
62.28/12.66	c (6,0) c Glues_1 : 2872
62.28/12.66	c (6,0) c Glues_2 : 3049
62.28/12.66	c (6,0) c Glues_3 : 2787
62.28/12.66	c (6,0) c Glues_4 : 2886
62.28/12.66	c (6,0) c Glues_5 : 2871
62.28/12.66	c (6,0) c Glues_6 : 2863
62.28/12.66	c (6,0) c Glues_7 : 2860
62.28/12.66	c (6,0) c Glues_total : 23135
62.28/12.66	c (6,0) c Glues_winner : 2863
62.28/12.66	c (6,0) c RunningTime_0 : 5.947407
62.28/12.66	c (6,0) c RunningTime_1 : 5.961806
62.28/12.66	c (6,0) c RunningTime_2 : 5.927877
62.28/12.66	c (6,0) c RunningTime_3 : 5.932952
62.28/12.66	c (6,0) c RunningTime_4 : 5.917935
62.28/12.66	c (6,0) c RunningTime_5 : 5.946379
62.28/12.66	c (6,0) c RunningTime_6 : 5.836657
62.28/12.66	c (6,0) c RunningTime_7 : 5.876373
62.28/12.66	c (6,0) c RunningTime_total : 47.347386
62.28/12.66	c (6,0) c RunningTime_winner : 5.836657
62.28/12.66	c (6,0) c WaitingTime_0 : 0.000034
62.28/12.66	c (6,0) c WaitingTime_1 : 0.000035
62.28/12.66	c (6,0) c WaitingTime_2 : 0.000038
62.28/12.66	c (6,0) c WaitingTime_3 : 0.000031
62.28/12.66	c (6,0) c WaitingTime_4 : 0.000044
62.28/12.66	c (6,0) c WaitingTime_5 : 0.000044
62.28/12.66	c (6,0) c WaitingTime_6 : 0.000068
62.28/12.66	c (6,0) c WaitingTime_7 : 0.000050
62.28/12.66	c (6,0) c WaitingTime_total : 0.000344
62.28/12.66	c (6,0) c WaitingTime_winner : 0.000068
62.28/12.66	c (6,0) c ExchangingTime_0 : 0.017274
62.28/12.66	c (6,0) c ExchangingTime_1 : 0.017284
62.28/12.66	c (6,0) c ExchangingTime_2 : 0.019189
62.28/12.66	c (6,0) c ExchangingTime_3 : 0.030708
62.28/12.66	c (6,0) c ExchangingTime_4 : 0.016614
62.28/12.66	c (6,0) c ExchangingTime_5 : 0.015952
62.28/12.66	c (6,0) c ExchangingTime_6 : 0.020150
62.28/12.66	c (6,0) c ExchangingTime_7 : 0.017766
62.28/12.66	c (6,0) c ExchangingTime_total : 0.154937
62.28/12.66	c (6,0) c ExchangingTime_winner : 0.020150
62.28/12.66	c (6,0) c PeriodProcTime_0 : 0.000366
62.28/12.66	c (6,0) c PeriodProcTime_1 : 0.000422
62.28/12.66	c (6,0) c PeriodProcTime_2 : 0.000379
62.28/12.66	c (6,0) c PeriodProcTime_3 : 0.000434
62.28/12.66	c (6,0) c PeriodProcTime_4 : 0.000361
62.28/12.66	c (6,0) c PeriodProcTime_5 : 0.000393
62.28/12.66	c (6,0) c PeriodProcTime_6 : 0.000401
62.28/12.66	c (6,0) c PeriodProcTime_7 : 0.000381
62.28/12.66	c (6,0) c PeriodProcTime_total : 0.003137
62.28/12.66	c (6,0) c PeriodProcTime_winner : 0.000401
62.28/12.66	c (6,0) c SolvingTime_0 : 5.965081
62.28/12.66	c (6,0) c SolvingTime_1 : 5.979546
62.28/12.66	c (6,0) c SolvingTime_2 : 5.947484
62.28/12.66	c (6,0) c SolvingTime_3 : 5.964125
62.28/12.66	c (6,0) c SolvingTime_4 : 5.934954
62.28/12.66	c (6,0) c SolvingTime_5 : 5.962768
62.28/12.66	c (6,0) c SolvingTime_6 : 5.857276
62.28/12.66	c (6,0) c SolvingTime_7 : 5.894569
62.28/12.66	c (6,0) c SolvingTime_total : 47.505803
62.28/12.66	c (6,0) c SolvingTime_winner : 5.857276
62.28/12.66	c (6,0) c PropagationTime_0 : 5.233462
62.28/12.66	c (6,0) c PropagationTime_1 : 5.227770
62.28/12.66	c (6,0) c PropagationTime_2 : 5.200068
62.28/12.66	c (6,0) c PropagationTime_3 : 5.197296
62.28/12.66	c (6,0) c PropagationTime_4 : 5.222395
62.28/12.66	c (6,0) c PropagationTime_5 : 5.212164
62.28/12.66	c (6,0) c PropagationTime_6 : 5.102198
62.28/12.66	c (6,0) c PropagationTime_7 : 5.173536
62.28/12.66	c (6,0) c PropagationTime_total : 41.568888
62.28/12.66	c (6,0) c PropagationTime_winner : 5.102198
62.28/12.66	c (6,0) c AnalysisTime_0 : 0.469200
62.28/12.66	c (6,0) c AnalysisTime_1 : 0.478739
62.28/12.66	c (6,0) c AnalysisTime_2 : 0.476721
62.28/12.66	c (6,0) c AnalysisTime_3 : 0.493646
62.28/12.66	c (6,0) c AnalysisTime_4 : 0.477646
62.28/12.66	c (6,0) c AnalysisTime_5 : 0.481731
62.28/12.66	c (6,0) c AnalysisTime_6 : 0.499688
62.28/12.66	c (6,0) c AnalysisTime_7 : 0.464187
62.28/12.66	c (6,0) c AnalysisTime_total : 3.841558
62.28/12.66	c (6,0) c AnalysisTime_winner : 0.499688
62.28/12.67	c (6,0) c ReductionTime_0 : 0.056204
62.28/12.67	c (6,0) c ReductionTime_1 : 0.066662
62.28/12.67	c (6,0) c ReductionTime_2 : 0.062708
62.28/12.67	c (6,0) c ReductionTime_3 : 0.057725
62.28/12.67	c (6,0) c ReductionTime_4 : 0.037570
62.28/12.67	c (6,0) c ReductionTime_5 : 0.060234
62.28/12.67	c (6,0) c ReductionTime_6 : 0.058188
62.28/12.67	c (6,0) c ReductionTime_7 : 0.060530
62.28/12.67	c (6,0) c ReductionTime_total : 0.459821
62.28/12.67	c (6,0) c ReductionTime_winner : 0.058188
62.28/12.67	c (6,0) c SimplifyTime_0 : 0.012936
62.28/12.67	c (6,0) c SimplifyTime_1 : 0.012829
62.28/12.67	c (6,0) c SimplifyTime_2 : 0.011071
62.28/12.67	c (6,0) c SimplifyTime_3 : 0.011136
62.28/12.67	c (6,0) c SimplifyTime_4 : 0.011421
62.28/12.67	c (6,0) c SimplifyTime_5 : 0.012876
62.28/12.67	c (6,0) c SimplifyTime_6 : 0.010065
62.28/12.67	c (6,0) c SimplifyTime_7 : 0.008890
62.28/12.67	c (6,0) c SimplifyTime_total : 0.091224
62.28/12.67	c (6,0) c SimplifyTime_winner : 0.010065
62.28/12.67	c (6,0) c UsedRateTime_0 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_1 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_2 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_3 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_4 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_5 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_6 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_7 : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_total : 0.000000
62.28/12.67	c (6,0) c UsedRateTime_winner : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_0 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_1 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_2 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_3 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_4 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_5 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_6 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_7 : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_total : 0.000000
62.28/12.67	c (6,0) c OverlapRateTime_winner : 0.000000
62.28/12.67	c (6,0) c
62.28/12.67	c (6,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
62.28/12.67	c (6,0) c
62.28/12.67	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.67	c (6,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
62.28/12.67	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.67	c (6,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
62.28/12.67	c (6,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
62.28/12.67	c (6,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
62.28/12.67	c (6,0) c | Initial random_seed   | 1294781059 |  743031971 |  179468433 | 1901384949 |  329576418 | 1663853740 |  315964474 |   87285431 |
62.28/12.67	c (6,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
62.28/12.67	c (6,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
62.28/12.67	c (6,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
62.28/12.67	c (6,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
62.28/12.67	c (6,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
62.28/12.67	c (6,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
62.28/12.67	c (6,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
62.28/12.67	c (6,0) c | var_decay             |     0.9100 |     0.9100 |     0.9100 |     0.9100 |     0.9100 |     0.9100 |     0.9100 |     0.9100 |
62.28/12.67	c (6,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
62.28/12.67	c (6,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
62.28/12.67	c (6,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
62.28/12.67	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.28/12.67	c (6,0) 
62.28/12.67	c (6,0) s UNSATISFIABLE
62.28/12.67	c (6,0) SatSolver.solve End
62.28/12.67	c (6,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
62.28/12.67	c (6,0) Show results Begin
62.28/12.67	s UNSATISFIABLE
62.28/12.67	c (6,0) Show results End
62.28/12.67	c (6,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
62.28/12.67	c (6,0) 6,6,STOP-AFTER(ALL)
62.28/12.67	c END-Prog: Tue Sep 24 16:42:05 CEST 2019

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13221 MiB free)
  memory of node 1: 16384 MiB (11514 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100897 s]*
/proc/loadavg: 0.00 0.01 0.05 3/209 9923
/proc/meminfo: memFree=25232360/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 509868657 115843072 349 33554432000 4194304 5098028 140721078292304 140721078289560 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 349 296 221 0 87 0
[pid=9904] ppid=9901 vsize=27314120 memory=107412 CPUtime=0.1 cores=0-7
/proc/9904/stat : 9904 (java) S 9901 9901 9857 0 -1 1077944320 6392 0 0 0 8 2 0 0 20 0 20 0 509868657 27969658880 26853 33554432000 4194304 4196468 140725948010608 140725947993152 140602904592119 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
/proc/9904/statm: 6828530 26853 2774 1 0 6790935 0
[pid=9904/tid=9905] ppid=9901 vsize=27314120 memory=4134692831991783777 CPUtime=0.07 cores=0-7
/proc/9904/task/9905/stat : 9905 (java) R 9901 9901 9857 0 -1 4202560 4509 0 0 0 6 1 0 0 20 0 20 0 509868658 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602876418304 140602883669980 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9906] ppid=9901 vsize=27314120 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9904/task/9906/stat : 9906 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602908834960 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9907] ppid=9901 vsize=27314120 memory=140257870444160 CPUtime=0 cores=0-7
/proc/9904/task/9907/stat : 9907 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602735651856 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9908] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9908/stat : 9908 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602325420944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9909] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9909/stat : 9909 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602324368144 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9910] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9910/stat : 9910 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602323315344 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9911] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9911/stat : 9911 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602322262544 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9912] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9912/stat : 9912 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602321209744 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9913] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9913/stat : 9913 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868661 27969658880 26853 33554432000 4194304 4196468 140725948010608 140602320156944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9914] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9914/stat : 9914 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868662 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601895844720 140602904603266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9915] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9915/stat : 9915 (java) S 9901 9901 9857 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 26853 33554432000 4194304 4196468 140725948010608 140600787592736 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9916] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9916/stat : 9916 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 26853 33554432000 4194304 4196468 140725948010608 140600519157104 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9917] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9917/stat : 9917 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 26853 33554432000 4194304 4196468 140725948010608 140600144648528 140602904610715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9918] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9918/stat : 9918 (java) S 9901 9901 9857 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601894791536 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9919] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9919/stat : 9919 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601893738736 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9920] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9920/stat : 9920 (java) R 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601892685936 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9921] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9921/stat : 9921 (java) R 9901 9901 9857 0 -1 4202560 241 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601891633136 140602904604054 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9922] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9922/stat : 9922 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 26853 33554432000 4194304 4196468 140725948010608 140599646743648 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9923] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9923/stat : 9923 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 26853 33554432000 4194304 4196468 140725948010608 140601890581552 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108808 KiB

[startup+0.210186 s]*
/proc/loadavg: 0.00 0.01 0.05 3/209 9923
/proc/meminfo: memFree=25209240/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 509868657 115843072 349 33554432000 4194304 5098028 140721078292304 140721078289560 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 349 296 221 0 87 0
[pid=9904] ppid=9901 vsize=27314120 memory=128852 CPUtime=0.24 cores=0-7
/proc/9904/stat : 9904 (java) S 9901 9901 9857 0 -1 1077944320 12086 0 0 0 20 4 0 0 20 0 20 0 509868657 27969658880 32213 33554432000 4194304 4196468 140725948010608 140725947993152 140602904592119 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
/proc/9904/statm: 6828530 32213 2942 1 0 6790935 0
[pid=9904/tid=9905] ppid=9901 vsize=27314120 memory=29681743523217448 CPUtime=0.18 cores=0-7
/proc/9904/task/9905/stat : 9905 (java) R 9901 9901 9857 0 -1 4202560 9813 0 0 0 15 3 0 0 20 0 20 0 509868658 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602876407184 140602888672606 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9906] ppid=9901 vsize=27314120 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/9904/task/9906/stat : 9906 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602908834960 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9907] ppid=9901 vsize=27314120 memory=15965770203756184 CPUtime=0 cores=0-7
/proc/9904/task/9907/stat : 9907 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602735651856 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9908] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9908/stat : 9908 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602325420944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9909] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9909/stat : 9909 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602324368144 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9910] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9910/stat : 9910 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602323315344 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9911] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9911/stat : 9911 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602322262544 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9912] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9912/stat : 9912 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602321209744 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9913] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9913/stat : 9913 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868661 27969658880 32213 33554432000 4194304 4196468 140725948010608 140602320156944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9914] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9914/stat : 9914 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868662 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601895844720 140602904603266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9915] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9915/stat : 9915 (java) S 9901 9901 9857 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 32213 33554432000 4194304 4196468 140725948010608 140600787592736 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9916] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9916/stat : 9916 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 32213 33554432000 4194304 4196468 140725948010608 140600519157104 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9917] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9917/stat : 9917 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 32213 33554432000 4194304 4196468 140725948010608 140600144648528 140602904610715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9918] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9918/stat : 9918 (java) S 9901 9901 9857 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601894791536 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9919] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9919/stat : 9919 (java) S 9901 9901 9857 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601893738736 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9920] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9920/stat : 9920 (java) R 9901 9901 9857 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601892685936 140602885005424 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9921] ppid=9901 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/9904/task/9921/stat : 9921 (java) S 9901 9901 9857 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 20 0 509868666 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601891633136 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9922] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9922/stat : 9922 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 32213 33554432000 4194304 4196468 140725948010608 140599646743648 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9923] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9923/stat : 9923 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 32213 33554432000 4194304 4196468 140725948010608 140601890581552 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 130248 KiB

[startup+0.310326 s]*
/proc/loadavg: 0.00 0.01 0.05 3/209 9923
/proc/meminfo: memFree=25207184/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 509868657 115843072 349 33554432000 4194304 5098028 140721078292304 140721078289560 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 349 296 221 0 87 0
[pid=9904] ppid=9901 vsize=27314120 memory=132460 CPUtime=0.41 cores=0-7
/proc/9904/stat : 9904 (java) S 9901 9901 9857 0 -1 1077944320 12949 0 0 0 37 4 0 0 20 0 20 0 509868657 27969658880 33115 33554432000 4194304 4196468 140725948010608 140725947993152 140602904592119 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
/proc/9904/statm: 6828530 33115 3004 1 0 6790935 0
[pid=9904/tid=9905] ppid=9901 vsize=27314120 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9904/task/9905/stat : 9905 (java) R 9901 9901 9857 0 -1 4202560 10495 0 0 0 25 4 0 0 20 0 20 0 509868658 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602876375136 140602904614045 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9906] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9906/stat : 9906 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602908834960 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9907] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9907/stat : 9907 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602735651856 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9908] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9908/stat : 9908 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602325420944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9909] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9909/stat : 9909 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602324368144 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9910] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9910/stat : 9910 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602323315344 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9911] ppid=9901 vsize=27314120 memory=140257727179439 CPUtime=0 cores=0-7
/proc/9904/task/9911/stat : 9911 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602322262544 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9912] ppid=9901 vsize=27314120 memory=140257727181744 CPUtime=0 cores=0-7
/proc/9904/task/9912/stat : 9912 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602321209744 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9913] ppid=9901 vsize=27314120 memory=140257727184048 CPUtime=0 cores=0-7
/proc/9904/task/9913/stat : 9913 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868661 27969658880 33115 33554432000 4194304 4196468 140725948010608 140602320156944 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9914] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9914/stat : 9914 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 509868662 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601895844720 140602904603266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9915] ppid=9901 vsize=27314120 memory=280515454381968 CPUtime=0 cores=0-7
/proc/9904/task/9915/stat : 9915 (java) S 9901 9901 9857 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 33115 33554432000 4194304 4196468 140725948010608 140600787592736 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9916] ppid=9901 vsize=27314120 memory=280515454379664 CPUtime=0 cores=0-7
/proc/9904/task/9916/stat : 9916 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868663 27969658880 33115 33554432000 4194304 4196468 140725948010608 140600519157104 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9917] ppid=9901 vsize=27314120 memory=280515454386576 CPUtime=0 cores=0-7
/proc/9904/task/9917/stat : 9917 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 33115 33554432000 4194304 4196468 140725948010608 140600144648528 140602904610715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9918] ppid=9901 vsize=27314120 memory=280515454327856 CPUtime=0.01 cores=0-7
/proc/9904/task/9918/stat : 9918 (java) S 9901 9901 9857 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 509868665 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601894791536 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9919] ppid=9901 vsize=27314120 memory=280515454400400 CPUtime=0 cores=0-7
/proc/9904/task/9919/stat : 9919 (java) S 9901 9901 9857 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 509868665 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601893738736 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9920] ppid=9901 vsize=27314120 memory=280515454407312 CPUtime=0.02 cores=0-7
/proc/9904/task/9920/stat : 9920 (java) S 9901 9901 9857 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 20 0 509868665 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601892685936 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9921] ppid=9901 vsize=27314120 memory=280515454405008 CPUtime=0.07 cores=0-7
/proc/9904/task/9921/stat : 9921 (java) S 9901 9901 9857 0 -1 1077944384 485 0 0 0 7 0 0 0 20 0 20 0 509868666 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601891633136 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9922] ppid=9901 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9922/stat : 9922 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 33115 33554432000 4194304 4196468 140725948010608 140599646743648 140602904602325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9923] ppid=9901 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9904/task/9923/stat : 9923 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868666 27969658880 33115 33554432000 4194304 4196468 140725948010608 140601890581552 140602904603266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 133856 KiB

[startup+0.700933 s]
/proc/loadavg: 0.00 0.01 0.05 3/209 9923
/proc/meminfo: memFree=25185232/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 509868657 115843072 349 33554432000 4194304 5098028 140721078292304 140721078289560 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 349 296 221 0 87 0
[pid=9904] ppid=9901 vsize=27320392 memory=167360 CPUtime=0.98 cores=0-7
/proc/9904/stat : 9904 (java) S 9901 9901 9857 0 -1 1077944320 19931 0 0 0 91 7 0 0 20 0 20 0 509868657 27976081408 41840 33554432000 4194304 4196468 140725948010608 140725947993152 140602904592119 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
/proc/9904/statm: 6830098 41840 3178 1 0 6791447 0
[pid=9904/tid=9905] ppid=9901 vsize=27320392 memory=0 CPUtime=0.67 cores=0-7
/proc/9904/task/9905/stat : 9905 (java) R 9901 9901 9857 0 -1 4202560 16923 0 0 0 61 6 0 0 20 0 20 0 509868658 27976081408 41840 33554432000 4194304 4196468 140725948010608 140602876430208 140602406411585 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9906] ppid=9901 vsize=27320392 memory=2353 CPUtime=0 cores=0-7
/proc/9904/task/9906/stat : 9906 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27976081408 41840 33554432000 4194304 4196468 140725948010608 140602908834960 140602904602325 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9907] ppid=9901 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/9904/task/9907/stat : 9907 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 509868660 27976081408 41840 33554432000 4194304 4196468 140725948010608 140602735651856 140602904602325 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0
[pid=9904/tid=9908] ppid=9901 vsize=27320392 memory=1416 CPUtime=0 cores=0-7
/proc/9904/task/9908/stat : 9908 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 509868660 27976081408 41840 33554432000 4194304 4196468 140725948010608 140602325420944 140602904602325 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140725948015339 140725948015766 140725948015766 140725948018639 0

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

[pid=9924/tid=9948] ppid=9901 vsize=8414124 memory=7670301315261816931 CPUtime=0 cores=0-7
/proc/9924/task/9948/stat : 9948 (java) S 9901 9901 9857 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509869320 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515022454832 140517857219741 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9949] ppid=9901 vsize=8414124 memory=7380943923131541352 CPUtime=0 cores=0-7
/proc/9924/task/9949/stat : 9949 (java) S 9901 9901 9857 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 24 0 509869322 8616062976 29659 33554432000 4194304 4196468 140733911286640 140514485591600 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
Current children cumulated CPU time: 57.66 s
Current children cumulated vsize: 9200408 KiB
Current children cumulated memory: 249624 KiB

[startup+12.4021 s]
/proc/loadavg: 0.72 0.16 0.09 9/222 9957
/proc/meminfo: memFree=25091320/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1476 CPUtime=13.84 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 582 31715 0 0 0 0 1348 36 20 0 1 0 509868657 115843072 369 33554432000 4194304 5098028 140721078292304 140721078289048 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 369 311 221 0 87 0
[pid=9924] ppid=9901 vsize=8414124 memory=118636 CPUtime=1.26 cores=0-7
/proc/9924/stat : 9924 (java) S 9901 9901 9857 0 -1 1077944320 20218 0 0 0 119 7 0 0 20 0 24 0 509869243 8616062976 29659 33554432000 4194304 4196468 140733911286640 140733911269184 140517857197815 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
/proc/9924/statm: 2103531 29659 3208 1 0 2064875 0
[pid=9944] ppid=9924 vsize=659532 memory=123484 CPUtime=45.68 cores=0-7
/proc/9944/stat : 9944 (manyglucose-4.1) S 9924 9901 9857 0 -1 1077944320 71341 0 0 0 4551 17 0 0 20 0 9 0 509869319 675360768 30871 33554432000 4194304 4454172 140724016822368 140724016820768 139759744133762 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
/proc/9944/statm: 164883 30871 403 64 0 160551 0
[pid=9944/tid=9950] ppid=9924 vsize=659532 memory=0 CPUtime=5.71 cores=0-7
/proc/9944/task/9950/stat : 9950 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 7425 0 0 0 569 2 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759728905096 4351488 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9951] ppid=9924 vsize=659532 memory=0 CPUtime=5.7 cores=0-7
/proc/9944/task/9951/stat : 9951 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8922 0 0 0 569 1 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759720512760 4353764 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9952] ppid=9924 vsize=659532 memory=0 CPUtime=5.71 cores=0-7
/proc/9944/task/9952/stat : 9952 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 7638 0 0 0 570 1 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759712119912 4333034 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9953] ppid=9924 vsize=659532 memory=56 CPUtime=5.58 cores=0-7
/proc/9944/task/9953/stat : 9953 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 7705 0 0 0 557 1 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759703726904 4351279 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9954] ppid=9924 vsize=659532 memory=0 CPUtime=5.72 cores=0-7
/proc/9944/task/9954/stat : 9954 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8960 0 0 0 570 2 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759695334504 4351331 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9955] ppid=9924 vsize=659532 memory=734122143485866809 CPUtime=5.7 cores=0-7
/proc/9944/task/9955/stat : 9955 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8149 0 0 0 569 1 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759686941800 4327379 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9956] ppid=9924 vsize=659532 memory=7268 CPUtime=5.72 cores=0-7
/proc/9944/task/9956/stat : 9956 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 9226 0 0 0 570 2 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759678549096 4350976 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9957] ppid=9924 vsize=659532 memory=0 CPUtime=5.71 cores=0-7
/proc/9944/task/9957/stat : 9957 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 9071 0 0 0 570 1 0 0 20 0 9 0 509869324 675360768 30871 33554432000 4194304 4454172 140724016822368 139759670156024 4353764 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9924/tid=9925] ppid=9901 vsize=8414124 memory=0 CPUtime=0.79 cores=0-7
/proc/9924/task/9925/stat : 9925 (java) S 9901 9901 9857 0 -1 1077944384 16994 0 0 0 74 5 0 0 20 0 24 0 509869243 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517829037984 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9926] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9926/stat : 9926 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517861440144 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9927] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9927/stat : 9927 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517661608464 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9928] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9928/stat : 9928 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517660555664 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9929] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9929/stat : 9929 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517659502864 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9930] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9930/stat : 9930 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517658451088 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9931] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9931/stat : 9931 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517657398288 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9932] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9932/stat : 9932 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517656345488 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9933] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9933/stat : 9933 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517655292688 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9934] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9934/stat : 9934 (java) S 9901 9901 9857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 509869246 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516950591856 140517857208962 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9935] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9935/stat : 9935 (java) S 9901 9901 9857 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 509869247 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516431750176 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9936] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9936/stat : 9936 (java) S 9901 9901 9857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 509869247 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516297528176 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9937] ppid=9901 vsize=8414124 memory=17609365916656 CPUtime=0 cores=0-7
/proc/9924/task/9937/stat : 9937 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515923023696 140517857216411 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9938] ppid=9901 vsize=8414124 memory=288230596050944315 CPUtime=0.06 cores=0-7
/proc/9924/task/9938/stat : 9938 (java) S 9901 9901 9857 0 -1 1077944384 631 0 0 0 6 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516949539696 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9939] ppid=9901 vsize=8414124 memory=15823283127847325 CPUtime=0.07 cores=0-7
/proc/9924/task/9939/stat : 9939 (java) S 9901 9901 9857 0 -1 1077944384 273 0 0 0 7 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516948486896 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9940] ppid=9901 vsize=8414124 memory=924600 CPUtime=0.07 cores=0-7
/proc/9924/task/9940/stat : 9940 (java) S 9901 9901 9857 0 -1 1077944384 304 0 0 0 7 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516947434096 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9941] ppid=9901 vsize=8414124 memory=280515455045984 CPUtime=0.22 cores=0-7
/proc/9924/task/9941/stat : 9941 (java) S 9901 9901 9857 0 -1 1077944384 594 0 0 0 22 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516946381296 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9942] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9942/stat : 9942 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515425118816 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9943] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9943/stat : 9943 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869250 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516945328688 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9945] ppid=9901 vsize=8414124 memory=12832 CPUtime=0 cores=0-7
/proc/9924/task/9945/stat : 9945 (java) S 9901 9901 9857 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 509869319 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516935197760 140517857222425 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9947] ppid=9901 vsize=8414124 memory=18357 CPUtime=0 cores=0-7
/proc/9924/task/9947/stat : 9947 (java) S 9901 9901 9857 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 509869320 8616062976 29659 33554432000 4194304 4196468 140733911286640 140514754019504 140517857219741 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9948] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9948/stat : 9948 (java) S 9901 9901 9857 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509869320 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515022454832 140517857219741 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9949] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9949/stat : 9949 (java) S 9901 9901 9857 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 24 0 509869322 8616062976 29659 33554432000 4194304 4196468 140733911286640 140514485591600 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
Current children cumulated CPU time: 60.78 s
Current children cumulated vsize: 9186784 KiB
Current children cumulated memory: 243596 KiB

[startup+12.6022 s]
/proc/loadavg: 0.72 0.16 0.09 9/222 9957
/proc/meminfo: memFree=25091320/32770624 swapFree=66941020/67108860
[pid=9901] ppid=9898 vsize=113128 memory=1476 CPUtime=13.84 cores=0-7
/proc/9901/stat : 9901 (scop.sh) S 9898 9901 9857 0 -1 4202496 582 31715 0 0 0 0 1348 36 20 0 1 0 509868657 115843072 369 33554432000 4194304 5098028 140721078292304 140721078289048 140478031032956 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9146368 140721078297380 140721078297708 140721078297708 140721078300621 0
/proc/9901/statm: 28282 369 311 221 0 87 0
[pid=9924] ppid=9901 vsize=8414124 memory=118636 CPUtime=1.26 cores=0-7
/proc/9924/stat : 9924 (java) S 9901 9901 9857 0 -1 1077944320 20218 0 0 0 119 7 0 0 20 0 24 0 509869243 8616062976 29659 33554432000 4194304 4196468 140733911286640 140733911269184 140517857197815 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
/proc/9924/statm: 2103531 29659 3208 1 0 2064875 0
[pid=9944] ppid=9924 vsize=638304 memory=108208 CPUtime=47.18 cores=0-7
/proc/9944/stat : 9944 (manyglucose-4.1) S 9924 9901 9857 0 -1 1077944320 72830 0 0 0 4701 17 0 0 20 0 7 0 509869319 653623296 27052 33554432000 4194304 4454172 140724016822368 140724016820752 139759744122615 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
/proc/9944/statm: 159576 27052 416 64 0 155244 0
[pid=9944/tid=9950] ppid=9924 vsize=638304 memory=6155673440753242726 CPUtime=5.91 cores=0-7
/proc/9944/task/9950/stat : 9950 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 7502 0 0 0 589 2 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759728905096 4351800 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9951] ppid=9924 vsize=638304 memory=7662150567398302548 CPUtime=5.9 cores=0-7
/proc/9944/task/9951/stat : 9951 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8958 0 0 0 589 1 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759720512760 4351502 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9952] ppid=9924 vsize=638304 memory=6155673440752981097 CPUtime=5.91 cores=0-7
/proc/9944/task/9952/stat : 9952 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8292 0 0 0 590 1 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759712119912 4350955 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9953] ppid=9924 vsize=638304 memory=7090706938310715250 CPUtime=5.78 cores=0-7
/proc/9944/task/9953/stat : 9953 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 7742 0 0 0 577 1 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759703727352 4332260 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9954] ppid=9924 vsize=638304 memory=-4075877051373423740 CPUtime=5.92 cores=0-7
/proc/9944/task/9954/stat : 9954 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8997 0 0 0 590 2 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759695334504 4351209 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9944/tid=9955] ppid=9924 vsize=638304 memory=0 CPUtime=5.9 cores=0-7
/proc/9944/task/9955/stat : 9955 (manyglucose-4.1) R 9924 9901 9857 0 -1 4202560 8674 0 0 0 589 1 0 0 20 0 7 0 509869324 653623296 27052 33554432000 4194304 4454172 140724016822368 139759686941944 4333077 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 30142464 140724016825194 140724016825392 140724016825392 140724016828346 0
[pid=9924/tid=9925] ppid=9901 vsize=8414124 memory=0 CPUtime=0.79 cores=0-7
/proc/9924/task/9925/stat : 9925 (java) S 9901 9901 9857 0 -1 1077944384 16994 0 0 0 74 5 0 0 20 0 24 0 509869243 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517829037984 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9926] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9926/stat : 9926 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517861440144 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9927] ppid=9901 vsize=8414124 memory=6372687529716064168 CPUtime=0 cores=0-7
/proc/9924/task/9927/stat : 9927 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517661608464 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9928] ppid=9901 vsize=8414124 memory=6164118687564931751 CPUtime=0 cores=0-7
/proc/9924/task/9928/stat : 9928 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517660555664 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9929] ppid=9901 vsize=8414124 memory=7814124067959298377 CPUtime=0 cores=0-7
/proc/9924/task/9929/stat : 9929 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517659502864 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9930] ppid=9901 vsize=8414124 memory=5307948108772001422 CPUtime=0 cores=0-7
/proc/9924/task/9930/stat : 9930 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517658451088 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9931] ppid=9901 vsize=8414124 memory=-8333548681036387953 CPUtime=0 cores=0-7
/proc/9924/task/9931/stat : 9931 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517657398288 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9932] ppid=9901 vsize=8414124 memory=6443050780630553254 CPUtime=0 cores=0-7
/proc/9924/task/9932/stat : 9932 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517656345488 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9933] ppid=9901 vsize=8414124 memory=-4138934885343844653 CPUtime=0 cores=0-7
/proc/9924/task/9933/stat : 9933 (java) S 9901 9901 9857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 509869245 8616062976 29659 33554432000 4194304 4196468 140733911286640 140517655292688 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9934] ppid=9901 vsize=8414124 memory=6443050780630553254 CPUtime=0 cores=0-7
/proc/9924/task/9934/stat : 9934 (java) S 9901 9901 9857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 509869246 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516950591856 140517857208962 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9935] ppid=9901 vsize=8414124 memory=6443050780630553254 CPUtime=0 cores=0-7
/proc/9924/task/9935/stat : 9935 (java) S 9901 9901 9857 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 509869247 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516431750176 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9936] ppid=9901 vsize=8414124 memory=6443050780630553254 CPUtime=0 cores=0-7
/proc/9924/task/9936/stat : 9936 (java) S 9901 9901 9857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 509869247 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516297528176 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9937] ppid=9901 vsize=8414124 memory=9125932221 CPUtime=0 cores=0-7
/proc/9924/task/9937/stat : 9937 (java) S 9901 9901 9857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515923023696 140517857216411 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9938] ppid=9901 vsize=8414124 memory=140257728133736 CPUtime=0.06 cores=0-7
/proc/9924/task/9938/stat : 9938 (java) S 9901 9901 9857 0 -1 1077944384 631 0 0 0 6 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516949539696 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9939] ppid=9901 vsize=8414124 memory=280515456203072 CPUtime=0.07 cores=0-7
/proc/9924/task/9939/stat : 9939 (java) S 9901 9901 9857 0 -1 1077944384 273 0 0 0 7 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516948486896 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9940] ppid=9901 vsize=8414124 memory=0 CPUtime=0.07 cores=0-7
/proc/9924/task/9940/stat : 9940 (java) S 9901 9901 9857 0 -1 1077944384 304 0 0 0 7 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516947434096 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9941] ppid=9901 vsize=8414124 memory=0 CPUtime=0.22 cores=0-7
/proc/9924/task/9941/stat : 9941 (java) S 9901 9901 9857 0 -1 1077944384 594 0 0 0 22 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516946381296 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9942] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9942/stat : 9942 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869249 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515425118816 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9943] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9943/stat : 9943 (java) S 9901 9901 9857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 509869250 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516945328688 140517857208962 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9945] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9945/stat : 9945 (java) S 9901 9901 9857 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 509869319 8616062976 29659 33554432000 4194304 4196468 140733911286640 140516935197760 140517857222425 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9947] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9947/stat : 9947 (java) S 9901 9901 9857 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 509869320 8616062976 29659 33554432000 4194304 4196468 140733911286640 140514754019504 140517857219741 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9948] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9948/stat : 9948 (java) S 9901 9901 9857 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 509869320 8616062976 29659 33554432000 4194304 4196468 140733911286640 140515022454832 140517857219741 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
[pid=9924/tid=9949] ppid=9901 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/9924/task/9949/stat : 9949 (java) S 9901 9901 9857 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 24 0 509869322 8616062976 29659 33554432000 4194304 4196468 140733911286640 140514485591600 140517857208021 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10317824 140733911290872 140733911291030 140733911291030 140733911293903 0
Current children cumulated CPU time: 62.28 s
Current children cumulated vsize: 9165556 KiB
Current children cumulated memory: 228320 KiB

Child status: 0
Real time (s): 12.687
CPU time (s): 62.5797
CPU user time (s): 61.9352
CPU system time (s): 0.644516
CPU usage (%): 493.259
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 1459004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9352
system time used= 0.644516
maximum resident set size= 1460476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13480
involuntary context switches= 500


# summary of solver processes directly reported to runsolver:
#   pid: 9901
#   total CPU time (s): 62.5797
#   total CPU user time (s): 61.9352
#   total CPU system time (s): 0.644516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134584 second user time and 0.187767 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-24 16:41:52
IDJOB=4405450
IDBENCH=125649
IDSOLVER=2868
FILE ID=node139/4405450-1569335979
RUNJOBID= node139-1569336112-9884
PBS_JOBID= 21705055
Free space on /tmp= 5144 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-64.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405450-1569335979/watcher-4405450-1569335979 -o /tmp/evaluation-result-4405450-1569335979/solver-4405450-1569335979 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569336112-9884 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405450-1569335979.xml

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

MD5SUM BENCH= 236be531fe4e5fa4d71f6d1385cbaf81
RANDOM SEED=2101077985

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
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:        25328896 kB
MemAvailable:   31784872 kB
Buffers:           99208 kB
Cached:          6443744 kB
SwapCached:        64852 kB
Active:          3232672 kB
Inactive:        3379996 kB
Active(anon):       3996 kB
Inactive(anon):   121728 kB
Active(file):    3228676 kB
Inactive(file):  3258268 kB
Unevictable:      107300 kB
Mlocked:          107300 kB
SwapTotal:      67108860 kB
SwapFree:       66941020 kB
Dirty:             20572 kB
Writeback:             0 kB
AnonPages:        112744 kB
Mapped:            56720 kB
Shmem:             47360 kB
Slab:             425948 kB
SReclaimable:     397492 kB
SUnreclaim:        28456 kB
KernelStack:        3248 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     504472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5124 MiB
End job on node139 at 2019-09-24 16:42:05