Trace number 4405212

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-09-22)UNSAT 63.0675 28.5233

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
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 -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-18780-serial-file.bin HOME/instance-4405212-1569357621.xml
0.63/0.56	
0.63/0.56	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.63/0.56	
0.63/0.60	c BEGIN-Prog: Tue Sep 24 21:38:18 CEST 2019
0.63/0.60	c PID: 18783
0.63/0.60	c IP: 172.20.3.107
0.63/0.60	c HOST: node107.alineos.net
0.63/0.60	c (0,0) Parsing Begin
4.19/1.57	c (1,0) Parsing End
4.19/1.58	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 574
4.19/1.58	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.19/1.58	c (1,1) Constraint Name Generate Begin
4.62/1.61	c (1,1) Ctr:HOME/instance-4405212-1569357621.xml,Add:Le:Ne:Num:Or:Var
4.62/1.61	c (1,1) Constraint Name Generate End
4.62/1.61	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.62/1.61	c (1,1) CSP to CSPinCNF Begin
5.37/1.83	c (1,1) translated 280 (10%) constraints
5.37/1.88	c (1,1) translated 560 (20%) constraints
5.68/1.91	c (1,1) translated 840 (30%) constraints
5.68/1.94	c (1,1) translated 1120 (40%) constraints
5.68/1.97	c (1,1) translated 1400 (50%) constraints
5.68/1.99	c (1,1) translated 1680 (60%) constraints
6.10/2.01	c (1,1) translated 1960 (70%) constraints
6.10/2.03	c (1,1) translated 2240 (80%) constraints
6.10/2.05	c (1,1) translated 2520 (90%) constraints
6.10/2.07	c (1,1) translated 2800 (100%) constraints
6.10/2.07	c (1,1) ===========================================
6.10/2.07	c (1,1) Order
6.10/2.07	c (1,1) ===========================================
6.10/2.10	c (1,1) translated 280 (10%) constraints
6.50/2.12	c (1,1) translated 560 (20%) constraints
6.50/2.13	c (1,1) translated 840 (30%) constraints
6.50/2.15	c (1,1) translated 1120 (40%) constraints
6.50/2.16	c (1,1) translated 1400 (50%) constraints
6.50/2.17	c (1,1) translated 1680 (60%) constraints
6.50/2.18	c (1,1) translated 1960 (70%) constraints
6.50/2.19	c (1,1) translated 2240 (80%) constraints
6.85/2.20	c (1,1) translated 2520 (90%) constraints
6.85/2.22	c (1,1) translated 2800 (100%) constraints
6.85/2.22	c (1,1) CSP to CSPinCNF End
6.85/2.22	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 574
6.85/2.22	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.85/2.22	c (1,1) CSPinCNF Propagation Begin
6.85/2.28	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.85/2.28	c (1,1) CSPinCNF Propagation End
6.85/2.28	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 574
6.85/2.28	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.85/2.28	c (1,1) Simplify CSPinCNF Begin
7.59/2.48	c (1,1) Simplify CSPinCNF End
7.59/2.48	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 574
7.59/2.48	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.59/2.48	c (1,1) Calculate Precise Domain Begin
7.59/2.48	c (1,1) 0 values are removed by re-calculation
7.59/2.48	c (1,1) Calculate Precise Domain End
7.59/2.48	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 574
7.59/2.48	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.59/2.48	c (1,1) CSPinCNF to SatSolver Begin
10.99/4.28	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 375502 SAT clauses)
12.43/5.63	c (5,5) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 641236 SAT clauses)
13.79/6.95	c (6,6) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 903034 SAT clauses)
15.10/8.28	c (7,7) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1167665 SAT clauses)
16.51/9.62	c (9,9) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1434400 SAT clauses)
17.88/10.89	c (10,10) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1693743 SAT clauses)
19.12/12.07	c (11,11) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 1956726 SAT clauses)
20.38/13.29	c (12,12) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 2227366 SAT clauses)
21.68/14.50	c (13,13) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2498642 SAT clauses)
22.98/15.73	c (15,15) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2772894 SAT clauses)
22.98/15.73	c (15,15) CSPinCNF to SatSolver End
22.98/15.73	c (15,15) Heap : 4780 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.98/15.73	c (15,15) 110232 bool, 2773392 clause
22.98/15.73	c (15,15) Export Begin
23.11/15.82	c (15,15) Export to HOME/scop-18780-serial-file.bin
23.11/15.82	c (15,15) Export End
23.11/15.83	c (15,15) Export File Size: 0.03 MB
23.11/15.83	c (15,15) 1,1,1,1,1,1,15,STOP-AFTER(DIMACS)
23.11/15.83	c END-Prog: Tue Sep 24 21:38:33 CEST 2019
23.11/15.87	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-18780-serial-file.bin
23.78/16.33	c (0,0) Read Serial File Begin
23.78/16.33	c (0,0) HOME/scop-18780-serial-file.bin
24.06/16.55	c (0,0) Read Serial File End
24.06/16.56	
24.06/16.56	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
24.06/16.56	(Solving Process)
24.06/16.56	
24.06/16.58	c BEGIN-Prog: Tue Sep 24 21:38:34 CEST 2019
24.06/16.58	c PID: 18804
24.06/16.58	c IP: 172.20.3.107
24.06/16.58	c HOST: node107.alineos.net
24.06/16.59	c (0,0) SatSolver.solve Begin
24.06/16.59	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405212-1569357621.xml-scop-18783.cnf
24.31/16.61	c (0,0) c
24.31/16.61	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)
24.31/16.61	c (0,0) c
24.31/16.61	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
24.31/16.61	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
24.31/16.61	c (0,0) c ========================================[ Problem Statistics ]===========================================
24.31/16.61	c (0,0) c |                                                                                                       |
25.35/17.58	c (1,0) c |  Number of variables:        110232                                                                   |
25.35/17.58	c (1,0) c |  Number of clauses:         2773392                                                                   |
25.35/17.58	c (1,0) c |  Parse time:                   0.88 s                                                                 |
25.35/17.58	c (1,0) c |                                                                                                       |
31.16/23.31	c (7,0) c |  Simplification time:          5.63 s                                                                 |
31.16/23.31	c (7,0) c |                                                                                                       |
31.16/23.31	c (7,0) c |  Generating clones                                                                                    |
31.86/24.02	c (7,0) c |  all clones generated. Memory =  1640.08Mb.                                                           |
31.86/24.02	c (7,0) c ========================================================================================================|
31.86/24.02	c (7,0) c
31.86/24.02	c (7,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
31.86/24.02	c (7,0) c
31.86/24.02	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
31.86/24.02	c (7,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
31.86/24.02	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
31.86/24.02	c (7,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
31.86/24.02	c (7,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
31.86/24.02	c (7,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
31.86/24.02	c (7,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
31.86/24.02	c (7,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
31.86/24.02	c (7,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
31.86/24.02	c (7,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
31.86/24.02	c (7,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
31.86/24.02	c (7,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
31.86/24.02	c (7,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
31.86/24.02	c (7,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
31.86/24.02	c (7,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
31.86/24.02	c (7,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
31.86/24.02	c (7,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
31.86/24.02	c (7,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
31.86/24.02	c (7,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c real time : 11.808 s
62.85/28.42	c (12,0) c cpu time  : 36.7408 s
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | Conflicts     |           49511 |       5399 |       7226 |       7412 |       4759 |       6154 |       7683 |       5080 |       5798 |
62.85/28.42	c (12,0) c | Decisions     |           67251 |       8041 |       9500 |       9481 |       6640 |       8474 |      10004 |       6907 |       8204 |
62.85/28.42	c (12,0) c | Propagations  |        51867471 |    6151530 |    5859146 |    6655016 |    6355878 |    6689135 |    6706337 |    6557325 |    6893104 |
62.85/28.42	c (12,0) c | ReduceDBs     |              11 |          1 |          2 |          2 |          1 |          1 |          2 |          1 |          1 |
62.85/28.42	c (12,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
62.85/28.42	c (12,0) c | Restarts      |              30 |          5 |          2 |          3 |          3 |          4 |          2 |          4 |          7 |
62.85/28.42	c (12,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c | PropBinClauses|        59910444 |    7321835 |    6787728 |    7621165 |    7248741 |    7573185 |    7814573 |    7618321 |    7924896 |
62.85/28.42	c (12,0) c | PropPreBlocker|       707288908 |   89136460 |   71051105 |   83392924 |   93643280 |   87491214 |   83169769 |  100217126 |   99187030 |
62.85/28.42	c (12,0) c | PropNotBlocker|       237100272 |   28165641 |   27772365 |   32049129 |   29692865 |   29296144 |   32995242 |   28269084 |   28859802 |
62.85/28.42	c (12,0) c | LitFullScans  |      1067252541 |  132020644 |  112823598 |  132021830 |  138023144 |  132018078 |  132246453 |  144029111 |  144069683 |
62.85/28.42	c (12,0) c | LitScanFracts |           75035 |       7708 |       7313 |      14997 |      10817 |       6431 |      11877 |       5021 |      10871 |
62.85/28.42	c (12,0) c | DecisionLevel0|              50 |          5 |         12 |          4 |          3 |          4 |         11 |          4 |          7 |
62.85/28.42	c (12,0) c | Periods       |             177 |         22 |         18 |         22 |         23 |         22 |         22 |         24 |         24 |
62.85/28.42	c (12,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
62.85/28.42	c (12,0) c | Avg_Trail     |                 |       7722 |       5220 |       6952 |       7718 |       7650 |       4978 |      11740 |       8179 |
62.85/28.42	c (12,0) c | Avg_DL        |                 |         32 |         11 |         15 |         17 |         16 |          9 |         22 |         16 |
62.85/28.42	c (12,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | Exported      |            5204 |        300 |       1205 |       1168 |        104 |        522 |       1306 |        187 |        412 |
62.85/28.42	c (12,0) c | Imported      |             139 |          0 |          0 |          0 |          0 |          0 |         99 |          0 |         40 |
62.85/28.42	c (12,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c | Purge         |             139 |          0 |          0 |          0 |          0 |          0 |         99 |          0 |         40 |
62.85/28.42	c (12,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | Unaries       |                 |          0 |         10 |          1 |          0 |          0 |          9 |          0 |          0 |
62.85/28.42	c (12,0) c | Binaries      |                 |          0 |         52 |         14 |          0 |          0 |         46 |          0 |          0 |
62.85/28.42	c (12,0) c | Glues         |                 |        161 |        332 |        205 |        104 |        130 |        344 |        153 |        128 |
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | Orig_Seen     |             0 % |      30944 |      18650 |      18997 |      23082 |      20869 |      18078 |      25067 |      26244 |
62.85/28.42	c (12,0) c | Diff Orig seen|                 |      12294 |      X     |        347 |       4432 |       2219 | -      572 |       6417 |       7594 |
62.85/28.42	c (12,0) c | Hamming       |            20 % |      24889 |      X     |      22133 |      25122 |      21448 |      20192 |      23922 |      24178 |
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c | RunningTime   |                 |    4.4 100%|    4.4 100%|    4.0 100%|    4.0 100%|    4.3 100%|    4.0 100%|    4.0 100%|    4.1 100%|
62.85/28.42	c (12,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.85/28.42	c (12,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%|
62.85/28.42	c (12,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.85/28.42	c (12,0) c | SolvingTime   |                 |    4.4     |    4.4     |    4.0     |    4.0     |    4.3     |    4.0     |    4.0     |    4.1     |
62.85/28.42	c (12,0) c | PropagationTim|                 |    4.2  95%|    4.2  96%|    3.8  95%|    3.8  96%|    4.1  96%|    3.8  95%|    3.9  96%|    3.9  95%|
62.85/28.42	c (12,0) c | AnalysisTime  |                 |    0.1   3%|    0.1   2%|    0.1   3%|    0.1   2%|    0.1   2%|    0.1   2%|    0.1   2%|    0.1   2%|
62.85/28.42	c (12,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%|
62.85/28.42	c (12,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.85/28.42	c (12,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.85/28.42	c (12,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
62.85/28.42	c (12,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c
62.85/28.42	c (12,0) c Threads : 8
62.85/28.42	c (12,0) c Winner : 1
62.85/28.42	c (12,0) c Conflicts_0 : 5399
62.85/28.42	c (12,0) c Conflicts_1 : 7226
62.85/28.42	c (12,0) c Conflicts_2 : 7412
62.85/28.42	c (12,0) c Conflicts_3 : 4759
62.85/28.42	c (12,0) c Conflicts_4 : 6154
62.85/28.42	c (12,0) c Conflicts_5 : 7683
62.85/28.42	c (12,0) c Conflicts_6 : 5080
62.85/28.42	c (12,0) c Conflicts_7 : 5798
62.85/28.42	c (12,0) c Conflicts_total : 49511
62.85/28.42	c (12,0) c Conflicts_winner : 7226
62.85/28.42	c (12,0) c Decisions_0 : 8041
62.85/28.42	c (12,0) c Decisions_1 : 9500
62.85/28.42	c (12,0) c Decisions_2 : 9481
62.85/28.42	c (12,0) c Decisions_3 : 6640
62.85/28.42	c (12,0) c Decisions_4 : 8474
62.85/28.42	c (12,0) c Decisions_5 : 10004
62.85/28.42	c (12,0) c Decisions_6 : 6907
62.85/28.42	c (12,0) c Decisions_7 : 8204
62.85/28.42	c (12,0) c Decisions_total : 67251
62.85/28.42	c (12,0) c Decisions_winner : 9500
62.85/28.42	c (12,0) c Propagations_0 : 6151530
62.85/28.42	c (12,0) c Propagations_1 : 5859146
62.85/28.42	c (12,0) c Propagations_2 : 6655016
62.85/28.42	c (12,0) c Propagations_3 : 6355878
62.85/28.42	c (12,0) c Propagations_4 : 6689135
62.85/28.42	c (12,0) c Propagations_5 : 6706337
62.85/28.42	c (12,0) c Propagations_6 : 6557325
62.85/28.42	c (12,0) c Propagations_7 : 6893104
62.85/28.42	c (12,0) c Propagations_total : 51867471
62.85/28.42	c (12,0) c Propagations_winner : 5859146
62.85/28.42	c (12,0) c ReduceDBs_0 : 1
62.85/28.42	c (12,0) c ReduceDBs_1 : 2
62.85/28.42	c (12,0) c ReduceDBs_2 : 2
62.85/28.42	c (12,0) c ReduceDBs_3 : 1
62.85/28.42	c (12,0) c ReduceDBs_4 : 1
62.85/28.42	c (12,0) c ReduceDBs_5 : 2
62.85/28.42	c (12,0) c ReduceDBs_6 : 1
62.85/28.42	c (12,0) c ReduceDBs_7 : 1
62.85/28.42	c (12,0) c ReduceDBs_total : 11
62.85/28.42	c (12,0) c ReduceDBs_winner : 2
62.85/28.42	c (12,0) c SimpDBs_0 : 1
62.85/28.42	c (12,0) c SimpDBs_1 : 1
62.85/28.42	c (12,0) c SimpDBs_2 : 1
62.85/28.42	c (12,0) c SimpDBs_3 : 1
62.85/28.42	c (12,0) c SimpDBs_4 : 1
62.85/28.42	c (12,0) c SimpDBs_5 : 1
62.85/28.42	c (12,0) c SimpDBs_6 : 1
62.85/28.42	c (12,0) c SimpDBs_7 : 1
62.85/28.42	c (12,0) c SimpDBs_total : 8
62.85/28.42	c (12,0) c SimpDBs_winner : 1
62.85/28.42	c (12,0) c Restarts_0 : 5
62.85/28.42	c (12,0) c Restarts_1 : 2
62.85/28.42	c (12,0) c Restarts_2 : 3
62.85/28.42	c (12,0) c Restarts_3 : 3
62.85/28.42	c (12,0) c Restarts_4 : 4
62.85/28.42	c (12,0) c Restarts_5 : 2
62.85/28.42	c (12,0) c Restarts_6 : 4
62.85/28.42	c (12,0) c Restarts_7 : 7
62.85/28.42	c (12,0) c Restarts_total : 30
62.85/28.42	c (12,0) c Restarts_winner : 2
62.85/28.42	c (12,0) c ForcedImports_0 : 0
62.85/28.42	c (12,0) c ForcedImports_1 : 0
62.85/28.42	c (12,0) c ForcedImports_2 : 0
62.85/28.42	c (12,0) c ForcedImports_3 : 0
62.85/28.42	c (12,0) c ForcedImports_4 : 0
62.85/28.42	c (12,0) c ForcedImports_5 : 0
62.85/28.42	c (12,0) c ForcedImports_6 : 0
62.85/28.42	c (12,0) c ForcedImports_7 : 0
62.85/28.42	c (12,0) c ForcedImports_total : 0
62.85/28.42	c (12,0) c ForcedImports_winner : 0
62.85/28.42	c (12,0) c PropsBinClauses_0 : 7321835
62.85/28.42	c (12,0) c PropsBinClauses_1 : 6787728
62.85/28.42	c (12,0) c PropsBinClauses_2 : 7621165
62.85/28.42	c (12,0) c PropsBinClauses_3 : 7248741
62.85/28.42	c (12,0) c PropsBinClauses_4 : 7573185
62.85/28.42	c (12,0) c PropsBinClauses_5 : 7814573
62.85/28.42	c (12,0) c PropsBinClauses_6 : 7618321
62.85/28.42	c (12,0) c PropsBinClauses_7 : 7924896
62.85/28.43	c (12,0) c PropsBinClauses_total : 59910444
62.85/28.43	c (12,0) c PropsBinClauses_winner : 6787728
62.85/28.43	c (12,0) c PropsPreBlocker_0 : 89136460
62.85/28.43	c (12,0) c PropsPreBlocker_1 : 71051105
62.85/28.43	c (12,0) c PropsPreBlocker_2 : 83392924
62.85/28.43	c (12,0) c PropsPreBlocker_3 : 93643280
62.85/28.43	c (12,0) c PropsPreBlocker_4 : 87491214
62.85/28.43	c (12,0) c PropsPreBlocker_5 : 83169769
62.85/28.43	c (12,0) c PropsPreBlocker_6 : 100217126
62.85/28.43	c (12,0) c PropsPreBlocker_7 : 99187030
62.85/28.43	c (12,0) c PropsPreBlocker_total : 707288908
62.85/28.43	c (12,0) c PropsPreBlocker_winner : 71051105
62.85/28.43	c (12,0) c PropsNotBlocker_0 : 28165641
62.85/28.43	c (12,0) c PropsNotBlocker_1 : 27772365
62.85/28.43	c (12,0) c PropsNotBlocker_2 : 32049129
62.85/28.43	c (12,0) c PropsNotBlocker_3 : 29692865
62.85/28.43	c (12,0) c PropsNotBlocker_4 : 29296144
62.85/28.43	c (12,0) c PropsNotBlocker_5 : 32995242
62.85/28.43	c (12,0) c PropsNotBlocker_6 : 28269084
62.85/28.43	c (12,0) c PropsNotBlocker_7 : 28859802
62.85/28.43	c (12,0) c PropsNotBlocker_total : 237100272
62.85/28.43	c (12,0) c PropsNotBlocker_winner : 27772365
62.85/28.43	c (12,0) c PropsLitFullScans_0 : 132020644
62.85/28.43	c (12,0) c PropsLitFullScans_1 : 112823598
62.85/28.43	c (12,0) c PropsLitFullScans_2 : 132021830
62.85/28.43	c (12,0) c PropsLitFullScans_3 : 138023144
62.85/28.43	c (12,0) c PropsLitFullScans_4 : 132018078
62.85/28.43	c (12,0) c PropsLitFullScans_5 : 132246453
62.85/28.43	c (12,0) c PropsLitFullScans_6 : 144029111
62.85/28.43	c (12,0) c PropsLitFullScans_7 : 144069683
62.85/28.43	c (12,0) c PropsLitFullScans_total : 1067252541
62.85/28.43	c (12,0) c PropsLitFullScans_winner : 112823598
62.85/28.43	c (12,0) c LitScanFractions_0 : 7708
62.85/28.43	c (12,0) c LitScanFractions_1 : 7313
62.85/28.43	c (12,0) c LitScanFractions_2 : 14997
62.85/28.43	c (12,0) c LitScanFractions_3 : 10817
62.85/28.43	c (12,0) c LitScanFractions_4 : 6431
62.85/28.43	c (12,0) c LitScanFractions_5 : 11877
62.85/28.43	c (12,0) c LitScanFractions_6 : 5021
62.85/28.43	c (12,0) c LitScanFractions_7 : 10871
62.85/28.43	c (12,0) c LitScanFractions_total : 75035
62.85/28.43	c (12,0) c LitScanFractions_winner : 7313
62.85/28.43	c (12,0) c DecisionLevel0_0 : 5
62.85/28.43	c (12,0) c DecisionLevel0_1 : 12
62.85/28.43	c (12,0) c DecisionLevel0_2 : 4
62.85/28.43	c (12,0) c DecisionLevel0_3 : 3
62.85/28.43	c (12,0) c DecisionLevel0_4 : 4
62.85/28.43	c (12,0) c DecisionLevel0_5 : 11
62.85/28.43	c (12,0) c DecisionLevel0_6 : 4
62.85/28.43	c (12,0) c DecisionLevel0_7 : 7
62.85/28.43	c (12,0) c DecisionLevel0_total : 50
62.85/28.43	c (12,0) c DecisionLevel0_winner : 12
62.85/28.43	c (12,0) c Periods_0 : 22
62.85/28.43	c (12,0) c Periods_1 : 18
62.85/28.43	c (12,0) c Periods_2 : 22
62.85/28.43	c (12,0) c Periods_3 : 23
62.85/28.43	c (12,0) c Periods_4 : 22
62.85/28.43	c (12,0) c Periods_5 : 22
62.85/28.43	c (12,0) c Periods_6 : 24
62.85/28.43	c (12,0) c Periods_7 : 24
62.85/28.43	c (12,0) c Periods_total : 177
62.85/28.43	c (12,0) c Periods_winner : 18
62.85/28.43	c (12,0) c Margin_0 : 20
62.85/28.43	c (12,0) c Margin_1 : 20
62.85/28.43	c (12,0) c Margin_2 : 20
62.85/28.43	c (12,0) c Margin_3 : 20
62.85/28.43	c (12,0) c Margin_4 : 20
62.85/28.43	c (12,0) c Margin_5 : 20
62.85/28.43	c (12,0) c Margin_6 : 20
62.85/28.43	c (12,0) c Margin_7 : 20
62.85/28.43	c (12,0) c Margin_total : 160
62.85/28.43	c (12,0) c Margin_winner : 20
62.85/28.43	c (12,0) c Exported_0 : 300
62.85/28.43	c (12,0) c Exported_1 : 1205
62.85/28.43	c (12,0) c Exported_2 : 1168
62.85/28.43	c (12,0) c Exported_3 : 104
62.85/28.43	c (12,0) c Exported_4 : 522
62.85/28.43	c (12,0) c Exported_5 : 1306
62.85/28.43	c (12,0) c Exported_6 : 187
62.85/28.43	c (12,0) c Exported_7 : 412
62.85/28.43	c (12,0) c Exported_total : 5204
62.85/28.43	c (12,0) c Exported_winner : 1205
62.85/28.43	c (12,0) c Imported_0 : 0
62.85/28.43	c (12,0) c Imported_1 : 0
62.85/28.43	c (12,0) c Imported_2 : 0
62.85/28.43	c (12,0) c Imported_3 : 0
62.85/28.43	c (12,0) c Imported_4 : 0
62.85/28.43	c (12,0) c Imported_5 : 99
62.85/28.43	c (12,0) c Imported_6 : 0
62.85/28.43	c (12,0) c Imported_7 : 40
62.85/28.43	c (12,0) c Imported_total : 139
62.85/28.43	c (12,0) c Imported_winner : 0
62.85/28.43	c (12,0) c Good_0 : 0
62.85/28.43	c (12,0) c Good_1 : 0
62.85/28.43	c (12,0) c Good_2 : 0
62.85/28.43	c (12,0) c Good_3 : 0
62.85/28.43	c (12,0) c Good_4 : 0
62.85/28.43	c (12,0) c Good_5 : 0
62.85/28.43	c (12,0) c Good_6 : 0
62.85/28.43	c (12,0) c Good_7 : 0
62.85/28.43	c (12,0) c Good_total : 0
62.85/28.43	c (12,0) c Good_winner : 0
62.85/28.43	c (12,0) c Purge_0 : 0
62.85/28.43	c (12,0) c Purge_1 : 0
62.85/28.43	c (12,0) c Purge_2 : 0
62.85/28.43	c (12,0) c Purge_3 : 0
62.85/28.43	c (12,0) c Purge_4 : 0
62.85/28.43	c (12,0) c Purge_5 : 99
62.85/28.43	c (12,0) c Purge_6 : 0
62.85/28.43	c (12,0) c Purge_7 : 40
62.85/28.43	c (12,0) c Purge_total : 139
62.85/28.43	c (12,0) c Purge_winner : 0
62.85/28.43	c (12,0) c Promoted_0 : 0
62.85/28.43	c (12,0) c Promoted_1 : 0
62.85/28.43	c (12,0) c Promoted_2 : 0
62.85/28.43	c (12,0) c Promoted_3 : 0
62.85/28.43	c (12,0) c Promoted_4 : 0
62.85/28.43	c (12,0) c Promoted_5 : 0
62.85/28.43	c (12,0) c Promoted_6 : 0
62.85/28.43	c (12,0) c Promoted_7 : 0
62.85/28.43	c (12,0) c Promoted_total : 0
62.85/28.43	c (12,0) c Promoted_winner : 0
62.85/28.43	c (12,0) c Remove_Imp_0 : 0
62.85/28.43	c (12,0) c Remove_Imp_1 : 0
62.85/28.43	c (12,0) c Remove_Imp_2 : 0
62.85/28.43	c (12,0) c Remove_Imp_3 : 0
62.85/28.43	c (12,0) c Remove_Imp_4 : 0
62.85/28.43	c (12,0) c Remove_Imp_5 : 0
62.85/28.43	c (12,0) c Remove_Imp_6 : 0
62.85/28.43	c (12,0) c Remove_Imp_7 : 0
62.85/28.43	c (12,0) c Remove_Imp_total : 0
62.85/28.43	c (12,0) c Remove_Imp_winner : 0
62.85/28.43	c (12,0) c Blocked_Reuse_0 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_1 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_2 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_3 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_4 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_5 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_6 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_7 : 0
62.85/28.43	c (12,0) c Blocked_Reuse_total : 0
62.85/28.43	c (12,0) c Blocked_Reuse_winner : 0
62.85/28.43	c (12,0) c Unaries_0 : 0
62.85/28.43	c (12,0) c Unaries_1 : 10
62.85/28.43	c (12,0) c Unaries_2 : 1
62.85/28.43	c (12,0) c Unaries_3 : 0
62.85/28.43	c (12,0) c Unaries_4 : 0
62.85/28.43	c (12,0) c Unaries_5 : 9
62.85/28.43	c (12,0) c Unaries_6 : 0
62.85/28.43	c (12,0) c Unaries_7 : 0
62.85/28.43	c (12,0) c Unaries_total : 20
62.85/28.43	c (12,0) c Unaries_winner : 10
62.85/28.43	c (12,0) c Binaries_0 : 0
62.85/28.43	c (12,0) c Binaries_1 : 52
62.85/28.43	c (12,0) c Binaries_2 : 14
62.85/28.43	c (12,0) c Binaries_3 : 0
62.85/28.43	c (12,0) c Binaries_4 : 0
62.85/28.43	c (12,0) c Binaries_5 : 46
62.85/28.43	c (12,0) c Binaries_6 : 0
62.85/28.43	c (12,0) c Binaries_7 : 0
62.85/28.43	c (12,0) c Binaries_total : 112
62.85/28.43	c (12,0) c Binaries_winner : 52
62.85/28.43	c (12,0) c Glues_0 : 161
62.85/28.43	c (12,0) c Glues_1 : 332
62.85/28.43	c (12,0) c Glues_2 : 205
62.85/28.43	c (12,0) c Glues_3 : 104
62.85/28.43	c (12,0) c Glues_4 : 130
62.85/28.43	c (12,0) c Glues_5 : 344
62.85/28.43	c (12,0) c Glues_6 : 153
62.85/28.43	c (12,0) c Glues_7 : 128
62.85/28.43	c (12,0) c Glues_total : 1557
62.85/28.43	c (12,0) c Glues_winner : 332
62.85/28.43	c (12,0) c RunningTime_0 : 4.391711
62.85/28.43	c (12,0) c RunningTime_1 : 4.367464
62.85/28.43	c (12,0) c RunningTime_2 : 3.979855
62.85/28.43	c (12,0) c RunningTime_3 : 4.002500
62.85/28.43	c (12,0) c RunningTime_4 : 4.306292
62.85/28.43	c (12,0) c RunningTime_5 : 3.978617
62.85/28.43	c (12,0) c RunningTime_6 : 4.031034
62.85/28.43	c (12,0) c RunningTime_7 : 4.077727
62.85/28.43	c (12,0) c RunningTime_total : 33.135200
62.85/28.43	c (12,0) c RunningTime_winner : 4.367464
62.85/28.43	c (12,0) c WaitingTime_0 : 0.000004
62.85/28.43	c (12,0) c WaitingTime_1 : 0.000000
62.85/28.43	c (12,0) c WaitingTime_2 : 0.000007
62.85/28.43	c (12,0) c WaitingTime_3 : 0.000003
62.85/28.43	c (12,0) c WaitingTime_4 : 0.000003
62.85/28.43	c (12,0) c WaitingTime_5 : 0.000003
62.85/28.43	c (12,0) c WaitingTime_6 : 0.000056
62.85/28.43	c (12,0) c WaitingTime_7 : 0.000012
62.85/28.43	c (12,0) c WaitingTime_total : 0.000087
62.85/28.43	c (12,0) c WaitingTime_winner : 0.000000
62.85/28.43	c (12,0) c ExchangingTime_0 : 0.000982
62.85/28.43	c (12,0) c ExchangingTime_1 : 0.001863
62.85/28.43	c (12,0) c ExchangingTime_2 : 0.001196
62.85/28.43	c (12,0) c ExchangingTime_3 : 0.000902
62.85/28.43	c (12,0) c ExchangingTime_4 : 0.001113
62.85/28.43	c (12,0) c ExchangingTime_5 : 0.001444
62.85/28.43	c (12,0) c ExchangingTime_6 : 0.001335
62.85/28.43	c (12,0) c ExchangingTime_7 : 0.001301
62.85/28.43	c (12,0) c ExchangingTime_total : 0.010135
62.85/28.43	c (12,0) c ExchangingTime_winner : 0.001863
62.85/28.43	c (12,0) c PeriodProcTime_0 : 0.000365
62.85/28.43	c (12,0) c PeriodProcTime_1 : 0.000344
62.85/28.43	c (12,0) c PeriodProcTime_2 : 0.000303
62.85/28.43	c (12,0) c PeriodProcTime_3 : 0.001033
62.85/28.43	c (12,0) c PeriodProcTime_4 : 0.003177
62.85/28.43	c (12,0) c PeriodProcTime_5 : 0.000301
62.85/28.43	c (12,0) c PeriodProcTime_6 : 0.000394
62.85/28.43	c (12,0) c PeriodProcTime_7 : 0.000339
62.85/28.43	c (12,0) c PeriodProcTime_total : 0.006256
62.85/28.43	c (12,0) c PeriodProcTime_winner : 0.000344
62.85/28.43	c (12,0) c SolvingTime_0 : 4.393063
62.85/28.43	c (12,0) c SolvingTime_1 : 4.369671
62.85/28.43	c (12,0) c SolvingTime_2 : 3.981361
62.85/28.43	c (12,0) c SolvingTime_3 : 4.004437
62.85/28.43	c (12,0) c SolvingTime_4 : 4.310586
62.85/28.43	c (12,0) c SolvingTime_5 : 3.980364
62.85/28.43	c (12,0) c SolvingTime_6 : 4.032819
62.85/28.43	c (12,0) c SolvingTime_7 : 4.079378
62.85/28.43	c (12,0) c SolvingTime_total : 33.151678
62.85/28.43	c (12,0) c SolvingTime_winner : 4.369671
62.85/28.43	c (12,0) c PropagationTime_0 : 4.190669
62.85/28.43	c (12,0) c PropagationTime_1 : 4.187196
62.85/28.43	c (12,0) c PropagationTime_2 : 3.797947
62.85/28.43	c (12,0) c PropagationTime_3 : 3.842827
62.85/28.43	c (12,0) c PropagationTime_4 : 4.137900
62.85/28.43	c (12,0) c PropagationTime_5 : 3.800534
62.85/28.43	c (12,0) c PropagationTime_6 : 3.857746
62.85/28.43	c (12,0) c PropagationTime_7 : 3.892655
62.85/28.43	c (12,0) c PropagationTime_total : 31.707475
62.85/28.43	c (12,0) c PropagationTime_winner : 4.187196
62.85/28.43	c (12,0) c AnalysisTime_0 : 0.113066
62.85/28.43	c (12,0) c AnalysisTime_1 : 0.099088
62.85/28.43	c (12,0) c AnalysisTime_2 : 0.104500
62.85/28.43	c (12,0) c AnalysisTime_3 : 0.088499
62.85/28.43	c (12,0) c AnalysisTime_4 : 0.088446
62.85/28.43	c (12,0) c AnalysisTime_5 : 0.096637
62.85/28.43	c (12,0) c AnalysisTime_6 : 0.095763
62.85/28.43	c (12,0) c AnalysisTime_7 : 0.096925
62.85/28.43	c (12,0) c AnalysisTime_total : 0.782926
62.85/28.43	c (12,0) c AnalysisTime_winner : 0.099088
62.85/28.43	c (12,0) c ReductionTime_0 : 0.000368
62.85/28.43	c (12,0) c ReductionTime_1 : 0.001589
62.85/28.43	c (12,0) c ReductionTime_2 : 0.001442
62.85/28.43	c (12,0) c ReductionTime_3 : 0.000387
62.85/28.43	c (12,0) c ReductionTime_4 : 0.000377
62.85/28.43	c (12,0) c ReductionTime_5 : 0.002038
62.85/28.43	c (12,0) c ReductionTime_6 : 0.000406
62.85/28.43	c (12,0) c ReductionTime_7 : 0.002323
62.85/28.43	c (12,0) c ReductionTime_total : 0.008930
62.85/28.43	c (12,0) c ReductionTime_winner : 0.001589
62.85/28.43	c (12,0) c SimplifyTime_0 : 0.000001
62.85/28.43	c (12,0) c SimplifyTime_1 : 0.000001
62.85/28.43	c (12,0) c SimplifyTime_2 : 0.000001
62.85/28.43	c (12,0) c SimplifyTime_3 : 0.000002
62.85/28.43	c (12,0) c SimplifyTime_4 : 0.000000
62.85/28.43	c (12,0) c SimplifyTime_5 : 0.000000
62.85/28.43	c (12,0) c SimplifyTime_6 : 0.000001
62.85/28.43	c (12,0) c SimplifyTime_7 : 0.000000
62.85/28.43	c (12,0) c SimplifyTime_total : 0.000006
62.85/28.43	c (12,0) c SimplifyTime_winner : 0.000001
62.85/28.43	c (12,0) c UsedRateTime_0 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_1 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_2 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_3 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_4 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_5 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_6 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_7 : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_total : 0.000000
62.85/28.43	c (12,0) c UsedRateTime_winner : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_0 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_1 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_2 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_3 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_4 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_5 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_6 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_7 : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_total : 0.000000
62.85/28.43	c (12,0) c OverlapRateTime_winner : 0.000000
62.85/28.43	c (12,0) c
62.85/28.43	c (12,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
62.85/28.43	c (12,0) c
62.85/28.43	c (12,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.43	c (12,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
62.85/28.43	c (12,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.43	c (12,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
62.85/28.43	c (12,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
62.85/28.43	c (12,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
62.85/28.43	c (12,0) c | Initial random_seed   | 1377166219 | 1213598977 |  885195229 |  781980875 |  928384615 |  787972985 | 1884577829 | 1566167927 |
62.85/28.43	c (12,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
62.85/28.43	c (12,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
62.85/28.43	c (12,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
62.85/28.43	c (12,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
62.85/28.43	c (12,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
62.85/28.43	c (12,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
62.85/28.43	c (12,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
62.85/28.43	c (12,0) c | var_decay             |     0.8100 |     0.8100 |     0.8100 |     0.8000 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |
62.85/28.43	c (12,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
62.85/28.43	c (12,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
62.85/28.43	c (12,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
62.85/28.43	c (12,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.85/28.43	c (12,0) 
62.85/28.44	c (12,0) s UNSATISFIABLE
62.85/28.50	c (12,0) SatSolver.solve End
63.02/28.50	c (12,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
63.02/28.50	c (12,0) Show results Begin
63.02/28.50	s UNSATISFIABLE
63.02/28.50	c (12,0) Show results End
63.02/28.50	c (12,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
63.02/28.50	c (12,0) 12,12,STOP-AFTER(ALL)
63.02/28.50	c END-Prog: Tue Sep 24 21:38:46 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 (14637 MiB free)
  memory of node 1: 16384 MiB (13435 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100112 s]*
/proc/loadavg: 8.71 8.38 8.32 2/210 18802
/proc/meminfo: memFree=28654284/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512017373 115843072 349 33554432000 4194304 5098028 140728526444352 140728526441608 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 349 296 221 0 87 0
[pid=18783] ppid=18780 vsize=27314120 memory=104916 CPUtime=0.08 cores=0-7
/proc/18783/stat : 18783 (java) S 18780 18780 15724 0 -1 1077944320 6273 0 0 0 6 2 0 0 20 0 20 0 512017374 27969658880 26229 33554432000 4194304 4196468 140721090976720 140721090959264 140621098135287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
/proc/18783/statm: 6828530 26229 2772 1 0 6790935 0
[pid=18783/tid=18784] ppid=18780 vsize=27314120 memory=576460756329955445 CPUtime=0.07 cores=0-7
/proc/18783/task/18784/stat : 18784 (java) R 18780 18780 15724 0 -1 4202560 4395 0 0 0 5 2 0 0 20 0 20 0 512017374 27969658880 26229 33554432000 4194304 4196468 140721090976720 140621069962272 140621098157213 0 4 2 16800973 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18785] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18785/stat : 18785 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140621102377232 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18786] ppid=18780 vsize=27314120 memory=3547061336066692768 CPUtime=0 cores=0-7
/proc/18783/task/18786/stat : 18786 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620520651152 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18787] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18787/stat : 18787 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620519598608 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18788] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18788/stat : 18788 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620518546064 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18789] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18789/stat : 18789 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620517493520 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18790] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18790/stat : 18790 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620516440976 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18791] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18791/stat : 18791 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620515388432 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18792] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18792/stat : 18792 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 26229 33554432000 4194304 4196468 140721090976720 140620514335888 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18793] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18793/stat : 18793 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619216996336 140621098146434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18794] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18794/stat : 18794 (java) S 18780 18780 15724 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619041203104 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18795] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18795/stat : 18795 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017379 27969658880 26229 33554432000 4194304 4196468 140721090976720 140618772767728 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18796] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18796/stat : 18796 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017381 27969658880 26229 33554432000 4194304 4196468 140721090976720 140618398259408 140621098153883 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18797] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18797/stat : 18797 (java) S 18780 18780 15724 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619215944176 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18798] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18798/stat : 18798 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619214891632 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18799] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18799/stat : 18799 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619213839088 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18800] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18800/stat : 18800 (java) S 18780 18780 15724 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619212786544 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18801] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18801/stat : 18801 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140617900353760 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18802] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18802/stat : 18802 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 26229 33554432000 4194304 4196468 140721090976720 140619211733424 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106312 KiB

[startup+0.210115 s]*
/proc/loadavg: 8.10 8.26 8.28 2/210 18802
/proc/meminfo: memFree=28632816/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512017373 115843072 349 33554432000 4194304 5098028 140728526444352 140728526441608 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 349 296 221 0 87 0
[pid=18783] ppid=18780 vsize=27314120 memory=126508 CPUtime=0.22 cores=0-7
/proc/18783/stat : 18783 (java) S 18780 18780 15724 0 -1 1077944320 11828 0 0 0 18 4 0 0 20 0 20 0 512017374 27969658880 31627 33554432000 4194304 4196468 140721090976720 140721090959264 140621098135287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
/proc/18783/statm: 6828530 31627 2898 1 0 6790935 0
[pid=18783/tid=18784] ppid=18780 vsize=27314120 memory=8316850467074736180 CPUtime=0.18 cores=0-7
/proc/18783/task/18784/stat : 18784 (java) R 18780 18780 15724 0 -1 4202560 9611 0 0 0 14 4 0 0 20 0 20 0 512017374 27969658880 31627 33554432000 4194304 4196468 140721090976720 140621069949696 140621082215774 0 4 2 16800973 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18785] ppid=18780 vsize=27314120 memory=10927 CPUtime=0 cores=0-7
/proc/18783/task/18785/stat : 18785 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140621102377232 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18786] ppid=18780 vsize=27314120 memory=139937617420709 CPUtime=0 cores=0-7
/proc/18783/task/18786/stat : 18786 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620520651152 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18787] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18787/stat : 18787 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620519598608 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18788] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18788/stat : 18788 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620518546064 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18789] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18789/stat : 18789 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620517493520 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18790] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18790/stat : 18790 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620516440976 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18791] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18791/stat : 18791 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620515388432 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18792] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18792/stat : 18792 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 31627 33554432000 4194304 4196468 140721090976720 140620514335888 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18793] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18793/stat : 18793 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619216996336 140621098146434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18794] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18794/stat : 18794 (java) S 18780 18780 15724 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619041203104 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18795] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18795/stat : 18795 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017379 27969658880 31627 33554432000 4194304 4196468 140721090976720 140618772767728 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18796] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18796/stat : 18796 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017381 27969658880 31627 33554432000 4194304 4196468 140721090976720 140618398259408 140621098153883 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18797] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18797/stat : 18797 (java) S 18780 18780 15724 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619215944176 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18798] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18798/stat : 18798 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619214891632 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18799] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18799/stat : 18799 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619213839088 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18800] ppid=18780 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/18783/task/18800/stat : 18800 (java) R 18780 18780 15724 0 -1 4202560 426 0 0 0 2 0 0 0 20 0 20 0 512017383 27969658880 31627 33554432000 4194304 4196468 140721090976720 140619212786544 140621098156634 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18801] ppid=18780 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18801/stat : 18801 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017383 27970707456 31627 33554432000 4194304 4196468 140721090976720 140617900353760 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18802] ppid=18780 vsize=27315144 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18802/stat : 18802 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27970707456 31627 33554432000 4194304 4196468 140721090976720 140619211733424 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127904 KiB

[startup+0.309457 s]*
/proc/loadavg: 8.10 8.26 8.28 3/210 18802
/proc/meminfo: memFree=28628692/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512017373 115843072 349 33554432000 4194304 5098028 140728526444352 140728526441608 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 349 296 221 0 87 0
[pid=18783] ppid=18780 vsize=27314120 memory=129928 CPUtime=0.4 cores=0-7
/proc/18783/stat : 18783 (java) S 18780 18780 15724 0 -1 1077944320 12369 0 0 0 35 5 0 0 20 0 20 0 512017374 27969658880 32482 33554432000 4194304 4196468 140721090976720 140721090959264 140621098135287 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
/proc/18783/statm: 6828530 32482 2996 1 0 6790935 0
[pid=18783/tid=18784] ppid=18780 vsize=27314120 memory=8317482817917895235 CPUtime=0.28 cores=0-7
/proc/18783/task/18784/stat : 18784 (java) R 18780 18780 15724 0 -1 4202560 9933 0 0 0 24 4 0 0 20 0 20 0 512017374 27969658880 32482 33554432000 4194304 4196468 140721090976720 140621069950768 140621082215804 0 4 2 16800973 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18785] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18785/stat : 18785 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140621102377232 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18786] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18786/stat : 18786 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620520651152 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18787] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18787/stat : 18787 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620519598608 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18788] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18788/stat : 18788 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620518546064 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18789] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18789/stat : 18789 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620517493520 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18790] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18790/stat : 18790 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620516440976 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18791] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18791/stat : 18791 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620515388432 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18792] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18792/stat : 18792 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017376 27969658880 32482 33554432000 4194304 4196468 140721090976720 140620514335888 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18793] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18793/stat : 18793 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619216996336 140621098146434 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18794] ppid=18780 vsize=27314120 memory=279874967379328 CPUtime=0 cores=0-7
/proc/18783/task/18794/stat : 18794 (java) S 18780 18780 15724 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512017378 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619041203104 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18795] ppid=18780 vsize=27314120 memory=279874967383936 CPUtime=0 cores=0-7
/proc/18783/task/18795/stat : 18795 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017379 27969658880 32482 33554432000 4194304 4196468 140721090976720 140618772767728 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18796] ppid=18780 vsize=27314120 memory=279874967388544 CPUtime=0 cores=0-7
/proc/18783/task/18796/stat : 18796 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017381 27969658880 32482 33554432000 4194304 4196468 140721090976720 140618398259408 140621098153883 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18797] ppid=18780 vsize=27314120 memory=279874967393152 CPUtime=0 cores=0-7
/proc/18783/task/18797/stat : 18797 (java) S 18780 18780 15724 0 -1 1077944384 500 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619215944176 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18798] ppid=18780 vsize=27314120 memory=279874967397760 CPUtime=0 cores=0-7
/proc/18783/task/18798/stat : 18798 (java) S 18780 18780 15724 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619214891632 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18799] ppid=18780 vsize=27314120 memory=279874967402368 CPUtime=0.01 cores=0-7
/proc/18783/task/18799/stat : 18799 (java) S 18780 18780 15724 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619213839088 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18800] ppid=18780 vsize=27314120 memory=279874967406976 CPUtime=0.07 cores=0-7
/proc/18783/task/18800/stat : 18800 (java) S 18780 18780 15724 0 -1 1077944384 450 0 0 0 7 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619212786544 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18801] ppid=18780 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18801/stat : 18801 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140617900353760 140621098145493 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18802] ppid=18780 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18783/task/18802/stat : 18802 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017383 27969658880 32482 33554432000 4194304 4196468 140721090976720 140619211733424 140621098146434 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131324 KiB

