Trace number 4405425

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-09-22)SAT 6.28364 2.87716

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-047.xml
MD5SUM503235a9ef2fa2334058f0cfe41dccf4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.71301
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size30
Maximum domain size47
Distribution of domain sizes[{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
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-14121-serial-file.bin HOME/instance-4405425-1569366003.xml
0.65/0.55	
0.65/0.55	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.55	
0.65/0.57	c BEGIN-Prog: Tue Sep 24 23:49:40 CEST 2019
0.65/0.57	c PID: 14124
0.65/0.57	c IP: 172.20.3.104
0.65/0.57	c HOST: node104.alineos.net
0.65/0.58	c (0,0) Parsing Begin
1.73/1.07	c (0,0) Parsing End
1.73/1.08	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 47
1.73/1.08	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.73/1.08	c (0,0) Constraint Name Generate Begin
1.73/1.09	c (0,0) Ctr:HOME/instance-4405425-1569366003.xml,Add:Le:Num:Or:Var
1.73/1.09	c (0,0) Constraint Name Generate End
1.73/1.09	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.73/1.09	c (0,0) CSP to CSPinCNF Begin
2.25/1.20	c (0,0) translated 16 (10%) constraints
2.25/1.22	c (0,0) translated 31 (20%) constraints
2.25/1.23	c (0,0) translated 46 (30%) constraints
2.25/1.25	c (0,0) translated 62 (40%) constraints
2.25/1.26	c (0,0) translated 77 (50%) constraints
2.25/1.27	c (0,0) translated 92 (60%) constraints
2.25/1.28	c (0,0) translated 108 (70%) constraints
2.25/1.28	c (0,0) translated 123 (80%) constraints
2.25/1.29	c (0,0) translated 138 (90%) constraints
2.25/1.30	c (0,0) translated 153 (100%) constraints
2.25/1.30	c (0,0) ===========================================
2.51/1.32	c (0,0) Hybrid: #OE=36, #LE=0
2.51/1.32	c (0,0) Hybrid
2.51/1.32	c (0,0) ===========================================
2.51/1.33	c (0,0) translated 16 (10%) constraints
2.51/1.33	c (0,0) translated 31 (20%) constraints
2.51/1.34	c (0,0) translated 46 (30%) constraints
2.51/1.34	c (0,0) translated 62 (40%) constraints
2.51/1.34	c (0,0) translated 77 (50%) constraints
2.51/1.35	c (0,0) translated 92 (60%) constraints
2.51/1.35	c (0,0) translated 108 (70%) constraints
2.51/1.35	c (0,0) translated 123 (80%) constraints
2.51/1.35	c (0,0) translated 138 (90%) constraints
2.51/1.36	c (0,0) translated 153 (100%) constraints
2.51/1.36	c (0,0) CSP to CSPinCNF End
2.51/1.36	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 47
2.51/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.51/1.36	c (0,0) CSPinCNF Propagation Begin
2.51/1.38	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/1.38	c (0,0) CSPinCNF Propagation End
2.51/1.38	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 47
2.51/1.38	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.51/1.39	c (0,0) Hybrid: #OE=36, #LE=0
2.51/1.39	c (0,0) Simplify CSPinCNF Begin
2.75/1.47	c (0,0) Simplify CSPinCNF End
2.75/1.47	c (0,0) CSP: 36 int (0 aux), 612 bool (612 aux), 765 ctr, max domain size 47
2.75/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.75/1.47	c (0,0) Calculate Precise Domain Begin
2.75/1.47	c (0,0) 0 values are removed by re-calculation
2.75/1.47	c (0,0) Calculate Precise Domain End
2.75/1.47	c (0,0) CSP: 36 int (0 aux), 612 bool (612 aux), 765 ctr, max domain size 47
2.75/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.75/1.47	c (0,0) CSPinCNF to SatSolver Begin
3.27/1.65	c (1,1) 77 (10 %) CSP clauses are encoded (0 SAT variables, 3670 SAT clauses)
3.27/1.69	c (1,1) 153 (20 %) CSP clauses are encoded (0 SAT variables, 5936 SAT clauses)
3.62/1.72	c (1,1) 230 (30 %) CSP clauses are encoded (0 SAT variables, 8122 SAT clauses)
3.62/1.74	c (1,1) 306 (40 %) CSP clauses are encoded (0 SAT variables, 10163 SAT clauses)
3.62/1.77	c (1,1) 383 (50 %) CSP clauses are encoded (0 SAT variables, 12130 SAT clauses)
3.62/1.79	c (1,1) 459 (60 %) CSP clauses are encoded (0 SAT variables, 14010 SAT clauses)
4.05/1.81	c (1,1) 536 (70 %) CSP clauses are encoded (0 SAT variables, 15729 SAT clauses)
4.05/1.82	c (1,1) 612 (80 %) CSP clauses are encoded (0 SAT variables, 17293 SAT clauses)
4.05/1.83	c (1,1) 689 (90 %) CSP clauses are encoded (0 SAT variables, 18694 SAT clauses)
4.05/1.84	c (1,1) 765 (100 %) CSP clauses are encoded (0 SAT variables, 19813 SAT clauses)
4.05/1.84	c (1,1) CSPinCNF to SatSolver End
4.05/1.84	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.05/1.84	c (1,1) 1962 bool, 19827 clause
4.05/1.84	c (1,1) Export Begin
4.48/1.93	c (1,1) Export to HOME/scop-14121-serial-file.bin
4.48/1.93	c (1,1) Export End
4.48/1.93	c (1,1) Export File Size: 0.01 MB
4.48/1.93	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
4.48/1.93	c END-Prog: Tue Sep 24 23:49:41 CEST 2019
4.48/1.95	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-14121-serial-file.bin
5.19/2.41	c (0,0) Read Serial File Begin
5.19/2.41	c (0,0) HOME/scop-14121-serial-file.bin
5.47/2.60	c (0,0) Read Serial File End
5.47/2.62	
5.47/2.62	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
5.47/2.62	(Solving Process)
5.47/2.62	
5.47/2.64	c BEGIN-Prog: Tue Sep 24 23:49:42 CEST 2019
5.47/2.64	c PID: 14144
5.47/2.64	c IP: 172.20.3.104
5.47/2.64	c HOST: node104.alineos.net
5.47/2.64	c (0,0) SatSolver.solve Begin
5.47/2.64	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405425-1569366003.xml-scop-14124.cnf
5.47/2.67	c (0,0) c
5.47/2.67	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
5.47/2.67	c (0,0) c
5.47/2.67	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.47/2.67	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.47/2.67	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.47/2.67	c (0,0) c |                                                                                                       |
5.47/2.67	c (0,0) c |  Number of variables:          1962                                                                   |
5.47/2.67	c (0,0) c |  Number of clauses:           19827                                                                   |
5.47/2.67	c (0,0) c |  Parse time:                   0.01 s                                                                 |
5.47/2.67	c (0,0) c |                                                                                                       |
5.47/2.69	c (0,0) c |  Simplification time:          0.01 s                                                                 |
5.47/2.69	c (0,0) c |                                                                                                       |
5.47/2.69	c (0,0) c |  Generating clones                                                                                    |
5.47/2.70	c (0,0) c |  all clones generated. Memory =    33.91Mb.                                                           |
5.47/2.70	c (0,0) c ========================================================================================================|
5.47/2.70	c (0,0) c
5.47/2.70	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
5.47/2.70	c (0,0) c
5.47/2.70	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.47/2.70	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.47/2.70	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.47/2.70	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
5.47/2.70	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
5.47/2.70	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
5.47/2.70	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
5.47/2.70	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
5.47/2.70	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
5.47/2.70	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
5.47/2.70	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
5.47/2.70	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
5.70/2.70	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
5.70/2.70	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
5.70/2.70	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
5.70/2.70	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
5.70/2.70	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
5.70/2.70	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
5.70/2.70	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c real time : 0.075145 s
5.70/2.74	c (0,0) c cpu time  : 0.256281 s
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | Conflicts     |            8018 |        799 |        845 |        757 |       1028 |       1343 |        890 |       1295 |       1061 |
5.70/2.74	c (0,0) c | Decisions     |           18903 |       1863 |       2380 |       1564 |       2594 |       2711 |       2096 |       3203 |       2492 |
5.70/2.74	c (0,0) c | Propagations  |          780513 |      67695 |      81915 |      69291 |     105904 |     140492 |      87091 |     129019 |      99106 |
5.70/2.74	c (0,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
5.70/2.74	c (0,0) c | Restarts      |              17 |          1 |          4 |          1 |          1 |          1 |          2 |          3 |          4 |
5.70/2.74	c (0,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | PropBinClauses|         1039243 |      91211 |     103600 |      97203 |     140063 |     195314 |     110986 |     168060 |     132806 |
5.70/2.74	c (0,0) c | PropPreBlocker|         7641510 |     704836 |     738055 |     685912 |    1145446 |    1491141 |     795364 |    1207797 |     872959 |
5.70/2.74	c (0,0) c | PropNotBlocker|         2553892 |     244929 |     262812 |     226201 |     345206 |     455116 |     272241 |     421883 |     325504 |
5.70/2.74	c (0,0) c | LitFullScans  |        16018359 |    1607059 |    1507032 |    1455966 |    2292975 |    3064649 |    1658360 |    2524307 |    1908011 |
5.70/2.74	c (0,0) c | LitScanFracts |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | DecisionLevel0|              17 |          1 |          4 |          1 |          1 |          1 |          2 |          3 |          4 |
5.70/2.74	c (0,0) c | Periods       |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
5.70/2.74	c (0,0) c | Avg_Trail     |                 |        956 |        971 |        961 |       1155 |       1100 |        955 |        943 |        867 |
5.70/2.74	c (0,0) c | Avg_DL        |                 |         34 |         37 |         26 |         39 |         33 |         32 |         34 |         34 |
5.70/2.74	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | Exported      |              24 |          4 |          1 |          0 |          4 |          3 |          4 |          4 |          4 |
5.70/2.74	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.70/2.74	c (0,0) c | Glues         |                 |          4 |          1 |          0 |          4 |          3 |          4 |          4 |          4 |
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | Orig_Seen     |            14 % |       1920 |       3120 |       1869 |       2793 |       3032 |       2627 |       3640 |       3185 |
5.70/2.74	c (0,0) c | Diff Orig seen|                 |      X     |       1200 | -       51 |        873 |       1112 |        707 |       1720 |       1265 |
5.70/2.74	c (0,0) c | Hamming       |            33 % |      X     |        736 |        626 |        558 |        727 |        769 |        423 |        776 |
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c | RunningTime   |                 |    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|    0.0 100%|
5.70/2.74	c (0,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | SolvingTime   |                 |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |
5.70/2.74	c (0,0) c | PropagationTim|                 |    0.0  75%|    0.0  71%|    0.0  81%|    0.0  68%|    0.0  69%|    0.0  70%|    0.0  72%|    0.0  71%|
5.70/2.74	c (0,0) c | AnalysisTime  |                 |    0.0  17%|    0.0  19%|    0.0  14%|    0.0  21%|    0.0  22%|    0.0  22%|    0.0  20%|    0.0  22%|
5.70/2.74	c (0,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
5.70/2.74	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c
5.70/2.74	c (0,0) c Threads : 8
5.70/2.74	c (0,0) c Winner : 0
5.70/2.74	c (0,0) c Conflicts_0 : 799
5.70/2.74	c (0,0) c Conflicts_1 : 845
5.70/2.74	c (0,0) c Conflicts_2 : 757
5.70/2.74	c (0,0) c Conflicts_3 : 1028
5.70/2.74	c (0,0) c Conflicts_4 : 1343
5.70/2.74	c (0,0) c Conflicts_5 : 890
5.70/2.74	c (0,0) c Conflicts_6 : 1295
5.70/2.74	c (0,0) c Conflicts_7 : 1061
5.70/2.74	c (0,0) c Conflicts_total : 8018
5.70/2.74	c (0,0) c Conflicts_winner : 799
5.70/2.74	c (0,0) c Decisions_0 : 1863
5.70/2.74	c (0,0) c Decisions_1 : 2380
5.70/2.74	c (0,0) c Decisions_2 : 1564
5.70/2.74	c (0,0) c Decisions_3 : 2594
5.70/2.74	c (0,0) c Decisions_4 : 2711
5.70/2.74	c (0,0) c Decisions_5 : 2096
5.70/2.74	c (0,0) c Decisions_6 : 3203
5.70/2.74	c (0,0) c Decisions_7 : 2492
5.70/2.74	c (0,0) c Decisions_total : 18903
5.70/2.74	c (0,0) c Decisions_winner : 1863
5.70/2.74	c (0,0) c Propagations_0 : 67695
5.70/2.74	c (0,0) c Propagations_1 : 81915
5.70/2.74	c (0,0) c Propagations_2 : 69291
5.70/2.74	c (0,0) c Propagations_3 : 105904
5.70/2.74	c (0,0) c Propagations_4 : 140492
5.70/2.74	c (0,0) c Propagations_5 : 87091
5.70/2.75	c (0,0) c Propagations_6 : 129019
5.70/2.75	c (0,0) c Propagations_7 : 99106
5.70/2.75	c (0,0) c Propagations_total : 780513
5.70/2.75	c (0,0) c Propagations_winner : 67695
5.70/2.75	c (0,0) c ReduceDBs_0 : 0
5.70/2.75	c (0,0) c ReduceDBs_1 : 0
5.70/2.75	c (0,0) c ReduceDBs_2 : 0
5.70/2.75	c (0,0) c ReduceDBs_3 : 0
5.70/2.75	c (0,0) c ReduceDBs_4 : 0
5.70/2.75	c (0,0) c ReduceDBs_5 : 0
5.70/2.75	c (0,0) c ReduceDBs_6 : 0
5.70/2.75	c (0,0) c ReduceDBs_7 : 0
5.70/2.75	c (0,0) c ReduceDBs_total : 0
5.70/2.75	c (0,0) c ReduceDBs_winner : 0
5.70/2.75	c (0,0) c SimpDBs_0 : 1
5.70/2.75	c (0,0) c SimpDBs_1 : 1
5.70/2.75	c (0,0) c SimpDBs_2 : 1
5.70/2.75	c (0,0) c SimpDBs_3 : 1
5.70/2.75	c (0,0) c SimpDBs_4 : 1
5.70/2.75	c (0,0) c SimpDBs_5 : 1
5.70/2.75	c (0,0) c SimpDBs_6 : 1
5.70/2.75	c (0,0) c SimpDBs_7 : 1
5.70/2.75	c (0,0) c SimpDBs_total : 8
5.70/2.75	c (0,0) c SimpDBs_winner : 1
5.70/2.75	c (0,0) c Restarts_0 : 1
5.70/2.75	c (0,0) c Restarts_1 : 4
5.70/2.75	c (0,0) c Restarts_2 : 1
5.70/2.75	c (0,0) c Restarts_3 : 1
5.70/2.75	c (0,0) c Restarts_4 : 1
5.70/2.75	c (0,0) c Restarts_5 : 2
5.70/2.75	c (0,0) c Restarts_6 : 3
5.70/2.75	c (0,0) c Restarts_7 : 4
5.70/2.75	c (0,0) c Restarts_total : 17
5.70/2.75	c (0,0) c Restarts_winner : 1
5.70/2.75	c (0,0) c ForcedImports_0 : 0
5.70/2.75	c (0,0) c ForcedImports_1 : 0
5.70/2.75	c (0,0) c ForcedImports_2 : 0
5.70/2.75	c (0,0) c ForcedImports_3 : 0
5.70/2.75	c (0,0) c ForcedImports_4 : 0
5.70/2.75	c (0,0) c ForcedImports_5 : 0
5.70/2.75	c (0,0) c ForcedImports_6 : 0
5.70/2.75	c (0,0) c ForcedImports_7 : 0
5.70/2.75	c (0,0) c ForcedImports_total : 0
5.70/2.75	c (0,0) c ForcedImports_winner : 0
5.70/2.75	c (0,0) c PropsBinClauses_0 : 91211
5.70/2.75	c (0,0) c PropsBinClauses_1 : 103600
5.70/2.75	c (0,0) c PropsBinClauses_2 : 97203
5.70/2.75	c (0,0) c PropsBinClauses_3 : 140063
5.70/2.75	c (0,0) c PropsBinClauses_4 : 195314
5.70/2.75	c (0,0) c PropsBinClauses_5 : 110986
5.70/2.75	c (0,0) c PropsBinClauses_6 : 168060
5.70/2.75	c (0,0) c PropsBinClauses_7 : 132806
5.70/2.75	c (0,0) c PropsBinClauses_total : 1039243
5.70/2.75	c (0,0) c PropsBinClauses_winner : 91211
5.70/2.75	c (0,0) c PropsPreBlocker_0 : 704836
5.70/2.75	c (0,0) c PropsPreBlocker_1 : 738055
5.70/2.75	c (0,0) c PropsPreBlocker_2 : 685912
5.70/2.75	c (0,0) c PropsPreBlocker_3 : 1145446
5.70/2.75	c (0,0) c PropsPreBlocker_4 : 1491141
5.70/2.75	c (0,0) c PropsPreBlocker_5 : 795364
5.70/2.75	c (0,0) c PropsPreBlocker_6 : 1207797
5.70/2.75	c (0,0) c PropsPreBlocker_7 : 872959
5.70/2.75	c (0,0) c PropsPreBlocker_total : 7641510
5.70/2.75	c (0,0) c PropsPreBlocker_winner : 704836
5.70/2.75	c (0,0) c PropsNotBlocker_0 : 244929
5.70/2.75	c (0,0) c PropsNotBlocker_1 : 262812
5.70/2.75	c (0,0) c PropsNotBlocker_2 : 226201
5.70/2.75	c (0,0) c PropsNotBlocker_3 : 345206
5.70/2.75	c (0,0) c PropsNotBlocker_4 : 455116
5.70/2.75	c (0,0) c PropsNotBlocker_5 : 272241
5.70/2.75	c (0,0) c PropsNotBlocker_6 : 421883
5.70/2.75	c (0,0) c PropsNotBlocker_7 : 325504
5.70/2.75	c (0,0) c PropsNotBlocker_total : 2553892
5.70/2.75	c (0,0) c PropsNotBlocker_winner : 244929
5.70/2.75	c (0,0) c PropsLitFullScans_0 : 1607059
5.70/2.75	c (0,0) c PropsLitFullScans_1 : 1507032
5.70/2.75	c (0,0) c PropsLitFullScans_2 : 1455966
5.70/2.75	c (0,0) c PropsLitFullScans_3 : 2292975
5.70/2.75	c (0,0) c PropsLitFullScans_4 : 3064649
5.70/2.75	c (0,0) c PropsLitFullScans_5 : 1658360
5.70/2.75	c (0,0) c PropsLitFullScans_6 : 2524307
5.70/2.75	c (0,0) c PropsLitFullScans_7 : 1908011
5.70/2.75	c (0,0) c PropsLitFullScans_total : 16018359
5.70/2.75	c (0,0) c PropsLitFullScans_winner : 1607059
5.70/2.75	c (0,0) c LitScanFractions_0 : 0
5.70/2.75	c (0,0) c LitScanFractions_1 : 0
5.70/2.75	c (0,0) c LitScanFractions_2 : 0
5.70/2.75	c (0,0) c LitScanFractions_3 : 0
5.70/2.75	c (0,0) c LitScanFractions_4 : 0
5.70/2.75	c (0,0) c LitScanFractions_5 : 0
5.70/2.75	c (0,0) c LitScanFractions_6 : 0
5.70/2.75	c (0,0) c LitScanFractions_7 : 0
5.70/2.75	c (0,0) c LitScanFractions_total : 0
5.70/2.75	c (0,0) c LitScanFractions_winner : 0
5.70/2.75	c (0,0) c DecisionLevel0_0 : 1
5.70/2.75	c (0,0) c DecisionLevel0_1 : 4
5.70/2.75	c (0,0) c DecisionLevel0_2 : 1
5.70/2.75	c (0,0) c DecisionLevel0_3 : 1
5.70/2.75	c (0,0) c DecisionLevel0_4 : 1
5.70/2.75	c (0,0) c DecisionLevel0_5 : 2
5.70/2.75	c (0,0) c DecisionLevel0_6 : 3
5.70/2.75	c (0,0) c DecisionLevel0_7 : 4
5.70/2.75	c (0,0) c DecisionLevel0_total : 17
5.70/2.75	c (0,0) c DecisionLevel0_winner : 1
5.70/2.75	c (0,0) c Periods_0 : 0
5.70/2.75	c (0,0) c Periods_1 : 0
5.70/2.75	c (0,0) c Periods_2 : 0
5.70/2.75	c (0,0) c Periods_3 : 0
5.70/2.75	c (0,0) c Periods_4 : 0
5.70/2.75	c (0,0) c Periods_5 : 0
5.70/2.75	c (0,0) c Periods_6 : 0
5.70/2.75	c (0,0) c Periods_7 : 0
5.70/2.75	c (0,0) c Periods_total : 0
5.70/2.75	c (0,0) c Periods_winner : 0
5.70/2.75	c (0,0) c Margin_0 : 20
5.70/2.75	c (0,0) c Margin_1 : 20
5.70/2.75	c (0,0) c Margin_2 : 20
5.70/2.75	c (0,0) c Margin_3 : 20
5.70/2.75	c (0,0) c Margin_4 : 20
5.70/2.75	c (0,0) c Margin_5 : 20
5.70/2.75	c (0,0) c Margin_6 : 20
5.70/2.75	c (0,0) c Margin_7 : 20
5.70/2.75	c (0,0) c Margin_total : 160
5.70/2.75	c (0,0) c Margin_winner : 20
5.70/2.75	c (0,0) c Exported_0 : 4
5.70/2.75	c (0,0) c Exported_1 : 1
5.70/2.75	c (0,0) c Exported_2 : 0
5.70/2.75	c (0,0) c Exported_3 : 4
5.70/2.75	c (0,0) c Exported_4 : 3
5.70/2.75	c (0,0) c Exported_5 : 4
5.70/2.75	c (0,0) c Exported_6 : 4
5.70/2.75	c (0,0) c Exported_7 : 4
5.70/2.75	c (0,0) c Exported_total : 24
5.70/2.75	c (0,0) c Exported_winner : 4
5.70/2.75	c (0,0) c Imported_0 : 0
5.70/2.75	c (0,0) c Imported_1 : 0
5.70/2.75	c (0,0) c Imported_2 : 0
5.70/2.75	c (0,0) c Imported_3 : 0
5.70/2.75	c (0,0) c Imported_4 : 0
5.70/2.75	c (0,0) c Imported_5 : 0
5.70/2.75	c (0,0) c Imported_6 : 0
5.70/2.75	c (0,0) c Imported_7 : 0
5.70/2.75	c (0,0) c Imported_total : 0
5.70/2.75	c (0,0) c Imported_winner : 0
5.70/2.75	c (0,0) c Good_0 : 0
5.70/2.75	c (0,0) c Good_1 : 0
5.70/2.75	c (0,0) c Good_2 : 0
5.70/2.75	c (0,0) c Good_3 : 0
5.70/2.75	c (0,0) c Good_4 : 0
5.70/2.75	c (0,0) c Good_5 : 0
5.70/2.75	c (0,0) c Good_6 : 0
5.70/2.75	c (0,0) c Good_7 : 0
5.70/2.75	c (0,0) c Good_total : 0
5.70/2.75	c (0,0) c Good_winner : 0
5.70/2.75	c (0,0) c Purge_0 : 0
5.70/2.75	c (0,0) c Purge_1 : 0
5.70/2.75	c (0,0) c Purge_2 : 0
5.70/2.75	c (0,0) c Purge_3 : 0
5.70/2.75	c (0,0) c Purge_4 : 0
5.70/2.75	c (0,0) c Purge_5 : 0
5.70/2.75	c (0,0) c Purge_6 : 0
5.70/2.75	c (0,0) c Purge_7 : 0
5.70/2.75	c (0,0) c Purge_total : 0
5.70/2.75	c (0,0) c Purge_winner : 0
5.70/2.75	c (0,0) c Promoted_0 : 0
5.70/2.75	c (0,0) c Promoted_1 : 0
5.70/2.75	c (0,0) c Promoted_2 : 0
5.70/2.75	c (0,0) c Promoted_3 : 0
5.70/2.75	c (0,0) c Promoted_4 : 0
5.70/2.75	c (0,0) c Promoted_5 : 0
5.70/2.75	c (0,0) c Promoted_6 : 0
5.70/2.75	c (0,0) c Promoted_7 : 0
5.70/2.75	c (0,0) c Promoted_total : 0
5.70/2.75	c (0,0) c Promoted_winner : 0
5.70/2.75	c (0,0) c Remove_Imp_0 : 0
5.70/2.75	c (0,0) c Remove_Imp_1 : 0
5.70/2.75	c (0,0) c Remove_Imp_2 : 0
5.70/2.75	c (0,0) c Remove_Imp_3 : 0
5.70/2.75	c (0,0) c Remove_Imp_4 : 0
5.70/2.75	c (0,0) c Remove_Imp_5 : 0
5.70/2.75	c (0,0) c Remove_Imp_6 : 0
5.70/2.75	c (0,0) c Remove_Imp_7 : 0
5.70/2.75	c (0,0) c Remove_Imp_total : 0
5.70/2.75	c (0,0) c Remove_Imp_winner : 0
5.70/2.75	c (0,0) c Blocked_Reuse_0 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_1 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_2 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_3 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_4 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_5 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_6 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_7 : 0
5.70/2.75	c (0,0) c Blocked_Reuse_total : 0
5.70/2.75	c (0,0) c Blocked_Reuse_winner : 0
5.70/2.75	c (0,0) c Unaries_0 : 0
5.70/2.75	c (0,0) c Unaries_1 : 0
5.70/2.75	c (0,0) c Unaries_2 : 0
5.70/2.75	c (0,0) c Unaries_3 : 0
5.70/2.75	c (0,0) c Unaries_4 : 0
5.70/2.75	c (0,0) c Unaries_5 : 0
5.70/2.75	c (0,0) c Unaries_6 : 0
5.70/2.75	c (0,0) c Unaries_7 : 0
5.70/2.75	c (0,0) c Unaries_total : 0
5.70/2.75	c (0,0) c Unaries_winner : 0
5.70/2.75	c (0,0) c Binaries_0 : 0
5.70/2.75	c (0,0) c Binaries_1 : 0
5.70/2.75	c (0,0) c Binaries_2 : 0
5.70/2.75	c (0,0) c Binaries_3 : 0
5.70/2.75	c (0,0) c Binaries_4 : 0
5.70/2.75	c (0,0) c Binaries_5 : 0
5.70/2.75	c (0,0) c Binaries_6 : 0
5.70/2.75	c (0,0) c Binaries_7 : 0
5.70/2.75	c (0,0) c Binaries_total : 0
5.70/2.75	c (0,0) c Binaries_winner : 0
5.70/2.75	c (0,0) c Glues_0 : 4
5.70/2.75	c (0,0) c Glues_1 : 1
5.70/2.75	c (0,0) c Glues_2 : 0
5.70/2.75	c (0,0) c Glues_3 : 4
5.70/2.75	c (0,0) c Glues_4 : 3
5.70/2.75	c (0,0) c Glues_5 : 4
5.70/2.75	c (0,0) c Glues_6 : 4
5.70/2.75	c (0,0) c Glues_7 : 4
5.70/2.75	c (0,0) c Glues_total : 24
5.70/2.75	c (0,0) c Glues_winner : 4
5.70/2.75	c (0,0) c RunningTime_0 : 0.032434
5.70/2.75	c (0,0) c RunningTime_1 : 0.026451
5.70/2.75	c (0,0) c RunningTime_2 : 0.037888
5.70/2.75	c (0,0) c RunningTime_3 : 0.033743
5.70/2.75	c (0,0) c RunningTime_4 : 0.044877
5.70/2.75	c (0,0) c RunningTime_5 : 0.026225
5.70/2.75	c (0,0) c RunningTime_6 : 0.040749
5.70/2.75	c (0,0) c RunningTime_7 : 0.031311
5.70/2.75	c (0,0) c RunningTime_total : 0.273678
5.70/2.75	c (0,0) c RunningTime_winner : 0.032434
5.70/2.75	c (0,0) c WaitingTime_0 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_1 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_2 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_3 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_4 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_5 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_6 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_7 : 0.000000
5.70/2.75	c (0,0) c WaitingTime_total : 0.000000
5.70/2.75	c (0,0) c WaitingTime_winner : 0.000000
5.70/2.75	c (0,0) c ExchangingTime_0 : 0.000034
5.70/2.75	c (0,0) c ExchangingTime_1 : 0.000032
5.70/2.75	c (0,0) c ExchangingTime_2 : 0.000040
5.70/2.75	c (0,0) c ExchangingTime_3 : 0.000057
5.70/2.75	c (0,0) c ExchangingTime_4 : 0.000050
5.70/2.75	c (0,0) c ExchangingTime_5 : 0.000036
5.70/2.75	c (0,0) c ExchangingTime_6 : 0.000054
5.70/2.75	c (0,0) c ExchangingTime_7 : 0.000052
5.70/2.75	c (0,0) c ExchangingTime_total : 0.000355
5.70/2.75	c (0,0) c ExchangingTime_winner : 0.000034
5.70/2.75	c (0,0) c PeriodProcTime_0 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_1 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_2 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_3 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_4 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_5 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_6 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_7 : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_total : 0.000000
5.70/2.75	c (0,0) c PeriodProcTime_winner : 0.000000
5.70/2.75	c (0,0) c SolvingTime_0 : 0.032468
5.70/2.75	c (0,0) c SolvingTime_1 : 0.026484
5.70/2.75	c (0,0) c SolvingTime_2 : 0.037927
5.70/2.75	c (0,0) c SolvingTime_3 : 0.033801
5.70/2.75	c (0,0) c SolvingTime_4 : 0.044926
5.70/2.75	c (0,0) c SolvingTime_5 : 0.026260
5.70/2.75	c (0,0) c SolvingTime_6 : 0.040803
5.70/2.75	c (0,0) c SolvingTime_7 : 0.031363
5.70/2.75	c (0,0) c SolvingTime_total : 0.274032
5.70/2.75	c (0,0) c SolvingTime_winner : 0.032468
5.70/2.75	c (0,0) c PropagationTime_0 : 0.024410
5.70/2.75	c (0,0) c PropagationTime_1 : 0.018724
5.70/2.75	c (0,0) c PropagationTime_2 : 0.030576
5.70/2.75	c (0,0) c PropagationTime_3 : 0.023136
5.70/2.75	c (0,0) c PropagationTime_4 : 0.030824
5.70/2.75	c (0,0) c PropagationTime_5 : 0.018487
5.70/2.75	c (0,0) c PropagationTime_6 : 0.029409
5.70/2.75	c (0,0) c PropagationTime_7 : 0.022116
5.70/2.75	c (0,0) c PropagationTime_total : 0.197683
5.70/2.75	c (0,0) c PropagationTime_winner : 0.024410
5.70/2.75	c (0,0) c AnalysisTime_0 : 0.005603
5.70/2.76	c (0,0) c AnalysisTime_1 : 0.004960
5.70/2.76	c (0,0) c AnalysisTime_2 : 0.005167
5.70/2.76	c (0,0) c AnalysisTime_3 : 0.007254
5.70/2.76	c (0,0) c AnalysisTime_4 : 0.010059
5.70/2.76	c (0,0) c AnalysisTime_5 : 0.005739
5.70/2.76	c (0,0) c AnalysisTime_6 : 0.008229
5.70/2.76	c (0,0) c AnalysisTime_7 : 0.006745
5.70/2.76	c (0,0) c AnalysisTime_total : 0.053756
5.70/2.76	c (0,0) c AnalysisTime_winner : 0.005603
5.70/2.76	c (0,0) c ReductionTime_0 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_1 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_2 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_3 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_4 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_5 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_6 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_7 : 0.000000
5.70/2.76	c (0,0) c ReductionTime_total : 0.000000
5.70/2.76	c (0,0) c ReductionTime_winner : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_0 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_1 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_2 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_3 : 0.000001
5.70/2.76	c (0,0) c SimplifyTime_4 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_5 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_6 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_7 : 0.000000
5.70/2.76	c (0,0) c SimplifyTime_total : 0.000001
5.70/2.76	c (0,0) c SimplifyTime_winner : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_0 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_1 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_2 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_3 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_4 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_5 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_6 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_7 : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_total : 0.000000
5.70/2.76	c (0,0) c UsedRateTime_winner : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_0 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_1 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_2 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_3 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_4 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_5 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_6 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_7 : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_total : 0.000000
5.70/2.76	c (0,0) c OverlapRateTime_winner : 0.000000
5.70/2.76	c (0,0) c
5.70/2.76	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
5.70/2.76	c (0,0) c
5.70/2.76	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.76	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.70/2.76	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.76	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
5.70/2.76	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
5.70/2.76	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
5.70/2.76	c (0,0) c | Initial random_seed   | 1386893904 |  257571790 |  319590873 |  837582056 |  997321041 | 1461088737 | 1396406361 | 1297625710 |
5.70/2.76	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
5.70/2.76	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
5.70/2.76	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
5.70/2.76	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
5.70/2.76	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
5.70/2.76	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
5.70/2.76	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
5.70/2.76	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
5.70/2.76	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
5.70/2.76	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
5.70/2.76	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
5.70/2.76	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.70/2.76	c (0,0) 
5.70/2.76	c (0,0) s SATISFIABLE
5.70/2.78	c (0,0) SatSolver.solve End
5.70/2.78	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
5.70/2.78	c (0,0) Show results Begin
6.13/2.86	c (0,0) x[0] = 0
6.13/2.86	c (0,0) x[1] = 12
6.13/2.86	c (0,0) x[2] = 24
6.13/2.86	c (0,0) x[3] = 9
6.13/2.86	c (0,0) x[4] = 9
6.13/2.86	c (0,0) x[5] = 1
6.13/2.86	c (0,0) x[6] = 7
6.13/2.86	c (0,0) x[7] = 1
6.13/2.86	c (0,0) x[8] = 0
6.13/2.86	c (0,0) x[9] = 0
6.13/2.86	c (0,0) x[10] = 24
6.13/2.86	c (0,0) x[11] = 35
6.13/2.86	c (0,0) x[12] = 0
6.13/2.86	c (0,0) x[13] = 10
6.13/2.86	c (0,0) x[14] = 14
6.13/2.86	c (0,0) x[15] = 31
6.13/2.86	c (0,0) x[16] = 14
6.13/2.86	c (0,0) x[17] = 29
6.13/2.86	c (0,0) y[0] = 23
6.13/2.86	c (0,0) y[1] = 13
6.13/2.86	c (0,0) y[2] = 16
6.13/2.86	c (0,0) y[3] = 38
6.13/2.86	c (0,0) y[4] = 42
6.13/2.86	c (0,0) y[5] = 31
6.13/2.86	c (0,0) y[6] = 31
6.13/2.86	c (0,0) y[7] = 23
6.13/2.86	c (0,0) y[8] = 38
6.13/2.86	c (0,0) y[9] = 13
6.13/2.86	c (0,0) y[10] = 19
6.13/2.86	c (0,0) y[11] = 18
6.13/2.86	c (0,0) y[12] = 0
6.13/2.86	c (0,0) y[13] = 15
6.13/2.86	c (0,0) y[14] = 0
6.13/2.86	c (0,0) y[15] = 31
6.13/2.86	c (0,0) y[16] = 30
6.13/2.86	c (0,0) y[17] = 0
6.13/2.86	s SATISFIABLE
6.13/2.86	v <instantiation>
6.13/2.86	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17]</list>
6.13/2.86	v     <values>0 12 24 9 9 1 7 1 0 0 24 35 0 10 14 31 14 29 23 13 16 38 42 31 31 23 38 13 19 18 0 15 0 31 30 0</values>
6.13/2.86	v </instantiation>
6.13/2.86	c (0,0) Show results End
6.13/2.86	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
6.13/2.86	c (0,0) 0,0,STOP-AFTER(ALL)
6.13/2.86	c END-Prog: Tue Sep 24 23:49:42 CEST 2019

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405425-1569366003/watcher-4405425-1569366003 -o /tmp/evaluation-result-4405425-1569366003/solver-4405425-1569366003 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569354839-12054 --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-4405425-1569366003.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=14121, runsolver pid=14118
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 7.48 7.95 7.79 2/210 14143
/proc/meminfo: memFree=26641860/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512856881 115843072 349 33554432000 4194304 5098028 140723880045104 140723880042360 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 349 296 221 0 87 0
[pid=14124] ppid=14121 vsize=27314120 memory=107120 CPUtime=0.11 cores=0-7
/proc/14124/stat : 14124 (java) S 14121 14121 12027 0 -1 1077944320 6379 0 0 0 8 3 0 0 20 0 20 0 512856881 27969658880 26780 33554432000 4194304 4196468 140722093137904 140722093120448 140718643330807 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
/proc/14124/statm: 6828530 26780 2755 1 0 6790935 0
[pid=14124/tid=14125] ppid=14121 vsize=27314120 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/14124/task/14125/stat : 14125 (java) R 14121 14121 12027 0 -1 4202560 4481 0 0 0 6 2 0 0 20 0 20 0 512856882 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718615157136 140718629025836 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14126] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14126/stat : 14126 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718647573136 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14127] ppid=14121 vsize=27314120 memory=4050901706060785312 CPUtime=0 cores=0-7
/proc/14124/task/14127/stat : 14127 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718430968336 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14128] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14128/stat : 14128 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718064523664 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14129] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14129/stat : 14129 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718063470864 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14130] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14130/stat : 14130 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718062419088 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14131] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14131/stat : 14131 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718061366288 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14132] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14132/stat : 14132 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718060313488 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14133] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14133/stat : 14133 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 26780 33554432000 4194304 4196468 140722093137904 140718059260688 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14134] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14134/stat : 14134 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717634570608 140718643341954 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14135] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14135/stat : 14135 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 26780 33554432000 4194304 4196468 140722093137904 140716550382624 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14136] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14136/stat : 14136 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856887 27969658880 26780 33554432000 4194304 4196468 140722093137904 140716281946992 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14137] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14137/stat : 14137 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140715907438416 140718643349403 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14138] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14138/stat : 14138 (java) S 14121 14121 12027 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717633518448 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14139] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14139/stat : 14139 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717632465648 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14140] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14140/stat : 14140 (java) S 14121 14121 12027 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717631412848 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14141] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14141/stat : 14141 (java) R 14121 14121 12027 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717630360048 140718643352154 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14142] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14142/stat : 14142 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 26780 33554432000 4194304 4196468 140722093137904 140715409533536 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14143] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14143/stat : 14143 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856890 27969658880 26780 33554432000 4194304 4196468 140722093137904 140717629307440 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108516 KiB

