Trace number 4392375

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-06-15)UNSAT 391.671 52.715

General information on the benchmark

NameSat/Sat-m1-various/
hole-10.xml
MD5SUM9520e39dbeb812da3aa0c7bffde6870d
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 benchmark51.6093
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":110}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":110}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":550},{"arity":10,"count":11}]
Number of extensional constraints561
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":561}]
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-30692-serial-file.bin HOME/instance-4392375-1568422223.xml
0.66/0.54	
0.66/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Sat Sep 14 02:49:42 CEST 2019
0.66/0.56	c PID: 30695
0.66/0.56	c IP: 172.20.3.125
0.66/0.56	c HOST: node125.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.68/1.04	c (0,0) Parsing End
1.68/1.05	c (0,0) CSP: 0 int (0 aux), 110 bool (0 aux), 561 ctr, max domain size 2
1.68/1.05	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.68/1.05	c (0,0) Constraint Name Generate Begin
1.68/1.06	c (0,0) Ctr:HOME/instance-4392375-1568422223.xml,ExtensionConflict:Var
1.68/1.06	c (0,0) Constraint Name Generate End
1.68/1.06	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.68/1.06	c (0,0) CSP to CSPinCNF Begin
2.20/1.30	c (0,0) translated 57 (10%) constraints
2.20/1.33	c (0,0) translated 113 (20%) constraints
2.77/1.56	c (0,0) translated 169 (30%) constraints
2.77/1.56	c (0,0) translated 225 (40%) constraints
2.77/1.56	c (0,0) translated 281 (50%) constraints
2.77/1.56	c (0,0) translated 337 (60%) constraints
2.77/1.56	c (0,0) translated 393 (70%) constraints
2.77/1.56	c (0,0) translated 449 (80%) constraints
2.77/1.56	c (0,0) translated 505 (90%) constraints
2.77/1.56	c (0,0) translated 561 (100%) constraints
2.77/1.56	c (0,0) ===========================================
2.77/1.56	c (0,0) Order
2.77/1.56	c (0,0) ===========================================
2.77/1.56	c (0,0) translated 57 (10%) constraints
2.77/1.56	c (0,0) translated 113 (20%) constraints
2.77/1.56	c (0,0) translated 169 (30%) constraints
2.77/1.56	c (0,0) translated 225 (40%) constraints
2.77/1.56	c (0,0) translated 281 (50%) constraints
2.77/1.56	c (0,0) translated 337 (60%) constraints
2.77/1.56	c (0,0) translated 393 (70%) constraints
2.77/1.56	c (0,0) translated 449 (80%) constraints
2.77/1.56	c (0,0) translated 505 (90%) constraints
2.77/1.56	c (0,0) translated 561 (100%) constraints
2.77/1.56	c (0,0) CSP to CSPinCNF End
2.77/1.56	c (0,0) CSP: 0 int (0 aux), 110 bool (0 aux), 561 ctr, max domain size 2
2.77/1.56	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.77/1.56	c (0,0) CSPinCNF Propagation Begin
2.77/1.56	c (1,0) 0 values, 110 unsatisfiable literals, and 0 valid clauses are removed
2.77/1.56	c (1,0) CSPinCNF Propagation End
2.77/1.56	c (1,0) CSP: 0 int (0 aux), 110 bool (0 aux), 561 ctr, max domain size 2
2.77/1.56	c (1,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.77/1.56	c (1,0) Simplify CSPinCNF Begin
2.77/1.56	c (1,1) Simplify CSPinCNF End
2.77/1.56	c (1,1) CSP: 0 int (0 aux), 110 bool (0 aux), 561 ctr, max domain size 2
2.77/1.56	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.77/1.56	c (1,1) Calculate Precise Domain Begin
2.77/1.56	c (1,1) 0 values are removed by re-calculation
2.77/1.56	c (1,1) Calculate Precise Domain End
2.77/1.56	c (1,1) CSP: 0 int (0 aux), 110 bool (0 aux), 561 ctr, max domain size 2
2.77/1.56	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.77/1.56	c (1,1) CSPinCNF to SatSolver Begin
2.77/1.61	c (1,1) 57 (10 %) CSP clauses are encoded (0 SAT variables, 56 SAT clauses)
2.77/1.61	c (1,1) 113 (20 %) CSP clauses are encoded (0 SAT variables, 112 SAT clauses)
2.77/1.62	c (1,1) 169 (30 %) CSP clauses are encoded (0 SAT variables, 168 SAT clauses)
2.77/1.63	c (1,1) 225 (40 %) CSP clauses are encoded (0 SAT variables, 224 SAT clauses)
2.77/1.63	c (1,1) 281 (50 %) CSP clauses are encoded (0 SAT variables, 280 SAT clauses)
2.77/1.64	c (1,1) 337 (60 %) CSP clauses are encoded (0 SAT variables, 336 SAT clauses)
2.77/1.64	c (1,1) 393 (70 %) CSP clauses are encoded (0 SAT variables, 392 SAT clauses)
2.77/1.65	c (1,1) 449 (80 %) CSP clauses are encoded (0 SAT variables, 448 SAT clauses)
2.77/1.65	c (1,1) 505 (90 %) CSP clauses are encoded (0 SAT variables, 504 SAT clauses)
2.77/1.65	c (1,1) 561 (100 %) CSP clauses are encoded (0 SAT variables, 560 SAT clauses)
2.77/1.65	c (1,1) CSPinCNF to SatSolver End
2.77/1.65	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.77/1.65	c (1,1) 110 bool, 561 clause
2.77/1.65	c (1,1) Export Begin
3.25/1.75	c (1,1) Export to HOME/scop-30692-serial-file.bin
3.25/1.75	c (1,1) Export End
3.25/1.75	c (1,1) Export File Size: 0.02 MB
3.25/1.75	c (1,1) 0,0,0,1,1,1,1,STOP-AFTER(DIMACS)
3.25/1.75	c END-Prog: Sat Sep 14 02:49:43 CEST 2019
3.25/1.76	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-30692-serial-file.bin
3.94/2.21	c (0,0) Read Serial File Begin
3.94/2.21	c (0,0) HOME/scop-30692-serial-file.bin
4.23/2.43	c (0,0) Read Serial File End
4.23/2.45	
4.23/2.45	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
4.23/2.45	(Solving Process)
4.23/2.45	
4.23/2.47	c BEGIN-Prog: Sat Sep 14 02:49:44 CEST 2019
4.23/2.47	c PID: 30715
4.23/2.47	c IP: 172.20.3.125
4.23/2.47	c HOST: node125.alineos.net
4.23/2.47	c (0,0) SatSolver.solve Begin
4.23/2.47	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392375-1568422223.xml-scop-30695.cnf
4.44/2.50	c (0,0) c
4.44/2.50	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)
4.44/2.50	c (0,0) c
4.44/2.50	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.44/2.50	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
4.44/2.50	c (0,0) c ========================================[ Problem Statistics ]===========================================
4.44/2.50	c (0,0) c |                                                                                                       |
4.44/2.50	c (0,0) c |  Number of variables:           110                                                                   |
4.44/2.50	c (0,0) c |  Number of clauses:             561                                                                   |
4.44/2.50	c (0,0) c |  Parse time:                   0.00 s                                                                 |
4.44/2.50	c (0,0) c |                                                                                                       |
4.44/2.50	c (0,0) c |  Simplification time:          0.00 s                                                                 |
4.44/2.50	c (0,0) c |                                                                                                       |
4.44/2.50	c (0,0) c |  Generating clones                                                                                    |
4.44/2.50	c (0,0) c |  all clones generated. Memory =    22.98Mb.                                                           |
4.44/2.50	c (0,0) c ========================================================================================================|
4.44/2.50	c (0,0) c
4.44/2.50	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
4.44/2.50	c (0,0) c
4.44/2.50	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.44/2.50	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
4.44/2.50	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.44/2.50	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
4.44/2.50	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
4.44/2.50	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
4.44/2.50	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
4.44/2.50	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
4.44/2.50	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
4.44/2.50	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
4.44/2.50	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
4.44/2.50	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
4.44/2.50	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
4.44/2.50	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
4.44/2.50	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
4.44/2.50	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
4.44/2.50	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
4.44/2.50	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
4.44/2.50	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
234.07/32.37	c (30,0) c
234.07/32.37	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
234.07/32.37	c (30,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
234.07/32.37	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
234.07/32.37	c (30,0) c |  0 |    978 |     595907 |     494568 |      550 |    56314 |    35195 |   753459 |    49159 |      670 |  20 |  0.984 |
234.07/32.37	c (30,0) c |  1 |    525 |     575298 |     489269 |      550 |    86449 |    36767 |   753303 |    47005 |      671 |  20 |  0.992 |
234.07/32.37	c (30,0) c |  2 |   3471 |    2376306 |    1952000 |    12194 |     2005 |   198232 |   587080 |    15747 |      663 |  20 |  0.918 |
234.07/32.37	c (30,0) c |  3 |   1258 |     608165 |     498522 |      550 |    59059 |    32823 |   758644 |    52825 |      671 |  20 |  1.042 |
234.07/32.37	c (30,0) c |  4 |   3331 |    2341284 |    1928699 |    11676 |     2686 |   198840 |   578326 |    17796 |      655 |  20 |  0.992 |
234.07/32.37	c (30,0) c |  5 |    385 |     555783 |     476138 |      550 |    65643 |    39708 |   741183 |    41760 |      663 |  20 |  0.993 |
234.07/32.37	c (30,0) c |  6 |   3676 |    2379369 |    1948217 |    12868 |     2188 |   211157 |   564296 |    16143 |      651 |  20 |  0.918 |
234.07/32.37	c (30,0) c |  7 |    187 |     570012 |     489781 |      550 |    79062 |    44556 |   728341 |    34980 |      671 |  20 |  0.993 |
234.07/32.37	c (30,0) c 
234.07/32.37	c (30,0) c synthesis     8277197 conflicts   100509162 propagations    36079 conflicts/sec   438105 propagations/sec
234.07/32.37	c (30,0) c real: 29.8735 s, cpu: 229.418 s, memory: 649.53 Mb
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c real time : 50.1834 s
391.46/52.68	c (50,0) c cpu time  : 385.903 s
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | Conflicts     |        12690802 |     743911 |     747372 |    2983953 |     746940 |    2986763 |     725842 |    3026672 |     729349 |
391.46/52.68	c (50,0) c | Decisions     |        15480931 |     905030 |     895129 |    3661334 |     918836 |    3659327 |     862845 |    3716448 |     861982 |
391.46/52.68	c (50,0) c | Propagations  |       157662727 |    9279836 |    9319377 |   37008039 |    9245678 |   37478127 |    8872568 |   37664341 |    8794761 |
391.46/52.68	c (50,0) c | ReduceDBs     |            4491 |         23 |         24 |       1449 |         23 |       1451 |         24 |       1473 |         24 |
391.46/52.68	c (50,0) c | SimpDBs       |              58 |          3 |          3 |         15 |          3 |         13 |          3 |         15 |          3 |
391.46/52.68	c (50,0) c | Restarts      |           23558 |       1525 |       1082 |       5832 |       1907 |       5823 |        886 |       6013 |        490 |
391.46/52.68	c (50,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
391.46/52.68	c (50,0) c | PropBinClauses|       287943612 |   15938285 |   16006513 |   69590071 |   15982892 |   70009194 |   14967601 |   70617646 |   14831410 |
391.46/52.68	c (50,0) c | PropPreBlocker|     24333767856 | 3118699284 | 3134111403 | 2885780444 | 3064321082 | 2877571694 | 3146459703 | 2855525532 | 3251298714 |
391.46/52.68	c (50,0) c | PropNotBlocker|      4032664325 |  502145876 |  491229016 |  530574028 |  498354796 |  531198197 |  489615941 |  533805828 |  455740643 |
391.46/52.68	c (50,0) c | LitFullScans  |     52821391356 | 6601799853 | 6608301535 | 6601936643 | 6601936228 | 6603031756 | 6602119945 | 6600485819 | 6601779577 |
391.46/52.68	c (50,0) c | LitScanFracts |        11447547 |    1763579 |    2278720 |     467892 |    1923588 |     668552 |    2100099 |     475600 |    1769517 |
391.46/52.68	c (50,0) c | DecisionLevel0|           23610 |       1527 |       1083 |       5851 |       1911 |       5831 |        887 |       6025 |        495 |
391.46/52.68	c (50,0) c | Periods       |            8801 |       1100 |       1101 |       1100 |       1100 |       1100 |       1100 |       1100 |       1100 |
391.46/52.68	c (50,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
391.46/52.68	c (50,0) c | Avg_Trail     |                 |         91 |         91 |         92 |         91 |         93 |         90 |         93 |         88 |
391.46/52.68	c (50,0) c | Avg_DL        |                 |         16 |         16 |         16 |         16 |         16 |         16 |         16 |         17 |
391.46/52.68	c (50,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
391.46/52.68	c (50,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | Exported      |         1212865 |      51239 |      52307 |     310367 |      47991 |     309530 |      56078 |     327017 |      58336 |
391.46/52.68	c (50,0) c | Imported      |         8318065 |    1137684 |    1136848 |     886408 |    1141826 |     885632 |    1133586 |     868478 |    1127603 |
391.46/52.68	c (50,0) c | Good          |            2823 |        392 |        381 |        336 |        386 |        312 |        391 |        285 |        340 |
391.46/52.68	c (50,0) c | Purge         |         8315242 |    1137292 |    1136467 |     886072 |    1141440 |     885320 |    1133195 |     868193 |    1127263 |
391.46/52.68	c (50,0) c | Promoted      |          411405 |      74544 |      72770 |      20992 |      79006 |      23320 |      63444 |      22150 |      55179 |
391.46/52.68	c (50,0) c | Remove_Imp    |         7138526 |     931949 |     938774 |     855874 |     923388 |     859509 |     889468 |     839688 |     899876 |
391.46/52.68	c (50,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | Unaries       |                 |          2 |          1 |         19 |          4 |          8 |          1 |         12 |          5 |
391.46/52.68	c (50,0) c | Binaries      |                 |         29 |         47 |        158 |         54 |        137 |         29 |        184 |         66 |
391.46/52.68	c (50,0) c | Glues         |                 |         63 |         88 |        226 |         85 |        188 |         74 |        254 |        106 |
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | Orig_Seen     |          2445 % |        550 |        550 |      32997 |        550 |      33464 |        550 |      34491 |        550 |
391.46/52.68	c (50,0) c | Diff Orig seen|                 | -    32447 | -    32447 |      X     | -    32447 |        467 | -    32447 |       1494 | -    32447 |
391.46/52.68	c (50,0) c | Hamming       |            26 % |         27 |         28 |      X     |         30 |         30 |         34 |         32 |         27 |
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c | RunningTime   |                 |   48.4  98%|   46.5  94%|   48.4  99%|   48.1  96%|   48.6  99%|   48.3  96%|   48.9  99%|   46.5  93%|
391.46/52.68	c (50,0) c | WaitingTime   |                 |    0.8   2%|    2.4   5%|    0.3   1%|    1.4   3%|    0.1   0%|    1.4   3%|    0.0   0%|    2.8   6%|
391.46/52.68	c (50,0) c | ExchangingTime|                 |    0.4   1%|    0.4   1%|    0.4   1%|    0.4   1%|    0.4   1%|    0.4   1%|    0.4   1%|    0.5   1%|
391.46/52.68	c (50,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%|
391.46/52.68	c (50,0) c | SolvingTime   |                 |   49.5     |   49.3     |   49.1     |   49.9     |   49.1     |   50.1     |   49.3     |   49.8     |
391.46/52.68	c (50,0) c | PropagationTim|                 |   44.8  90%|   44.4  90%|   33.1  67%|   45.1  90%|   33.2  68%|   44.1  88%|   33.0  67%|   45.1  91%|
391.46/52.68	c (50,0) c | AnalysisTime  |                 |    2.7   6%|    2.8   6%|    9.5  19%|    2.7   5%|    9.5  19%|    4.1   8%|    9.8  20%|    2.7   5%|
391.46/52.68	c (50,0) c | ReductionTime |                 |    1.2   2%|    1.3   3%|    4.2   9%|    1.2   2%|    4.2   8%|    1.2   2%|    4.3   9%|    1.2   2%|
391.46/52.68	c (50,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.1   0%|
391.46/52.68	c (50,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%|
391.46/52.68	c (50,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%|
391.46/52.68	c (50,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c
391.46/52.68	c (50,0) c Threads : 8
391.46/52.68	c (50,0) c Winner : 2
391.46/52.68	c (50,0) c Conflicts_0 : 743911
391.46/52.68	c (50,0) c Conflicts_1 : 747372
391.46/52.68	c (50,0) c Conflicts_2 : 2983953
391.46/52.68	c (50,0) c Conflicts_3 : 746940
391.46/52.68	c (50,0) c Conflicts_4 : 2986763
391.46/52.68	c (50,0) c Conflicts_5 : 725842
391.46/52.68	c (50,0) c Conflicts_6 : 3026672
391.46/52.68	c (50,0) c Conflicts_7 : 729349
391.46/52.68	c (50,0) c Conflicts_total : 12690802
391.46/52.68	c (50,0) c Conflicts_winner : 2983953
391.46/52.68	c (50,0) c Decisions_0 : 905030
391.46/52.68	c (50,0) c Decisions_1 : 895129
391.46/52.68	c (50,0) c Decisions_2 : 3661334
391.46/52.68	c (50,0) c Decisions_3 : 918836
391.46/52.68	c (50,0) c Decisions_4 : 3659327
391.46/52.68	c (50,0) c Decisions_5 : 862845
391.46/52.68	c (50,0) c Decisions_6 : 3716448
391.46/52.68	c (50,0) c Decisions_7 : 861982
391.46/52.68	c (50,0) c Decisions_total : 15480931
391.46/52.68	c (50,0) c Decisions_winner : 3661334
391.46/52.68	c (50,0) c Propagations_0 : 9279836
391.46/52.68	c (50,0) c Propagations_1 : 9319377
391.46/52.68	c (50,0) c Propagations_2 : 37008039
391.46/52.68	c (50,0) c Propagations_3 : 9245678
391.46/52.68	c (50,0) c Propagations_4 : 37478127
391.46/52.68	c (50,0) c Propagations_5 : 8872568
391.46/52.68	c (50,0) c Propagations_6 : 37664341
391.46/52.68	c (50,0) c Propagations_7 : 8794761
391.46/52.68	c (50,0) c Propagations_total : 157662727
391.46/52.68	c (50,0) c Propagations_winner : 37008039
391.46/52.68	c (50,0) c ReduceDBs_0 : 23
391.46/52.68	c (50,0) c ReduceDBs_1 : 24
391.46/52.68	c (50,0) c ReduceDBs_2 : 1449
391.46/52.68	c (50,0) c ReduceDBs_3 : 23
391.46/52.68	c (50,0) c ReduceDBs_4 : 1451
391.46/52.68	c (50,0) c ReduceDBs_5 : 24
391.46/52.68	c (50,0) c ReduceDBs_6 : 1473
391.46/52.68	c (50,0) c ReduceDBs_7 : 24
391.46/52.68	c (50,0) c ReduceDBs_total : 4491
391.46/52.68	c (50,0) c ReduceDBs_winner : 1449
391.46/52.68	c (50,0) c SimpDBs_0 : 3
391.46/52.68	c (50,0) c SimpDBs_1 : 3
391.46/52.68	c (50,0) c SimpDBs_2 : 15
391.46/52.68	c (50,0) c SimpDBs_3 : 3
391.46/52.68	c (50,0) c SimpDBs_4 : 13
391.46/52.68	c (50,0) c SimpDBs_5 : 3
391.46/52.68	c (50,0) c SimpDBs_6 : 15
391.46/52.68	c (50,0) c SimpDBs_7 : 3
391.46/52.68	c (50,0) c SimpDBs_total : 58
391.46/52.68	c (50,0) c SimpDBs_winner : 15
391.46/52.69	c (50,0) c Restarts_0 : 1525
391.46/52.69	c (50,0) c Restarts_1 : 1082
391.46/52.69	c (50,0) c Restarts_2 : 5832
391.46/52.69	c (50,0) c Restarts_3 : 1907
391.46/52.69	c (50,0) c Restarts_4 : 5823
391.46/52.69	c (50,0) c Restarts_5 : 886
391.46/52.69	c (50,0) c Restarts_6 : 6013
391.46/52.69	c (50,0) c Restarts_7 : 490
391.46/52.69	c (50,0) c Restarts_total : 23558
391.46/52.69	c (50,0) c Restarts_winner : 5832
391.46/52.69	c (50,0) c ForcedImports_0 : 0
391.46/52.69	c (50,0) c ForcedImports_1 : 0
391.46/52.69	c (50,0) c ForcedImports_2 : 0
391.46/52.69	c (50,0) c ForcedImports_3 : 0
391.46/52.69	c (50,0) c ForcedImports_4 : 0
391.46/52.69	c (50,0) c ForcedImports_5 : 0
391.46/52.69	c (50,0) c ForcedImports_6 : 0
391.46/52.69	c (50,0) c ForcedImports_7 : 0
391.46/52.69	c (50,0) c ForcedImports_total : 0
391.46/52.69	c (50,0) c ForcedImports_winner : 0
391.46/52.69	c (50,0) c PropsBinClauses_0 : 15938285
391.46/52.69	c (50,0) c PropsBinClauses_1 : 16006513
391.46/52.69	c (50,0) c PropsBinClauses_2 : 69590071
391.46/52.69	c (50,0) c PropsBinClauses_3 : 15982892
391.46/52.69	c (50,0) c PropsBinClauses_4 : 70009194
391.46/52.69	c (50,0) c PropsBinClauses_5 : 14967601
391.46/52.69	c (50,0) c PropsBinClauses_6 : 70617646
391.46/52.69	c (50,0) c PropsBinClauses_7 : 14831410
391.46/52.69	c (50,0) c PropsBinClauses_total : 287943612
391.46/52.69	c (50,0) c PropsBinClauses_winner : 69590071
391.46/52.69	c (50,0) c PropsPreBlocker_0 : 3118699284
391.46/52.69	c (50,0) c PropsPreBlocker_1 : 3134111403
391.46/52.69	c (50,0) c PropsPreBlocker_2 : 2885780444
391.46/52.69	c (50,0) c PropsPreBlocker_3 : 3064321082
391.46/52.69	c (50,0) c PropsPreBlocker_4 : 2877571694
391.46/52.69	c (50,0) c PropsPreBlocker_5 : 3146459703
391.46/52.69	c (50,0) c PropsPreBlocker_6 : 2855525532
391.46/52.69	c (50,0) c PropsPreBlocker_7 : 3251298714
391.46/52.69	c (50,0) c PropsPreBlocker_total : 24333767856
391.46/52.69	c (50,0) c PropsPreBlocker_winner : 2885780444
391.46/52.69	c (50,0) c PropsNotBlocker_0 : 502145876
391.46/52.69	c (50,0) c PropsNotBlocker_1 : 491229016
391.46/52.69	c (50,0) c PropsNotBlocker_2 : 530574028
391.46/52.69	c (50,0) c PropsNotBlocker_3 : 498354796
391.46/52.69	c (50,0) c PropsNotBlocker_4 : 531198197
391.46/52.69	c (50,0) c PropsNotBlocker_5 : 489615941
391.46/52.69	c (50,0) c PropsNotBlocker_6 : 533805828
391.46/52.69	c (50,0) c PropsNotBlocker_7 : 455740643
391.46/52.69	c (50,0) c PropsNotBlocker_total : 4032664325
391.46/52.69	c (50,0) c PropsNotBlocker_winner : 530574028
391.46/52.69	c (50,0) c PropsLitFullScans_0 : 6601799853
391.46/52.69	c (50,0) c PropsLitFullScans_1 : 6608301535
391.46/52.69	c (50,0) c PropsLitFullScans_2 : 6601936643
391.46/52.69	c (50,0) c PropsLitFullScans_3 : 6601936228
391.46/52.69	c (50,0) c PropsLitFullScans_4 : 6603031756
391.46/52.69	c (50,0) c PropsLitFullScans_5 : 6602119945
391.46/52.69	c (50,0) c PropsLitFullScans_6 : 6600485819
391.46/52.69	c (50,0) c PropsLitFullScans_7 : 6601779577
391.46/52.69	c (50,0) c PropsLitFullScans_total : 52821391356
391.46/52.69	c (50,0) c PropsLitFullScans_winner : 6601936643
391.46/52.69	c (50,0) c LitScanFractions_0 : 1763579
391.46/52.69	c (50,0) c LitScanFractions_1 : 2278720
391.46/52.69	c (50,0) c LitScanFractions_2 : 467892
391.46/52.69	c (50,0) c LitScanFractions_3 : 1923588
391.46/52.69	c (50,0) c LitScanFractions_4 : 668552
391.46/52.69	c (50,0) c LitScanFractions_5 : 2100099
391.46/52.69	c (50,0) c LitScanFractions_6 : 475600
391.46/52.69	c (50,0) c LitScanFractions_7 : 1769517
391.46/52.69	c (50,0) c LitScanFractions_total : 11447547
391.46/52.69	c (50,0) c LitScanFractions_winner : 467892
391.46/52.69	c (50,0) c DecisionLevel0_0 : 1527
391.46/52.69	c (50,0) c DecisionLevel0_1 : 1083
391.46/52.69	c (50,0) c DecisionLevel0_2 : 5851
391.46/52.69	c (50,0) c DecisionLevel0_3 : 1911
391.46/52.69	c (50,0) c DecisionLevel0_4 : 5831
391.46/52.69	c (50,0) c DecisionLevel0_5 : 887
391.46/52.69	c (50,0) c DecisionLevel0_6 : 6025
391.46/52.69	c (50,0) c DecisionLevel0_7 : 495
391.46/52.69	c (50,0) c DecisionLevel0_total : 23610
391.46/52.69	c (50,0) c DecisionLevel0_winner : 5851
391.46/52.69	c (50,0) c Periods_0 : 1100
391.46/52.69	c (50,0) c Periods_1 : 1101
391.46/52.69	c (50,0) c Periods_2 : 1100
391.46/52.69	c (50,0) c Periods_3 : 1100
391.46/52.69	c (50,0) c Periods_4 : 1100
391.46/52.69	c (50,0) c Periods_5 : 1100
391.46/52.69	c (50,0) c Periods_6 : 1100
391.46/52.69	c (50,0) c Periods_7 : 1100
391.46/52.69	c (50,0) c Periods_total : 8801
391.46/52.69	c (50,0) c Periods_winner : 1100
391.46/52.69	c (50,0) c Margin_0 : 20
391.46/52.69	c (50,0) c Margin_1 : 20
391.46/52.69	c (50,0) c Margin_2 : 20
391.46/52.69	c (50,0) c Margin_3 : 20
391.46/52.69	c (50,0) c Margin_4 : 20
391.46/52.69	c (50,0) c Margin_5 : 20
391.46/52.69	c (50,0) c Margin_6 : 20
391.46/52.69	c (50,0) c Margin_7 : 20
391.46/52.69	c (50,0) c Margin_total : 160
391.46/52.69	c (50,0) c Margin_winner : 20
391.46/52.69	c (50,0) c Exported_0 : 51239
391.46/52.69	c (50,0) c Exported_1 : 52307
391.46/52.69	c (50,0) c Exported_2 : 310367
391.46/52.69	c (50,0) c Exported_3 : 47991
391.46/52.69	c (50,0) c Exported_4 : 309530
391.46/52.69	c (50,0) c Exported_5 : 56078
391.46/52.69	c (50,0) c Exported_6 : 327017
391.46/52.69	c (50,0) c Exported_7 : 58336
391.46/52.69	c (50,0) c Exported_total : 1212865
391.46/52.69	c (50,0) c Exported_winner : 310367
391.46/52.69	c (50,0) c Imported_0 : 1137684
391.46/52.69	c (50,0) c Imported_1 : 1136848
391.46/52.69	c (50,0) c Imported_2 : 886408
391.46/52.69	c (50,0) c Imported_3 : 1141826
391.46/52.69	c (50,0) c Imported_4 : 885632
391.46/52.69	c (50,0) c Imported_5 : 1133586
391.46/52.69	c (50,0) c Imported_6 : 868478
391.46/52.69	c (50,0) c Imported_7 : 1127603
391.46/52.69	c (50,0) c Imported_total : 8318065
391.46/52.69	c (50,0) c Imported_winner : 886408
391.46/52.69	c (50,0) c Good_0 : 392
391.46/52.69	c (50,0) c Good_1 : 381
391.46/52.69	c (50,0) c Good_2 : 336
391.46/52.69	c (50,0) c Good_3 : 386
391.46/52.69	c (50,0) c Good_4 : 312
391.46/52.69	c (50,0) c Good_5 : 391
391.46/52.69	c (50,0) c Good_6 : 285
391.46/52.69	c (50,0) c Good_7 : 340
391.46/52.69	c (50,0) c Good_total : 2823
391.46/52.69	c (50,0) c Good_winner : 336
391.46/52.69	c (50,0) c Purge_0 : 1137292
391.46/52.69	c (50,0) c Purge_1 : 1136467
391.46/52.69	c (50,0) c Purge_2 : 886072
391.46/52.69	c (50,0) c Purge_3 : 1141440
391.46/52.69	c (50,0) c Purge_4 : 885320
391.46/52.69	c (50,0) c Purge_5 : 1133195
391.46/52.69	c (50,0) c Purge_6 : 868193
391.46/52.69	c (50,0) c Purge_7 : 1127263
391.46/52.69	c (50,0) c Purge_total : 8315242
391.46/52.69	c (50,0) c Purge_winner : 886072
391.46/52.69	c (50,0) c Promoted_0 : 74544
391.46/52.69	c (50,0) c Promoted_1 : 72770
391.46/52.69	c (50,0) c Promoted_2 : 20992
391.46/52.69	c (50,0) c Promoted_3 : 79006
391.46/52.69	c (50,0) c Promoted_4 : 23320
391.46/52.69	c (50,0) c Promoted_5 : 63444
391.46/52.69	c (50,0) c Promoted_6 : 22150
391.46/52.69	c (50,0) c Promoted_7 : 55179
391.46/52.69	c (50,0) c Promoted_total : 411405
391.46/52.69	c (50,0) c Promoted_winner : 20992
391.46/52.69	c (50,0) c Remove_Imp_0 : 931949
391.46/52.69	c (50,0) c Remove_Imp_1 : 938774
391.46/52.69	c (50,0) c Remove_Imp_2 : 855874
391.46/52.69	c (50,0) c Remove_Imp_3 : 923388
391.46/52.69	c (50,0) c Remove_Imp_4 : 859509
391.46/52.69	c (50,0) c Remove_Imp_5 : 889468
391.46/52.69	c (50,0) c Remove_Imp_6 : 839688
391.46/52.69	c (50,0) c Remove_Imp_7 : 899876
391.46/52.69	c (50,0) c Remove_Imp_total : 7138526
391.46/52.69	c (50,0) c Remove_Imp_winner : 855874
391.46/52.69	c (50,0) c Blocked_Reuse_0 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_1 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_2 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_3 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_4 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_5 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_6 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_7 : 0
391.46/52.69	c (50,0) c Blocked_Reuse_total : 0
391.46/52.69	c (50,0) c Blocked_Reuse_winner : 0
391.46/52.69	c (50,0) c Unaries_0 : 2
391.46/52.69	c (50,0) c Unaries_1 : 1
391.46/52.69	c (50,0) c Unaries_2 : 19
391.46/52.69	c (50,0) c Unaries_3 : 4
391.46/52.69	c (50,0) c Unaries_4 : 8
391.46/52.69	c (50,0) c Unaries_5 : 1
391.46/52.69	c (50,0) c Unaries_6 : 12
391.46/52.69	c (50,0) c Unaries_7 : 5
391.46/52.69	c (50,0) c Unaries_total : 52
391.46/52.69	c (50,0) c Unaries_winner : 19
391.46/52.69	c (50,0) c Binaries_0 : 29
391.46/52.69	c (50,0) c Binaries_1 : 47
391.46/52.69	c (50,0) c Binaries_2 : 158
391.46/52.69	c (50,0) c Binaries_3 : 54
391.46/52.69	c (50,0) c Binaries_4 : 137
391.46/52.69	c (50,0) c Binaries_5 : 29
391.46/52.69	c (50,0) c Binaries_6 : 184
391.46/52.69	c (50,0) c Binaries_7 : 66
391.46/52.69	c (50,0) c Binaries_total : 704
391.46/52.69	c (50,0) c Binaries_winner : 158
391.46/52.69	c (50,0) c Glues_0 : 63
391.46/52.69	c (50,0) c Glues_1 : 88
391.46/52.69	c (50,0) c Glues_2 : 226
391.46/52.69	c (50,0) c Glues_3 : 85
391.46/52.69	c (50,0) c Glues_4 : 188
391.46/52.69	c (50,0) c Glues_5 : 74
391.46/52.69	c (50,0) c Glues_6 : 254
391.46/52.69	c (50,0) c Glues_7 : 106
391.46/52.69	c (50,0) c Glues_total : 1084
391.46/52.69	c (50,0) c Glues_winner : 226
391.46/52.69	c (50,0) c RunningTime_0 : 48.360920
391.46/52.69	c (50,0) c RunningTime_1 : 46.485403
391.46/52.69	c (50,0) c RunningTime_2 : 48.427076
391.46/52.69	c (50,0) c RunningTime_3 : 48.095473
391.46/52.69	c (50,0) c RunningTime_4 : 48.620417
391.46/52.69	c (50,0) c RunningTime_5 : 48.320299
391.46/52.69	c (50,0) c RunningTime_6 : 48.870470
391.46/52.69	c (50,0) c RunningTime_7 : 46.455245
391.46/52.69	c (50,0) c RunningTime_total : 383.635304
391.46/52.69	c (50,0) c RunningTime_winner : 48.427076
391.46/52.69	c (50,0) c WaitingTime_0 : 0.750785
391.46/52.69	c (50,0) c WaitingTime_1 : 2.414549
391.46/52.69	c (50,0) c WaitingTime_2 : 0.285288
391.46/52.69	c (50,0) c WaitingTime_3 : 1.365347
391.46/52.69	c (50,0) c WaitingTime_4 : 0.089385
391.46/52.69	c (50,0) c WaitingTime_5 : 1.369990
391.46/52.69	c (50,0) c WaitingTime_6 : 0.001364
391.46/52.69	c (50,0) c WaitingTime_7 : 2.838196
391.46/52.69	c (50,0) c WaitingTime_total : 9.114904
391.46/52.69	c (50,0) c WaitingTime_winner : 0.285288
391.46/52.69	c (50,0) c ExchangingTime_0 : 0.415486
391.46/52.69	c (50,0) c ExchangingTime_1 : 0.434496
391.46/52.69	c (50,0) c ExchangingTime_2 : 0.411859
391.46/52.69	c (50,0) c ExchangingTime_3 : 0.433149
391.46/52.69	c (50,0) c ExchangingTime_4 : 0.416333
391.46/52.69	c (50,0) c ExchangingTime_5 : 0.417361
391.46/52.69	c (50,0) c ExchangingTime_6 : 0.421553
391.46/52.69	c (50,0) c ExchangingTime_7 : 0.463174
391.46/52.69	c (50,0) c ExchangingTime_total : 3.413411
391.46/52.69	c (50,0) c ExchangingTime_winner : 0.411859
391.46/52.69	c (50,0) c PeriodProcTime_0 : 0.007580
391.46/52.69	c (50,0) c PeriodProcTime_1 : 0.007838
391.46/52.69	c (50,0) c PeriodProcTime_2 : 0.007426
391.46/52.69	c (50,0) c PeriodProcTime_3 : 0.007601
391.46/52.69	c (50,0) c PeriodProcTime_4 : 0.009074
391.46/52.69	c (50,0) c PeriodProcTime_5 : 0.007642
391.46/52.69	c (50,0) c PeriodProcTime_6 : 0.008605
391.46/52.69	c (50,0) c PeriodProcTime_7 : 0.008199
391.46/52.69	c (50,0) c PeriodProcTime_total : 0.063964
391.46/52.69	c (50,0) c PeriodProcTime_winner : 0.007426
391.46/52.69	c (50,0) c SolvingTime_0 : 49.534770
391.46/52.69	c (50,0) c SolvingTime_1 : 49.342286
391.46/52.69	c (50,0) c SolvingTime_2 : 49.131649
391.46/52.69	c (50,0) c SolvingTime_3 : 49.901570
391.46/52.69	c (50,0) c SolvingTime_4 : 49.135209
391.46/52.69	c (50,0) c SolvingTime_5 : 50.115293
391.46/52.69	c (50,0) c SolvingTime_6 : 49.301993
391.46/52.69	c (50,0) c SolvingTime_7 : 49.764813
391.46/52.69	c (50,0) c SolvingTime_total : 396.227582
391.46/52.69	c (50,0) c SolvingTime_winner : 49.131649
391.46/52.69	c (50,0) c PropagationTime_0 : 44.827536
391.46/52.69	c (50,0) c PropagationTime_1 : 44.448720
391.46/52.69	c (50,0) c PropagationTime_2 : 33.107161
391.46/52.69	c (50,0) c PropagationTime_3 : 45.126901
391.46/52.69	c (50,0) c PropagationTime_4 : 33.241803
391.46/52.69	c (50,0) c PropagationTime_5 : 44.118840
391.46/52.69	c (50,0) c PropagationTime_6 : 33.002872
391.46/52.69	c (50,0) c PropagationTime_7 : 45.070837
391.46/52.69	c (50,0) c PropagationTime_total : 322.944670
391.46/52.69	c (50,0) c PropagationTime_winner : 33.107161
391.46/52.69	c (50,0) c AnalysisTime_0 : 2.735695
391.46/52.69	c (50,0) c AnalysisTime_1 : 2.796616
391.46/52.69	c (50,0) c AnalysisTime_2 : 9.483018
391.46/52.69	c (50,0) c AnalysisTime_3 : 2.737283
391.46/52.69	c (50,0) c AnalysisTime_4 : 9.529620
391.46/52.69	c (50,0) c AnalysisTime_5 : 4.064983
391.46/52.69	c (50,0) c AnalysisTime_6 : 9.754864
391.46/52.69	c (50,0) c AnalysisTime_7 : 2.664383
391.46/52.69	c (50,0) c AnalysisTime_total : 43.766463
391.46/52.69	c (50,0) c AnalysisTime_winner : 9.483018
391.46/52.69	c (50,0) c ReductionTime_0 : 1.184899
391.46/52.69	c (50,0) c ReductionTime_1 : 1.273635
391.46/52.69	c (50,0) c ReductionTime_2 : 4.217052
391.46/52.69	c (50,0) c ReductionTime_3 : 1.185193
391.46/52.69	c (50,0) c ReductionTime_4 : 4.174858
391.46/52.69	c (50,0) c ReductionTime_5 : 1.155972
391.46/52.69	c (50,0) c ReductionTime_6 : 4.281326
391.46/52.69	c (50,0) c ReductionTime_7 : 1.188318
391.46/52.69	c (50,0) c ReductionTime_total : 18.661253
391.46/52.69	c (50,0) c ReductionTime_winner : 4.217052
391.46/52.69	c (50,0) c SimplifyTime_0 : 0.025241
391.46/52.69	c (50,0) c SimplifyTime_1 : 0.032396
391.46/52.69	c (50,0) c SimplifyTime_2 : 0.036711
391.46/52.69	c (50,0) c SimplifyTime_3 : 0.029708
391.46/52.69	c (50,0) c SimplifyTime_4 : 0.030982
391.46/52.69	c (50,0) c SimplifyTime_5 : 0.031746
391.46/52.69	c (50,0) c SimplifyTime_6 : 0.036418
391.46/52.69	c (50,0) c SimplifyTime_7 : 0.068983
391.46/52.69	c (50,0) c SimplifyTime_total : 0.292186
391.46/52.69	c (50,0) c SimplifyTime_winner : 0.036711
391.46/52.69	c (50,0) c UsedRateTime_0 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_1 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_2 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_3 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_4 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_5 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_6 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_7 : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_total : 0.000000
391.46/52.69	c (50,0) c UsedRateTime_winner : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_0 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_1 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_2 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_3 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_4 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_5 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_6 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_7 : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_total : 0.000000
391.46/52.70	c (50,0) c OverlapRateTime_winner : 0.000000
391.46/52.70	c (50,0) c
391.46/52.70	c (50,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
391.46/52.70	c (50,0) c
391.46/52.70	c (50,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.70	c (50,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
391.46/52.70	c (50,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.70	c (50,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
391.46/52.70	c (50,0) c | adaptStrategeis       |      False |      False |      False |      False |      False |      False |      False |      False |
391.46/52.70	c (50,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
391.46/52.70	c (50,0) c | Initial random_seed   | 1877430420 |  115647470 | 1838876403 | 1054814778 | 1720715739 |  790058287 | 1275334800 |  229044585 |
391.46/52.70	c (50,0) c | chanseokStrategy      |      False |      False |       True |      False |       True |      False |       True |      False |
391.46/52.70	c (50,0) c | coLBDBound            |          5 |          5 |          4 |          5 |          4 |          5 |          4 |          5 |
391.46/52.70	c (50,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
391.46/52.70	c (50,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
391.46/52.70	c (50,0) c | incReduceDB           |        300 |        300 |          0 |        300 |          0 |        300 |          0 |        300 |
391.46/52.70	c (50,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
391.46/52.70	c (50,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
391.46/52.70	c (50,0) c | var_decay             |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
391.46/52.70	c (50,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
391.46/52.70	c (50,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
391.46/52.70	c (50,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
391.46/52.70	c (50,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
391.46/52.70	c (50,0) 
391.46/52.70	c (50,0) s UNSATISFIABLE
4.62/52.70	c (50,0) SatSolver.solve End
4.62/52.70	c (50,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.62/52.70	c (50,0) Show results Begin
4.62/52.70	s UNSATISFIABLE
4.62/52.70	c (50,0) Show results End
4.62/52.70	c (50,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.62/52.70	c (50,0) 50,50,STOP-AFTER(ALL)
4.62/52.70	c END-Prog: Sat Sep 14 02:50:34 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 (14570 MiB free)
  memory of node 1: 16384 MiB (15636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392375-1568422223/watcher-4392375-1568422223 -o /tmp/evaluation-result-4392375-1568422223/solver-4392375-1568422223 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568417381-28714 --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-4392375-1568422223.xml 

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

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


[startup+0.100136 s]*
/proc/loadavg: 4.36 6.12 7.38 3/211 30714
/proc/meminfo: memFree=30834560/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 418489177 115843072 349 33554432000 4194304 5098028 140729192821664 140729192818920 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 349 296 221 0 87 0
[pid=30695] ppid=30692 vsize=27314120 memory=107640 CPUtime=0.1 cores=0-7
/proc/30695/stat : 30695 (java) S 30692 30692 28687 0 -1 1077944320 6481 0 0 0 7 3 0 0 20 0 20 0 418489177 27969658880 26910 33554432000 4194304 4196468 140725744068800 140725744051344 140472472080119 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
/proc/30695/statm: 6828530 26910 2776 1 0 6790935 0
[pid=30695/tid=30696] ppid=30692 vsize=27314120 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30695/task/30696/stat : 30696 (java) R 30692 30692 28687 0 -1 4202560 4585 0 0 0 6 3 0 0 20 0 20 0 418489178 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472443906448 140472456123749 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30697] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30697/stat : 30697 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472476322064 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30698] ppid=30692 vsize=27314120 memory=140250544948864 CPUtime=0 cores=0-7
/proc/30695/task/30698/stat : 30698 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472290478480 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30699] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30699/stat : 30699 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472289425936 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30700] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30700/stat : 30700 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472288373392 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30701] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30701/stat : 30701 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472287320848 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30702] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30702/stat : 30702 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472286268304 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30703] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30703/stat : 30703 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472285215760 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30704] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30704/stat : 30704 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 26910 33554432000 4194304 4196468 140725744068800 140472284163216 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30705] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30705/stat : 30705 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470637086704 140472472091266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30706] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30706/stat : 30706 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470395069344 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30707] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30707/stat : 30707 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470126633968 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30708] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30708/stat : 30708 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 26910 33554432000 4194304 4196468 140725744068800 140469752125648 140472472098715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30709] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30709/stat : 30709 (java) S 30692 30692 28687 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470636034544 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30710] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30710/stat : 30710 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470634982000 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30711] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30711/stat : 30711 (java) S 30692 30692 28687 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470633929456 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30712] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30712/stat : 30712 (java) S 30692 30692 28687 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 26910 33554432000 4194304 4196468 140725744068800 140470632876912 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30713] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30713/stat : 30713 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 27422 33554432000 4194304 4196468 140725744068800 140469254220000 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30714] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30714/stat : 30714 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 27422 33554432000 4194304 4196468 140725744068800 140470631823792 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 109036 KiB

[startup+0.210503 s]*
/proc/loadavg: 4.36 6.12 7.38 2/211 30714
/proc/meminfo: memFree=30816344/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 418489177 115843072 349 33554432000 4194304 5098028 140729192821664 140729192818920 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 349 296 221 0 87 0
[pid=30695] ppid=30692 vsize=27314120 memory=124724 CPUtime=0.24 cores=0-7
/proc/30695/stat : 30695 (java) S 30692 30692 28687 0 -1 1077944320 11476 0 0 0 19 5 0 0 20 0 20 0 418489177 27969658880 31181 33554432000 4194304 4196468 140725744068800 140725744051344 140472472080119 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
/proc/30695/statm: 6828530 31181 2984 1 0 6790935 0
[pid=30695/tid=30696] ppid=30692 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30695/task/30696/stat : 30696 (java) R 30692 30692 28687 0 -1 4202560 9184 0 0 0 15 4 0 0 20 0 20 0 418489178 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472443904080 140472453643675 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30697] ppid=30692 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/30695/task/30697/stat : 30697 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472476322064 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30698] ppid=30692 vsize=27314120 memory=140250544977587 CPUtime=0 cores=0-7
/proc/30695/task/30698/stat : 30698 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472290478480 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30699] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30699/stat : 30699 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472289425936 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30700] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30700/stat : 30700 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472288373392 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30701] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30701/stat : 30701 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472287320848 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30702] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30702/stat : 30702 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472286268304 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30703] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30703/stat : 30703 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472285215760 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30704] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30704/stat : 30704 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 31181 33554432000 4194304 4196468 140725744068800 140472284163216 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30705] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30705/stat : 30705 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470637086704 140472472091266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30706] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30706/stat : 30706 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470395069344 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30707] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30707/stat : 30707 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470126633968 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30708] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30708/stat : 30708 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140469752125648 140472472098715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30709] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30709/stat : 30709 (java) S 30692 30692 28687 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470636034544 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30710] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30710/stat : 30710 (java) S 30692 30692 28687 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470634982000 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30711] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30711/stat : 30711 (java) S 30692 30692 28687 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470633929456 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30712] ppid=30692 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/30695/task/30712/stat : 30712 (java) S 30692 30692 28687 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470632876912 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30713] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30713/stat : 30713 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140469254220000 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30714] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30714/stat : 30714 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 31181 33554432000 4194304 4196468 140725744068800 140470631823792 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126120 KiB

