Trace number 4392663

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-06-15)UNSAT 152.74 39.0906

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
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 benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-16419-serial-file.bin HOME/instance-4392663-1568441920.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 08:17:59 CEST 2019
0.65/0.57	c PID: 16422
0.65/0.57	c IP: 172.20.3.141
0.65/0.57	c HOST: node141.alineos.net
0.65/0.58	c (0,0) Parsing Begin
4.35/1.54	c (0,0) Parsing End
4.35/1.55	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
4.35/1.55	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.35/1.55	c (1,1) Constraint Name Generate Begin
4.35/1.58	c (1,1) Ctr:HOME/instance-4392663-1568441920.xml,Add:Le:Ne:Num:Or:Var
4.35/1.58	c (1,1) Constraint Name Generate End
4.35/1.58	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.35/1.58	c (1,1) CSP to CSPinCNF Begin
5.19/1.80	c (1,1) translated 280 (10%) constraints
5.19/1.85	c (1,1) translated 560 (20%) constraints
5.19/1.89	c (1,1) translated 840 (30%) constraints
5.54/1.91	c (1,1) translated 1120 (40%) constraints
5.54/1.94	c (1,1) translated 1400 (50%) constraints
5.54/1.96	c (1,1) translated 1680 (60%) constraints
5.54/1.98	c (1,1) translated 1960 (70%) constraints
5.54/2.00	c (1,1) translated 2240 (80%) constraints
5.96/2.02	c (1,1) translated 2520 (90%) constraints
5.96/2.04	c (1,1) translated 2800 (100%) constraints
5.96/2.04	c (1,1) ===========================================
5.96/2.06	c (1,1) Hybrid: #OE=200, #LE=0
5.96/2.06	c (1,1) Hybrid
5.96/2.06	c (1,1) ===========================================
5.96/2.09	c (1,1) translated 280 (10%) constraints
6.38/2.11	c (1,1) translated 560 (20%) constraints
6.38/2.12	c (1,1) translated 840 (30%) constraints
6.38/2.13	c (1,1) translated 1120 (40%) constraints
6.38/2.14	c (1,1) translated 1400 (50%) constraints
6.38/2.15	c (1,1) translated 1680 (60%) constraints
6.38/2.17	c (1,1) translated 1960 (70%) constraints
6.38/2.18	c (1,1) translated 2240 (80%) constraints
6.38/2.19	c (1,1) translated 2520 (90%) constraints
6.77/2.20	c (1,1) translated 2800 (100%) constraints
6.77/2.21	c (1,1) CSP to CSPinCNF End
6.77/2.21	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
6.77/2.21	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.77/2.21	c (1,1) CSPinCNF Propagation Begin
6.77/2.27	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.77/2.27	c (1,1) CSPinCNF Propagation End
6.77/2.27	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
6.77/2.27	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
6.77/2.28	c (1,1) Hybrid: #OE=200, #LE=0
6.77/2.28	c (1,1) Simplify CSPinCNF Begin
7.44/2.47	c (1,1) Simplify CSPinCNF End
7.44/2.47	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 611
7.44/2.47	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
7.44/2.47	c (1,1) Calculate Precise Domain Begin
7.44/2.47	c (1,1) 0 values are removed by re-calculation
7.44/2.47	c (1,1) Calculate Precise Domain End
7.44/2.47	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 611
7.44/2.47	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
7.44/2.47	c (1,1) CSPinCNF to SatSolver Begin
10.71/4.10	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 399204 SAT clauses)
11.94/5.23	c (4,4) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 675506 SAT clauses)
13.11/6.35	c (5,5) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 954122 SAT clauses)
14.22/7.48	c (6,6) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1232987 SAT clauses)
15.43/8.67	c (8,8) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1522586 SAT clauses)
16.72/9.71	c (9,9) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1805779 SAT clauses)
17.75/10.70	c (10,10) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 2086910 SAT clauses)
18.80/11.70	c (11,11) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 2373014 SAT clauses)
19.72/12.78	c (12,12) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2655184 SAT clauses)
20.92/13.81	c (13,13) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2948586 SAT clauses)
20.92/13.82	c (13,13) CSPinCNF to SatSolver End
20.92/13.82	c (13,13) Heap : 5108 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
20.92/13.82	c (13,13) 117034 bool, 2949104 clause
20.92/13.82	c (13,13) Export Begin
21.10/13.91	c (13,13) Export to HOME/scop-16419-serial-file.bin
21.10/13.91	c (13,13) Export End
21.10/13.91	c (13,13) Export File Size: 0.03 MB
21.10/13.91	c (13,13) 1,1,1,1,1,1,13,STOP-AFTER(DIMACS)
21.10/13.91	c END-Prog: Sat Sep 14 08:18:12 CEST 2019
21.10/13.96	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-16419-serial-file.bin
21.78/14.42	c (0,0) Read Serial File Begin
21.78/14.42	c (0,0) HOME/scop-16419-serial-file.bin
22.06/14.64	c (0,0) Read Serial File End
22.06/14.65	
22.06/14.65	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
22.06/14.65	(Solving Process)
22.06/14.65	
22.06/14.68	c BEGIN-Prog: Sat Sep 14 08:18:13 CEST 2019
22.06/14.68	c PID: 16445
22.06/14.68	c IP: 172.20.3.141
22.06/14.68	c HOST: node141.alineos.net
22.06/14.68	c (0,0) SatSolver.solve Begin
22.06/14.68	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392663-1568441920.xml-scop-16422.cnf
22.31/14.71	c (0,0) c
22.31/14.71	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)
22.31/14.71	c (0,0) c
22.31/14.71	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
22.31/14.71	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
22.31/14.71	c (0,0) c ========================================[ Problem Statistics ]===========================================
22.31/14.71	c (0,0) c |                                                                                                       |
23.43/15.74	c (1,0) c |  Number of variables:        117034                                                                   |
23.43/15.74	c (1,0) c |  Number of clauses:         2949104                                                                   |
23.43/15.74	c (1,0) c |  Parse time:                   0.95 s                                                                 |
23.43/15.74	c (1,0) c |                                                                                                       |
29.54/21.86	c (7,0) c |  Simplification time:          6.02 s                                                                 |
29.54/21.86	c (7,0) c |                                                                                                       |
29.54/21.86	c (7,0) c |  Generating clones                                                                                    |
30.35/22.60	c (8,0) c |  all clones generated. Memory =  1681.84Mb.                                                           |
30.35/22.60	c (8,0) c ========================================================================================================|
30.35/22.60	c (8,0) c
30.35/22.60	c (8,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
30.35/22.60	c (8,0) c
30.35/22.60	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
30.35/22.60	c (8,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
30.35/22.60	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
30.35/22.60	c (8,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
30.35/22.60	c (8,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
30.35/22.60	c (8,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
30.35/22.60	c (8,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
30.35/22.60	c (8,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
30.35/22.60	c (8,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
30.35/22.60	c (8,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
30.35/22.60	c (8,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
30.35/22.60	c (8,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
30.35/22.60	c (8,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
30.35/22.60	c (8,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
30.35/22.60	c (8,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
30.35/22.60	c (8,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
30.35/22.60	c (8,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
30.35/22.60	c (8,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
30.35/22.60	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.98	c (24,0) c
152.45/38.98	c (24,0) c real time : 24.2801 s
152.45/38.98	c (24,0) c cpu time  : 127.586 s
152.45/38.98	c (24,0) c
152.45/38.98	c (24,0) c
152.45/38.98	c (24,0) c
152.45/38.98	c (24,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
152.45/38.98	c (24,0) c
152.45/38.98	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.98	c (24,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
152.45/38.98	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.98	c (24,0) c | Conflicts     |          236041 |      27312 |      27943 |      29826 |      31539 |      38709 |      28066 |      27015 |      25631 |
152.45/38.98	c (24,0) c | Decisions     |          309804 |      36569 |      36296 |      37806 |      40301 |      51659 |      36952 |      35702 |      34519 |
152.45/38.98	c (24,0) c | Propagations  |       258734929 |   30857210 |   32798336 |   34059643 |   32256756 |   34973988 |   31833294 |   32436610 |   29519092 |
152.45/38.98	c (24,0) c | ReduceDBs     |              33 |          4 |          4 |          4 |          4 |          5 |          4 |          4 |          4 |
152.45/38.98	c (24,0) c | SimpDBs       |              13 |          1 |          2 |          1 |          2 |          2 |          2 |          2 |          1 |
152.45/38.98	c (24,0) c | Restarts      |             125 |         29 |         10 |          8 |          6 |         15 |         15 |         22 |         20 |
152.45/38.98	c (24,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
152.45/38.98	c (24,0) c | PropBinClauses|       285102215 |   35151819 |   35881037 |   36906059 |   35111820 |   37173398 |   34659354 |   36472348 |   33746380 |
152.45/38.98	c (24,0) c | PropPreBlocker|      3404029904 |  424586352 |  409059683 |  411459484 |  406800786 |  451006319 |  412855606 |  457187596 |  431074078 |
152.45/38.98	c (24,0) c | PropNotBlocker|      1029409336 |  124641345 |  128756620 |  132386843 |  134795274 |  128210993 |  132342576 |  128184919 |  120090766 |
152.45/38.98	c (24,0) c | LitFullScans  |      5098878186 |  624051167 |  624104306 |  624039474 |  628364087 |  672089401 |  630063461 |  672098865 |  624067425 |
152.45/38.98	c (24,0) c | LitScanFracts |          452052 |      43038 |      86126 |      29026 |      48621 |      82506 |      26739 |      94295 |      41701 |
152.45/38.98	c (24,0) c | DecisionLevel0|             142 |         29 |         13 |          8 |         13 |         15 |         22 |         22 |         20 |
152.45/38.98	c (24,0) c | Periods       |             849 |        104 |        104 |        104 |        104 |        112 |        105 |        112 |        104 |
152.45/38.98	c (24,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
152.45/38.99	c (24,0) c | Avg_Trail     |                 |       6802 |       6211 |       6054 |       5519 |       6051 |       6033 |       7370 |       8133 |
152.45/38.99	c (24,0) c | Avg_DL        |                 |         19 |         11 |         12 |         11 |         14 |         12 |         17 |         20 |
152.45/38.99	c (24,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
152.45/38.99	c (24,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
152.45/38.99	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.99	c (24,0) c | Exported      |           53868 |       6108 |       6355 |       6740 |       7524 |       8986 |       6439 |       6081 |       5635 |
152.45/38.99	c (24,0) c | Imported      |          289375 |      38245 |      37158 |      28329 |      37095 |      39319 |      38223 |      40812 |      30194 |
152.45/38.99	c (24,0) c | Good          |              93 |         11 |          9 |          2 |          7 |         27 |          8 |         25 |          4 |
152.45/38.99	c (24,0) c | Purge         |          289282 |      38234 |      37149 |      28327 |      37088 |      39292 |      38215 |      40787 |      30190 |
152.45/38.99	c (24,0) c | Promoted      |            6232 |        406 |       1305 |       1111 |        952 |          0 |       1078 |        785 |        595 |
152.45/38.99	c (24,0) c | Remove_Imp    |           64245 |      14291 |          0 |          0 |          0 |      16579 |          0 |      17999 |      15376 |
152.45/38.99	c (24,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
152.45/38.99	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.99	c (24,0) c | Unaries       |                 |          0 |          3 |          0 |          7 |          0 |          7 |          0 |          0 |
152.45/38.99	c (24,0) c | Binaries      |                 |          0 |         21 |          4 |         50 |          1 |         35 |          0 |          0 |
152.45/38.99	c (24,0) c | Glues         |                 |        456 |        492 |        423 |        545 |        372 |        520 |        479 |        439 |
152.45/38.99	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.99	c (24,0) c | Orig_Seen     |             1 % |      52471 |      48029 |      37910 |      39734 |      43155 |      47967 |      59624 |      58992 |
152.45/38.99	c (24,0) c | Diff Orig seen|                 |      12737 |       8295 | -     1824 |      X     |       3421 |       8233 |      19890 |      19258 |
152.45/38.99	c (24,0) c | Hamming       |            19 % |      22224 |      19858 |      19903 |      X     |      23301 |      26717 |      24842 |      23894 |
152.45/38.99	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.99	c (24,0) c | RunningTime   |                 |   15.9 100%|   16.4 100%|   15.7 100%|   15.3 100%|   15.1  98%|   15.4 100%|   15.2  99%|   15.6 100%|
152.45/38.99	c (24,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.3   2%|    0.0   0%|    0.1   1%|    0.0   0%|
152.45/38.99	c (24,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
152.45/38.99	c (24,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%|
152.45/38.99	c (24,0) c | SolvingTime   |                 |   15.9     |   16.4     |   15.8     |   15.3     |   15.4     |   15.4     |   15.4     |   15.6     |
152.45/38.99	c (24,0) c | PropagationTim|                 |   15.1  95%|   15.5  95%|   15.0  95%|   14.4  94%|   14.3  93%|   14.6  95%|   14.4  94%|   14.8  95%|
152.45/38.99	c (24,0) c | AnalysisTime  |                 |    0.4   3%|    0.4   3%|    0.4   3%|    0.4   3%|    0.5   3%|    0.4   3%|    0.4   3%|    0.5   3%|
152.45/38.99	c (24,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
152.45/38.99	c (24,0) c | SimplifyTime  |                 |    0.0   0%|    0.1   0%|    0.0   0%|    0.1   1%|    0.2   1%|    0.1   1%|    0.1   1%|    0.0   0%|
152.45/38.99	c (24,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%|
152.45/38.99	c (24,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%|
152.45/38.99	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/38.99	c (24,0) c
152.45/38.99	c (24,0) c
152.45/38.99	c (24,0) c Threads : 8
152.45/38.99	c (24,0) c Winner : 3
152.45/38.99	c (24,0) c Conflicts_0 : 27312
152.45/38.99	c (24,0) c Conflicts_1 : 27943
152.45/38.99	c (24,0) c Conflicts_2 : 29826
152.45/38.99	c (24,0) c Conflicts_3 : 31539
152.45/38.99	c (24,0) c Conflicts_4 : 38709
152.45/38.99	c (24,0) c Conflicts_5 : 28066
152.45/38.99	c (24,0) c Conflicts_6 : 27015
152.45/38.99	c (24,0) c Conflicts_7 : 25631
152.45/38.99	c (24,0) c Conflicts_total : 236041
152.45/38.99	c (24,0) c Conflicts_winner : 31539
152.45/38.99	c (24,0) c Decisions_0 : 36569
152.45/38.99	c (24,0) c Decisions_1 : 36296
152.45/38.99	c (24,0) c Decisions_2 : 37806
152.45/38.99	c (24,0) c Decisions_3 : 40301
152.45/38.99	c (24,0) c Decisions_4 : 51659
152.45/38.99	c (24,0) c Decisions_5 : 36952
152.45/38.99	c (24,0) c Decisions_6 : 35702
152.45/38.99	c (24,0) c Decisions_7 : 34519
152.45/38.99	c (24,0) c Decisions_total : 309804
152.45/38.99	c (24,0) c Decisions_winner : 40301
152.45/38.99	c (24,0) c Propagations_0 : 30857210
152.45/38.99	c (24,0) c Propagations_1 : 32798336
152.45/38.99	c (24,0) c Propagations_2 : 34059643
152.45/38.99	c (24,0) c Propagations_3 : 32256756
152.45/38.99	c (24,0) c Propagations_4 : 34973988
152.45/38.99	c (24,0) c Propagations_5 : 31833294
152.45/38.99	c (24,0) c Propagations_6 : 32436610
152.45/38.99	c (24,0) c Propagations_7 : 29519092
152.45/38.99	c (24,0) c Propagations_total : 258734929
152.45/38.99	c (24,0) c Propagations_winner : 32256756
152.45/38.99	c (24,0) c ReduceDBs_0 : 4
152.45/38.99	c (24,0) c ReduceDBs_1 : 4
152.45/38.99	c (24,0) c ReduceDBs_2 : 4
152.45/38.99	c (24,0) c ReduceDBs_3 : 4
152.45/38.99	c (24,0) c ReduceDBs_4 : 5
152.45/38.99	c (24,0) c ReduceDBs_5 : 4
152.45/38.99	c (24,0) c ReduceDBs_6 : 4
152.45/38.99	c (24,0) c ReduceDBs_7 : 4
152.45/38.99	c (24,0) c ReduceDBs_total : 33
152.45/38.99	c (24,0) c ReduceDBs_winner : 4
152.45/38.99	c (24,0) c SimpDBs_0 : 1
152.45/38.99	c (24,0) c SimpDBs_1 : 2
152.45/38.99	c (24,0) c SimpDBs_2 : 1
152.45/38.99	c (24,0) c SimpDBs_3 : 2
152.45/38.99	c (24,0) c SimpDBs_4 : 2
152.45/38.99	c (24,0) c SimpDBs_5 : 2
152.45/38.99	c (24,0) c SimpDBs_6 : 2
152.45/38.99	c (24,0) c SimpDBs_7 : 1
152.45/38.99	c (24,0) c SimpDBs_total : 13
152.45/38.99	c (24,0) c SimpDBs_winner : 2
152.45/38.99	c (24,0) c Restarts_0 : 29
152.45/38.99	c (24,0) c Restarts_1 : 10
152.45/38.99	c (24,0) c Restarts_2 : 8
152.45/38.99	c (24,0) c Restarts_3 : 6
152.45/38.99	c (24,0) c Restarts_4 : 15
152.45/38.99	c (24,0) c Restarts_5 : 15
152.45/38.99	c (24,0) c Restarts_6 : 22
152.45/38.99	c (24,0) c Restarts_7 : 20
152.45/38.99	c (24,0) c Restarts_total : 125
152.45/38.99	c (24,0) c Restarts_winner : 6
152.45/38.99	c (24,0) c ForcedImports_0 : 0
152.45/38.99	c (24,0) c ForcedImports_1 : 0
152.45/38.99	c (24,0) c ForcedImports_2 : 0
152.45/38.99	c (24,0) c ForcedImports_3 : 0
152.45/38.99	c (24,0) c ForcedImports_4 : 0
152.45/38.99	c (24,0) c ForcedImports_5 : 0
152.45/38.99	c (24,0) c ForcedImports_6 : 0
152.45/38.99	c (24,0) c ForcedImports_7 : 0
152.45/38.99	c (24,0) c ForcedImports_total : 0
152.45/38.99	c (24,0) c ForcedImports_winner : 0
152.45/38.99	c (24,0) c PropsBinClauses_0 : 35151819
152.45/38.99	c (24,0) c PropsBinClauses_1 : 35881037
152.45/38.99	c (24,0) c PropsBinClauses_2 : 36906059
152.45/38.99	c (24,0) c PropsBinClauses_3 : 35111820
152.45/38.99	c (24,0) c PropsBinClauses_4 : 37173398
152.45/38.99	c (24,0) c PropsBinClauses_5 : 34659354
152.45/38.99	c (24,0) c PropsBinClauses_6 : 36472348
152.45/38.99	c (24,0) c PropsBinClauses_7 : 33746380
152.45/38.99	c (24,0) c PropsBinClauses_total : 285102215
152.45/38.99	c (24,0) c PropsBinClauses_winner : 35111820
152.45/38.99	c (24,0) c PropsPreBlocker_0 : 424586352
152.45/38.99	c (24,0) c PropsPreBlocker_1 : 409059683
152.45/38.99	c (24,0) c PropsPreBlocker_2 : 411459484
152.45/38.99	c (24,0) c PropsPreBlocker_3 : 406800786
152.45/38.99	c (24,0) c PropsPreBlocker_4 : 451006319
152.45/38.99	c (24,0) c PropsPreBlocker_5 : 412855606
152.45/38.99	c (24,0) c PropsPreBlocker_6 : 457187596
152.45/38.99	c (24,0) c PropsPreBlocker_7 : 431074078
152.45/38.99	c (24,0) c PropsPreBlocker_total : 3404029904
152.45/38.99	c (24,0) c PropsPreBlocker_winner : 406800786
152.45/38.99	c (24,0) c PropsNotBlocker_0 : 124641345
152.45/38.99	c (24,0) c PropsNotBlocker_1 : 128756620
152.45/38.99	c (24,0) c PropsNotBlocker_2 : 132386843
152.45/38.99	c (24,0) c PropsNotBlocker_3 : 134795274
152.45/38.99	c (24,0) c PropsNotBlocker_4 : 128210993
152.45/38.99	c (24,0) c PropsNotBlocker_5 : 132342576
152.45/38.99	c (24,0) c PropsNotBlocker_6 : 128184919
152.45/38.99	c (24,0) c PropsNotBlocker_7 : 120090766
152.45/38.99	c (24,0) c PropsNotBlocker_total : 1029409336
152.45/38.99	c (24,0) c PropsNotBlocker_winner : 134795274
152.45/38.99	c (24,0) c PropsLitFullScans_0 : 624051167
152.45/38.99	c (24,0) c PropsLitFullScans_1 : 624104306
152.45/38.99	c (24,0) c PropsLitFullScans_2 : 624039474
152.45/38.99	c (24,0) c PropsLitFullScans_3 : 628364087
152.45/38.99	c (24,0) c PropsLitFullScans_4 : 672089401
152.45/38.99	c (24,0) c PropsLitFullScans_5 : 630063461
152.45/38.99	c (24,0) c PropsLitFullScans_6 : 672098865
152.45/38.99	c (24,0) c PropsLitFullScans_7 : 624067425
152.45/38.99	c (24,0) c PropsLitFullScans_total : 5098878186
152.45/38.99	c (24,0) c PropsLitFullScans_winner : 628364087
152.45/38.99	c (24,0) c LitScanFractions_0 : 43038
152.45/38.99	c (24,0) c LitScanFractions_1 : 86126
152.45/38.99	c (24,0) c LitScanFractions_2 : 29026
152.45/38.99	c (24,0) c LitScanFractions_3 : 48621
152.45/38.99	c (24,0) c LitScanFractions_4 : 82506
152.45/38.99	c (24,0) c LitScanFractions_5 : 26739
152.45/38.99	c (24,0) c LitScanFractions_6 : 94295
152.45/38.99	c (24,0) c LitScanFractions_7 : 41701
152.45/38.99	c (24,0) c LitScanFractions_total : 452052
152.45/38.99	c (24,0) c LitScanFractions_winner : 48621
152.45/38.99	c (24,0) c DecisionLevel0_0 : 29
152.45/38.99	c (24,0) c DecisionLevel0_1 : 13
152.45/38.99	c (24,0) c DecisionLevel0_2 : 8
152.45/38.99	c (24,0) c DecisionLevel0_3 : 13
152.45/38.99	c (24,0) c DecisionLevel0_4 : 15
152.45/38.99	c (24,0) c DecisionLevel0_5 : 22
152.45/38.99	c (24,0) c DecisionLevel0_6 : 22
152.45/38.99	c (24,0) c DecisionLevel0_7 : 20
152.45/38.99	c (24,0) c DecisionLevel0_total : 142
152.45/38.99	c (24,0) c DecisionLevel0_winner : 13
152.45/38.99	c (24,0) c Periods_0 : 104
152.45/38.99	c (24,0) c Periods_1 : 104
152.45/38.99	c (24,0) c Periods_2 : 104
152.45/38.99	c (24,0) c Periods_3 : 104
152.45/38.99	c (24,0) c Periods_4 : 112
152.45/38.99	c (24,0) c Periods_5 : 105
152.45/38.99	c (24,0) c Periods_6 : 112
152.45/38.99	c (24,0) c Periods_7 : 104
152.45/38.99	c (24,0) c Periods_total : 849
152.45/38.99	c (24,0) c Periods_winner : 104
152.45/38.99	c (24,0) c Margin_0 : 20
152.45/38.99	c (24,0) c Margin_1 : 20
152.45/38.99	c (24,0) c Margin_2 : 20
152.45/38.99	c (24,0) c Margin_3 : 20
152.45/38.99	c (24,0) c Margin_4 : 20
152.45/38.99	c (24,0) c Margin_5 : 20
152.45/38.99	c (24,0) c Margin_6 : 20
152.45/38.99	c (24,0) c Margin_7 : 20
152.45/38.99	c (24,0) c Margin_total : 160
152.45/38.99	c (24,0) c Margin_winner : 20
152.45/38.99	c (24,0) c Exported_0 : 6108
152.45/38.99	c (24,0) c Exported_1 : 6355
152.45/38.99	c (24,0) c Exported_2 : 6740
152.45/38.99	c (24,0) c Exported_3 : 7524
152.45/38.99	c (24,0) c Exported_4 : 8986
152.45/38.99	c (24,0) c Exported_5 : 6439
152.45/38.99	c (24,0) c Exported_6 : 6081
152.45/38.99	c (24,0) c Exported_7 : 5635
152.45/38.99	c (24,0) c Exported_total : 53868
152.45/38.99	c (24,0) c Exported_winner : 7524
152.45/38.99	c (24,0) c Imported_0 : 38245
152.45/38.99	c (24,0) c Imported_1 : 37158
152.45/38.99	c (24,0) c Imported_2 : 28329
152.45/38.99	c (24,0) c Imported_3 : 37095
152.45/38.99	c (24,0) c Imported_4 : 39319
152.45/38.99	c (24,0) c Imported_5 : 38223
152.45/38.99	c (24,0) c Imported_6 : 40812
152.45/38.99	c (24,0) c Imported_7 : 30194
152.45/38.99	c (24,0) c Imported_total : 289375
152.45/38.99	c (24,0) c Imported_winner : 37095
152.45/38.99	c (24,0) c Good_0 : 11
152.45/38.99	c (24,0) c Good_1 : 9
152.45/38.99	c (24,0) c Good_2 : 2
152.45/38.99	c (24,0) c Good_3 : 7
152.45/38.99	c (24,0) c Good_4 : 27
152.45/38.99	c (24,0) c Good_5 : 8
152.45/38.99	c (24,0) c Good_6 : 25
152.45/38.99	c (24,0) c Good_7 : 4
152.45/38.99	c (24,0) c Good_total : 93
152.45/38.99	c (24,0) c Good_winner : 7
152.45/38.99	c (24,0) c Purge_0 : 38234
152.45/38.99	c (24,0) c Purge_1 : 37149
152.45/38.99	c (24,0) c Purge_2 : 28327
152.45/38.99	c (24,0) c Purge_3 : 37088
152.45/38.99	c (24,0) c Purge_4 : 39292
152.45/38.99	c (24,0) c Purge_5 : 38215
152.45/38.99	c (24,0) c Purge_6 : 40787
152.45/38.99	c (24,0) c Purge_7 : 30190
152.45/38.99	c (24,0) c Purge_total : 289282
152.45/38.99	c (24,0) c Purge_winner : 37088
152.45/38.99	c (24,0) c Promoted_0 : 406
152.45/38.99	c (24,0) c Promoted_1 : 1305
152.45/38.99	c (24,0) c Promoted_2 : 1111
152.45/38.99	c (24,0) c Promoted_3 : 952
152.45/38.99	c (24,0) c Promoted_4 : 0
152.45/38.99	c (24,0) c Promoted_5 : 1078
152.45/38.99	c (24,0) c Promoted_6 : 785
152.45/38.99	c (24,0) c Promoted_7 : 595
152.45/39.00	c (24,0) c Promoted_total : 6232
152.45/39.00	c (24,0) c Promoted_winner : 952
152.45/39.00	c (24,0) c Remove_Imp_0 : 14291
152.45/39.00	c (24,0) c Remove_Imp_1 : 0
152.45/39.00	c (24,0) c Remove_Imp_2 : 0
152.45/39.00	c (24,0) c Remove_Imp_3 : 0
152.45/39.00	c (24,0) c Remove_Imp_4 : 16579
152.45/39.00	c (24,0) c Remove_Imp_5 : 0
152.45/39.00	c (24,0) c Remove_Imp_6 : 17999
152.45/39.00	c (24,0) c Remove_Imp_7 : 15376
152.45/39.00	c (24,0) c Remove_Imp_total : 64245
152.45/39.00	c (24,0) c Remove_Imp_winner : 0
152.45/39.00	c (24,0) c Blocked_Reuse_0 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_1 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_2 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_3 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_4 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_5 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_6 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_7 : 0
152.45/39.00	c (24,0) c Blocked_Reuse_total : 0
152.45/39.00	c (24,0) c Blocked_Reuse_winner : 0
152.45/39.00	c (24,0) c Unaries_0 : 0
152.45/39.00	c (24,0) c Unaries_1 : 3
152.45/39.00	c (24,0) c Unaries_2 : 0
152.45/39.00	c (24,0) c Unaries_3 : 7
152.45/39.00	c (24,0) c Unaries_4 : 0
152.45/39.00	c (24,0) c Unaries_5 : 7
152.45/39.00	c (24,0) c Unaries_6 : 0
152.45/39.00	c (24,0) c Unaries_7 : 0
152.45/39.00	c (24,0) c Unaries_total : 17
152.45/39.00	c (24,0) c Unaries_winner : 7
152.45/39.00	c (24,0) c Binaries_0 : 0
152.45/39.00	c (24,0) c Binaries_1 : 21
152.45/39.00	c (24,0) c Binaries_2 : 4
152.45/39.00	c (24,0) c Binaries_3 : 50
152.45/39.00	c (24,0) c Binaries_4 : 1
152.45/39.00	c (24,0) c Binaries_5 : 35
152.45/39.00	c (24,0) c Binaries_6 : 0
152.45/39.00	c (24,0) c Binaries_7 : 0
152.45/39.00	c (24,0) c Binaries_total : 111
152.45/39.00	c (24,0) c Binaries_winner : 50
152.45/39.00	c (24,0) c Glues_0 : 456
152.45/39.00	c (24,0) c Glues_1 : 492
152.45/39.00	c (24,0) c Glues_2 : 423
152.45/39.00	c (24,0) c Glues_3 : 545
152.45/39.00	c (24,0) c Glues_4 : 372
152.45/39.00	c (24,0) c Glues_5 : 520
152.45/39.00	c (24,0) c Glues_6 : 479
152.45/39.00	c (24,0) c Glues_7 : 439
152.45/39.00	c (24,0) c Glues_total : 3726
152.45/39.00	c (24,0) c Glues_winner : 545
152.45/39.00	c (24,0) c RunningTime_0 : 15.900372
152.45/39.00	c (24,0) c RunningTime_1 : 16.359106
152.45/39.00	c (24,0) c RunningTime_2 : 15.742287
152.45/39.00	c (24,0) c RunningTime_3 : 15.282220
152.45/39.00	c (24,0) c RunningTime_4 : 15.079820
152.45/39.00	c (24,0) c RunningTime_5 : 15.398954
152.45/39.00	c (24,0) c RunningTime_6 : 15.246625
152.45/39.00	c (24,0) c RunningTime_7 : 15.576083
152.45/39.00	c (24,0) c RunningTime_total : 124.585468
152.45/39.00	c (24,0) c RunningTime_winner : 15.282220
152.45/39.00	c (24,0) c WaitingTime_0 : 0.000256
152.45/39.00	c (24,0) c WaitingTime_1 : 0.000112
152.45/39.00	c (24,0) c WaitingTime_2 : 0.000187
152.45/39.00	c (24,0) c WaitingTime_3 : 0.000194
152.45/39.00	c (24,0) c WaitingTime_4 : 0.256371
152.45/39.00	c (24,0) c WaitingTime_5 : 0.000323
152.45/39.00	c (24,0) c WaitingTime_6 : 0.086120
152.45/39.00	c (24,0) c WaitingTime_7 : 0.000174
152.45/39.00	c (24,0) c WaitingTime_total : 0.343737
152.45/39.00	c (24,0) c WaitingTime_winner : 0.000194
152.45/39.00	c (24,0) c ExchangingTime_0 : 0.017429
152.45/39.00	c (24,0) c ExchangingTime_1 : 0.016559
152.45/39.00	c (24,0) c ExchangingTime_2 : 0.013282
152.45/39.00	c (24,0) c ExchangingTime_3 : 0.015280
152.45/39.00	c (24,0) c ExchangingTime_4 : 0.016497
152.45/39.00	c (24,0) c ExchangingTime_5 : 0.015426
152.45/39.00	c (24,0) c ExchangingTime_6 : 0.018238
152.45/39.00	c (24,0) c ExchangingTime_7 : 0.016013
152.45/39.00	c (24,0) c ExchangingTime_total : 0.128725
152.45/39.00	c (24,0) c ExchangingTime_winner : 0.015280
152.45/39.00	c (24,0) c PeriodProcTime_0 : 0.001762
152.45/39.00	c (24,0) c PeriodProcTime_1 : 0.002142
152.45/39.00	c (24,0) c PeriodProcTime_2 : 0.001436
152.45/39.00	c (24,0) c PeriodProcTime_3 : 0.001424
152.45/39.00	c (24,0) c PeriodProcTime_4 : 0.001563
152.45/39.00	c (24,0) c PeriodProcTime_5 : 0.001681
152.45/39.00	c (24,0) c PeriodProcTime_6 : 0.002628
152.45/39.00	c (24,0) c PeriodProcTime_7 : 0.002043
152.45/39.00	c (24,0) c PeriodProcTime_total : 0.014679
152.45/39.00	c (24,0) c PeriodProcTime_winner : 0.001424
152.45/39.00	c (24,0) c SolvingTime_0 : 15.919819
152.45/39.00	c (24,0) c SolvingTime_1 : 16.377919
152.45/39.00	c (24,0) c SolvingTime_2 : 15.757192
152.45/39.00	c (24,0) c SolvingTime_3 : 15.299118
152.45/39.00	c (24,0) c SolvingTime_4 : 15.354252
152.45/39.00	c (24,0) c SolvingTime_5 : 15.416384
152.45/39.00	c (24,0) c SolvingTime_6 : 15.353612
152.45/39.00	c (24,0) c SolvingTime_7 : 15.594313
152.45/39.00	c (24,0) c SolvingTime_total : 125.072609
152.45/39.00	c (24,0) c SolvingTime_winner : 15.299118
152.45/39.00	c (24,0) c PropagationTime_0 : 15.116475
152.45/39.00	c (24,0) c PropagationTime_1 : 15.526193
152.45/39.00	c (24,0) c PropagationTime_2 : 14.997202
152.45/39.00	c (24,0) c PropagationTime_3 : 14.442413
152.45/39.00	c (24,0) c PropagationTime_4 : 14.317196
152.45/39.00	c (24,0) c PropagationTime_5 : 14.578810
152.45/39.00	c (24,0) c PropagationTime_6 : 14.437003
152.45/39.00	c (24,0) c PropagationTime_7 : 14.775429
152.45/39.00	c (24,0) c PropagationTime_total : 118.190722
152.45/39.00	c (24,0) c PropagationTime_winner : 14.442413
152.45/39.00	c (24,0) c AnalysisTime_0 : 0.444740
152.45/39.00	c (24,0) c AnalysisTime_1 : 0.422865
152.45/39.00	c (24,0) c AnalysisTime_2 : 0.414859
152.45/39.00	c (24,0) c AnalysisTime_3 : 0.429053
152.45/39.00	c (24,0) c AnalysisTime_4 : 0.451752
152.45/39.00	c (24,0) c AnalysisTime_5 : 0.407175
152.45/39.00	c (24,0) c AnalysisTime_6 : 0.425600
152.45/39.00	c (24,0) c AnalysisTime_7 : 0.471557
152.45/39.00	c (24,0) c AnalysisTime_total : 3.467601
152.45/39.00	c (24,0) c AnalysisTime_winner : 0.429053
152.45/39.00	c (24,0) c ReductionTime_0 : 0.012720
152.45/39.00	c (24,0) c ReductionTime_1 : 0.006905
152.45/39.00	c (24,0) c ReductionTime_2 : 0.006789
152.45/39.00	c (24,0) c ReductionTime_3 : 0.006944
152.45/39.00	c (24,0) c ReductionTime_4 : 0.019931
152.45/39.00	c (24,0) c ReductionTime_5 : 0.007340
152.45/39.00	c (24,0) c ReductionTime_6 : 0.013243
152.45/39.00	c (24,0) c ReductionTime_7 : 0.012586
152.45/39.00	c (24,0) c ReductionTime_total : 0.086457
152.45/39.00	c (24,0) c ReductionTime_winner : 0.006944
152.45/39.00	c (24,0) c SimplifyTime_0 : 0.000004
152.45/39.00	c (24,0) c SimplifyTime_1 : 0.074781
152.45/39.00	c (24,0) c SimplifyTime_2 : 0.000001
152.45/39.00	c (24,0) c SimplifyTime_3 : 0.095799
152.45/39.00	c (24,0) c SimplifyTime_4 : 0.224249
152.45/39.00	c (24,0) c SimplifyTime_5 : 0.094410
152.45/39.00	c (24,0) c SimplifyTime_6 : 0.140223
152.45/39.00	c (24,0) c SimplifyTime_7 : 0.000005
152.45/39.00	c (24,0) c SimplifyTime_total : 0.629471
152.45/39.00	c (24,0) c SimplifyTime_winner : 0.095799
152.45/39.00	c (24,0) c UsedRateTime_0 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_1 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_2 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_3 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_4 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_5 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_6 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_7 : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_total : 0.000000
152.45/39.00	c (24,0) c UsedRateTime_winner : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_0 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_1 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_2 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_3 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_4 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_5 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_6 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_7 : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_total : 0.000000
152.45/39.00	c (24,0) c OverlapRateTime_winner : 0.000000
152.45/39.00	c (24,0) c
152.45/39.00	c (24,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
152.45/39.00	c (24,0) c
152.45/39.00	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/39.00	c (24,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
152.45/39.00	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/39.00	c (24,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
152.45/39.00	c (24,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
152.45/39.00	c (24,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
152.45/39.00	c (24,0) c | Initial random_seed   | 2063561171 |  845958432 | 1070758353 | 1034142593 | 1746824084 | 1313915039 |  539128307 |  953467518 |
152.45/39.00	c (24,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
152.45/39.00	c (24,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
152.45/39.00	c (24,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
152.45/39.00	c (24,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
152.45/39.00	c (24,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
152.45/39.00	c (24,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
152.45/39.00	c (24,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
152.45/39.00	c (24,0) c | var_decay             |     0.8500 |     0.8500 |     0.8500 |     0.8600 |     0.8700 |     0.8500 |     0.8500 |     0.8500 |
152.45/39.00	c (24,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
152.45/39.00	c (24,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
152.45/39.00	c (24,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
152.45/39.00	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
152.45/39.00	c (24,0) 
152.45/39.00	c (24,0) s UNSATISFIABLE
22.53/39.07	c (24,0) SatSolver.solve End
22.53/39.07	c (24,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.53/39.07	c (24,0) Show results Begin
22.53/39.07	s UNSATISFIABLE
22.53/39.07	c (24,0) Show results End
22.53/39.07	c (24,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.53/39.07	c (24,0) 24,24,STOP-AFTER(ALL)
22.53/39.07	c END-Prog: Sat Sep 14 08:18:37 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 (15082 MiB free)
  memory of node 1: 16384 MiB (15465 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=16419, runsolver pid=16416

[startup+0.10014 s]*
/proc/loadavg: 5.18 7.41 7.96 2/211 16441
/proc/meminfo: memFree=31190064/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420129891 115843072 349 33554432000 4194304 5098028 140732239570032 140732239567288 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 349 296 221 0 87 0
[pid=16422] ppid=16419 vsize=27314120 memory=106104 CPUtime=0.1 cores=0-7
/proc/16422/stat : 16422 (java) S 16419 16419 12701 0 -1 1077944320 6078 0 0 0 8 2 0 0 20 0 20 0 420129892 27969658880 26526 33554432000 4194304 4196468 140720776580416 140720776562960 139913888243447 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
/proc/16422/statm: 6828530 26526 2798 1 0 6790935 0
[pid=16422/tid=16423] ppid=16419 vsize=27314120 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/16422/task/16423/stat : 16423 (java) R 16419 16419 12701 0 -1 4202560 4181 0 0 0 7 2 0 0 20 0 20 0 420129892 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913860077888 139913880480574 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16424] ppid=16419 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16422/task/16424/stat : 16424 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913892485520 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16425] ppid=16419 vsize=27314120 memory=140170269349504 CPUtime=0 cores=0-7
/proc/16422/task/16425/stat : 16425 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913310406928 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16426] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16426/stat : 16426 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913309354640 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16427] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16427/stat : 16427 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913308301840 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16428] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16428/stat : 16428 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913307249552 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16429] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16429/stat : 16429 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913306196752 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16430] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16430/stat : 16430 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913305144464 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16431] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16431/stat : 16431 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913304091664 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16432] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16432/stat : 16432 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913261271152 139913888254594 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16433] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16433/stat : 16433 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 26526 33554432000 4194304 4196468 140720776580416 139911847994144 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16434] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16434/stat : 16434 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 26526 33554432000 4194304 4196468 140720776580416 139911579559024 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16435] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16435/stat : 16435 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139911205050448 139913888262043 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16436] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16436/stat : 16436 (java) S 16419 16419 12701 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913260218992 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16437] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16437/stat : 16437 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139913259166192 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16438] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16438/stat : 16438 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139912741383024 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16439] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16439/stat : 16439 (java) S 16419 16419 12701 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139912740330224 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16440] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16440/stat : 16440 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 26526 33554432000 4194304 4196468 140720776580416 139910707145056 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16441] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16441/stat : 16441 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129900 27969658880 26526 33554432000 4194304 4196468 140720776580416 139912739277104 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 107500 KiB

[startup+0.210365 s]*
/proc/loadavg: 5.18 7.41 7.96 3/211 16441
/proc/meminfo: memFree=31166336/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420129891 115843072 349 33554432000 4194304 5098028 140732239570032 140732239567288 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 349 296 221 0 87 0
[pid=16422] ppid=16419 vsize=27314120 memory=125208 CPUtime=0.24 cores=0-7
/proc/16422/stat : 16422 (java) S 16419 16419 12701 0 -1 1077944320 11719 0 0 0 20 4 0 0 20 0 20 0 420129892 27969658880 31302 33554432000 4194304 4196468 140720776580416 140720776562960 139913888243447 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
/proc/16422/statm: 6828530 31302 2905 1 0 6790935 0
[pid=16422/tid=16423] ppid=16419 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16422/task/16423/stat : 16423 (java) R 16419 16419 12701 0 -1 4202560 9421 0 0 0 16 3 0 0 20 0 20 0 420129892 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913860040992 139913869616896 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16424] ppid=16419 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/16422/task/16424/stat : 16424 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913892485520 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16425] ppid=16419 vsize=27314120 memory=140170269363099 CPUtime=0 cores=0-7
/proc/16422/task/16425/stat : 16425 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913310406928 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16426] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16426/stat : 16426 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913309354640 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16427] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16427/stat : 16427 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913308301840 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16428] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16428/stat : 16428 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913307249552 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16429] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16429/stat : 16429 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913306196752 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16430] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16430/stat : 16430 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913305144464 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16431] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16431/stat : 16431 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913304091664 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16432] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16432/stat : 16432 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913261271152 139913888254594 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16433] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16433/stat : 16433 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 31302 33554432000 4194304 4196468 140720776580416 139911847994144 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16434] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16434/stat : 16434 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 31302 33554432000 4194304 4196468 140720776580416 139911579559024 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16435] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16435/stat : 16435 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139911205050448 139913888262043 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16436] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16436/stat : 16436 (java) S 16419 16419 12701 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913260218992 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16437] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16437/stat : 16437 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139913259166192 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16438] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16438/stat : 16438 (java) S 16419 16419 12701 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139912741383024 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16439] ppid=16419 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/16422/task/16439/stat : 16439 (java) S 16419 16419 12701 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139912740330224 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16440] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16440/stat : 16440 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 31302 33554432000 4194304 4196468 140720776580416 139910707145056 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16441] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16441/stat : 16441 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129900 27969658880 31302 33554432000 4194304 4196468 140720776580416 139912739277104 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126604 KiB

[startup+0.309549 s]*
/proc/loadavg: 5.18 7.41 7.96 2/211 16441
/proc/meminfo: memFree=31162784/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420129891 115843072 349 33554432000 4194304 5098028 140732239570032 140732239567288 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 349 296 221 0 87 0
[pid=16422] ppid=16419 vsize=27314120 memory=129748 CPUtime=0.42 cores=0-7
/proc/16422/stat : 16422 (java) S 16419 16419 12701 0 -1 1077944320 12290 0 0 0 37 5 0 0 20 0 20 0 420129892 27969658880 32437 33554432000 4194304 4196468 140720776580416 140720776562960 139913888243447 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
/proc/16422/statm: 6828530 32437 3058 1 0 6790935 0
[pid=16422/tid=16423] ppid=16419 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/16422/task/16423/stat : 16423 (java) R 16419 16419 12701 0 -1 4202560 9776 0 0 0 26 3 0 0 20 0 20 0 420129892 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913860055792 139913872323934 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16424] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16424/stat : 16424 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913892485520 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16425] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16425/stat : 16425 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913310406928 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16426] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16426/stat : 16426 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913309354640 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16427] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16427/stat : 16427 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913308301840 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16428] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16428/stat : 16428 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913307249552 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16429] ppid=16419 vsize=27314120 memory=140170150111919 CPUtime=0 cores=0-7
/proc/16422/task/16429/stat : 16429 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913306196752 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16430] ppid=16419 vsize=27314120 memory=140170150114224 CPUtime=0 cores=0-7
/proc/16422/task/16430/stat : 16430 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913305144464 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16431] ppid=16419 vsize=27314120 memory=140170150116528 CPUtime=0 cores=0-7
/proc/16422/task/16431/stat : 16431 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913304091664 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16432] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16432/stat : 16432 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913261271152 139913888254594 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16433] ppid=16419 vsize=27314120 memory=280340300246928 CPUtime=0 cores=0-7
/proc/16422/task/16433/stat : 16433 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 32437 33554432000 4194304 4196468 140720776580416 139911847994144 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16434] ppid=16419 vsize=27314120 memory=280340300244624 CPUtime=0 cores=0-7
/proc/16422/task/16434/stat : 16434 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129896 27969658880 32437 33554432000 4194304 4196468 140720776580416 139911579559024 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16435] ppid=16419 vsize=27314120 memory=280340300251536 CPUtime=0 cores=0-7
/proc/16422/task/16435/stat : 16435 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139911205050448 139913888262043 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16436] ppid=16419 vsize=27314120 memory=280340300192816 CPUtime=0.01 cores=0-7
/proc/16422/task/16436/stat : 16436 (java) R 16419 16419 12701 0 -1 4202560 541 0 0 0 1 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913260218992 139913868942969 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16437] ppid=16419 vsize=27314120 memory=280340300265360 CPUtime=0 cores=0-7
/proc/16422/task/16437/stat : 16437 (java) S 16419 16419 12701 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139913259166192 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16438] ppid=16419 vsize=27314120 memory=280340300272272 CPUtime=0.01 cores=0-7
/proc/16422/task/16438/stat : 16438 (java) S 16419 16419 12701 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139912741383024 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16439] ppid=16419 vsize=27314120 memory=280340300269968 CPUtime=0.07 cores=0-7
/proc/16422/task/16439/stat : 16439 (java) S 16419 16419 12701 0 -1 1077944384 507 0 0 0 7 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139912740330224 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16440] ppid=16419 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16440/stat : 16440 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129899 27969658880 32437 33554432000 4194304 4196468 140720776580416 139910707145056 139913888253653 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16441] ppid=16419 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/16422/task/16441/stat : 16441 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129900 27969658880 32437 33554432000 4194304 4196468 140720776580416 139912739277104 139913888254594 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131144 KiB