[startup+0.210169 s]*
/proc/loadavg: 7.48 7.95 7.79 2/210 14143
/proc/meminfo: memFree=26612200/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512856881 115843072 349 33554432000 4194304 5098028 140723880045104 140723880042360 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 349 296 221 0 87 0
[pid=14124] ppid=14121 vsize=27314120 memory=126432 CPUtime=0.25 cores=0-7
/proc/14124/stat : 14124 (java) S 14121 14121 12027 0 -1 1077944320 12017 0 0 0 20 5 0 0 20 0 20 0 512856881 27969658880 31608 33554432000 4194304 4196468 140722093137904 140722093120448 140718643330807 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
/proc/14124/statm: 6828530 31608 2914 1 0 6790935 0
[pid=14124/tid=14125] ppid=14121 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/14124/task/14125/stat : 14125 (java) R 14121 14121 12027 0 -1 4202560 9721 0 0 0 16 4 0 0 20 0 20 0 512856882 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718615130192 140718643352733 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14126] ppid=14121 vsize=27314120 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/14124/task/14126/stat : 14126 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718647573136 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14127] ppid=14121 vsize=27314120 memory=140125069267125 CPUtime=0 cores=0-7
/proc/14124/task/14127/stat : 14127 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718430968336 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14128] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14128/stat : 14128 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718064523664 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14129] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14129/stat : 14129 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718063470864 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14130] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14130/stat : 14130 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718062419088 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14131] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14131/stat : 14131 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718061366288 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14132] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14132/stat : 14132 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718060313488 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14133] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14133/stat : 14133 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 31608 33554432000 4194304 4196468 140722093137904 140718059260688 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14134] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14134/stat : 14134 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717634570608 140718643341954 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14135] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14135/stat : 14135 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 31608 33554432000 4194304 4196468 140722093137904 140716550382624 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14136] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14136/stat : 14136 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856887 27969658880 31608 33554432000 4194304 4196468 140722093137904 140716281946992 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14137] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14137/stat : 14137 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140715907438416 140718643349403 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14138] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14138/stat : 14138 (java) S 14121 14121 12027 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717633518448 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14139] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14139/stat : 14139 (java) S 14121 14121 12027 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717632465648 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14140] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14140/stat : 14140 (java) S 14121 14121 12027 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717631412848 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14141] ppid=14121 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/14124/task/14141/stat : 14141 (java) R 14121 14121 12027 0 -1 4202560 458 0 0 0 2 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717630360048 140718643352154 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14142] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14142/stat : 14142 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 31608 33554432000 4194304 4196468 140722093137904 140715409533536 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14143] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14143/stat : 14143 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856890 27969658880 31608 33554432000 4194304 4196468 140722093137904 140717629307440 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127828 KiB

