Trace number 4405528

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-20286-serial-file.bin HOME/instance-4405528-1569357281.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Tue Sep 24 22:34:01 CEST 2019
0.65/0.56	c PID: 20289
0.65/0.56	c IP: 172.20.3.151
0.65/0.56	c HOST: node151.alineos.net
0.65/0.57	c (0,0) Parsing Begin
4.09/1.54	c (0,0) Parsing End
4.09/1.54	c (1,0) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 538
4.09/1.55	c (1,0) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.09/1.55	c (1,0) Constraint Name Generate Begin
4.09/1.58	c (1,1) Ctr:HOME/instance-4405528-1569357281.xml,Add:Le:Ne:Num:Or:Var
4.09/1.58	c (1,1) Constraint Name Generate End
4.09/1.58	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.09/1.58	c (1,1) CSP to CSPinCNF Begin
4.97/1.80	c (1,1) translated 280 (10%) constraints
4.97/1.85	c (1,1) translated 560 (20%) constraints
4.97/1.89	c (1,1) translated 840 (30%) constraints
5.32/1.91	c (1,1) translated 1120 (40%) constraints
5.32/1.94	c (1,1) translated 1400 (50%) constraints
5.32/1.96	c (1,1) translated 1680 (60%) constraints
5.32/1.98	c (1,1) translated 1960 (70%) constraints
5.32/2.00	c (1,1) translated 2240 (80%) constraints
5.74/2.02	c (1,1) translated 2520 (90%) constraints
5.74/2.04	c (1,1) translated 2800 (100%) constraints
5.74/2.04	c (1,1) ===========================================
5.74/2.06	c (1,1) Hybrid: #OE=200, #LE=0
5.74/2.06	c (1,1) Hybrid
5.74/2.06	c (1,1) ===========================================
5.74/2.09	c (1,1) translated 280 (10%) constraints
5.74/2.10	c (1,1) translated 560 (20%) constraints
6.18/2.12	c (1,1) translated 840 (30%) constraints
6.18/2.13	c (1,1) translated 1120 (40%) constraints
6.18/2.14	c (1,1) translated 1400 (50%) constraints
6.18/2.15	c (1,1) translated 1680 (60%) constraints
6.18/2.16	c (1,1) translated 1960 (70%) constraints
6.18/2.17	c (1,1) translated 2240 (80%) constraints
6.18/2.19	c (1,1) translated 2520 (90%) constraints
6.53/2.20	c (1,1) translated 2800 (100%) constraints
6.53/2.20	c (1,1) CSP to CSPinCNF End
6.53/2.20	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 538
6.53/2.20	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.53/2.20	c (1,1) CSPinCNF Propagation Begin
6.53/2.26	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.53/2.26	c (1,1) CSPinCNF Propagation End
6.53/2.26	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 538
6.53/2.26	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
6.53/2.27	c (1,1) Hybrid: #OE=200, #LE=0
6.53/2.27	c (1,1) Simplify CSPinCNF Begin
7.19/2.46	c (1,1) Simplify CSPinCNF End
7.19/2.46	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 538
7.19/2.46	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.19/2.46	c (1,1) Calculate Precise Domain Begin
7.19/2.47	c (1,1) 0 values are removed by re-calculation
7.19/2.47	c (1,1) Calculate Precise Domain End
7.19/2.47	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 538
7.19/2.47	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.19/2.47	c (1,1) CSPinCNF to SatSolver Begin
10.22/3.91	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 350597 SAT clauses)
11.26/4.95	c (4,4) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 602843 SAT clauses)
12.32/5.98	c (5,5) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 853595 SAT clauses)
13.34/7.00	c (6,6) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1103069 SAT clauses)
14.45/8.03	c (7,7) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1355459 SAT clauses)
15.61/9.06	c (8,8) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1608144 SAT clauses)
16.53/9.95	c (9,9) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 1857511 SAT clauses)
17.49/10.83	c (10,10) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 2105987 SAT clauses)
18.39/11.71	c (11,11) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2357105 SAT clauses)
19.41/12.64	c (12,12) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2617437 SAT clauses)
19.41/12.64	c (12,12) CSPinCNF to SatSolver End
19.41/12.64	c (12,12) Heap : 4124 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
19.41/12.64	c (12,12) 103984 bool, 2617904 clause
19.41/12.64	c (12,12) Export Begin
19.53/12.74	c (12,12) Export to HOME/scop-20286-serial-file.bin
19.53/12.74	c (12,12) Export End
19.53/12.74	c (12,12) Export File Size: 0.03 MB
19.53/12.74	c (12,12) 1,1,1,1,1,1,12,STOP-AFTER(DIMACS)
19.53/12.74	c END-Prog: Tue Sep 24 22:34:13 CEST 2019
19.53/12.78	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-20286-serial-file.bin
20.22/13.24	c (0,0) Read Serial File Begin
20.22/13.24	c (0,0) HOME/scop-20286-serial-file.bin
20.49/13.46	c (0,0) Read Serial File End
20.49/13.47	
20.49/13.47	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
20.49/13.47	(Solving Process)
20.49/13.47	
20.49/13.49	c BEGIN-Prog: Tue Sep 24 22:34:14 CEST 2019
20.49/13.49	c PID: 20309
20.49/13.49	c IP: 172.20.3.151
20.49/13.49	c HOST: node151.alineos.net
20.49/13.50	c (0,0) SatSolver.solve Begin
20.49/13.50	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405528-1569357281.xml-scop-20289.cnf
20.74/13.52	c (0,0) c
20.74/13.52	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)
20.74/13.52	c (0,0) c
20.74/13.52	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
20.74/13.52	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
20.74/13.52	c (0,0) c ========================================[ Problem Statistics ]===========================================
20.74/13.52	c (0,0) c |                                                                                                       |
21.79/14.44	c (1,0) c |  Number of variables:        103984                                                                   |
21.79/14.44	c (1,0) c |  Number of clauses:         2617904                                                                   |
21.79/14.44	c (1,0) c |  Parse time:                   0.84 s                                                                 |
21.79/14.44	c (1,0) c |                                                                                                       |
27.11/19.76	c (6,0) c |  Simplification time:          5.22 s                                                                 |
27.11/19.76	c (6,0) c |                                                                                                       |
27.11/19.76	c (6,0) c |  Generating clones                                                                                    |
27.80/20.46	c (7,0) c |  all clones generated. Memory =  1585.62Mb.                                                           |
27.80/20.46	c (7,0) c ========================================================================================================|
27.80/20.46	c (7,0) c
27.80/20.46	c (7,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
27.80/20.46	c (7,0) c
27.80/20.46	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.80/20.46	c (7,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
27.80/20.46	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.80/20.46	c (7,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
27.80/20.46	c (7,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
27.80/20.46	c (7,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
27.80/20.46	c (7,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
27.80/20.46	c (7,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
27.80/20.46	c (7,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
27.80/20.46	c (7,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
27.80/20.46	c (7,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
27.80/20.46	c (7,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
27.80/20.46	c (7,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
27.80/20.46	c (7,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
27.80/20.46	c (7,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
27.80/20.46	c (7,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
27.80/20.46	c (7,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
27.80/20.46	c (7,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
27.80/20.46	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.62	c (29,0) c
193.65/42.62	c (29,0) c real time : 29.1039 s
193.65/42.62	c (29,0) c cpu time  : 170.371 s
193.65/42.62	c (29,0) c
193.65/42.62	c (29,0) c
193.65/42.62	c (29,0) c
193.65/42.62	c (29,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
193.65/42.62	c (29,0) c
193.65/42.62	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.62	c (29,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
193.65/42.62	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.62	c (29,0) c | Conflicts     |          267364 |      33292 |      34255 |      33670 |      33542 |      34357 |      32111 |      32951 |      33186 |
193.65/42.62	c (29,0) c | Decisions     |          370980 |      45439 |      53166 |      45637 |      45678 |      46926 |      44200 |      44795 |      45139 |
193.65/42.62	c (29,0) c | Propagations  |       357673145 |   44544823 |   44017242 |   45971003 |   44903213 |   44070039 |   44916737 |   44687923 |   44562165 |
193.65/42.62	c (29,0) c | ReduceDBs     |              32 |          4 |          4 |          4 |          4 |          4 |          4 |          4 |          4 |
193.65/42.62	c (29,0) c | SimpDBs       |              15 |          2 |          2 |          1 |          2 |          2 |          2 |          2 |          2 |
193.65/42.62	c (29,0) c | Restarts      |             337 |         37 |         63 |         40 |         18 |         64 |         20 |         34 |         61 |
193.65/42.62	c (29,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
193.65/42.62	c (29,0) c | PropBinClauses|       381564932 |   47738568 |   46970540 |   48968478 |   47826012 |   46901628 |   47772516 |   47738972 |   47648218 |
193.65/42.62	c (29,0) c | PropPreBlocker|      4666476857 |  579226902 |  580120436 |  586949175 |  591013666 |  579073319 |  589325694 |  584363816 |  576403849 |
193.65/42.62	c (29,0) c | PropNotBlocker|      1285714445 |  162995987 |  156472707 |  163872203 |  154825520 |  163525535 |  155341878 |  159958245 |  168722370 |
193.65/42.62	c (29,0) c | LitFullScans  |      6858771818 |  858078311 |  849478040 |  858063290 |  859556670 |  858053466 |  858070034 |  858077089 |  859394918 |
193.65/42.62	c (29,0) c | LitScanFracts |          507688 |      72042 |      56242 |      58834 |      51775 |      47520 |      65555 |      67541 |      88179 |
193.65/42.62	c (29,0) c | DecisionLevel0|             366 |         38 |         73 |         40 |         26 |         67 |         21 |         39 |         62 |
193.65/42.62	c (29,0) c | Periods       |            1142 |        143 |        141 |        143 |        143 |        143 |        143 |        143 |        143 |
193.65/42.62	c (29,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
193.65/42.62	c (29,0) c | Avg_Trail     |                 |       8753 |       8137 |       8111 |       8576 |       7896 |       9247 |       7867 |       8045 |
193.65/42.62	c (29,0) c | Avg_DL        |                 |         16 |         15 |         13 |         14 |         12 |         17 |         13 |         13 |
193.65/42.62	c (29,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
193.65/42.62	c (29,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
193.65/42.62	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.62	c (29,0) c | Exported      |           52579 |       6099 |       6511 |       6834 |       6751 |       6481 |       6688 |       6499 |       6716 |
193.65/42.62	c (29,0) c | Imported      |          324404 |      40226 |      40770 |      39068 |      41103 |      41076 |      40406 |      41166 |      40589 |
193.65/42.62	c (29,0) c | Good          |              53 |          5 |          7 |          4 |          7 |          8 |          6 |          9 |          7 |
193.65/42.62	c (29,0) c | Purge         |          324351 |      40221 |      40763 |      39064 |      41096 |      41068 |      40400 |      41157 |      40582 |
193.65/42.62	c (29,0) c | Promoted      |           34238 |       4261 |       4609 |       3748 |       4525 |       4593 |       3929 |       4129 |       4444 |
193.65/42.63	c (29,0) c | Remove_Imp    |           97064 |      13109 |      10594 |      12987 |       9534 |      11267 |      13585 |      13011 |      12977 |
193.65/42.63	c (29,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
193.65/42.63	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.63	c (29,0) c | Unaries       |                 |          1 |         10 |          0 |          8 |          3 |          1 |          5 |          1 |
193.65/42.63	c (29,0) c | Binaries      |                 |         13 |         27 |          4 |         33 |         23 |          6 |         23 |         12 |
193.65/42.63	c (29,0) c | Glues         |                 |        957 |       1066 |        936 |        987 |        981 |        887 |        897 |        966 |
193.65/42.63	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.63	c (29,0) c | Orig_Seen     |             2 % |      65463 |      66757 |      60927 |      70697 |      60772 |      64845 |      63375 |      61909 |
193.65/42.63	c (29,0) c | Diff Orig seen|                 | -     1294 |      X     | -     5830 |       3940 | -     5985 | -     1912 | -     3382 | -     4848 |
193.65/42.63	c (29,0) c | Hamming       |            22 % |      22151 |      X     |      22839 |      22796 |      23082 |      22242 |      25022 |      23201 |
193.65/42.63	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.63	c (29,0) c | RunningTime   |                 |   21.7 100%|   22.1 100%|   20.9 100%|   20.3 100%|   20.7 100%|   20.4 100%|   20.7 100%|   20.8 100%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,0) c | SolvingTime   |                 |   21.7     |   22.2     |   20.9     |   20.3     |   20.7     |   20.4     |   20.7     |   20.9     |
193.65/42.63	c (29,0) c | PropagationTim|                 |   20.4  94%|   20.9  94%|   19.7  94%|   19.0  94%|   19.4  94%|   19.1  94%|   19.4  94%|   19.6  94%|
193.65/42.63	c (29,0) c | AnalysisTime  |                 |    0.8   4%|    0.8   3%|    0.8   4%|    0.8   4%|    0.8   4%|    0.8   4%|    0.8   4%|    0.8   4%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,0) c | SimplifyTime  |                 |    0.1   0%|    0.1   0%|    0.0   0%|    0.1   0%|    0.1   0%|    0.1   0%|    0.1   0%|    0.1   0%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,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%|
193.65/42.63	c (29,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.63	c (29,0) c
193.65/42.63	c (29,0) c
193.65/42.63	c (29,0) c Threads : 8
193.65/42.63	c (29,0) c Winner : 1
193.65/42.63	c (29,0) c Conflicts_0 : 33292
193.65/42.63	c (29,0) c Conflicts_1 : 34255
193.65/42.63	c (29,0) c Conflicts_2 : 33670
193.65/42.63	c (29,0) c Conflicts_3 : 33542
193.65/42.63	c (29,0) c Conflicts_4 : 34357
193.65/42.63	c (29,0) c Conflicts_5 : 32111
193.65/42.63	c (29,0) c Conflicts_6 : 32951
193.65/42.63	c (29,0) c Conflicts_7 : 33186
193.65/42.63	c (29,0) c Conflicts_total : 267364
193.65/42.63	c (29,0) c Conflicts_winner : 34255
193.65/42.63	c (29,0) c Decisions_0 : 45439
193.65/42.63	c (29,0) c Decisions_1 : 53166
193.65/42.63	c (29,0) c Decisions_2 : 45637
193.65/42.63	c (29,0) c Decisions_3 : 45678
193.65/42.63	c (29,0) c Decisions_4 : 46926
193.65/42.63	c (29,0) c Decisions_5 : 44200
193.65/42.63	c (29,0) c Decisions_6 : 44795
193.65/42.63	c (29,0) c Decisions_7 : 45139
193.65/42.63	c (29,0) c Decisions_total : 370980
193.65/42.63	c (29,0) c Decisions_winner : 53166
193.65/42.63	c (29,0) c Propagations_0 : 44544823
193.65/42.63	c (29,0) c Propagations_1 : 44017242
193.65/42.63	c (29,0) c Propagations_2 : 45971003
193.65/42.63	c (29,0) c Propagations_3 : 44903213
193.65/42.63	c (29,0) c Propagations_4 : 44070039
193.65/42.63	c (29,0) c Propagations_5 : 44916737
193.65/42.63	c (29,0) c Propagations_6 : 44687923
193.65/42.63	c (29,0) c Propagations_7 : 44562165
193.65/42.63	c (29,0) c Propagations_total : 357673145
193.65/42.63	c (29,0) c Propagations_winner : 44017242
193.65/42.63	c (29,0) c ReduceDBs_0 : 4
193.65/42.63	c (29,0) c ReduceDBs_1 : 4
193.65/42.63	c (29,0) c ReduceDBs_2 : 4
193.65/42.63	c (29,0) c ReduceDBs_3 : 4
193.65/42.63	c (29,0) c ReduceDBs_4 : 4
193.65/42.63	c (29,0) c ReduceDBs_5 : 4
193.65/42.63	c (29,0) c ReduceDBs_6 : 4
193.65/42.63	c (29,0) c ReduceDBs_7 : 4
193.65/42.63	c (29,0) c ReduceDBs_total : 32
193.65/42.63	c (29,0) c ReduceDBs_winner : 4
193.65/42.63	c (29,0) c SimpDBs_0 : 2
193.65/42.63	c (29,0) c SimpDBs_1 : 2
193.65/42.63	c (29,0) c SimpDBs_2 : 1
193.65/42.63	c (29,0) c SimpDBs_3 : 2
193.65/42.63	c (29,0) c SimpDBs_4 : 2
193.65/42.63	c (29,0) c SimpDBs_5 : 2
193.65/42.63	c (29,0) c SimpDBs_6 : 2
193.65/42.63	c (29,0) c SimpDBs_7 : 2
193.65/42.63	c (29,0) c SimpDBs_total : 15
193.65/42.63	c (29,0) c SimpDBs_winner : 2
193.65/42.63	c (29,0) c Restarts_0 : 37
193.65/42.63	c (29,0) c Restarts_1 : 63
193.65/42.63	c (29,0) c Restarts_2 : 40
193.65/42.63	c (29,0) c Restarts_3 : 18
193.65/42.63	c (29,0) c Restarts_4 : 64
193.65/42.63	c (29,0) c Restarts_5 : 20
193.65/42.63	c (29,0) c Restarts_6 : 34
193.65/42.63	c (29,0) c Restarts_7 : 61
193.65/42.63	c (29,0) c Restarts_total : 337
193.65/42.63	c (29,0) c Restarts_winner : 63
193.65/42.63	c (29,0) c ForcedImports_0 : 0
193.65/42.63	c (29,0) c ForcedImports_1 : 0
193.65/42.63	c (29,0) c ForcedImports_2 : 0
193.65/42.63	c (29,0) c ForcedImports_3 : 0
193.65/42.63	c (29,0) c ForcedImports_4 : 0
193.65/42.63	c (29,0) c ForcedImports_5 : 0
193.65/42.63	c (29,0) c ForcedImports_6 : 0
193.65/42.63	c (29,0) c ForcedImports_7 : 0
193.65/42.63	c (29,0) c ForcedImports_total : 0
193.65/42.63	c (29,0) c ForcedImports_winner : 0
193.65/42.63	c (29,0) c PropsBinClauses_0 : 47738568
193.65/42.63	c (29,0) c PropsBinClauses_1 : 46970540
193.65/42.63	c (29,0) c PropsBinClauses_2 : 48968478
193.65/42.63	c (29,0) c PropsBinClauses_3 : 47826012
193.65/42.63	c (29,0) c PropsBinClauses_4 : 46901628
193.65/42.63	c (29,0) c PropsBinClauses_5 : 47772516
193.65/42.63	c (29,0) c PropsBinClauses_6 : 47738972
193.65/42.63	c (29,0) c PropsBinClauses_7 : 47648218
193.65/42.63	c (29,0) c PropsBinClauses_total : 381564932
193.65/42.63	c (29,0) c PropsBinClauses_winner : 46970540
193.65/42.63	c (29,0) c PropsPreBlocker_0 : 579226902
193.65/42.63	c (29,0) c PropsPreBlocker_1 : 580120436
193.65/42.63	c (29,0) c PropsPreBlocker_2 : 586949175
193.65/42.63	c (29,0) c PropsPreBlocker_3 : 591013666
193.65/42.63	c (29,0) c PropsPreBlocker_4 : 579073319
193.65/42.63	c (29,0) c PropsPreBlocker_5 : 589325694
193.65/42.63	c (29,0) c PropsPreBlocker_6 : 584363816
193.65/42.63	c (29,0) c PropsPreBlocker_7 : 576403849
193.65/42.63	c (29,0) c PropsPreBlocker_total : 4666476857
193.65/42.63	c (29,0) c PropsPreBlocker_winner : 580120436
193.65/42.63	c (29,0) c PropsNotBlocker_0 : 162995987
193.65/42.63	c (29,0) c PropsNotBlocker_1 : 156472707
193.65/42.63	c (29,0) c PropsNotBlocker_2 : 163872203
193.65/42.63	c (29,0) c PropsNotBlocker_3 : 154825520
193.65/42.63	c (29,0) c PropsNotBlocker_4 : 163525535
193.65/42.63	c (29,0) c PropsNotBlocker_5 : 155341878
193.65/42.63	c (29,0) c PropsNotBlocker_6 : 159958245
193.65/42.63	c (29,0) c PropsNotBlocker_7 : 168722370
193.65/42.63	c (29,0) c PropsNotBlocker_total : 1285714445
193.65/42.63	c (29,0) c PropsNotBlocker_winner : 156472707
193.65/42.63	c (29,0) c PropsLitFullScans_0 : 858078311
193.65/42.63	c (29,0) c PropsLitFullScans_1 : 849478040
193.65/42.63	c (29,0) c PropsLitFullScans_2 : 858063290
193.65/42.63	c (29,0) c PropsLitFullScans_3 : 859556670
193.65/42.63	c (29,0) c PropsLitFullScans_4 : 858053466
193.65/42.63	c (29,0) c PropsLitFullScans_5 : 858070034
193.65/42.63	c (29,0) c PropsLitFullScans_6 : 858077089
193.65/42.63	c (29,0) c PropsLitFullScans_7 : 859394918
193.65/42.63	c (29,0) c PropsLitFullScans_total : 6858771818
193.65/42.63	c (29,0) c PropsLitFullScans_winner : 849478040
193.65/42.63	c (29,0) c LitScanFractions_0 : 72042
193.65/42.63	c (29,0) c LitScanFractions_1 : 56242
193.65/42.63	c (29,0) c LitScanFractions_2 : 58834
193.65/42.63	c (29,0) c LitScanFractions_3 : 51775
193.65/42.63	c (29,0) c LitScanFractions_4 : 47520
193.65/42.63	c (29,0) c LitScanFractions_5 : 65555
193.65/42.63	c (29,0) c LitScanFractions_6 : 67541
193.65/42.63	c (29,0) c LitScanFractions_7 : 88179
193.65/42.63	c (29,0) c LitScanFractions_total : 507688
193.65/42.63	c (29,0) c LitScanFractions_winner : 56242
193.65/42.63	c (29,0) c DecisionLevel0_0 : 38
193.65/42.63	c (29,0) c DecisionLevel0_1 : 73
193.65/42.63	c (29,0) c DecisionLevel0_2 : 40
193.65/42.63	c (29,0) c DecisionLevel0_3 : 26
193.65/42.63	c (29,0) c DecisionLevel0_4 : 67
193.65/42.63	c (29,0) c DecisionLevel0_5 : 21
193.65/42.63	c (29,0) c DecisionLevel0_6 : 39
193.65/42.63	c (29,0) c DecisionLevel0_7 : 62
193.65/42.63	c (29,0) c DecisionLevel0_total : 366
193.65/42.63	c (29,0) c DecisionLevel0_winner : 73
193.65/42.63	c (29,0) c Periods_0 : 143
193.65/42.63	c (29,0) c Periods_1 : 141
193.65/42.63	c (29,0) c Periods_2 : 143
193.65/42.63	c (29,0) c Periods_3 : 143
193.65/42.63	c (29,0) c Periods_4 : 143
193.65/42.63	c (29,0) c Periods_5 : 143
193.65/42.63	c (29,0) c Periods_6 : 143
193.65/42.63	c (29,0) c Periods_7 : 143
193.65/42.63	c (29,0) c Periods_total : 1142
193.65/42.63	c (29,0) c Periods_winner : 141
193.65/42.63	c (29,0) c Margin_0 : 20
193.65/42.63	c (29,0) c Margin_1 : 20
193.65/42.63	c (29,0) c Margin_2 : 20
193.65/42.63	c (29,0) c Margin_3 : 20
193.65/42.63	c (29,0) c Margin_4 : 20
193.65/42.63	c (29,0) c Margin_5 : 20
193.65/42.63	c (29,0) c Margin_6 : 20
193.65/42.63	c (29,0) c Margin_7 : 20
193.65/42.63	c (29,0) c Margin_total : 160
193.65/42.63	c (29,0) c Margin_winner : 20
193.65/42.63	c (29,0) c Exported_0 : 6099
193.65/42.63	c (29,0) c Exported_1 : 6511
193.65/42.63	c (29,0) c Exported_2 : 6834
193.65/42.63	c (29,0) c Exported_3 : 6751
193.65/42.63	c (29,0) c Exported_4 : 6481
193.65/42.63	c (29,0) c Exported_5 : 6688
193.65/42.63	c (29,0) c Exported_6 : 6499
193.65/42.63	c (29,0) c Exported_7 : 6716
193.65/42.63	c (29,0) c Exported_total : 52579
193.65/42.63	c (29,0) c Exported_winner : 6511
193.65/42.63	c (29,0) c Imported_0 : 40226
193.65/42.63	c (29,0) c Imported_1 : 40770
193.65/42.63	c (29,0) c Imported_2 : 39068
193.65/42.63	c (29,0) c Imported_3 : 41103
193.65/42.63	c (29,0) c Imported_4 : 41076
193.65/42.63	c (29,0) c Imported_5 : 40406
193.65/42.63	c (29,0) c Imported_6 : 41166
193.65/42.63	c (29,0) c Imported_7 : 40589
193.65/42.63	c (29,0) c Imported_total : 324404
193.65/42.63	c (29,0) c Imported_winner : 40770
193.65/42.63	c (29,0) c Good_0 : 5
193.65/42.63	c (29,0) c Good_1 : 7
193.65/42.63	c (29,0) c Good_2 : 4
193.65/42.63	c (29,0) c Good_3 : 7
193.65/42.63	c (29,0) c Good_4 : 8
193.65/42.63	c (29,0) c Good_5 : 6
193.65/42.63	c (29,0) c Good_6 : 9
193.65/42.63	c (29,0) c Good_7 : 7
193.65/42.63	c (29,0) c Good_total : 53
193.65/42.63	c (29,0) c Good_winner : 7
193.65/42.63	c (29,0) c Purge_0 : 40221
193.65/42.63	c (29,0) c Purge_1 : 40763
193.65/42.63	c (29,0) c Purge_2 : 39064
193.65/42.63	c (29,0) c Purge_3 : 41096
193.65/42.63	c (29,0) c Purge_4 : 41068
193.65/42.63	c (29,0) c Purge_5 : 40400
193.65/42.63	c (29,0) c Purge_6 : 41157
193.65/42.63	c (29,0) c Purge_7 : 40582
193.65/42.63	c (29,0) c Purge_total : 324351
193.65/42.63	c (29,0) c Purge_winner : 40763
193.65/42.63	c (29,0) c Promoted_0 : 4261
193.65/42.63	c (29,0) c Promoted_1 : 4609
193.65/42.63	c (29,0) c Promoted_2 : 3748
193.65/42.63	c (29,0) c Promoted_3 : 4525
193.65/42.63	c (29,0) c Promoted_4 : 4593
193.65/42.63	c (29,0) c Promoted_5 : 3929
193.65/42.63	c (29,0) c Promoted_6 : 4129
193.65/42.63	c (29,0) c Promoted_7 : 4444
193.65/42.63	c (29,0) c Promoted_total : 34238
193.65/42.63	c (29,0) c Promoted_winner : 4609
193.65/42.63	c (29,0) c Remove_Imp_0 : 13109
193.65/42.63	c (29,0) c Remove_Imp_1 : 10594
193.65/42.63	c (29,0) c Remove_Imp_2 : 12987
193.65/42.63	c (29,0) c Remove_Imp_3 : 9534
193.65/42.63	c (29,0) c Remove_Imp_4 : 11267
193.65/42.63	c (29,0) c Remove_Imp_5 : 13585
193.65/42.63	c (29,0) c Remove_Imp_6 : 13011
193.65/42.63	c (29,0) c Remove_Imp_7 : 12977
193.65/42.63	c (29,0) c Remove_Imp_total : 97064
193.65/42.63	c (29,0) c Remove_Imp_winner : 10594
193.65/42.64	c (29,0) c Blocked_Reuse_0 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_1 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_2 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_3 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_4 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_5 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_6 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_7 : 0
193.65/42.64	c (29,0) c Blocked_Reuse_total : 0
193.65/42.64	c (29,0) c Blocked_Reuse_winner : 0
193.65/42.64	c (29,0) c Unaries_0 : 1
193.65/42.64	c (29,0) c Unaries_1 : 10
193.65/42.64	c (29,0) c Unaries_2 : 0
193.65/42.64	c (29,0) c Unaries_3 : 8
193.65/42.64	c (29,0) c Unaries_4 : 3
193.65/42.64	c (29,0) c Unaries_5 : 1
193.65/42.64	c (29,0) c Unaries_6 : 5
193.65/42.64	c (29,0) c Unaries_7 : 1
193.65/42.64	c (29,0) c Unaries_total : 29
193.65/42.64	c (29,0) c Unaries_winner : 10
193.65/42.64	c (29,0) c Binaries_0 : 13
193.65/42.64	c (29,0) c Binaries_1 : 27
193.65/42.64	c (29,0) c Binaries_2 : 4
193.65/42.64	c (29,0) c Binaries_3 : 33
193.65/42.64	c (29,0) c Binaries_4 : 23
193.65/42.64	c (29,0) c Binaries_5 : 6
193.65/42.64	c (29,0) c Binaries_6 : 23
193.65/42.64	c (29,0) c Binaries_7 : 12
193.65/42.64	c (29,0) c Binaries_total : 141
193.65/42.64	c (29,0) c Binaries_winner : 27
193.65/42.64	c (29,0) c Glues_0 : 957
193.65/42.64	c (29,0) c Glues_1 : 1066
193.65/42.64	c (29,0) c Glues_2 : 936
193.65/42.64	c (29,0) c Glues_3 : 987
193.65/42.64	c (29,0) c Glues_4 : 981
193.65/42.64	c (29,0) c Glues_5 : 887
193.65/42.64	c (29,0) c Glues_6 : 897
193.65/42.64	c (29,0) c Glues_7 : 966
193.65/42.64	c (29,0) c Glues_total : 7677
193.65/42.64	c (29,0) c Glues_winner : 1066
193.65/42.64	c (29,0) c RunningTime_0 : 21.694709
193.65/42.64	c (29,0) c RunningTime_1 : 22.138452
193.65/42.64	c (29,0) c RunningTime_2 : 20.898793
193.65/42.64	c (29,0) c RunningTime_3 : 20.324297
193.65/42.64	c (29,0) c RunningTime_4 : 20.707924
193.65/42.64	c (29,0) c RunningTime_5 : 20.355505
193.65/42.64	c (29,0) c RunningTime_6 : 20.700823
193.65/42.64	c (29,0) c RunningTime_7 : 20.840519
193.65/42.64	c (29,0) c RunningTime_total : 167.661021
193.65/42.64	c (29,0) c RunningTime_winner : 22.138452
193.65/42.64	c (29,0) c WaitingTime_0 : 0.000269
193.65/42.64	c (29,0) c WaitingTime_1 : 0.000154
193.65/42.64	c (29,0) c WaitingTime_2 : 0.000241
193.65/42.64	c (29,0) c WaitingTime_3 : 0.000284
193.65/42.64	c (29,0) c WaitingTime_4 : 0.000342
193.65/42.64	c (29,0) c WaitingTime_5 : 0.000238
193.65/42.64	c (29,0) c WaitingTime_6 : 0.000258
193.65/42.64	c (29,0) c WaitingTime_7 : 0.000234
193.65/42.64	c (29,0) c WaitingTime_total : 0.002021
193.65/42.64	c (29,0) c WaitingTime_winner : 0.000154
193.65/42.64	c (29,0) c ExchangingTime_0 : 0.017565
193.65/42.64	c (29,0) c ExchangingTime_1 : 0.020022
193.65/42.64	c (29,0) c ExchangingTime_2 : 0.018721
193.65/42.64	c (29,0) c ExchangingTime_3 : 0.017108
193.65/42.64	c (29,0) c ExchangingTime_4 : 0.019076
193.65/42.64	c (29,0) c ExchangingTime_5 : 0.018318
193.65/42.64	c (29,0) c ExchangingTime_6 : 0.017975
193.65/42.64	c (29,0) c ExchangingTime_7 : 0.017402
193.65/42.64	c (29,0) c ExchangingTime_total : 0.146188
193.65/42.64	c (29,0) c ExchangingTime_winner : 0.020022
193.65/42.64	c (29,0) c PeriodProcTime_0 : 0.001803
193.65/42.64	c (29,0) c PeriodProcTime_1 : 0.001796
193.65/42.64	c (29,0) c PeriodProcTime_2 : 0.001828
193.65/42.64	c (29,0) c PeriodProcTime_3 : 0.001787
193.65/42.64	c (29,0) c PeriodProcTime_4 : 0.001806
193.65/42.64	c (29,0) c PeriodProcTime_5 : 0.001928
193.65/42.64	c (29,0) c PeriodProcTime_6 : 0.002099
193.65/42.64	c (29,0) c PeriodProcTime_7 : 0.001889
193.65/42.64	c (29,0) c PeriodProcTime_total : 0.014936
193.65/42.64	c (29,0) c PeriodProcTime_winner : 0.001796
193.65/42.64	c (29,0) c SolvingTime_0 : 21.714345
193.65/42.64	c (29,0) c SolvingTime_1 : 22.160425
193.65/42.64	c (29,0) c SolvingTime_2 : 20.919583
193.65/42.64	c (29,0) c SolvingTime_3 : 20.343477
193.65/42.64	c (29,0) c SolvingTime_4 : 20.729148
193.65/42.64	c (29,0) c SolvingTime_5 : 20.375989
193.65/42.64	c (29,0) c SolvingTime_6 : 20.721154
193.65/42.64	c (29,0) c SolvingTime_7 : 20.860044
193.65/42.64	c (29,0) c SolvingTime_total : 167.824166
193.65/42.64	c (29,0) c SolvingTime_winner : 22.160425
193.65/42.64	c (29,0) c PropagationTime_0 : 20.359229
193.65/42.64	c (29,0) c PropagationTime_1 : 20.859226
193.65/42.64	c (29,0) c PropagationTime_2 : 19.684206
193.65/42.64	c (29,0) c PropagationTime_3 : 19.035879
193.65/42.64	c (29,0) c PropagationTime_4 : 19.394653
193.65/42.64	c (29,0) c PropagationTime_5 : 19.078209
193.65/42.64	c (29,0) c PropagationTime_6 : 19.412440
193.65/42.64	c (29,0) c PropagationTime_7 : 19.572530
193.65/42.64	c (29,0) c PropagationTime_total : 157.396371
193.65/42.64	c (29,0) c PropagationTime_winner : 20.859226
193.65/42.64	c (29,0) c AnalysisTime_0 : 0.801674
193.65/42.64	c (29,0) c AnalysisTime_1 : 0.750861
193.65/42.64	c (29,0) c AnalysisTime_2 : 0.771512
193.65/42.64	c (29,0) c AnalysisTime_3 : 0.761161
193.65/42.64	c (29,0) c AnalysisTime_4 : 0.793093
193.65/42.64	c (29,0) c AnalysisTime_5 : 0.751153
193.65/42.64	c (29,0) c AnalysisTime_6 : 0.761412
193.65/42.64	c (29,0) c AnalysisTime_7 : 0.751374
193.65/42.64	c (29,0) c AnalysisTime_total : 6.142240
193.65/42.64	c (29,0) c AnalysisTime_winner : 0.750861
193.65/42.64	c (29,0) c ReductionTime_0 : 0.014512
193.65/42.64	c (29,0) c ReductionTime_1 : 0.012233
193.65/42.64	c (29,0) c ReductionTime_2 : 0.012875
193.65/42.64	c (29,0) c ReductionTime_3 : 0.011571
193.65/42.64	c (29,0) c ReductionTime_4 : 0.012345
193.65/42.64	c (29,0) c ReductionTime_5 : 0.012974
193.65/42.64	c (29,0) c ReductionTime_6 : 0.012611
193.65/42.64	c (29,0) c ReductionTime_7 : 0.012835
193.65/42.64	c (29,0) c ReductionTime_total : 0.101956
193.65/42.64	c (29,0) c ReductionTime_winner : 0.012233
193.65/42.64	c (29,0) c SimplifyTime_0 : 0.069195
193.65/42.64	c (29,0) c SimplifyTime_1 : 0.066973
193.65/42.64	c (29,0) c SimplifyTime_2 : 0.000005
193.65/42.64	c (29,0) c SimplifyTime_3 : 0.087665
193.65/42.64	c (29,0) c SimplifyTime_4 : 0.086631
193.65/42.64	c (29,0) c SimplifyTime_5 : 0.086144
193.65/42.64	c (29,0) c SimplifyTime_6 : 0.086328
193.65/42.64	c (29,0) c SimplifyTime_7 : 0.074458
193.65/42.64	c (29,0) c SimplifyTime_total : 0.557398
193.65/42.64	c (29,0) c SimplifyTime_winner : 0.066973
193.65/42.64	c (29,0) c UsedRateTime_0 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_1 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_2 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_3 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_4 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_5 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_6 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_7 : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_total : 0.000000
193.65/42.64	c (29,0) c UsedRateTime_winner : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_0 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_1 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_2 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_3 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_4 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_5 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_6 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_7 : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_total : 0.000000
193.65/42.64	c (29,0) c OverlapRateTime_winner : 0.000000
193.65/42.64	c (29,0) c
193.65/42.64	c (29,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
193.65/42.64	c (29,0) c
193.65/42.64	c (29,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.64	c (29,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
193.65/42.64	c (29,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.64	c (29,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
193.65/42.64	c (29,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
193.65/42.64	c (29,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
193.65/42.64	c (29,0) c | Initial random_seed   |  484505852 | 2086675944 | 1841599909 | 2138165944 |  413863765 |  150497324 | 1533855306 |  826054652 |
193.65/42.64	c (29,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
193.65/42.64	c (29,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
193.65/42.64	c (29,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
193.65/42.64	c (29,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
193.65/42.64	c (29,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
193.65/42.64	c (29,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
193.65/42.64	c (29,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
193.65/42.64	c (29,0) c | var_decay             |     0.8600 |     0.8600 |     0.8600 |     0.8600 |     0.8600 |     0.8600 |     0.8600 |     0.8600 |
193.65/42.64	c (29,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
193.65/42.64	c (29,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
193.65/42.64	c (29,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
193.65/42.64	c (29,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
193.65/42.64	c (29,0) 
193.65/42.64	c (29,0) s UNSATISFIABLE
21.01/42.72	c (29,0) SatSolver.solve End
21.01/42.72	c (29,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
21.01/42.72	c (29,0) Show results Begin
21.01/42.72	s UNSATISFIABLE
21.01/42.72	c (29,0) Show results End
21.01/42.72	c (29,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
21.01/42.72	c (29,0) 29,29,STOP-AFTER(ALL)
21.01/42.72	c END-Prog: Tue Sep 24 22:34:43 CEST 2019

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405528-1569357281/watcher-4405528-1569357281 -o /tmp/evaluation-result-4405528-1569357281/solver-4405528-1569357281 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569351215-14889 --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-4405528-1569357281.xml 

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

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

solver pid=20286, runsolver pid=20283

[startup+0.10015 s]*
/proc/loadavg: 4.62 6.14 7.08 2/212 20308
/proc/meminfo: memFree=23236168/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 511999385 115843072 349 33554432000 4194304 5098028 140736036463936 140736036461192 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 349 296 221 0 87 0
[pid=20289] ppid=20286 vsize=27314120 memory=105568 CPUtime=0.1 cores=0-7
/proc/20289/stat : 20289 (java) S 20286 20286 14862 0 -1 1077944320 6480 0 0 0 8 2 0 0 20 0 20 0 511999385 27969658880 26392 33554432000 4194304 4196468 140730200252688 140730200235232 140077916806903 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
/proc/20289/statm: 6828530 26392 2797 1 0 6790935 0
[pid=20289/tid=20290] ppid=20286 vsize=27314120 memory=7824049360276988575 CPUtime=0.09 cores=0-7
/proc/20289/task/20290/stat : 20290 (java) R 20286 20286 14862 0 -1 4202560 4562 0 0 0 7 2 0 0 20 0 20 0 511999385 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077888641344 140077900887390 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20291] ppid=20286 vsize=27314120 memory=732370848901323749 CPUtime=0 cores=0-7
/proc/20289/task/20291/stat : 20291 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077921049616 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20292] ppid=20286 vsize=27314120 memory=140710563870336 CPUtime=0 cores=0-7
/proc/20289/task/20292/stat : 20292 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077339298960 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20293] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20293/stat : 20293 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077338245904 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20294] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20294/stat : 20294 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077337193360 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20295] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20295/stat : 20295 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077336140304 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20296] ppid=20286 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20289/task/20296/stat : 20296 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077335087760 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20297] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20297/stat : 20297 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077334034704 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20298] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20298/stat : 20298 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077332982160 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20299] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20299/stat : 20299 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999389 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077176462064 140077916818050 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20300] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20300/stat : 20300 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 26392 33554432000 4194304 4196468 140730200252688 140075526514336 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20301] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20301/stat : 20301 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 26392 33554432000 4194304 4196468 140730200252688 140075392292080 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20302] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20302/stat : 20302 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 26392 33554432000 4194304 4196468 140730200252688 140075017787856 140077916825499 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20303] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20303/stat : 20303 (java) S 20286 20286 14862 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077175408880 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20304] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20304/stat : 20304 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077174356336 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20305] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20305/stat : 20305 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077173303280 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20306] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20306/stat : 20306 (java) S 20286 20286 14862 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077172250736 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20307] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20307/stat : 20307 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 26392 33554432000 4194304 4196468 140730200252688 140074519882720 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20308] ppid=20286 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20289/task/20308/stat : 20308 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 26392 33554432000 4194304 4196468 140730200252688 140077171199152 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106964 KiB

[startup+0.210267 s]*
/proc/loadavg: 4.62 6.14 7.08 3/212 20308
/proc/meminfo: memFree=23211808/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 511999385 115843072 349 33554432000 4194304 5098028 140736036463936 140736036461192 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 349 296 221 0 87 0
[pid=20289] ppid=20286 vsize=27314120 memory=124648 CPUtime=0.24 cores=0-7
/proc/20289/stat : 20289 (java) S 20286 20286 14862 0 -1 1077944320 12110 0 0 0 20 4 0 0 20 0 20 0 511999385 27969658880 31162 33554432000 4194304 4196468 140730200252688 140730200235232 140077916806903 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
/proc/20289/statm: 6828530 31162 2939 1 0 6790935 0
[pid=20289/tid=20290] ppid=20286 vsize=27314120 memory=0 CPUtime=0.19 cores=0-7
/proc/20289/task/20290/stat : 20290 (java) R 20286 20286 14862 0 -1 4202560 9792 0 0 0 16 3 0 0 20 0 20 0 511999385 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077888606288 140077898370459 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20291] ppid=20286 vsize=27314120 memory=732370848901323749 CPUtime=0 cores=0-7
/proc/20289/task/20291/stat : 20291 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077921049616 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20292] ppid=20286 vsize=27314120 memory=140710563870336 CPUtime=0 cores=0-7
/proc/20289/task/20292/stat : 20292 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077339298960 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20293] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20293/stat : 20293 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077338245904 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20294] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20294/stat : 20294 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077337193360 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20295] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20295/stat : 20295 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077336140304 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20296] ppid=20286 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20289/task/20296/stat : 20296 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077335087760 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20297] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20297/stat : 20297 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077334034704 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20298] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20298/stat : 20298 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077332982160 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20299] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20299/stat : 20299 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999389 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077176462064 140077916818050 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20300] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20300/stat : 20300 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 31162 33554432000 4194304 4196468 140730200252688 140075526514336 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20301] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20301/stat : 20301 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 31162 33554432000 4194304 4196468 140730200252688 140075392292080 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20302] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20302/stat : 20302 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 31162 33554432000 4194304 4196468 140730200252688 140075017787856 140077916825499 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20303] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20303/stat : 20303 (java) S 20286 20286 14862 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077175408880 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20304] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20304/stat : 20304 (java) S 20286 20286 14862 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077174356336 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20305] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20305/stat : 20305 (java) S 20286 20286 14862 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077173303280 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20306] ppid=20286 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/20289/task/20306/stat : 20306 (java) S 20286 20286 14862 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 20 0 511999393 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077172250736 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20307] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20307/stat : 20307 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 31162 33554432000 4194304 4196468 140730200252688 140074519882720 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20308] ppid=20286 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20289/task/20308/stat : 20308 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 31162 33554432000 4194304 4196468 140730200252688 140077171199152 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126044 KiB

[startup+0.309816 s]*
/proc/loadavg: 4.62 6.14 7.08 2/212 20308
/proc/meminfo: memFree=23208892/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 511999385 115843072 349 33554432000 4194304 5098028 140736036463936 140736036461192 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 349 296 221 0 87 0
[pid=20289] ppid=20286 vsize=27314120 memory=128264 CPUtime=0.41 cores=0-7
/proc/20289/stat : 20289 (java) S 20286 20286 14862 0 -1 1077944320 12467 0 0 0 37 4 0 0 20 0 20 0 511999385 27969658880 32066 33554432000 4194304 4196468 140730200252688 140730200235232 140077916806903 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
/proc/20289/statm: 6828530 32066 2990 1 0 6790935 0
[pid=20289/tid=20290] ppid=20286 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/20289/task/20290/stat : 20290 (java) R 20286 20286 14862 0 -1 4202560 9981 0 0 0 26 4 0 0 20 0 20 0 511999385 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077888591888 140077898370478 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20291] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20291/stat : 20291 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077921049616 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20292] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20292/stat : 20292 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077339298960 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20293] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20293/stat : 20293 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077338245904 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20294] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20294/stat : 20294 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077337193360 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20295] ppid=20286 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/20289/task/20295/stat : 20295 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077336140304 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20296] ppid=20286 vsize=27314120 memory=140710443578287 CPUtime=0 cores=0-7
/proc/20289/task/20296/stat : 20296 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077335087760 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20297] ppid=20286 vsize=27314120 memory=140710443580592 CPUtime=0 cores=0-7
/proc/20289/task/20297/stat : 20297 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077334034704 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20298] ppid=20286 vsize=27314120 memory=140710443582896 CPUtime=0 cores=0-7
/proc/20289/task/20298/stat : 20298 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077332982160 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20299] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20299/stat : 20299 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511999389 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077176462064 140077916818050 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20300] ppid=20286 vsize=27314120 memory=281420887172752 CPUtime=0 cores=0-7
/proc/20289/task/20300/stat : 20300 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 32066 33554432000 4194304 4196468 140730200252688 140075526514336 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20301] ppid=20286 vsize=27314120 memory=281420887179664 CPUtime=0 cores=0-7
/proc/20289/task/20301/stat : 20301 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511999390 27969658880 32066 33554432000 4194304 4196468 140730200252688 140075392292080 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20302] ppid=20286 vsize=27314120 memory=281420887120944 CPUtime=0 cores=0-7
/proc/20289/task/20302/stat : 20302 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 32066 33554432000 4194304 4196468 140730200252688 140075017787856 140077916825499 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20303] ppid=20286 vsize=27314120 memory=281420887193488 CPUtime=0.02 cores=0-7
/proc/20289/task/20303/stat : 20303 (java) R 20286 20286 14862 0 -1 4202560 433 0 0 0 2 0 0 0 20 0 20 0 511999392 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077175408880 140077898350684 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20304] ppid=20286 vsize=27314120 memory=281420887200400 CPUtime=0 cores=0-7
/proc/20289/task/20304/stat : 20304 (java) S 20286 20286 14862 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 511999392 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077174356336 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20305] ppid=20286 vsize=27314120 memory=281420887198096 CPUtime=0.01 cores=0-7
/proc/20289/task/20305/stat : 20305 (java) S 20286 20286 14862 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 511999393 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077173303280 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20306] ppid=20286 vsize=27314120 memory=281420887214256 CPUtime=0.07 cores=0-7
/proc/20289/task/20306/stat : 20306 (java) S 20286 20286 14862 0 -1 1077944384 466 0 0 0 7 0 0 0 20 0 20 0 511999393 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077172250736 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20307] ppid=20286 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/20289/task/20307/stat : 20307 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 32066 33554432000 4194304 4196468 140730200252688 140074519882720 140077916817109 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20308] ppid=20286 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/20289/task/20308/stat : 20308 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999393 27969658880 32066 33554432000 4194304 4196468 140730200252688 140077171199152 140077916818050 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129660 KiB