[startup+0.70102 s]
/proc/loadavg: 5.18 7.41 7.96 3/211 16441
/proc/meminfo: memFree=31141452/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420129891 115843072 349 33554432000 4194304 5098028 140732239570032 140732239567288 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 349 296 221 0 87 0
[pid=16422] ppid=16419 vsize=27320392 memory=165196 CPUtime=0.98 cores=0-7
/proc/16422/stat : 16422 (java) S 16419 16419 12701 0 -1 1077944320 19926 0 0 0 91 7 0 0 20 0 20 0 420129892 27976081408 41299 33554432000 4194304 4196468 140720776580416 140720776562960 139913888243447 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
/proc/16422/statm: 6830098 41299 3185 1 0 6791447 0
[pid=16422/tid=16423] ppid=16419 vsize=27320392 memory=0 CPUtime=0.67 cores=0-7
/proc/16422/task/16423/stat : 16423 (java) R 16419 16419 12701 0 -1 4202560 16836 0 0 0 62 5 0 0 20 0 20 0 420129892 27976081408 41299 33554432000 4194304 4196468 140720776580416 139913860080848 139913888265373 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16424] ppid=16419 vsize=27320392 memory=140170150323056 CPUtime=0 cores=0-7
/proc/16422/task/16424/stat : 16424 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27976081408 41299 33554432000 4194304 4196468 140720776580416 139913892485520 139913888253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16425] ppid=16419 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/16422/task/16425/stat : 16425 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129894 27976081408 41299 33554432000 4194304 4196468 140720776580416 139913310406928 139913888253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0
[pid=16422/tid=16426] ppid=16419 vsize=27320392 memory=1560 CPUtime=0 cores=0-7
/proc/16422/task/16426/stat : 16426 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129894 27976081408 41299 33554432000 4194304 4196468 140720776580416 139913309354640 139913888253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32272384 140720776581866 140720776582294 140720776582294 140720776585167 0

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