[startup+0.310208 s]*
/proc/loadavg: 7.48 7.95 7.79 2/210 14143
/proc/meminfo: memFree=26612100/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512856881 115843072 349 33554432000 4194304 5098028 140723880045104 140723880042360 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 349 296 221 0 87 0
[pid=14124] ppid=14121 vsize=27314120 memory=130028 CPUtime=0.42 cores=0-7
/proc/14124/stat : 14124 (java) S 14121 14121 12027 0 -1 1077944320 12371 0 0 0 37 5 0 0 20 0 20 0 512856881 27969658880 32507 33554432000 4194304 4196468 140722093137904 140722093120448 140718643330807 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
/proc/14124/statm: 6828530 32507 2999 1 0 6790935 0
[pid=14124/tid=14125] ppid=14121 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/14124/task/14125/stat : 14125 (java) R 14121 14121 12027 0 -1 4202560 9908 0 0 0 25 4 0 0 20 0 20 0 512856882 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718615160880 140718623606110 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14126] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14126/stat : 14126 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718647573136 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14127] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14127/stat : 14127 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718430968336 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14128] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14128/stat : 14128 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718064523664 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14129] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14129/stat : 14129 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718063470864 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14130] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14130/stat : 14130 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718062419088 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14131] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14131/stat : 14131 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718061366288 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14132] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14132/stat : 14132 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718060313488 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14133] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14133/stat : 14133 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856884 27969658880 32507 33554432000 4194304 4196468 140722093137904 140718059260688 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14134] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14134/stat : 14134 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717634570608 140718643341954 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14135] ppid=14121 vsize=27314120 memory=280249837493632 CPUtime=0 cores=0-7
/proc/14124/task/14135/stat : 14135 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512856886 27969658880 32507 33554432000 4194304 4196468 140722093137904 140716550382624 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14136] ppid=14121 vsize=27314120 memory=280249837498240 CPUtime=0 cores=0-7
/proc/14124/task/14136/stat : 14136 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856887 27969658880 32507 33554432000 4194304 4196468 140722093137904 140716281946992 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14137] ppid=14121 vsize=27314120 memory=280249837502848 CPUtime=0 cores=0-7
/proc/14124/task/14137/stat : 14137 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140715907438416 140718643349403 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14138] ppid=14121 vsize=27314120 memory=280249837507456 CPUtime=0.01 cores=0-7
/proc/14124/task/14138/stat : 14138 (java) S 14121 14121 12027 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717633518448 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14139] ppid=14121 vsize=27314120 memory=280249837512064 CPUtime=0 cores=0-7
/proc/14124/task/14139/stat : 14139 (java) S 14121 14121 12027 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717632465648 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14140] ppid=14121 vsize=27314120 memory=280249837516672 CPUtime=0.02 cores=0-7
/proc/14124/task/14140/stat : 14140 (java) S 14121 14121 12027 0 -1 1077944384 500 0 0 0 2 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717631412848 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14141] ppid=14121 vsize=27314120 memory=280249837521280 CPUtime=0.07 cores=0-7
/proc/14124/task/14141/stat : 14141 (java) S 14121 14121 12027 0 -1 1077944384 481 0 0 0 7 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717630360048 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14142] ppid=14121 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14142/stat : 14142 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27969658880 32507 33554432000 4194304 4196468 140722093137904 140715409533536 140718643341013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14143] ppid=14121 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/14124/task/14143/stat : 14143 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856890 27969658880 32507 33554432000 4194304 4196468 140722093137904 140717629307440 140718643341954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131424 KiB