[startup+0.700955 s]
/proc/loadavg: 4.62 6.14 7.08 2/212 20308
/proc/meminfo: memFree=23186956/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 511999385 115843072 349 33554432000 4194304 5098028 140736036463936 140736036461192 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 349 296 221 0 87 0
[pid=20289] ppid=20286 vsize=27320392 memory=165208 CPUtime=0.99 cores=0-7
/proc/20289/stat : 20289 (java) S 20286 20286 14862 0 -1 1077944320 19932 0 0 0 92 7 0 0 20 0 20 0 511999385 27976081408 41302 33554432000 4194304 4196468 140730200252688 140730200235232 140077916806903 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
/proc/20289/statm: 6830098 41302 3147 1 0 6791447 0
[pid=20289/tid=20290] ppid=20286 vsize=27320392 memory=281420887509184 CPUtime=0.68 cores=0-7
/proc/20289/task/20290/stat : 20290 (java) R 20286 20286 14862 0 -1 4202560 16900 0 0 0 62 6 0 0 20 0 20 0 511999385 27976081408 41302 33554432000 4194304 4196468 140730200252688 140077888642944 140077420234805 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20291] ppid=20286 vsize=27320392 memory=1560 CPUtime=0 cores=0-7
/proc/20289/task/20291/stat : 20291 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27976081408 41302 33554432000 4194304 4196468 140730200252688 140077921049616 140077916817109 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20292] ppid=20286 vsize=27320392 memory=976 CPUtime=0 cores=0-7
/proc/20289/task/20292/stat : 20292 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27976081408 41302 33554432000 4194304 4196468 140730200252688 140077339298960 140077916817109 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0
[pid=20289/tid=20293] ppid=20286 vsize=27320392 memory=772 CPUtime=0 cores=0-7
/proc/20289/task/20293/stat : 20293 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511999388 27976081408 41302 33554432000 4194304 4196468 140730200252688 140077338245904 140077916817109 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9822208 140730200257258 140730200257686 140730200257686 140730200260559 0

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