[startup+0.700896 s]
/proc/loadavg: 8.10 8.26 8.28 2/210 18802
/proc/meminfo: memFree=28610032/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512017373 115843072 349 33554432000 4194304 5098028 140728526444352 140728526441608 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 349 296 221 0 87 0
[pid=18783] ppid=18780 vsize=27320392 memory=166212 CPUtime=0.92 cores=0-7
/proc/18783/stat : 18783 (java) S 18780 18780 15724 0 -1 1077944320 19619 0 0 0 85 7 0 0 20 0 20 0 512017374 27976081408 41553 33554432000 4194304 4196468 140721090976720 140721090959264 140621098135287 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
/proc/18783/statm: 6830098 41553 3180 1 0 6791447 0
[pid=18783/tid=18784] ppid=18780 vsize=27320392 memory=0 CPUtime=0.64 cores=0-7
/proc/18783/task/18784/stat : 18784 (java) R 18780 18780 15724 0 -1 4202560 16699 0 0 0 58 6 0 0 20 0 20 0 512017374 27976081408 41553 33554432000 4194304 4196468 140721090976720 140621069961616 140621098157213 0 4 2 25189581 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18785] ppid=18780 vsize=27320392 memory=139937483891584 CPUtime=0 cores=0-7
/proc/18783/task/18785/stat : 18785 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512017376 27976081408 41553 33554432000 4194304 4196468 140721090976720 140621102377232 140621098145493 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18786] ppid=18780 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/18783/task/18786/stat : 18786 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27976081408 41553 33554432000 4194304 4196468 140721090976720 140620520651152 140621098145493 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0
[pid=18783/tid=18787] ppid=18780 vsize=27320392 memory=9364 CPUtime=0 cores=0-7
/proc/18783/task/18787/stat : 18787 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512017376 27976081408 41553 33554432000 4194304 4196468 140721090976720 140620519598608 140621098145493 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140721090978503 140721090978950 140721090978950 140721090981839 0

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