[startup+0.700925 s]
/proc/loadavg: 7.48 7.95 7.79 3/210 14143
/proc/meminfo: memFree=26596952/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512856881 115843072 349 33554432000 4194304 5098028 140723880045104 140723880042360 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 349 296 221 0 87 0
[pid=14124] ppid=14121 vsize=27320392 memory=165180 CPUtime=0.98 cores=0-7
/proc/14124/stat : 14124 (java) S 14121 14121 12027 0 -1 1077944320 19915 0 0 0 90 8 0 0 20 0 20 0 512856881 27976081408 41295 33554432000 4194304 4196468 140722093137904 140722093120448 140718643330807 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
/proc/14124/statm: 6830098 41295 3148 1 0 6791447 0
[pid=14124/tid=14125] ppid=14121 vsize=27320392 memory=4580 CPUtime=0.68 cores=0-7
/proc/14124/task/14125/stat : 14125 (java) R 14121 14121 12027 0 -1 4202560 16910 0 0 0 61 7 0 0 20 0 20 0 512856882 27976081408 41295 33554432000 4194304 4196468 140722093137904 140718615169568 140718627411294 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14126] ppid=14121 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14126/stat : 14126 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27976081408 41295 33554432000 4194304 4196468 140722093137904 140718647573136 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14127] ppid=14121 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14127/stat : 14127 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27976081408 41295 33554432000 4194304 4196468 140722093137904 140718430968336 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14128] ppid=14121 vsize=27320392 memory=1056 CPUtime=0 cores=0-7
/proc/14124/task/14128/stat : 14128 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27976081408 41295 33554432000 4194304 4196468 140722093137904 140718064523664 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0

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