[startup+0.310754 s]*
/proc/loadavg: 4.36 6.12 7.38 2/211 30714
/proc/meminfo: memFree=30813304/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 418489177 115843072 349 33554432000 4194304 5098028 140729192821664 140729192818920 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 349 296 221 0 87 0
[pid=30695] ppid=30692 vsize=27314120 memory=128140 CPUtime=0.43 cores=0-7
/proc/30695/stat : 30695 (java) S 30692 30692 28687 0 -1 1077944320 12422 0 0 0 37 6 0 0 20 0 20 0 418489177 27969658880 32035 33554432000 4194304 4196468 140725744068800 140725744051344 140472472080119 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
/proc/30695/statm: 6828530 32035 3037 1 0 6790935 0
[pid=30695/tid=30696] ppid=30692 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30695/task/30696/stat : 30696 (java) R 30692 30692 28687 0 -1 4202560 9952 0 0 0 25 5 0 0 20 0 20 0 418489178 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472443878184 140472455266949 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30697] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30697/stat : 30697 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472476322064 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30698] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30698/stat : 30698 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472290478480 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30699] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30699/stat : 30699 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472289425936 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30700] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30700/stat : 30700 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472288373392 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30701] ppid=30692 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/30695/task/30701/stat : 30701 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472287320848 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30702] ppid=30692 vsize=27314120 memory=140250412315567 CPUtime=0 cores=0-7
/proc/30695/task/30702/stat : 30702 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472286268304 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30703] ppid=30692 vsize=27314120 memory=140250412317872 CPUtime=0 cores=0-7
/proc/30695/task/30703/stat : 30703 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472285215760 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30704] ppid=30692 vsize=27314120 memory=140250412320176 CPUtime=0 cores=0-7
/proc/30695/task/30704/stat : 30704 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489180 27969658880 32035 33554432000 4194304 4196468 140725744068800 140472284163216 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30705] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30705/stat : 30705 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470637086704 140472472091266 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30706] ppid=30692 vsize=27314120 memory=280500824647312 CPUtime=0 cores=0-7
/proc/30695/task/30706/stat : 30706 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470395069344 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30707] ppid=30692 vsize=27314120 memory=280500824654224 CPUtime=0 cores=0-7
/proc/30695/task/30707/stat : 30707 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489182 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470126633968 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30708] ppid=30692 vsize=27314120 memory=280500824595504 CPUtime=0 cores=0-7
/proc/30695/task/30708/stat : 30708 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140469752125648 140472472098715 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30709] ppid=30692 vsize=27314120 memory=280500824668048 CPUtime=0 cores=0-7
/proc/30695/task/30709/stat : 30709 (java) R 30692 30692 28687 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470636034544 140472449714768 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30710] ppid=30692 vsize=27314120 memory=280500824674960 CPUtime=0.01 cores=0-7
/proc/30695/task/30710/stat : 30710 (java) S 30692 30692 28687 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470634982000 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30711] ppid=30692 vsize=27314120 memory=280500824672656 CPUtime=0.02 cores=0-7
/proc/30695/task/30711/stat : 30711 (java) S 30692 30692 28687 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470633929456 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30712] ppid=30692 vsize=27314120 memory=280500824688816 CPUtime=0.07 cores=0-7
/proc/30695/task/30712/stat : 30712 (java) S 30692 30692 28687 0 -1 1077944384 506 0 0 0 7 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470632876912 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30713] ppid=30692 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30713/stat : 30713 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140469254220000 140472472090325 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30714] ppid=30692 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/30695/task/30714/stat : 30714 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489185 27969658880 32035 33554432000 4194304 4196468 140725744068800 140470631823792 140472472091266 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129536 KiB