/proc/18804/task/18809/stat : 18809 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436997085456 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18810] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18810/stat : 18810 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436996033680 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18811] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18811/stat : 18811 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436994980880 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18812] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18812/stat : 18812 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436993928080 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18813] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18813/stat : 18813 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436992875280 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18814] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18814/stat : 18814 (java) S 18780 18780 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512018964 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436556654960 140437194791554 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18815] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18815/stat : 18815 (java) S 18780 18780 15724 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512018964 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435766895648 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18816] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18816/stat : 18816 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018965 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435498460016 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18817] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18817/stat : 18817 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435123951440 140437194799003 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18818] ppid=18780 vsize=8414124 memory=0 CPUtime=0.09 cores=0-7
/proc/18804/task/18818/stat : 18818 (java) S 18780 18780 15724 0 -1 1077944384 683 0 0 0 9 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436555602800 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18819] ppid=18780 vsize=8414124 memory=7686721470300593563 CPUtime=0.02 cores=0-7
/proc/18804/task/18819/stat : 18819 (java) S 18780 18780 15724 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436554550000 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18820] ppid=18780 vsize=8414124 memory=50780 CPUtime=0.12 cores=0-7
/proc/18804/task/18820/stat : 18820 (java) S 18780 18780 15724 0 -1 1077944384 620 0 0 0 12 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436553497200 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18821] ppid=18780 vsize=8414124 memory=988 CPUtime=0.21 cores=0-7
/proc/18804/task/18821/stat : 18821 (java) S 18780 18780 15724 0 -1 1077944384 546 0 0 0 21 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436552444400 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18822] ppid=18780 vsize=8414124 memory=2016 CPUtime=0 cores=0-7
/proc/18804/task/18822/stat : 18822 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140434626046560 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18823] ppid=18780 vsize=8414124 memory=1284 CPUtime=0 cores=0-7
/proc/18804/task/18823/stat : 18823 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018968 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436551391792 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18825] ppid=18780 vsize=8414124 memory=1044 CPUtime=0 cores=0-7
/proc/18804/task/18825/stat : 18825 (java) S 18780 18780 15724 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436543358016 140437194805017 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18827] ppid=18780 vsize=8414124 memory=708 CPUtime=0 cores=0-7
/proc/18804/task/18827/stat : 18827 (java) S 18780 18780 15724 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140433954947216 140437194802333 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18828] ppid=18780 vsize=8414124 memory=9364 CPUtime=0 cores=0-7
/proc/18804/task/18828/stat : 18828 (java) S 18780 18780 15724 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140434223382544 140437194802333 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18829] ppid=18780 vsize=8414124 memory=1120 CPUtime=0 cores=0-7
/proc/18804/task/18829/stat : 18829 (java) S 18780 18780 15724 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 512019037 8616062976 30785 33554432000 4194304 4196468 140726417757296 140433686519344 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
Current children cumulated CPU time: 61.59 s
Current children cumulated vsize: 10796544 KiB
Current children cumulated memory: 1926188 KiB