/proc/16445/task/16452/stat : 16452 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252486081680 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16453] ppid=16419 vsize=8414124 memory=119516 CPUtime=0 cores=0-7
/proc/16445/task/16453/stat : 16453 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252485028624 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16454] ppid=16419 vsize=8414124 memory=1871512 CPUtime=0 cores=0-7
/proc/16445/task/16454/stat : 16454 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252483976080 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16455] ppid=16419 vsize=8414124 memory=800 CPUtime=0 cores=0-7
/proc/16445/task/16455/stat : 16455 (java) S 16419 16419 12701 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252300028144 140253005146754 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16456] ppid=16419 vsize=8414124 memory=4104 CPUtime=0 cores=0-7
/proc/16445/task/16456/stat : 16456 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140251284628640 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16457] ppid=16419 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/16445/task/16457/stat : 16457 (java) S 16419 16419 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140251150406384 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16458] ppid=16419 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/16445/task/16458/stat : 16458 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140250775902160 140253005154203 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16459] ppid=16419 vsize=8414124 memory=56 CPUtime=0.05 cores=0-7
/proc/16445/task/16459/stat : 16459 (java) S 16419 16419 12701 0 -1 1077944384 464 0 0 0 5 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252298975984 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16460] ppid=16419 vsize=8414124 memory=0 CPUtime=0.05 cores=0-7
/proc/16445/task/16460/stat : 16460 (java) S 16419 16419 12701 0 -1 1077944384 410 0 0 0 5 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252297923440 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16461] ppid=16419 vsize=8414124 memory=0 CPUtime=0.12 cores=0-7
/proc/16445/task/16461/stat : 16461 (java) S 16419 16419 12701 0 -1 1077944384 636 0 0 0 12 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252296870384 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16462] ppid=16419 vsize=8414124 memory=6944656592455360608 CPUtime=0.21 cores=0-7
/proc/16445/task/16462/stat : 16462 (java) S 16419 16419 12701 0 -1 1077944384 531 0 0 0 21 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252295817840 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16463] ppid=16419 vsize=8414124 memory=6944656592455360608 CPUtime=0 cores=0-7
/proc/16445/task/16463/stat : 16463 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140250277997024 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16464] ppid=16419 vsize=8414124 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/16445/task/16464/stat : 16464 (java) S 16419 16419 12701 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 24 0 420131295 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252294765232 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16466] ppid=16419 vsize=8414124 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/16445/task/16466/stat : 16466 (java) S 16419 16419 12701 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252293153728 140253005160217 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16468] ppid=16419 vsize=8414124 memory=586 CPUtime=0 cores=0-7
/proc/16445/task/16468/stat : 16468 (java) S 16419 16419 12701 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249606897680 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16469] ppid=16419 vsize=8414124 memory=589 CPUtime=0 cores=0-7
/proc/16445/task/16469/stat : 16469 (java) S 16419 16419 12701 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249875333264 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16470] ppid=16419 vsize=8414124 memory=597 CPUtime=0 cores=0-7
/proc/16445/task/16470/stat : 16470 (java) S 16419 16419 12701 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 420131364 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249338469808 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
Current children cumulated CPU time: 151.82 s
Current children cumulated vsize: 10839436 KiB
Current children cumulated memory: 2010108 KiB