[startup+0.704718 s]
/proc/loadavg: 4.36 6.12 7.38 2/211 30714
/proc/meminfo: memFree=30790956/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 418489177 115843072 349 33554432000 4194304 5098028 140729192821664 140729192818920 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 349 296 221 0 87 0
[pid=30695] ppid=30692 vsize=27322440 memory=165684 CPUtime=1.01 cores=0-7
/proc/30695/stat : 30695 (java) S 30692 30692 28687 0 -1 1077944320 20007 0 0 0 93 8 0 0 20 0 20 0 418489177 27978178560 41421 33554432000 4194304 4196468 140725744068800 140725744051344 140472472080119 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
/proc/30695/statm: 6830610 41421 3179 1 0 6791959 0
[pid=30695/tid=30696] ppid=30692 vsize=27322440 memory=280500825046704 CPUtime=0.67 cores=0-7
/proc/30695/task/30696/stat : 30696 (java) R 30692 30692 28687 0 -1 4202560 16962 0 0 0 61 6 0 0 20 0 20 0 418489178 27978178560 41421 33554432000 4194304 4196468 140725744068800 140472443914048 140472451710536 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30697] ppid=30692 vsize=27322440 memory=140250412524400 CPUtime=0 cores=0-7
/proc/30695/task/30697/stat : 30697 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27978178560 41421 33554432000 4194304 4196468 140725744068800 140472476322064 140472472090325 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30698] ppid=30692 vsize=27322440 memory=0 CPUtime=0 cores=0-7
/proc/30695/task/30698/stat : 30698 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27978178560 41421 33554432000 4194304 4196468 140725744068800 140472290478480 140472472090325 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0
[pid=30695/tid=30699] ppid=30692 vsize=27322440 memory=2832 CPUtime=0 cores=0-7
/proc/30695/task/30699/stat : 30699 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418489180 27978178560 41421 33554432000 4194304 4196468 140725744068800 140472289425936 140472472090325 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140725744075499 140725744075926 140725744075926 140725744078799 0

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