[startup+28.4013 s]
/proc/loadavg: 6.16 7.78 8.12 9/223 18839
/proc/meminfo: memFree=26770588/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1476 CPUtime=23.23 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 583 31913 0 0 0 0 2204 119 20 0 1 0 512017373 115843072 369 33554432000 4194304 5098028 140728526444352 140728526441096 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 369 311 221 0 87 0
[pid=18804] ppid=18780 vsize=8414124 memory=123140 CPUtime=1.25 cores=0-7
/proc/18804/stat : 18804 (java) S 18780 18780 15724 0 -1 1077944320 20616 0 0 0 117 8 0 0 20 0 24 0 512018961 8616062976 30785 33554432000 4194304 4196468 140726417757296 140726417739840 140437194780407 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
/proc/18804/statm: 2103531 30785 3213 1 0 2064875 0
[pid=18824] ppid=18804 vsize=2269292 memory=1800060 CPUtime=38.37 cores=0-7
/proc/18824/stat : 18824 (manyglucose-4.1) S 18804 18780 15724 0 -1 1077944320 607108 0 0 0 3672 165 0 0 20 0 2 0 512019035 2323755008 450015 33554432000 4194304 4454172 140737292688944 140737292687328 140109985431287 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 10874880 140737292690253 140737292690460 140737292690460 140737292693430 0
/proc/18824/statm: 567323 450015 420 64 0 562991 0
[pid=18824/tid=18832] ppid=18804 vsize=2269292 memory=1804 CPUtime=4.18 cores=0-7
/proc/18824/task/18832/stat : 18832 (manyglucose-4.1) R 18804 18780 15724 0 -1 4202560 46995 0 0 0 396 22 0 0 20 0 2 0 512019776 2323755008 450015 33554432000 4194304 4454172 140737292688944 140109936749352 4351797 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 10874880 140737292690253 140737292690460 140737292690460 140737292693430 0
[pid=18804/tid=18805] ppid=18780 vsize=8414124 memory=1476 CPUtime=0.76 cores=0-7
/proc/18804/task/18805/stat : 18805 (java) S 18780 18780 15724 0 -1 1077944384 17239 0 0 0 70 6 0 0 20 0 24 0 512018961 8616062976 30785 33554432000 4194304 4196468 140726417757296 140437166620576 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18806] ppid=18780 vsize=8414124 memory=123140 CPUtime=0 cores=0-7
/proc/18804/task/18806/stat : 18806 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140437199022736 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18807] ppid=18780 vsize=8414124 memory=1801128 CPUtime=0 cores=0-7
/proc/18804/task/18807/stat : 18807 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436999191056 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18808] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18808/stat : 18808 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436998138256 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18809] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18809/stat : 18809 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436997085456 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18810] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18810/stat : 18810 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436996033680 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18811] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18811/stat : 18811 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436994980880 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18812] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18812/stat : 18812 (java) S 18780 18780 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436993928080 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18813] ppid=18780 vsize=8414124 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/18804/task/18813/stat : 18813 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018962 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436992875280 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18814] ppid=18780 vsize=8414124 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/18804/task/18814/stat : 18814 (java) S 18780 18780 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512018964 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436556654960 140437194791554 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18815] ppid=18780 vsize=8414124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/18804/task/18815/stat : 18815 (java) S 18780 18780 15724 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512018964 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435766895648 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18816] ppid=18780 vsize=8414124 memory=7100839887252528521 CPUtime=0 cores=0-7
/proc/18804/task/18816/stat : 18816 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018965 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435498460016 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18817] ppid=18780 vsize=8414124 memory=3054156605335443357 CPUtime=0 cores=0-7
/proc/18804/task/18817/stat : 18817 (java) S 18780 18780 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140435123951440 140437194799003 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18818] ppid=18780 vsize=8414124 memory=-6292790663728906181 CPUtime=0.09 cores=0-7
/proc/18804/task/18818/stat : 18818 (java) S 18780 18780 15724 0 -1 1077944384 683 0 0 0 9 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436555602800 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18819] ppid=18780 vsize=8414124 memory=0 CPUtime=0.02 cores=0-7
/proc/18804/task/18819/stat : 18819 (java) S 18780 18780 15724 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436554550000 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18820] ppid=18780 vsize=8414124 memory=7449347848301209710 CPUtime=0.12 cores=0-7
/proc/18804/task/18820/stat : 18820 (java) S 18780 18780 15724 0 -1 1077944384 620 0 0 0 12 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436553497200 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18821] ppid=18780 vsize=8414124 memory=7884792935807543893 CPUtime=0.21 cores=0-7
/proc/18804/task/18821/stat : 18821 (java) S 18780 18780 15724 0 -1 1077944384 546 0 0 0 21 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436552444400 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18822] ppid=18780 vsize=8414124 memory=9128081943 CPUtime=0 cores=0-7
/proc/18804/task/18822/stat : 18822 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018967 8616062976 30785 33554432000 4194304 4196468 140726417757296 140434626046560 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18823] ppid=18780 vsize=8414124 memory=279874968748032 CPUtime=0 cores=0-7
/proc/18804/task/18823/stat : 18823 (java) S 18780 18780 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512018968 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436551391792 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18825] ppid=18780 vsize=8414124 memory=279874968592128 CPUtime=0 cores=0-7
/proc/18804/task/18825/stat : 18825 (java) S 18780 18780 15724 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140436543358016 140437194805017 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18827] ppid=18780 vsize=8414124 memory=7233721523666706520 CPUtime=0 cores=0-7
/proc/18804/task/18827/stat : 18827 (java) S 18780 18780 15724 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140433954947216 140437194802333 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18828] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18828/stat : 18828 (java) S 18780 18780 15724 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 512019035 8616062976 30785 33554432000 4194304 4196468 140726417757296 140434223382544 140437194802333 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18829] ppid=18780 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18804/task/18829/stat : 18829 (java) S 18780 18780 15724 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 512019037 8616062976 30785 33554432000 4194304 4196468 140726417757296 140433686519344 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
Current children cumulated CPU time: 62.85 s
Current children cumulated vsize: 10796544 KiB
Current children cumulated memory: 1924676 KiB