/proc/14124/task/14132/stat : 14132 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 54345 33554432000 4194304 4196468 140722093137904 140718060313488 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14133] ppid=14121 vsize=27328728 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/14124/task/14133/stat : 14133 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 54345 33554432000 4194304 4196468 140722093137904 140718059260688 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14134] ppid=14121 vsize=27328728 memory=140129360602751 CPUtime=0 cores=0-7
/proc/14124/task/14134/stat : 14134 (java) S 14121 14121 12027 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512856886 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717634570608 140718643341954 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14135] ppid=14121 vsize=27328728 memory=-6944103529398779038 CPUtime=0 cores=0-7
/proc/14124/task/14135/stat : 14135 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512856886 27984617472 54345 33554432000 4194304 4196468 140722093137904 140716550382624 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14136] ppid=14121 vsize=27328728 memory=-6942423471326665158 CPUtime=0 cores=0-7
/proc/14124/task/14136/stat : 14136 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856887 27984617472 54345 33554432000 4194304 4196468 140722093137904 140716281946992 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14137] ppid=14121 vsize=27328728 memory=-7044945514298839643 CPUtime=0 cores=0-7
/proc/14124/task/14137/stat : 14137 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140715907438416 140718643349403 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14138] ppid=14121 vsize=27328728 memory=-7452725505408194905 CPUtime=0.25 cores=0-7
/proc/14124/task/14138/stat : 14138 (java) S 14121 14121 12027 0 -1 1077944384 426 0 0 0 24 1 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717633518448 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14139] ppid=14121 vsize=27328728 memory=7306334379736393275 CPUtime=0.29 cores=0-7
/proc/14124/task/14139/stat : 14139 (java) S 14121 14121 12027 0 -1 1077944384 562 0 0 0 29 0 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717632465648 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14140] ppid=14121 vsize=27328728 memory=4426350798730535301 CPUtime=0.27 cores=0-7
/proc/14124/task/14140/stat : 14140 (java) S 14121 14121 12027 0 -1 1077944384 934 0 0 0 27 0 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717631412848 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14141] ppid=14121 vsize=27328728 memory=0 CPUtime=0.66 cores=0-7
/proc/14124/task/14141/stat : 14141 (java) S 14121 14121 12027 0 -1 1077944384 2029 0 0 0 65 1 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717630360048 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14142] ppid=14121 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14142/stat : 14142 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27984617472 54345 33554432000 4194304 4196468 140722093137904 140715409533536 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14143] ppid=14121 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14143/stat : 14143 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856890 27984617472 54345 33554432000 4194304 4196468 140722093137904 140717629307440 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 27441856 KiB
Current children cumulated memory: 218776 KiB