/proc/30715/task/30722/stat : 30722 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261968558480 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30723] ppid=30692 vsize=8414124 memory=4639059877604708710 CPUtime=0 cores=0-7
/proc/30715/task/30723/stat : 30723 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261967505936 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30724] ppid=30692 vsize=8414124 memory=6935650355287975249 CPUtime=0 cores=0-7
/proc/30715/task/30724/stat : 30724 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261966453392 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30725] ppid=30692 vsize=8414124 memory=7236547281622689387 CPUtime=0 cores=0-7
/proc/30715/task/30725/stat : 30725 (java) S 30692 30692 28687 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 418489356 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261580753392 140262487337602 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30726] ppid=30692 vsize=8414124 memory=7236547281622689387 CPUtime=0 cores=0-7
/proc/30715/task/30726/stat : 30726 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261082523040 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30727] ppid=30692 vsize=8414124 memory=7300728970739542608 CPUtime=0 cores=0-7
/proc/30715/task/30727/stat : 30727 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30139 33554432000 4194304 4196468 140724245493376 140260814087664 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30728] ppid=30692 vsize=8414124 memory=7300728970739542608 CPUtime=0 cores=0-7
/proc/30715/task/30728/stat : 30728 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140260439579344 140262487345051 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30729] ppid=30692 vsize=8414124 memory=7810487918915055718 CPUtime=0.06 cores=0-7
/proc/30715/task/30729/stat : 30729 (java) S 30692 30692 28687 0 -1 1077944384 699 0 0 0 6 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261579700208 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30730] ppid=30692 vsize=8414124 memory=7810487918915055718 CPUtime=0.04 cores=0-7
/proc/30715/task/30730/stat : 30730 (java) S 30692 30692 28687 0 -1 1077944384 200 0 0 0 4 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261578647664 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30731] ppid=30692 vsize=8414124 memory=7660742144744843625 CPUtime=0.06 cores=0-7
/proc/30715/task/30731/stat : 30731 (java) S 30692 30692 28687 0 -1 1077944384 275 0 0 0 6 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261577595120 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30732] ppid=30692 vsize=8414124 memory=120556 CPUtime=0.21 cores=0-7
/proc/30715/task/30732/stat : 30732 (java) S 30692 30692 28687 0 -1 1077944384 563 0 0 0 21 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261576542576 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30733] ppid=30692 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/30715/task/30733/stat : 30733 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259941673696 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30734] ppid=30692 vsize=8414124 memory=120556 CPUtime=0.02 cores=0-7
/proc/30715/task/30734/stat : 30734 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 2 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261575490480 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30736] ppid=30692 vsize=8414124 memory=422976 CPUtime=0 cores=0-7
/proc/30715/task/30736/stat : 30736 (java) S 30692 30692 28687 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261567456960 140262487351065 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30746] ppid=30692 vsize=8414124 memory=900 CPUtime=0 cores=0-7
/proc/30715/task/30746/stat : 30746 (java) S 30692 30692 28687 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259270573328 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30747] ppid=30692 vsize=8414124 memory=1432 CPUtime=0 cores=0-7
/proc/30715/task/30747/stat : 30747 (java) S 30692 30692 28687 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259539008912 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30748] ppid=30692 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/30715/task/30748/stat : 30748 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418489430 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259002145968 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
Current children cumulated CPU time: 391.19 s
Current children cumulated vsize: 9192364 KiB
Current children cumulated memory: 545072 KiB