[startup+28.5012 s]
/proc/loadavg: 6.16 7.78 8.12 9/223 18839
/proc/meminfo: memFree=26770588/32770624 swapFree=66954124/67108860
[pid=18780] ppid=18777 vsize=113128 memory=1476 CPUtime=23.23 cores=0-7
/proc/18780/stat : 18780 (scop.sh) S 18777 18780 15724 0 -1 4202496 583 31913 0 0 0 0 2204 119 20 0 1 0 512017373 115843072 369 33554432000 4194304 5098028 140728526444352 140728526441096 139686368522876 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10997760 140728526451453 140728526451800 140728526451800 140728526454729 0
/proc/18780/statm: 28282 369 311 221 0 87 0
[pid=18804] ppid=18780 vsize=8283048 memory=124160 CPUtime=39.79 cores=0-7
/proc/18804/stat : 18804 (java) S 18780 18780 15724 0 -1 1077944320 20960 608247 0 0 124 9 3674 172 20 0 22 0 512018961 8481841152 31040 33554432000 4194304 4196468 140726417757296 140726417739840 140437194780407 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
/proc/18804/statm: 2070762 31040 3215 1 0 2032106 0
[pid=18804/tid=18805] ppid=18780 vsize=8283048 memory=1476 CPUtime=39.22 cores=0-7
/proc/18804/task/18805/stat : 18805 (java) R 18780 18780 15724 0 -1 4202560 17239 608247 0 0 70 6 3674 172 20 0 22 0 512018961 8481841152 31040 33554432000 4194304 4196468 140726417757296 140437166620576 140726418053058 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18806] ppid=18780 vsize=8283048 memory=1801376 CPUtime=38.46 cores=0-7
/proc/18804/task/18806/stat : 18806 (java) S 18780 18780 15724 0 -1 1077944384 1 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140437199022736 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18807] ppid=18780 vsize=8283048 memory=1799712 CPUtime=38.46 cores=0-7
/proc/18804/task/18807/stat : 18807 (java) S 18780 18780 15724 0 -1 1077944384 2 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436999191056 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18808] ppid=18780 vsize=8283048 memory=279874967471424 CPUtime=38.46 cores=0-7
/proc/18804/task/18808/stat : 18808 (java) S 18780 18780 15724 0 -1 1077944384 1 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436998138256 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18809] ppid=18780 vsize=8283048 memory=7679937479730885434 CPUtime=38.46 cores=0-7
/proc/18804/task/18809/stat : 18809 (java) S 18780 18780 15724 0 -1 1077944384 3 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436997085456 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18810] ppid=18780 vsize=8283048 memory=98 CPUtime=38.46 cores=0-7
/proc/18804/task/18810/stat : 18810 (java) S 18780 18780 15724 0 -1 1077944384 2 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436996033680 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18811] ppid=18780 vsize=8283048 memory=100 CPUtime=38.46 cores=0-7
/proc/18804/task/18811/stat : 18811 (java) S 18780 18780 15724 0 -1 1077944384 2 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436994980880 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18812] ppid=18780 vsize=8283048 memory=0 CPUtime=38.46 cores=0-7
/proc/18804/task/18812/stat : 18812 (java) S 18780 18780 15724 0 -1 1077944384 2 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436993928080 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18813] ppid=18780 vsize=8283048 memory=6940698281606406720 CPUtime=38.46 cores=0-7
/proc/18804/task/18813/stat : 18813 (java) S 18780 18780 15724 0 -1 1077944384 1 608247 0 0 0 0 3674 172 20 0 22 0 512018962 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436992875280 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18814] ppid=18780 vsize=8283048 memory=7738421541264975462 CPUtime=38.46 cores=0-7
/proc/18804/task/18814/stat : 18814 (java) S 18780 18780 15724 0 -1 1077944384 5 608247 0 0 0 0 3674 172 20 0 22 0 512018964 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436556654960 140437194791554 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18815] ppid=18780 vsize=8283048 memory=261144 CPUtime=38.46 cores=0-7
/proc/18804/task/18815/stat : 18815 (java) S 18780 18780 15724 0 -1 1077944384 13 608247 0 0 0 0 3674 172 20 0 22 0 512018964 8481841152 31040 33554432000 4194304 4196468 140726417757296 140435766895648 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18816] ppid=18780 vsize=8283048 memory=724 CPUtime=38.46 cores=0-7
/proc/18804/task/18816/stat : 18816 (java) S 18780 18780 15724 0 -1 1077944384 1 608247 0 0 0 0 3674 172 20 0 22 0 512018965 8481841152 31040 33554432000 4194304 4196468 140726417757296 140435498460016 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18817] ppid=18780 vsize=8283048 memory=279874968214832 CPUtime=38.46 cores=0-7
/proc/18804/task/18817/stat : 18817 (java) S 18780 18780 15724 0 -1 1077944384 1 608247 0 0 0 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140435123951440 140437194799003 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18818] ppid=18780 vsize=8283048 memory=56 CPUtime=38.55 cores=0-7
/proc/18804/task/18818/stat : 18818 (java) S 18780 18780 15724 0 -1 1077944384 687 608247 0 0 9 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436555602800 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18819] ppid=18780 vsize=8283048 memory=10814 CPUtime=38.49 cores=0-7
/proc/18804/task/18819/stat : 18819 (java) S 18780 18780 15724 0 -1 1077944384 161 608247 0 0 3 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436554550000 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18820] ppid=18780 vsize=8283048 memory=25539 CPUtime=38.59 cores=0-7
/proc/18804/task/18820/stat : 18820 (java) S 18780 18780 15724 0 -1 1077944384 629 608247 0 0 13 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436553497200 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18821] ppid=18780 vsize=8283048 memory=279874968014816 CPUtime=38.69 cores=0-7
/proc/18804/task/18821/stat : 18821 (java) S 18780 18780 15724 0 -1 1077944384 817 608247 0 0 23 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436552444400 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18822] ppid=18780 vsize=8283048 memory=7956285359730872912 CPUtime=38.46 cores=0-7
/proc/18804/task/18822/stat : 18822 (java) S 18780 18780 15724 0 -1 1077944384 3 608247 0 0 0 0 3674 172 20 0 22 0 512018967 8481841152 31040 33554432000 4194304 4196468 140726417757296 140434626046560 140437194790613 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18823] ppid=18780 vsize=8283048 memory=7956285359730872912 CPUtime=38.46 cores=0-7
/proc/18804/task/18823/stat : 18823 (java) S 18780 18780 15724 0 -1 1077944384 3 608247 0 0 0 0 3674 172 20 0 22 0 512018968 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436551391792 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18825] ppid=18780 vsize=8283048 memory=5864934018023253606 CPUtime=38.46 cores=0-7
/proc/18804/task/18825/stat : 18825 (java) S 18780 18780 15724 0 -1 1077944384 24 608247 0 0 0 0 3674 172 20 0 22 0 512019035 8481841152 31040 33554432000 4194304 4196468 140726417757296 140436543357200 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
[pid=18804/tid=18829] ppid=18780 vsize=8283048 memory=1779660 CPUtime=38.46 cores=0-7
/proc/18804/task/18829/stat : 18829 (java) S 18780 18780 15724 0 -1 1077944384 12 608247 0 0 0 0 3674 172 20 0 22 0 512019037 8481841152 31040 33554432000 4194304 4196468 140726417757296 140433686521136 140437194791554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25210880 140726417765343 140726417765510 140726417765510 140726417768399 0
Current children cumulated CPU time: 63.02 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 125636 KiB