/proc/20309/task/20316/stat : 20316 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779853937808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20317] ppid=20286 vsize=8414124 memory=772 CPUtime=0 cores=0-7
/proc/20309/task/20317/stat : 20317 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779852884752 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20318] ppid=20286 vsize=8414124 memory=3616 CPUtime=0 cores=0-7
/proc/20309/task/20318/stat : 20318 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779851832208 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20319] ppid=20286 vsize=8414124 memory=140714858837631 CPUtime=0 cores=0-7
/proc/20309/task/20319/stat : 20319 (java) S 20286 20286 14862 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512000666 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779331840240 139780372609666 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20320] ppid=20286 vsize=8414124 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/20309/task/20320/stat : 20320 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778972443808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20321] ppid=20286 vsize=8414124 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/20309/task/20321/stat : 20321 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778838221552 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20322] ppid=20286 vsize=8414124 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/20309/task/20322/stat : 20322 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778463717328 139780372617115 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20323] ppid=20286 vsize=8414124 memory=6944652177228980320 CPUtime=0.1 cores=0-7
/proc/20309/task/20323/stat : 20323 (java) S 20286 20286 14862 0 -1 1077944384 673 0 0 0 10 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779330788080 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20324] ppid=20286 vsize=8414124 memory=281420888334112 CPUtime=0.06 cores=0-7
/proc/20309/task/20324/stat : 20324 (java) S 20286 20286 14862 0 -1 1077944384 386 0 0 0 6 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779329735536 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20325] ppid=20286 vsize=8414124 memory=-2537689246120445521 CPUtime=0.06 cores=0-7
/proc/20309/task/20325/stat : 20325 (java) S 20286 20286 14862 0 -1 1077944384 546 0 0 0 6 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779328682480 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20326] ppid=20286 vsize=8414124 memory=2032 CPUtime=0.2 cores=0-7
/proc/20309/task/20326/stat : 20326 (java) S 20286 20286 14862 0 -1 1077944384 552 0 0 0 20 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779327629936 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20327] ppid=20286 vsize=8414124 memory=1328 CPUtime=0 cores=0-7
/proc/20309/task/20327/stat : 20327 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777965812192 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20328] ppid=20286 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/20309/task/20328/stat : 20328 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000670 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779326577328 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20331] ppid=20286 vsize=8414124 memory=976 CPUtime=0 cores=0-7
/proc/20309/task/20331/stat : 20331 (java) S 20286 20286 14862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779318543296 139780372623129 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20333] ppid=20286 vsize=8414124 memory=772 CPUtime=0 cores=0-7
/proc/20309/task/20333/stat : 20333 (java) S 20286 20286 14862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777294712848 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20334] ppid=20286 vsize=8414124 memory=3620 CPUtime=0 cores=0-7
/proc/20309/task/20334/stat : 20334 (java) S 20286 20286 14862 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777563148432 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20335] ppid=20286 vsize=8414124 memory=52332 CPUtime=0 cores=0-7
/proc/20309/task/20335/stat : 20335 (java) S 20286 20286 14862 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 512000739 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777026284976 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
Current children cumulated CPU time: 193.44 s
Current children cumulated vsize: 10741440 KiB
Current children cumulated memory: 1893732 KiB