[startup+52.6012 s]
/proc/loadavg: 6.94 6.55 7.46 6/222 30759
/proc/meminfo: memFree=30398684/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1476 CPUtime=3.37 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 584 26303 0 0 0 0 322 15 20 0 1 0 418489177 115843072 369 33554432000 4194304 5098028 140729192821664 140729192818408 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 369 311 221 0 87 0
[pid=30715] ppid=30692 vsize=8414124 memory=120556 CPUtime=1.2 cores=0-7
/proc/30715/stat : 30715 (java) S 30692 30692 28687 0 -1 1077944320 20067 0 0 0 114 6 0 0 20 0 24 0 418489353 8616062976 30139 33554432000 4194304 4196468 140724245493376 140724245475920 140262487326455 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
/proc/30715/statm: 2103531 30139 3201 1 0 2064875 0
[pid=30735] ppid=30715 vsize=656916 memory=423032 CPUtime=386.89 cores=0-7
/proc/30735/stat : 30735 (manyglucose-4.1) S 30715 30692 28687 0 -1 1077944320 468467 0 0 0 38582 107 0 0 20 0 2 0 418489427 672681984 105758 33554432000 4194304 4454172 140724939882080 140724939880464 140409124224759 0 4 0 8388610 18446744073709551615 0 0 17 7 0 0 0 0 0 6552832 6554400 18968576 140724939887465 140724939887664 140724939887664 140724939890618 0
/proc/30735/statm: 164229 105758 418 64 0 159897 0
[pid=30735/tid=30743] ppid=30715 vsize=656916 memory=1732 CPUtime=48.65 cores=0-7
/proc/30735/task/30743/stat : 30743 (manyglucose-4.1) R 30715 30692 28687 0 -1 4202560 86117 0 0 0 4851 14 0 0 20 0 2 0 418489427 672681984 105758 33554432000 4194304 4454172 140724939882080 140409067043976 4351552 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 18968576 140724939887465 140724939887664 140724939887664 140724939890618 0
[pid=30715/tid=30716] ppid=30692 vsize=8414124 memory=4096 CPUtime=0.75 cores=0-7
/proc/30715/task/30716/stat : 30716 (java) S 30692 30692 28687 0 -1 1077944384 16929 0 0 0 71 4 0 0 20 0 24 0 418489354 8616062976 30139 33554432000 4194304 4196468 140724245493376 140262459166624 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30717] ppid=30692 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/30715/task/30717/stat : 30717 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140262491568912 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30718] ppid=30692 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/30715/task/30718/stat : 30718 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140262291737488 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30719] ppid=30692 vsize=8414124 memory=4504 CPUtime=0 cores=0-7
/proc/30715/task/30719/stat : 30719 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261971717136 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30720] ppid=30692 vsize=8414124 memory=-8817031487796048274 CPUtime=0 cores=0-7
/proc/30715/task/30720/stat : 30720 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261970664592 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30721] ppid=30692 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/30715/task/30721/stat : 30721 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261969611024 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30722] ppid=30692 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/30715/task/30722/stat : 30722 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261968558480 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30723] ppid=30692 vsize=8414124 memory=120556 CPUtime=0 cores=0-7
/proc/30715/task/30723/stat : 30723 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261967505936 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30724] ppid=30692 vsize=8414124 memory=422976 CPUtime=0 cores=0-7
/proc/30715/task/30724/stat : 30724 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261966453392 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30725] ppid=30692 vsize=8414124 memory=422948 CPUtime=0 cores=0-7
/proc/30715/task/30725/stat : 30725 (java) S 30692 30692 28687 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 418489356 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261580753392 140262487337602 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30726] ppid=30692 vsize=8414124 memory=-8817031487796048274 CPUtime=0 cores=0-7
/proc/30715/task/30726/stat : 30726 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261082523040 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30727] ppid=30692 vsize=8414124 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/30715/task/30727/stat : 30727 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30139 33554432000 4194304 4196468 140724245493376 140260814087664 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30728] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30728/stat : 30728 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140260439579344 140262487345051 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30729] ppid=30692 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/30715/task/30729/stat : 30729 (java) S 30692 30692 28687 0 -1 1077944384 699 0 0 0 6 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261579700208 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30730] ppid=30692 vsize=8414124 memory=0 CPUtime=0.04 cores=0-7
/proc/30715/task/30730/stat : 30730 (java) S 30692 30692 28687 0 -1 1077944384 200 0 0 0 4 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261578647664 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30731] ppid=30692 vsize=8414124 memory=0 CPUtime=0.06 cores=0-7
/proc/30715/task/30731/stat : 30731 (java) S 30692 30692 28687 0 -1 1077944384 275 0 0 0 6 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261577595120 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30732] ppid=30692 vsize=8414124 memory=0 CPUtime=0.21 cores=0-7
/proc/30715/task/30732/stat : 30732 (java) S 30692 30692 28687 0 -1 1077944384 563 0 0 0 21 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261576542576 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30733] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30733/stat : 30733 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259941673696 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30734] ppid=30692 vsize=8414124 memory=0 CPUtime=0.02 cores=0-7
/proc/30715/task/30734/stat : 30734 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 2 0 0 0 20 0 24 0 418489360 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261575490480 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30736] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30736/stat : 30736 (java) S 30692 30692 28687 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140261567456960 140262487351065 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30746] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30746/stat : 30746 (java) S 30692 30692 28687 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259270573328 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30747] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30747/stat : 30747 (java) S 30692 30692 28687 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259539008912 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30748] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30748/stat : 30748 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418489430 8616062976 30139 33554432000 4194304 4196468 140724245493376 140259002145968 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
Current children cumulated CPU time: 391.46 s
Current children cumulated vsize: 9184168 KiB
Current children cumulated memory: 545064 KiB