[startup+38.8012 s]
/proc/loadavg: 4.74 6.96 7.78 6/221 16478
/proc/meminfo: memFree=29218652/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1476 CPUtime=21.21 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 581 32752 0 0 0 0 2007 114 20 0 1 0 420129891 115843072 369 33554432000 4194304 5098028 140732239570032 140732239566776 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 369 311 221 0 87 0
[pid=16445] ppid=16419 vsize=8414124 memory=119516 CPUtime=1.26 cores=0-7
/proc/16445/stat : 16445 (java) S 16419 16419 12701 0 -1 1077944320 20751 0 0 0 119 7 0 0 20 0 24 0 420131287 8616062976 29879 33554432000 4194304 4196468 140736394242496 140736394225040 140253005135607 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
/proc/16445/statm: 2103531 29879 3209 1 0 2064875 0
[pid=16465] ppid=16445 vsize=2312184 memory=1889116 CPUtime=129.88 cores=0-7
/proc/16465/stat : 16465 (manyglucose-4.1) S 16445 16419 12701 0 -1 1077944320 1133341 0 0 0 12740 248 0 0 20 0 2 0 420131362 2367676416 472279 33554432000 4194304 4454172 140724039499648 140724039498032 139769291288311 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6552832 6554400 38580224 140724039504745 140724039504944 140724039504944 140724039507898 0
/proc/16465/statm: 578046 472279 420 64 0 573714 0
[pid=16465/tid=16472] ppid=16445 vsize=2312184 memory=11464 CPUtime=15.79 cores=0-7
/proc/16465/task/16472/stat : 16472 (manyglucose-4.1) R 16445 16419 12701 0 -1 4202560 128563 0 0 0 1542 37 0 0 20 0 2 0 420132152 2367676416 472279 33554432000 4194304 4454172 140724039499648 139768423357576 4351286 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 38580224 140724039504745 140724039504944 140724039504944 140724039507898 0
[pid=16445/tid=16446] ppid=16419 vsize=8414124 memory=4004 CPUtime=0.76 cores=0-7
/proc/16445/task/16446/stat : 16446 (java) S 16419 16419 12701 0 -1 1077944384 17290 0 0 0 72 4 0 0 20 0 24 0 420131288 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252976975776 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16447] ppid=16419 vsize=8414124 memory=2828 CPUtime=0 cores=0-7
/proc/16445/task/16447/stat : 16447 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140253009377808 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16448] ppid=16419 vsize=8414124 memory=1000 CPUtime=0 cores=0-7
/proc/16445/task/16448/stat : 16448 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252829674128 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16449] ppid=16419 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/16445/task/16449/stat : 16449 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252489238800 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16450] ppid=16419 vsize=8414124 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/16445/task/16450/stat : 16450 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252488186256 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16451] ppid=16419 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16445/task/16451/stat : 16451 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252487134224 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16452] ppid=16419 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/16445/task/16452/stat : 16452 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252486081680 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16453] ppid=16419 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/16445/task/16453/stat : 16453 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252485028624 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16454] ppid=16419 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/16445/task/16454/stat : 16454 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252483976080 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16455] ppid=16419 vsize=8414124 memory=119516 CPUtime=0 cores=0-7
/proc/16445/task/16455/stat : 16455 (java) S 16419 16419 12701 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252300028144 140253005146754 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16456] ppid=16419 vsize=8414124 memory=153428 CPUtime=0 cores=0-7
/proc/16445/task/16456/stat : 16456 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140251284628640 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16457] ppid=16419 vsize=8414124 memory=3616 CPUtime=0 cores=0-7
/proc/16445/task/16457/stat : 16457 (java) S 16419 16419 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 29879 33554432000 4194304 4196468 140736394242496 140251150406384 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16458] ppid=16419 vsize=8414124 memory=1324 CPUtime=0 cores=0-7
/proc/16445/task/16458/stat : 16458 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140250775902160 140253005154203 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16459] ppid=16419 vsize=8414124 memory=1704 CPUtime=0.05 cores=0-7
/proc/16445/task/16459/stat : 16459 (java) S 16419 16419 12701 0 -1 1077944384 464 0 0 0 5 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252298975984 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16460] ppid=16419 vsize=8414124 memory=5936 CPUtime=0.05 cores=0-7
/proc/16445/task/16460/stat : 16460 (java) S 16419 16419 12701 0 -1 1077944384 410 0 0 0 5 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252297923440 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16461] ppid=16419 vsize=8414124 memory=588 CPUtime=0.12 cores=0-7
/proc/16445/task/16461/stat : 16461 (java) S 16419 16419 12701 0 -1 1077944384 636 0 0 0 12 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252296870384 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16462] ppid=16419 vsize=8414124 memory=780 CPUtime=0.21 cores=0-7
/proc/16445/task/16462/stat : 16462 (java) S 16419 16419 12701 0 -1 1077944384 531 0 0 0 21 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252295817840 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16463] ppid=16419 vsize=8414124 memory=1056 CPUtime=0 cores=0-7
/proc/16445/task/16463/stat : 16463 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 29879 33554432000 4194304 4196468 140736394242496 140250277997024 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16464] ppid=16419 vsize=8414124 memory=1476 CPUtime=0.01 cores=0-7
/proc/16445/task/16464/stat : 16464 (java) S 16419 16419 12701 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 24 0 420131295 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252294765232 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16466] ppid=16419 vsize=8414124 memory=119516 CPUtime=0 cores=0-7
/proc/16445/task/16466/stat : 16466 (java) S 16419 16419 12701 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140252293153728 140253005160217 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16468] ppid=16419 vsize=8414124 memory=1799400 CPUtime=0 cores=0-7
/proc/16445/task/16468/stat : 16468 (java) S 16419 16419 12701 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249606897680 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16469] ppid=16419 vsize=8414124 memory=2110520757601540 CPUtime=0 cores=0-7
/proc/16445/task/16469/stat : 16469 (java) S 16419 16419 12701 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249875333264 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16470] ppid=16419 vsize=8414124 memory=140170150718144 CPUtime=0 cores=0-7
/proc/16445/task/16470/stat : 16470 (java) S 16419 16419 12701 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 420131364 8616062976 29879 33554432000 4194304 4196468 140736394242496 140249338469808 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
Current children cumulated CPU time: 152.35 s
Current children cumulated vsize: 10839436 KiB
Current children cumulated memory: 2010108 KiB