[startup+42.6012 s]
/proc/loadavg: 4.84 5.95 6.98 3/219 20345
/proc/meminfo: memFree=21387632/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1476 CPUtime=19.68 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 583 31929 0 0 0 0 1857 111 20 0 1 0 511999385 115843072 369 33554432000 4194304 5098028 140736036463936 140736036460680 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 369 311 221 0 87 0
[pid=20309] ppid=20286 vsize=8414124 memory=119988 CPUtime=1.26 cores=0-7
/proc/20309/stat : 20309 (java) S 20286 20286 14862 0 -1 1077944320 20346 0 0 0 117 9 0 0 20 0 24 0 512000663 8616062976 29997 33554432000 4194304 4196468 140731196764160 140731196746704 139780372598519 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
/proc/20309/statm: 2103531 29997 3212 1 0 2064875 0
[pid=20330] ppid=20309 vsize=2214188 memory=1772272 CPUtime=172.71 cores=0-7
/proc/20330/stat : 20330 (manyglucose-4.1) S 20309 20286 14862 0 -1 1077944320 1130968 0 0 0 17034 237 0 0 20 0 2 0 512000737 2267328512 443068 33554432000 4194304 4454172 140734368340240 140734368338624 140222587707127 0 4 0 8388610 18446744073709551615 0 0 17 6 0 0 0 0 0 6552832 6554400 36667392 140734368346985 140734368347184 140734368347184 140734368350138 0
/proc/20330/statm: 553547 443068 420 64 0 549215 0
[pid=20330/tid=20337] ppid=20309 vsize=2214188 memory=119988 CPUtime=21.46 cores=0-7
/proc/20330/task/20337/stat : 20337 (manyglucose-4.1) R 20309 20286 14862 0 -1 4202560 147008 0 0 0 2104 42 0 0 20 0 2 0 512001431 2267328512 443068 33554432000 4194304 4454172 140734368340240 140221719775992 4351168 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 36667392 140734368346985 140734368347184 140734368347184 140734368350138 0
[pid=20309/tid=20310] ppid=20286 vsize=8414124 memory=1767428 CPUtime=0.76 cores=0-7
/proc/20309/task/20310/stat : 20310 (java) S 20286 20286 14862 0 -1 1077944384 16770 0 0 0 70 6 0 0 20 0 24 0 512000663 8616062976 29997 33554432000 4194304 4196468 140731196764160 139780344438688 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20311] ppid=20286 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/20309/task/20311/stat : 20311 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139780376840720 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20312] ppid=20286 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/20309/task/20312/stat : 20312 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139780182604432 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20313] ppid=20286 vsize=8414124 memory=1724 CPUtime=0 cores=0-7
/proc/20309/task/20313/stat : 20313 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139780181551376 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20314] ppid=20286 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/20309/task/20314/stat : 20314 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779856042384 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20315] ppid=20286 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/20309/task/20315/stat : 20315 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779854990352 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20316] ppid=20286 vsize=8414124 memory=4464 CPUtime=0 cores=0-7
/proc/20309/task/20316/stat : 20316 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779853937808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20317] ppid=20286 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/20309/task/20317/stat : 20317 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779852884752 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20318] ppid=20286 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/20309/task/20318/stat : 20318 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779851832208 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20319] ppid=20286 vsize=8414124 memory=119988 CPUtime=0 cores=0-7
/proc/20309/task/20319/stat : 20319 (java) S 20286 20286 14862 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512000666 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779331840240 139780372609666 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20320] ppid=20286 vsize=8414124 memory=1773256 CPUtime=0 cores=0-7
/proc/20309/task/20320/stat : 20320 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778972443808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20321] ppid=20286 vsize=8414124 memory=7686721470384478355 CPUtime=0 cores=0-7
/proc/20309/task/20321/stat : 20321 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778838221552 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20322] ppid=20286 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20309/task/20322/stat : 20322 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139778463717328 139780372617115 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20323] ppid=20286 vsize=8414124 memory=0 CPUtime=0.1 cores=0-7
/proc/20309/task/20323/stat : 20323 (java) S 20286 20286 14862 0 -1 1077944384 673 0 0 0 10 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779330788080 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20324] ppid=20286 vsize=8414124 memory=7811048695346324582 CPUtime=0.06 cores=0-7
/proc/20309/task/20324/stat : 20324 (java) S 20286 20286 14862 0 -1 1077944384 386 0 0 0 6 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779329735536 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20325] ppid=20286 vsize=8414124 memory=7079765598914236496 CPUtime=0.06 cores=0-7
/proc/20309/task/20325/stat : 20325 (java) S 20286 20286 14862 0 -1 1077944384 546 0 0 0 6 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779328682480 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20326] ppid=20286 vsize=8414124 memory=7739832137778229360 CPUtime=0.2 cores=0-7
/proc/20309/task/20326/stat : 20326 (java) S 20286 20286 14862 0 -1 1077944384 552 0 0 0 20 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779327629936 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20327] ppid=20286 vsize=8414124 memory=6010431318053054824 CPUtime=0 cores=0-7
/proc/20309/task/20327/stat : 20327 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777965812192 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20328] ppid=20286 vsize=8414124 memory=7090733330714355288 CPUtime=0 cores=0-7
/proc/20309/task/20328/stat : 20328 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000670 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779326577328 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20331] ppid=20286 vsize=8414124 memory=8174723239089013032 CPUtime=0 cores=0-7
/proc/20309/task/20331/stat : 20331 (java) S 20286 20286 14862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139779318543296 139780372623129 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20333] ppid=20286 vsize=8414124 memory=288288870237289562 CPUtime=0 cores=0-7
/proc/20309/task/20333/stat : 20333 (java) S 20286 20286 14862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777294712848 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20334] ppid=20286 vsize=8414124 memory=281420889129792 CPUtime=0 cores=0-7
/proc/20309/task/20334/stat : 20334 (java) S 20286 20286 14862 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777563148432 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20335] ppid=20286 vsize=8414124 memory=140710444570528 CPUtime=0 cores=0-7
/proc/20309/task/20335/stat : 20335 (java) S 20286 20286 14862 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 512000739 8616062976 29997 33554432000 4194304 4196468 140731196764160 139777026284976 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
Current children cumulated CPU time: 193.65 s
Current children cumulated vsize: 10741440 KiB
Current children cumulated memory: 1893736 KiB