[startup+52.7022 s]
/proc/loadavg: 6.94 6.55 7.46 6/222 30759
/proc/meminfo: memFree=30398684/32770624 swapFree=66967020/67108860
[pid=30692] ppid=30689 vsize=113128 memory=1476 CPUtime=3.37 cores=0-7
/proc/30692/stat : 30692 (scop.sh) S 30689 30692 28687 0 -1 4202496 584 26303 0 0 0 0 322 15 20 0 1 0 418489177 115843072 369 33554432000 4194304 5098028 140729192821664 140729192818408 140346965222012 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12197888 140729192825637 140729192825964 140729192825964 140729192828877 0
/proc/30692/statm: 28282 369 311 221 0 87 0
[pid=30715] ppid=30692 vsize=8414124 memory=121768 CPUtime=1.25 cores=0-7
/proc/30715/stat : 30715 (java) S 30692 30692 28687 0 -1 1077944320 20345 0 0 0 119 6 0 0 20 0 24 0 418489353 8616062976 30442 33554432000 4194304 4196468 140724245493376 140724245475920 140262487326455 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
/proc/30715/statm: 2103531 30442 3209 1 0 2064875 0
[pid=30715/tid=30716] ppid=30692 vsize=8414124 memory=1476 CPUtime=0.75 cores=0-7
/proc/30715/task/30716/stat : 30716 (java) S 30692 30692 28687 0 -1 1077944384 16929 0 0 0 71 4 0 0 20 0 24 0 418489354 8616062976 30442 33554432000 4194304 4196468 140724245493376 140262459166624 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30717] ppid=30692 vsize=8414124 memory=3620 CPUtime=0 cores=0-7
/proc/30715/task/30717/stat : 30717 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140262491568912 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30718] ppid=30692 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/30715/task/30718/stat : 30718 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140262291737488 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30719] ppid=30692 vsize=8414124 memory=120556 CPUtime=0 cores=0-7
/proc/30715/task/30719/stat : 30719 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261971717136 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30720] ppid=30692 vsize=8414124 memory=225 CPUtime=0 cores=0-7
/proc/30715/task/30720/stat : 30720 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261970664592 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30721] ppid=30692 vsize=8414124 memory=140252157051462 CPUtime=0 cores=0-7
/proc/30715/task/30721/stat : 30721 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261969611024 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30722] ppid=30692 vsize=8414124 memory=75 CPUtime=0 cores=0-7
/proc/30715/task/30722/stat : 30722 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261968558480 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30723] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30723/stat : 30723 (java) S 30692 30692 28687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261967505936 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30724] ppid=30692 vsize=8414124 memory=39628 CPUtime=0 cores=0-7
/proc/30715/task/30724/stat : 30724 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489355 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261966453392 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30725] ppid=30692 vsize=8414124 memory=984 CPUtime=0 cores=0-7
/proc/30715/task/30725/stat : 30725 (java) S 30692 30692 28687 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 418489356 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261580753392 140262487337602 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30726] ppid=30692 vsize=8414124 memory=3620 CPUtime=0 cores=0-7
/proc/30715/task/30726/stat : 30726 (java) S 30692 30692 28687 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261082523040 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30727] ppid=30692 vsize=8414124 memory=39628 CPUtime=0 cores=0-7
/proc/30715/task/30727/stat : 30727 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489357 8616062976 30442 33554432000 4194304 4196468 140724245493376 140260814087664 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30728] ppid=30692 vsize=8414124 memory=984 CPUtime=0 cores=0-7
/proc/30715/task/30728/stat : 30728 (java) S 30692 30692 28687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140260439579344 140262487345051 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30729] ppid=30692 vsize=8414124 memory=0 CPUtime=0.07 cores=0-7
/proc/30715/task/30729/stat : 30729 (java) S 30692 30692 28687 0 -1 1077944384 707 0 0 0 7 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261579700208 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30730] ppid=30692 vsize=8414124 memory=6944656592387989600 CPUtime=0.05 cores=0-7
/proc/30715/task/30730/stat : 30730 (java) S 30692 30692 28687 0 -1 1077944384 200 0 0 0 5 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261578647664 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30731] ppid=30692 vsize=8414124 memory=6655300316396806240 CPUtime=0.07 cores=0-7
/proc/30715/task/30731/stat : 30731 (java) R 30692 30692 28687 0 -1 4202560 281 0 0 0 7 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261577595120 140262472451842 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30732] ppid=30692 vsize=8414124 memory=288230574492221466 CPUtime=0.22 cores=0-7
/proc/30715/task/30732/stat : 30732 (java) R 30692 30692 28687 0 -1 4202560 820 0 0 0 22 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261576538304 140262480423291 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30733] ppid=30692 vsize=8414124 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/30715/task/30733/stat : 30733 (java) S 30692 30692 28687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140259941673696 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30734] ppid=30692 vsize=8414124 memory=15537410121407534 CPUtime=0.02 cores=0-7
/proc/30715/task/30734/stat : 30734 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 2 0 0 0 20 0 24 0 418489360 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261575490480 140262487337602 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30736] ppid=30692 vsize=8414124 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/30715/task/30736/stat : 30736 (java) S 30692 30692 28687 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30442 33554432000 4194304 4196468 140724245493376 140261567456960 140262487351065 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30746] ppid=30692 vsize=8414124 memory=-8817031487796048274 CPUtime=0.02 cores=0-7
/proc/30715/task/30746/stat : 30746 (java) S 30692 30692 28687 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 24 0 418489427 8616062976 30442 33554432000 4194304 4196468 140724245493376 140259270573360 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30747] ppid=30692 vsize=8414124 memory=2244 CPUtime=0 cores=0-7
/proc/30715/task/30747/stat : 30747 (java) S 30692 30692 28687 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 418489427 8616062976 30442 33554432000 4194304 4196468 140724245493376 140259539008912 140262487348381 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
[pid=30715/tid=30748] ppid=30692 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/30715/task/30748/stat : 30748 (java) S 30692 30692 28687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418489430 8616062976 30442 33554432000 4194304 4196468 140724245493376 140259002145968 140262487336661 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37974016 140724245500919 140724245501078 140724245501078 140724245503951 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 123244 KiB