[startup+39.0011 s]*
/proc/loadavg: 4.74 6.96 7.78 6/216 16478
/proc/meminfo: memFree=29384536/32770624 swapFree=66919440/67108860
[pid=16419] ppid=16416 vsize=113128 memory=1476 CPUtime=21.21 cores=0-7
/proc/16419/stat : 16419 (scop.sh) S 16416 16419 12701 0 -1 4202496 581 32752 0 0 0 0 2007 114 20 0 1 0 420129891 115843072 369 33554432000 4194304 5098028 140732239570032 140732239566776 140379010978428 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29634560 140732239577892 140732239578220 140732239578220 140732239581133 0
/proc/16419/statm: 28282 369 311 221 0 87 0
[pid=16445] ppid=16419 vsize=8414124 memory=120728 CPUtime=1.32 cores=0-7
/proc/16445/stat : 16445 (java) S 16419 16419 12701 0 -1 1077944320 21054 0 0 0 125 7 0 0 20 0 24 0 420131287 8616062976 30182 33554432000 4194304 4196468 140736394242496 140736394225040 140253005135607 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
/proc/16445/statm: 2103531 30182 3214 1 0 2064875 0
[pid=16445/tid=16446] ppid=16419 vsize=8414124 memory=8317482817917895235 CPUtime=0.76 cores=0-7
/proc/16445/task/16446/stat : 16446 (java) S 16419 16419 12701 0 -1 1077944384 17290 0 0 0 72 4 0 0 20 0 24 0 420131288 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252976975776 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16447] ppid=16419 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16445/task/16447/stat : 16447 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140253009377808 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16448] ppid=16419 vsize=8414124 memory=1980 CPUtime=0 cores=0-7
/proc/16445/task/16448/stat : 16448 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252829674128 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16449] ppid=16419 vsize=8414124 memory=2432 CPUtime=0 cores=0-7
/proc/16445/task/16449/stat : 16449 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252489238800 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16450] ppid=16419 vsize=8414124 memory=1760 CPUtime=0 cores=0-7
/proc/16445/task/16450/stat : 16450 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252488186256 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16451] ppid=16419 vsize=8414124 memory=111636 CPUtime=0 cores=0-7
/proc/16445/task/16451/stat : 16451 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252487134224 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16452] ppid=16419 vsize=8414124 memory=800 CPUtime=0 cores=0-7
/proc/16445/task/16452/stat : 16452 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252486081680 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16453] ppid=16419 vsize=8414124 memory=4104 CPUtime=0 cores=0-7
/proc/16445/task/16453/stat : 16453 (java) S 16419 16419 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252485028624 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16454] ppid=16419 vsize=8414124 memory=111636 CPUtime=0 cores=0-7
/proc/16445/task/16454/stat : 16454 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131289 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252483976080 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16455] ppid=16419 vsize=8414124 memory=800 CPUtime=0 cores=0-7
/proc/16445/task/16455/stat : 16455 (java) S 16419 16419 12701 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252300028144 140253005146754 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16456] ppid=16419 vsize=8414124 memory=4104 CPUtime=0 cores=0-7
/proc/16445/task/16456/stat : 16456 (java) S 16419 16419 12701 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 30182 33554432000 4194304 4196468 140736394242496 140251284628640 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16457] ppid=16419 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/16445/task/16457/stat : 16457 (java) S 16419 16419 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420131291 8616062976 30182 33554432000 4194304 4196468 140736394242496 140251150406384 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16458] ppid=16419 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/16445/task/16458/stat : 16458 (java) S 16419 16419 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140250775902160 140253005154203 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16459] ppid=16419 vsize=8414124 memory=4452 CPUtime=0.05 cores=0-7
/proc/16445/task/16459/stat : 16459 (java) S 16419 16419 12701 0 -1 1077944384 464 0 0 0 5 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252298975984 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16460] ppid=16419 vsize=8414124 memory=1412 CPUtime=0.07 cores=0-7
/proc/16445/task/16460/stat : 16460 (java) S 16419 16419 12701 0 -1 1077944384 427 0 0 0 7 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252297923440 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16461] ppid=16419 vsize=8414124 memory=3228 CPUtime=0.13 cores=0-7
/proc/16445/task/16461/stat : 16461 (java) R 16419 16419 12701 0 -1 4202560 642 0 0 0 13 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252296870384 140252988635780 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16462] ppid=16419 vsize=8414124 memory=1476 CPUtime=0.23 cores=0-7
/proc/16445/task/16462/stat : 16462 (java) S 16419 16419 12701 0 -1 1077944384 800 0 0 0 23 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252295817840 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16463] ppid=16419 vsize=8414124 memory=119516 CPUtime=0 cores=0-7
/proc/16445/task/16463/stat : 16463 (java) S 16419 16419 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420131294 8616062976 30182 33554432000 4194304 4196468 140736394242496 140250277997024 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16464] ppid=16419 vsize=8414124 memory=1890228 CPUtime=0.01 cores=0-7
/proc/16445/task/16464/stat : 16464 (java) S 16419 16419 12701 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 24 0 420131295 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252294765232 140253005146754 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16466] ppid=16419 vsize=8414124 memory=1580 CPUtime=0 cores=0-7
/proc/16445/task/16466/stat : 16466 (java) S 16419 16419 12701 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 30182 33554432000 4194304 4196468 140736394242496 140252293153728 140253005160217 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16468] ppid=16419 vsize=8414124 memory=15225659067421 CPUtime=0.02 cores=0-7
/proc/16445/task/16468/stat : 16468 (java) S 16419 16419 12701 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 24 0 420131362 8616062976 30182 33554432000 4194304 4196468 140736394242496 140249606897712 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16469] ppid=16419 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/16445/task/16469/stat : 16469 (java) S 16419 16419 12701 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420131362 8616062976 30182 33554432000 4194304 4196468 140736394242496 140249875333264 140253005157533 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
[pid=16445/tid=16470] ppid=16419 vsize=8414124 memory=280340300601728 CPUtime=0 cores=0-7
/proc/16445/task/16470/stat : 16470 (java) S 16419 16419 12701 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 420131364 8616062976 30182 33554432000 4194304 4196468 140736394242496 140249338469808 140253005145813 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26722304 140736394249207 140736394249366 140736394249366 140736394252239 0
Current children cumulated CPU time: 22.53 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 122204 KiB