[startup+42.7012 s]
/proc/loadavg: 4.84 5.95 6.98 3/219 20345
/proc/meminfo: memFree=21387632/32770624 swapFree=66956516/67108860
[pid=20286] ppid=20283 vsize=113128 memory=1476 CPUtime=19.68 cores=0-7
/proc/20286/stat : 20286 (scop.sh) S 20283 20286 14862 0 -1 4202496 583 31929 0 0 0 0 1857 111 20 0 1 0 511999385 115843072 369 33554432000 4194304 5098028 140736036463936 140736036460680 140638763078268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16273408 140736036471588 140736036471916 140736036471916 140736036474829 0
/proc/20286/statm: 28282 369 311 221 0 87 0
[pid=20309] ppid=20286 vsize=8414124 memory=120872 CPUtime=1.33 cores=0-7
/proc/20309/stat : 20309 (java) S 20286 20286 14862 0 -1 1077944320 20637 0 0 0 124 9 0 0 20 0 24 0 512000663 8616062976 30218 33554432000 4194304 4196468 140731196764160 140731196746704 139780372598519 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
/proc/20309/statm: 2103531 30218 3212 1 0 2064875 0
[pid=20309/tid=20310] ppid=20286 vsize=8414124 memory=1476 CPUtime=0.76 cores=0-7
/proc/20309/task/20310/stat : 20310 (java) S 20286 20286 14862 0 -1 1077944384 16770 0 0 0 70 6 0 0 20 0 24 0 512000663 8616062976 30218 33554432000 4194304 4196468 140731196764160 139780344438688 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20311] ppid=20286 vsize=8414124 memory=119988 CPUtime=0 cores=0-7
/proc/20309/task/20311/stat : 20311 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139780376840720 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20312] ppid=20286 vsize=8414124 memory=119988 CPUtime=0 cores=0-7
/proc/20309/task/20312/stat : 20312 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139780182604432 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20313] ppid=20286 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/20309/task/20313/stat : 20313 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139780181551376 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20314] ppid=20286 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/20309/task/20314/stat : 20314 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779856042384 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20315] ppid=20286 vsize=8414124 memory=119988 CPUtime=0 cores=0-7
/proc/20309/task/20315/stat : 20315 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779854990352 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20316] ppid=20286 vsize=8414124 memory=984 CPUtime=0 cores=0-7
/proc/20309/task/20316/stat : 20316 (java) S 20286 20286 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779853937808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20317] ppid=20286 vsize=8414124 memory=2032 CPUtime=0 cores=0-7
/proc/20309/task/20317/stat : 20317 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779852884752 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20318] ppid=20286 vsize=8414124 memory=7686721470384478355 CPUtime=0 cores=0-7
/proc/20309/task/20318/stat : 20318 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000665 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779851832208 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20319] ppid=20286 vsize=8414124 memory=7380386500834846052 CPUtime=0 cores=0-7
/proc/20309/task/20319/stat : 20319 (java) S 20286 20286 14862 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512000666 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779331840240 139780372609666 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20320] ppid=20286 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/20309/task/20320/stat : 20320 (java) S 20286 20286 14862 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 30218 33554432000 4194304 4196468 140731196764160 139778972443808 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20321] ppid=20286 vsize=8414124 memory=4100 CPUtime=0 cores=0-7
/proc/20309/task/20321/stat : 20321 (java) S 20286 20286 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512000667 8616062976 30218 33554432000 4194304 4196468 140731196764160 139778838221552 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20322] ppid=20286 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/20309/task/20322/stat : 20322 (java) S 20286 20286 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139778463717328 139780372617115 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20323] ppid=20286 vsize=8414124 memory=2680 CPUtime=0.12 cores=0-7
/proc/20309/task/20323/stat : 20323 (java) S 20286 20286 14862 0 -1 1077944384 692 0 0 0 12 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779330788080 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20324] ppid=20286 vsize=8414124 memory=1328 CPUtime=0.07 cores=0-7
/proc/20309/task/20324/stat : 20324 (java) S 20286 20286 14862 0 -1 1077944384 392 0 0 0 7 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779329735536 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20325] ppid=20286 vsize=8414124 memory=1560 CPUtime=0.06 cores=0-7
/proc/20309/task/20325/stat : 20325 (java) S 20286 20286 14862 0 -1 1077944384 547 0 0 0 6 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779328682480 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20326] ppid=20286 vsize=8414124 memory=976 CPUtime=0.22 cores=0-7
/proc/20309/task/20326/stat : 20326 (java) S 20286 20286 14862 0 -1 1077944384 808 0 0 0 22 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779327629936 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20327] ppid=20286 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20309/task/20327/stat : 20327 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000669 8616062976 30218 33554432000 4194304 4196468 140731196764160 139777965812192 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20328] ppid=20286 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20309/task/20328/stat : 20328 (java) S 20286 20286 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512000670 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779326577328 139780372609666 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20331] ppid=20286 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20309/task/20331/stat : 20331 (java) S 20286 20286 14862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 30218 33554432000 4194304 4196468 140731196764160 139779318543296 139780372623129 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20333] ppid=20286 vsize=8414124 memory=140710443924336 CPUtime=0.02 cores=0-7
/proc/20309/task/20333/stat : 20333 (java) S 20286 20286 14862 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 24 0 512000737 8616062976 30218 33554432000 4194304 4196468 140731196764160 139777294712880 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20334] ppid=20286 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/20309/task/20334/stat : 20334 (java) S 20286 20286 14862 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 512000737 8616062976 30218 33554432000 4194304 4196468 140731196764160 139777563148432 139780372620445 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
[pid=20309/tid=20335] ppid=20286 vsize=8414124 memory=1652532 CPUtime=0 cores=0-7
/proc/20309/task/20335/stat : 20335 (java) S 20286 20286 14862 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 512000739 8616062976 30218 33554432000 4194304 4196468 140731196764160 139777026284976 139780372608725 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140731196765175 140731196765334 140731196765334 140731196768207 0
Current children cumulated CPU time: 21.01 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 122348 KiB