[startup+2.8771 s]
# the end of solver process 14121 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.02601 s, system=0.25763 s

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

[startup+1.60114 s]
/proc/loadavg: 7.48 7.95 7.79 3/210 14143
/proc/meminfo: memFree=26568480/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512856881 115843072 349 33554432000 4194304 5098028 140723880045104 140723880042360 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 349 296 221 0 87 0
[pid=14124] ppid=14121 vsize=27328728 memory=225552 CPUtime=3.27 cores=0-7
/proc/14124/stat : 14124 (java) S 14121 14121 12027 0 -1 1077944320 24317 0 0 0 315 12 0 0 20 0 20 0 512856881 27984617472 56388 33554432000 4194304 4196468 140722093137904 140722093120448 140718643330807 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
/proc/14124/statm: 6832182 56388 3259 1 0 6792983 0
[pid=14124/tid=14125] ppid=14121 vsize=27328728 memory=0 CPUtime=1.57 cores=0-7
/proc/14124/task/14125/stat : 14125 (java) R 14121 14121 12027 0 -1 4202560 18691 0 0 0 149 8 0 0 20 0 20 0 512856882 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718615167584 140718621775159 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14126] ppid=14121 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14126/stat : 14126 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718647573136 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14127] ppid=14121 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14127/stat : 14127 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718430968336 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14128] ppid=14121 vsize=27328728 memory=692 CPUtime=0 cores=0-7
/proc/14124/task/14128/stat : 14128 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718064523664 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14129] ppid=14121 vsize=27328728 memory=1056 CPUtime=0 cores=0-7
/proc/14124/task/14129/stat : 14129 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718063470864 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14130] ppid=14121 vsize=27328728 memory=1556 CPUtime=0 cores=0-7
/proc/14124/task/14130/stat : 14130 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718062419088 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14131] ppid=14121 vsize=27328728 memory=780 CPUtime=0 cores=0-7
/proc/14124/task/14131/stat : 14131 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718061366288 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14132] ppid=14121 vsize=27328728 memory=3616 CPUtime=0 cores=0-7
/proc/14124/task/14132/stat : 14132 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718060313488 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14133] ppid=14121 vsize=27328728 memory=1228 CPUtime=0 cores=0-7
/proc/14124/task/14133/stat : 14133 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856884 27984617472 56388 33554432000 4194304 4196468 140722093137904 140718059260688 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14134] ppid=14121 vsize=27328728 memory=6204 CPUtime=0 cores=0-7
/proc/14124/task/14134/stat : 14134 (java) S 14121 14121 12027 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512856886 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717634570608 140718643341954 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14135] ppid=14121 vsize=27328728 memory=7552 CPUtime=0 cores=0-7
/proc/14124/task/14135/stat : 14135 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512856886 27984617472 56388 33554432000 4194304 4196468 140722093137904 140716550382624 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14136] ppid=14121 vsize=27328728 memory=2832 CPUtime=0 cores=0-7
/proc/14124/task/14136/stat : 14136 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856887 27984617472 56388 33554432000 4194304 4196468 140722093137904 140716281946992 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14137] ppid=14121 vsize=27328728 memory=1084 CPUtime=0 cores=0-7
/proc/14124/task/14137/stat : 14137 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140715907438416 140718643349403 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14138] ppid=14121 vsize=27328728 memory=14012 CPUtime=0.3 cores=0-7
/proc/14124/task/14138/stat : 14138 (java) S 14121 14121 12027 0 -1 1077944384 578 0 0 0 29 1 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717633518448 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14139] ppid=14121 vsize=27328728 memory=14048 CPUtime=0.33 cores=0-7
/proc/14124/task/14139/stat : 14139 (java) R 14121 14121 12027 0 -1 4202560 579 0 0 0 33 0 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717632451552 140718628456192 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14140] ppid=14121 vsize=27328728 memory=35164 CPUtime=0.31 cores=0-7
/proc/14124/task/14140/stat : 14140 (java) S 14121 14121 12027 0 -1 1077944384 963 0 0 0 31 0 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717631412848 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14141] ppid=14121 vsize=27328728 memory=2120 CPUtime=0.73 cores=0-7
/proc/14124/task/14141/stat : 14141 (java) R 14121 14121 12027 0 -1 4202560 2174 0 0 0 72 1 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717630357840 140718636430507 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14142] ppid=14121 vsize=27328728 memory=7157735280263846225 CPUtime=0 cores=0-7
/proc/14124/task/14142/stat : 14142 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512856889 27984617472 56388 33554432000 4194304 4196468 140722093137904 140715409533536 140718643341013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
[pid=14124/tid=14143] ppid=14121 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/14124/task/14143/stat : 14143 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512856890 27984617472 56388 33554432000 4194304 4196468 140722093137904 140717629307440 140718643341954 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27148288 140722093146858 140722093147286 140722093147286 140722093150159 0
Current children cumulated CPU time: 3.27 s
Current children cumulated vsize: 27441856 KiB
Current children cumulated memory: 226948 KiB