Child status: 0
Real time (s): 39.0906
CPU time (s): 152.74
CPU user time (s): 148.933
CPU system time (s): 3.80624
CPU usage (%): 390.732
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 5924988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.933
system time used= 3.80624
maximum resident set size= 5924524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1188720
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54721
involuntary context switches= 1369


# summary of solver processes directly reported to runsolver:
#   pid: 16419
#   total CPU time (s): 152.74
#   total CPU user time (s): 148.933
#   total CPU system time (s): 3.80624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.341078 second user time and 0.520039 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 08:17:58
IDJOB=4392663
IDBENCH=138439
IDSOLVER=2839
FILE ID=node141/4392663-1568441920
RUNJOBID= node141-1568439039-12728
PBS_JOBID= 21702329
Free space on /tmp= 58540 MiB

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

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=866032548

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31281664 kB
MemAvailable:   31837788 kB
Buffers:          186020 kB
Cached:           657980 kB
SwapCached:        80180 kB
Active:           444608 kB
Inactive:         483328 kB
Active(anon):       9768 kB
Inactive(anon):   106280 kB
Active(file):     434840 kB
Inactive(file):   377048 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       66919440 kB
Dirty:             21020 kB
Writeback:             8 kB
AnonPages:        113496 kB
Mapped:            36436 kB
Shmem:             23468 kB
Slab:             150804 kB
SReclaimable:     120140 kB
SUnreclaim:        30664 kB
KernelStack:        3360 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58520 MiB
End job on node141 at 2019-09-14 08:18:37