Child status: 0
Real time (s): 42.7425
CPU time (s): 193.893
CPU user time (s): 190.203
CPU system time (s): 3.69061
CPU usage (%): 453.631
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 5920084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.203
system time used= 3.69061
maximum resident set size= 5920468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1184478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 113864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44474
involuntary context switches= 1883


# summary of solver processes directly reported to runsolver:
#   pid: 20286
#   total CPU time (s): 193.893
#   total CPU user time (s): 190.203
#   total CPU system time (s): 3.69061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.354394 second user time and 0.580783 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-24 22:34:00
IDJOB=4405528
IDBENCH=138444
IDSOLVER=2868
FILE ID=node151/4405528-1569357281
RUNJOBID= node151-1569351215-14889
PBS_JOBID= 21705099
Free space on /tmp= 12412 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.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-4405528-1569357281/watcher-4405528-1569357281 -o /tmp/evaluation-result-4405528-1569357281/solver-4405528-1569357281 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569351215-14889 --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-4405528-1569357281.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=1231157621

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23328072 kB
MemAvailable:   31795708 kB
Buffers:          102840 kB
Cached:          8524984 kB
SwapCached:        50724 kB
Active:          2759464 kB
Inactive:        5923792 kB
Active(anon):       3960 kB
Inactive(anon):   106076 kB
Active(file):    2755504 kB
Inactive(file):  5817716 kB
Unevictable:      107680 kB
Mlocked:          107680 kB
SwapTotal:      67108860 kB
SwapFree:       66956516 kB
Dirty:             20340 kB
Writeback:             0 kB
AnonPages:        113720 kB
Mapped:            54632 kB
Shmem:             45980 kB
Slab:             351668 kB
SReclaimable:     322876 kB
SUnreclaim:        28792 kB
KernelStack:        3424 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514852 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:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12392 MiB
End job on node151 at 2019-09-24 22:34:43