[startup+2.40069 s]
/proc/loadavg: 7.20 7.88 7.77 2/203 14156
/proc/meminfo: memFree=26712704/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1476 CPUtime=4.61 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 583 26656 0 0 0 0 446 15 20 0 1 0 512856881 115843072 369 33554432000 4194304 5098028 140723880045104 140723880041848 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 369 311 221 0 87 0
[pid=14144] ppid=14121 vsize=7752268 memory=72748 CPUtime=0.58 cores=0-7
/proc/14144/stat : 14144 (java) S 14121 14121 12027 0 -1 1077944320 13797 0 0 0 54 4 0 0 20 0 20 0 512857076 7938322432 18187 33554432000 4194304 4196468 140730275936176 140730275918720 140294969360119 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
/proc/14144/statm: 1938067 18187 3053 1 0 1899951 0
[pid=14144/tid=14145] ppid=14121 vsize=7752268 memory=6655300316396806240 CPUtime=0.43 cores=0-7
/proc/14144/task/14145/stat : 14145 (java) R 14121 14121 12027 0 -1 4202560 11493 0 0 0 39 4 0 0 20 0 20 0 512857077 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294941172896 140294950923675 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14146] ppid=14121 vsize=7752268 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/14144/task/14146/stat : 14146 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294973602960 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14147] ppid=14121 vsize=7752268 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/14144/task/14147/stat : 14147 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294773771280 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14148] ppid=14121 vsize=7752268 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/14144/task/14148/stat : 14148 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294772718480 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14149] ppid=14121 vsize=7752268 memory=1396 CPUtime=0 cores=0-7
/proc/14144/task/14149/stat : 14149 (java) S 14121 14121 12027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294452407056 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14150] ppid=14121 vsize=7752268 memory=198120 CPUtime=0 cores=0-7
/proc/14144/task/14150/stat : 14150 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294451354256 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14151] ppid=14121 vsize=7752268 memory=303711698211307546 CPUtime=0 cores=0-7
/proc/14144/task/14151/stat : 14151 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294450301456 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14152] ppid=14121 vsize=7752268 memory=7375040572153948520 CPUtime=0 cores=0-7
/proc/14144/task/14152/stat : 14152 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294449248656 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14153] ppid=14121 vsize=7752268 memory=8026629970252551781 CPUtime=0 cores=0-7
/proc/14144/task/14153/stat : 14153 (java) S 14121 14121 12027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512857078 7938322432 18187 33554432000 4194304 4196468 140730275936176 140294448195856 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14154] ppid=14121 vsize=7752268 memory=0 CPUtime=0 cores=0-7
/proc/14144/task/14154/stat : 14154 (java) S 14121 14121 12027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512857079 7938322432 18187 33554432000 4194304 4196468 140730275936176 140293794433904 140294969371266 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14155] ppid=14121 vsize=7752268 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/14144/task/14155/stat : 14155 (java) S 14121 14121 12027 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512857080 7938322432 18187 33554432000 4194304 4196468 140730275936176 140293563213344 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14156] ppid=14121 vsize=7752268 memory=1396 CPUtime=0 cores=0-7
/proc/14144/task/14156/stat : 14156 (java) S 14121 14121 12027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512857080 7938322432 18187 33554432000 4194304 4196468 140730275936176 140293428991344 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 7865396 KiB
Current children cumulated memory: 74224 KiB