Child status: 0
Real time (s): 52.715
CPU time (s): 391.671
CPU user time (s): 390.338
CPU system time (s): 1.33279
CPU usage (%): 742.997
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 545072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.338
system time used= 1.33279
maximum resident set size= 425088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9845
involuntary context switches= 3697


# summary of solver processes directly reported to runsolver:
#   pid: 30692
#   total CPU time (s): 391.671
#   total CPU user time (s): 390.338
#   total CPU system time (s): 1.33279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.457842 second user time and 0.769589 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 02:49:41
IDJOB=4392375
IDBENCH=123576
IDSOLVER=2838
FILE ID=node125/4392375-1568422223
RUNJOBID= node125-1568417381-28714
PBS_JOBID= 21702272
Free space on /tmp= 59780 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/Sat/Sat-m1-various/hole-10.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392375-1568422223/watcher-4392375-1568422223 -o /tmp/evaluation-result-4392375-1568422223/solver-4392375-1568422223 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568417381-28714 --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-4392375-1568422223.xml

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

MD5SUM BENCH= 9520e39dbeb812da3aa0c7bffde6870d
RANDOM SEED=365886288

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
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:        30931476 kB
MemAvailable:   31880784 kB
Buffers:          123984 kB
Cached:          1123776 kB
SwapCached:        38316 kB
Active:           663348 kB
Inactive:         627168 kB
Active(anon):      21344 kB
Inactive(anon):    60784 kB
Active(file):     642004 kB
Inactive(file):   566384 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967020 kB
Dirty:             20728 kB
Writeback:             0 kB
AnonPages:        211920 kB
Mapped:            43860 kB
Shmem:             31248 kB
Slab:             142448 kB
SReclaimable:     113512 kB
SUnreclaim:        28936 kB
KernelStack:        3536 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59760 MiB
End job on node125 at 2019-09-14 02:50:34