Child status: 0
Real time (s): 28.5233
CPU time (s): 63.0675
CPU user time (s): 60.0366
CPU system time (s): 3.03096
CPU usage (%): 221.109
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 5926216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.0366
system time used= 3.03096
maximum resident set size= 5925972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661753
page faults= 0
swaps= 0
block input operations= 80
block output operations= 122640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48287
involuntary context switches= 313


# summary of solver processes directly reported to runsolver:
#   pid: 18780
#   total CPU time (s): 63.0675
#   total CPU user time (s): 60.0366
#   total CPU system time (s): 3.03096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.231562 second user time and 0.34538 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-24 21:38:17
IDJOB=4405212
IDBENCH=138447
IDSOLVER=2867
FILE ID=node107/4405212-1569357621
RUNJOBID= node107-1569345579-15751
PBS_JOBID= 21705089
Free space on /var/tmp= 12564 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405212-1569357621/watcher-4405212-1569357621 -o /var/tmp/evaluation-result-4405212-1569357621/solver-4405212-1569357621 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569345579-15751 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405212-1569357621.xml

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=2122318616

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28747208 kB
MemAvailable:   31801728 kB
Buffers:           70424 kB
Cached:          3125832 kB
SwapCached:        48156 kB
Active:          1975724 kB
Inactive:        1270536 kB
Active(anon):       4260 kB
Inactive(anon):    98256 kB
Active(file):    1971464 kB
Inactive(file):  1172280 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       66954124 kB
Dirty:             20632 kB
Writeback:             0 kB
AnonPages:        112780 kB
Mapped:            53760 kB
Shmem:             44512 kB
Slab:             367108 kB
SReclaimable:     339236 kB
SUnreclaim:        27872 kB
KernelStack:        3392 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12544 MiB
End job on node107 at 2019-09-24 21:38:46