[startup+2.80067 s]
/proc/loadavg: 7.20 7.88 7.77 2/203 14156
/proc/meminfo: memFree=26712704/32770624 swapFree=66986400/67108860
[pid=14121] ppid=14118 vsize=113128 memory=1476 CPUtime=4.61 cores=0-7
/proc/14121/stat : 14121 (scop.sh) S 14118 14121 12027 0 -1 4202496 583 26656 0 0 0 0 446 15 20 0 1 0 512856881 115843072 369 33554432000 4194304 5098028 140723880045104 140723880041848 139802561000060 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32866304 140723880051492 140723880051820 140723880051820 140723880054733 0
/proc/14121/statm: 28282 369 311 221 0 87 0
[pid=14144] ppid=14121 vsize=8283048 memory=120764 CPUtime=1.52 cores=0-7
/proc/14144/stat : 14144 (java) S 14121 14121 12027 0 -1 1077944320 20687 3838 0 0 119 7 25 1 20 0 22 0 512857076 8481841152 30191 33554432000 4194304 4196468 140730275936176 140730275918720 140294969360119 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
/proc/14144/statm: 2070762 30191 3206 1 0 2032106 0
[pid=14144/tid=14145] ppid=14121 vsize=8283048 memory=61384 CPUtime=1.02 cores=0-7
/proc/14144/task/14145/stat : 14145 (java) R 14121 14121 12027 0 -1 4202560 17270 3838 0 0 71 5 25 1 20 0 22 0 512857077 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294941197392 140294953440606 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14146] ppid=14121 vsize=8283048 memory=4498404016631593313 CPUtime=0.26 cores=0-7
/proc/14144/task/14146/stat : 14146 (java) S 14121 14121 12027 0 -1 1077944384 2 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294973602960 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14147] ppid=14121 vsize=8283048 memory=-8458152057954561420 CPUtime=0.26 cores=0-7
/proc/14144/task/14147/stat : 14147 (java) S 14121 14121 12027 0 -1 1077944384 1 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294773771280 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14148] ppid=14121 vsize=8283048 memory=140125065644801 CPUtime=0.26 cores=0-7
/proc/14144/task/14148/stat : 14148 (java) S 14121 14121 12027 0 -1 1077944384 1 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294772718480 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14149] ppid=14121 vsize=8283048 memory=7236832037869020778 CPUtime=0.26 cores=0-7
/proc/14144/task/14149/stat : 14149 (java) S 14121 14121 12027 0 -1 1077944384 1 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294452407056 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14150] ppid=14121 vsize=8283048 memory=8028631073110250065 CPUtime=0.26 cores=0-7
/proc/14144/task/14150/stat : 14150 (java) S 14121 14121 12027 0 -1 1077944384 2 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294451354256 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14151] ppid=14121 vsize=8283048 memory=8318255677412212789 CPUtime=0.26 cores=0-7
/proc/14144/task/14151/stat : 14151 (java) S 14121 14121 12027 0 -1 1077944384 2 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294450301456 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14152] ppid=14121 vsize=8283048 memory=288230587528118625 CPUtime=0.26 cores=0-7
/proc/14144/task/14152/stat : 14152 (java) S 14121 14121 12027 0 -1 1077944384 2 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294449248656 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14153] ppid=14121 vsize=8283048 memory=3642396 CPUtime=0.26 cores=0-7
/proc/14144/task/14153/stat : 14153 (java) S 14121 14121 12027 0 -1 1077944384 3 3838 0 0 0 0 25 1 20 0 22 0 512857078 8481841152 30191 33554432000 4194304 4196468 140730275936176 140294448195856 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14154] ppid=14121 vsize=8283048 memory=7309170020323454822 CPUtime=0.26 cores=0-7
/proc/14144/task/14154/stat : 14154 (java) S 14121 14121 12027 0 -1 1077944384 5 3838 0 0 0 0 25 1 20 0 22 0 512857079 8481841152 30191 33554432000 4194304 4196468 140730275936176 140293794433904 140294969371266 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14155] ppid=14121 vsize=8283048 memory=5931329015123230816 CPUtime=0.26 cores=0-7
/proc/14144/task/14155/stat : 14155 (java) S 14121 14121 12027 0 -1 1077944384 13 3838 0 0 0 0 25 1 20 0 22 0 512857080 8481841152 30191 33554432000 4194304 4196468 140730275936176 140293563213344 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
[pid=14144/tid=14156] ppid=14121 vsize=8283048 memory=0 CPUtime=0.26 cores=0-7
/proc/14144/task/14156/stat : 14156 (java) S 14121 14121 12027 0 -1 1077944384 21 3838 0 0 0 0 25 1 20 0 22 0 512857080 8481841152 30191 33554432000 4194304 4196468 140730275936176 140293428991344 140294969370325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24944640 140730275939319 140730275939478 140730275939478 140730275942351 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 122240 KiB

Child status: 0
Real time (s): 2.87716
CPU time (s): 6.28364
CPU user time (s): 6.02601
CPU system time (s): 0.25763
CPU usage (%): 218.397
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 303556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.02601
system time used= 0.25763
maximum resident set size= 305408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8681
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 14121
#   total CPU time (s): 6.28364
#   total CPU user time (s): 6.02601
#   total CPU system time (s): 0.25763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041204 second user time and 0.078262 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-24 23:49:39
IDJOB=4405425
IDBENCH=141730
IDSOLVER=2868
FILE ID=node104/4405425-1569366003
RUNJOBID= node104-1569354839-12054
PBS_JOBID= 21705117
Free space on /tmp= 9836 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-047.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-4405425-1569366003/watcher-4405425-1569366003 -o /tmp/evaluation-result-4405425-1569366003/solver-4405425-1569366003 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569354839-12054 --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-4405425-1569366003.xml

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

MD5SUM BENCH= 503235a9ef2fa2334058f0cfe41dccf4
RANDOM SEED=1703856346

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26738940 kB
MemAvailable:   31819888 kB
Buffers:          106308 kB
Cached:          5066968 kB
SwapCached:        22640 kB
Active:          3189220 kB
Inactive:        2008672 kB
Active(anon):       2472 kB
Inactive(anon):    80336 kB
Active(file):    3186748 kB
Inactive(file):  1928336 kB
Unevictable:      109708 kB
Mlocked:          109708 kB
SwapTotal:      67108860 kB
SwapFree:       66986400 kB
Dirty:             20676 kB
Writeback:             0 kB
AnonPages:        114188 kB
Mapped:            57616 kB
Shmem:             49032 kB
Slab:             423544 kB
SReclaimable:     394324 kB
SUnreclaim:        29220 kB
KernelStack:        3408 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9816 MiB
End job on node104 at 2019-09-24 23:49:42