Trace number 4392363

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-06-15)UNSAT 154.787 39.5132

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 -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-19223-serial-file.bin HOME/instance-4392363-1568441917.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 08:18:00 CEST 2019
0.65/0.57	c PID: 19226
0.65/0.57	c IP: 172.20.3.149
0.65/0.57	c HOST: node149.alineos.net
0.65/0.58	c (0,0) Parsing Begin
4.38/1.60	c (1,1) Parsing End
4.79/1.60	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
4.79/1.61	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.79/1.61	c (1,1) Constraint Name Generate Begin
4.79/1.64	c (1,1) Ctr:HOME/instance-4392363-1568441917.xml,Add:Le:Ne:Num:Or:Var
4.79/1.64	c (1,1) Constraint Name Generate End
4.79/1.64	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.79/1.64	c (1,1) CSP to CSPinCNF Begin
5.41/1.86	c (1,1) translated 280 (10%) constraints
5.68/1.91	c (1,1) translated 560 (20%) constraints
5.68/1.94	c (1,1) translated 840 (30%) constraints
5.68/1.97	c (1,1) translated 1120 (40%) constraints
5.68/1.99	c (1,1) translated 1400 (50%) constraints
6.10/2.02	c (1,1) translated 1680 (60%) constraints
6.10/2.04	c (1,1) translated 1960 (70%) constraints
6.10/2.06	c (1,1) translated 2240 (80%) constraints
6.10/2.08	c (1,1) translated 2520 (90%) constraints
6.10/2.10	c (1,1) translated 2800 (100%) constraints
6.10/2.10	c (1,1) ===========================================
6.10/2.10	c (1,1) Order
6.10/2.10	c (1,1) ===========================================
6.51/2.12	c (1,1) translated 280 (10%) constraints
6.51/2.14	c (1,1) translated 560 (20%) constraints
6.51/2.15	c (1,1) translated 840 (30%) constraints
6.51/2.16	c (1,1) translated 1120 (40%) constraints
6.51/2.17	c (1,1) translated 1400 (50%) constraints
6.51/2.18	c (1,1) translated 1680 (60%) constraints
6.51/2.19	c (1,1) translated 1960 (70%) constraints
6.86/2.20	c (1,1) translated 2240 (80%) constraints
6.86/2.21	c (1,1) translated 2520 (90%) constraints
6.86/2.22	c (1,1) translated 2800 (100%) constraints
6.86/2.23	c (1,1) CSP to CSPinCNF End
6.86/2.23	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
6.86/2.23	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.86/2.23	c (1,1) CSPinCNF Propagation Begin
6.86/2.29	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.86/2.29	c (1,1) CSPinCNF Propagation End
6.86/2.29	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 611
6.86/2.29	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.86/2.29	c (1,1) Simplify CSPinCNF Begin
7.52/2.48	c (1,1) Simplify CSPinCNF End
7.52/2.48	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 611
7.52/2.48	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.52/2.48	c (1,1) Calculate Precise Domain Begin
7.52/2.48	c (1,1) 0 values are removed by re-calculation
7.52/2.48	c (1,1) Calculate Precise Domain End
7.52/2.49	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 611
7.52/2.49	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.52/2.49	c (1,1) CSPinCNF to SatSolver Begin
11.23/4.17	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 399204 SAT clauses)
12.42/5.36	c (4,4) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 675506 SAT clauses)
13.69/6.50	c (5,5) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 954122 SAT clauses)
14.79/7.65	c (7,7) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1232987 SAT clauses)
16.16/8.85	c (8,8) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1522586 SAT clauses)
17.28/9.91	c (9,9) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1805779 SAT clauses)
18.29/10.93	c (10,10) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 2086910 SAT clauses)
19.35/11.95	c (11,11) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 2373014 SAT clauses)
20.35/12.94	c (12,12) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2655184 SAT clauses)
21.47/13.99	c (13,13) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2948586 SAT clauses)
21.47/13.99	c (13,13) CSPinCNF to SatSolver End
21.47/13.99	c (13,13) Heap : 5218 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
21.47/13.99	c (13,13) 117034 bool, 2949104 clause
21.47/13.99	c (13,13) Export Begin
21.60/14.08	c (13,13) Export to HOME/scop-19223-serial-file.bin
21.60/14.08	c (13,13) Export End
21.60/14.08	c (13,13) Export File Size: 0.03 MB
21.60/14.08	c (13,13) 1,1,1,1,1,1,13,STOP-AFTER(DIMACS)
21.60/14.08	c END-Prog: Sat Sep 14 08:18:14 CEST 2019
0.00/14.12	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-19223-serial-file.bin
21.79/14.58	c (0,0) Read Serial File Begin
21.79/14.58	c (0,0) HOME/scop-19223-serial-file.bin
21.79/14.80	c (0,0) Read Serial File End
21.79/14.82	
23.04/15.18	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
23.04/15.18	(Solving Process)
23.04/15.18	
23.04/15.18	c BEGIN-Prog: Sat Sep 14 08:18:15 CEST 2019
23.04/15.18	c PID: 19247
23.04/15.18	c IP: 172.20.3.149
23.04/15.18	c HOST: node149.alineos.net
23.04/15.18	c (0,0) SatSolver.solve Begin
23.04/15.18	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392363-1568441917.xml-scop-19226.cnf
23.04/15.18	c (0,0) c
23.04/15.18	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)
23.04/15.18	c (0,0) c
23.04/15.18	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
23.04/15.18	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
23.04/15.18	c (0,0) c ========================================[ Problem Statistics ]===========================================
23.04/15.18	c (0,0) c |                                                                                                       |
24.06/16.23	c (1,0) c |  Number of variables:        117034                                                                   |
24.06/16.23	c (1,0) c |  Number of clauses:         2949104                                                                   |
24.06/16.23	c (1,0) c |  Parse time:                   0.95 s                                                                 |
24.06/16.23	c (1,0) c |                                                                                                       |
30.17/22.38	c (7,0) c |  Simplification time:          6.06 s                                                                 |
30.17/22.38	c (7,0) c |                                                                                                       |
30.17/22.38	c (7,0) c |  Generating clones                                                                                    |
30.98/23.11	c (8,0) c |  all clones generated. Memory =  1681.84Mb.                                                           |
30.98/23.11	c (8,0) c ========================================================================================================|
30.98/23.11	c (8,0) c
30.98/23.11	c (8,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
30.98/23.11	c (8,0) c
30.98/23.11	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
30.98/23.11	c (8,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
30.98/23.11	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
30.98/23.11	c (8,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
30.98/23.12	c (8,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
30.98/23.12	c (8,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
30.98/23.12	c (8,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
30.98/23.12	c (8,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
30.98/23.12	c (8,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
30.98/23.12	c (8,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
30.98/23.12	c (8,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
30.98/23.12	c (8,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
30.98/23.12	c (8,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
30.98/23.12	c (8,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
30.98/23.12	c (8,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
30.98/23.12	c (8,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
30.98/23.12	c (8,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
30.98/23.12	c (8,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
30.98/23.12	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c real time : 24.535 s
154.58/39.40	c (24,0) c cpu time  : 128.907 s
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | Conflicts     |          237463 |      27552 |      27943 |      30062 |      31539 |      38128 |      28073 |      27015 |      27151 |
154.58/39.40	c (24,0) c | Decisions     |          311482 |      36854 |      36296 |      38089 |      40301 |      50811 |      36956 |      35702 |      36473 |
154.58/39.40	c (24,0) c | Propagations  |       260508007 |   31128376 |   32798336 |   34360548 |   32256756 |   34423913 |   31842065 |   32436610 |   31261403 |
154.58/39.40	c (24,0) c | ReduceDBs     |              33 |          4 |          4 |          4 |          4 |          5 |          4 |          4 |          4 |
154.58/39.40	c (24,0) c | SimpDBs       |              13 |          1 |          2 |          1 |          2 |          1 |          2 |          2 |          2 |
154.58/39.40	c (24,0) c | Restarts      |             125 |         29 |         10 |          8 |          6 |         13 |         15 |         22 |         22 |
154.58/39.40	c (24,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
154.58/39.40	c (24,0) c | PropBinClauses|       287020227 |   35461198 |   35881037 |   37226375 |   35111820 |   36564788 |   34669055 |   36472348 |   35633606 |
154.58/39.40	c (24,0) c | PropPreBlocker|      3428159037 |  428590713 |  409059683 |  415371319 |  406800786 |  443648430 |  412987596 |  457187596 |  454512914 |
154.58/39.40	c (24,0) c | PropNotBlocker|      1036476387 |  125927567 |  128756620 |  133703840 |  134795274 |  126127629 |  132410614 |  128184919 |  126569924 |
154.58/39.40	c (24,0) c | LitFullScans  |      5134611245 |  630053647 |  624104306 |  630045705 |  628364087 |  652437318 |  630297151 |  672098865 |  667210166 |
154.58/39.40	c (24,0) c | LitScanFracts |          442105 |      43156 |      86126 |      29168 |      48621 |      34871 |      26739 |      94295 |      79129 |
154.58/39.40	c (24,0) c | DecisionLevel0|             145 |         29 |         13 |          8 |         13 |         13 |         25 |         22 |         22 |
154.58/39.40	c (24,0) c | Periods       |             854 |        105 |        104 |        105 |        104 |        108 |        105 |        112 |        111 |
154.58/39.40	c (24,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
154.58/39.40	c (24,0) c | Avg_Trail     |                 |       6798 |       6211 |       6053 |       5519 |       6055 |       6033 |       7370 |       8040 |
154.58/39.40	c (24,0) c | Avg_DL        |                 |         19 |         11 |         12 |         11 |         14 |         12 |         17 |         19 |
154.58/39.40	c (24,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
154.58/39.40	c (24,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | Exported      |           54204 |       6169 |       6355 |       6780 |       7524 |       8880 |       6443 |       6081 |       5972 |
154.58/39.40	c (24,0) c | Imported      |          298673 |      38245 |      37158 |      28329 |      37095 |      36863 |      38709 |      40812 |      41462 |
154.58/39.40	c (24,0) c | Good          |             101 |         11 |          9 |          2 |          7 |         11 |          9 |         25 |         27 |
154.58/39.40	c (24,0) c | Purge         |          298572 |      38234 |      37149 |      28327 |      37088 |      36852 |      38700 |      40787 |      41435 |
154.58/39.40	c (24,0) c | Promoted      |            6382 |        418 |       1305 |       1144 |        952 |          0 |       1078 |        785 |        700 |
154.58/39.40	c (24,0) c | Remove_Imp    |           64245 |      14291 |          0 |          0 |          0 |      16579 |          0 |      17999 |      15376 |
154.58/39.40	c (24,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | Unaries       |                 |          0 |          3 |          0 |          7 |          0 |         10 |          0 |          0 |
154.58/39.40	c (24,0) c | Binaries      |                 |          0 |         21 |          4 |         50 |          1 |         37 |          0 |          0 |
154.58/39.40	c (24,0) c | Glues         |                 |        461 |        492 |        425 |        545 |        359 |        523 |        479 |        454 |
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | Orig_Seen     |             1 % |      52555 |      48029 |      37991 |      39734 |      42853 |      47970 |      59624 |      59817 |
154.58/39.40	c (24,0) c | Diff Orig seen|                 |      12821 |       8295 | -     1743 |      X     |       3119 |       8236 |      19890 |      20083 |
154.58/39.40	c (24,0) c | Hamming       |            19 % |      22077 |      19858 |      19484 |      X     |      23139 |      26537 |      24842 |      22468 |
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c | RunningTime   |                 |   15.9 100%|   16.3 100%|   15.6 100%|   15.8 100%|   15.4 100%|   15.3 100%|   15.4 100%|   15.4 100%|
154.58/39.40	c (24,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
154.58/39.40	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%|
154.58/39.40	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%|
154.58/39.40	c (24,0) c | SolvingTime   |                 |   15.9     |   16.3     |   15.6     |   15.9     |   15.4     |   15.3     |   15.4     |   15.4     |
154.58/39.40	c (24,0) c | PropagationTim|                 |   15.1  95%|   15.5  95%|   14.8  95%|   15.0  94%|   14.5  94%|   14.5  95%|   14.5  94%|   14.5  94%|
154.58/39.40	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%|
154.58/39.40	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%|
154.58/39.40	c (24,0) c | SimplifyTime  |                 |    0.0   0%|    0.1   0%|    0.0   0%|    0.1   1%|    0.0   0%|    0.1   1%|    0.1   1%|    0.1   1%|
154.58/39.40	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%|
154.58/39.40	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%|
154.58/39.40	c (24,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c
154.58/39.40	c (24,0) c Threads : 8
154.58/39.40	c (24,0) c Winner : 3
154.58/39.40	c (24,0) c Conflicts_0 : 27552
154.58/39.40	c (24,0) c Conflicts_1 : 27943
154.58/39.40	c (24,0) c Conflicts_2 : 30062
154.58/39.40	c (24,0) c Conflicts_3 : 31539
154.58/39.40	c (24,0) c Conflicts_4 : 38128
154.58/39.40	c (24,0) c Conflicts_5 : 28073
154.58/39.40	c (24,0) c Conflicts_6 : 27015
154.58/39.40	c (24,0) c Conflicts_7 : 27151
154.58/39.40	c (24,0) c Conflicts_total : 237463
154.58/39.40	c (24,0) c Conflicts_winner : 31539
154.58/39.40	c (24,0) c Decisions_0 : 36854
154.58/39.40	c (24,0) c Decisions_1 : 36296
154.58/39.40	c (24,0) c Decisions_2 : 38089
154.58/39.41	c (24,0) c Decisions_3 : 40301
154.58/39.41	c (24,0) c Decisions_4 : 50811
154.58/39.41	c (24,0) c Decisions_5 : 36956
154.58/39.41	c (24,0) c Decisions_6 : 35702
154.58/39.41	c (24,0) c Decisions_7 : 36473
154.58/39.41	c (24,0) c Decisions_total : 311482
154.58/39.41	c (24,0) c Decisions_winner : 40301
154.58/39.41	c (24,0) c Propagations_0 : 31128376
154.58/39.41	c (24,0) c Propagations_1 : 32798336
154.58/39.41	c (24,0) c Propagations_2 : 34360548
154.58/39.41	c (24,0) c Propagations_3 : 32256756
154.58/39.41	c (24,0) c Propagations_4 : 34423913
154.58/39.41	c (24,0) c Propagations_5 : 31842065
154.58/39.41	c (24,0) c Propagations_6 : 32436610
154.58/39.41	c (24,0) c Propagations_7 : 31261403
154.58/39.41	c (24,0) c Propagations_total : 260508007
154.58/39.41	c (24,0) c Propagations_winner : 32256756
154.58/39.41	c (24,0) c ReduceDBs_0 : 4
154.58/39.41	c (24,0) c ReduceDBs_1 : 4
154.58/39.41	c (24,0) c ReduceDBs_2 : 4
154.58/39.41	c (24,0) c ReduceDBs_3 : 4
154.58/39.41	c (24,0) c ReduceDBs_4 : 5
154.58/39.41	c (24,0) c ReduceDBs_5 : 4
154.58/39.41	c (24,0) c ReduceDBs_6 : 4
154.58/39.41	c (24,0) c ReduceDBs_7 : 4
154.58/39.41	c (24,0) c ReduceDBs_total : 33
154.58/39.41	c (24,0) c ReduceDBs_winner : 4
154.58/39.41	c (24,0) c SimpDBs_0 : 1
154.58/39.41	c (24,0) c SimpDBs_1 : 2
154.58/39.41	c (24,0) c SimpDBs_2 : 1
154.58/39.41	c (24,0) c SimpDBs_3 : 2
154.58/39.41	c (24,0) c SimpDBs_4 : 1
154.58/39.41	c (24,0) c SimpDBs_5 : 2
154.58/39.41	c (24,0) c SimpDBs_6 : 2
154.58/39.41	c (24,0) c SimpDBs_7 : 2
154.58/39.41	c (24,0) c SimpDBs_total : 13
154.58/39.41	c (24,0) c SimpDBs_winner : 2
154.58/39.41	c (24,0) c Restarts_0 : 29
154.58/39.41	c (24,0) c Restarts_1 : 10
154.58/39.41	c (24,0) c Restarts_2 : 8
154.58/39.41	c (24,0) c Restarts_3 : 6
154.58/39.41	c (24,0) c Restarts_4 : 13
154.58/39.41	c (24,0) c Restarts_5 : 15
154.58/39.41	c (24,0) c Restarts_6 : 22
154.58/39.41	c (24,0) c Restarts_7 : 22
154.58/39.41	c (24,0) c Restarts_total : 125
154.58/39.41	c (24,0) c Restarts_winner : 6
154.58/39.41	c (24,0) c ForcedImports_0 : 0
154.58/39.41	c (24,0) c ForcedImports_1 : 0
154.58/39.41	c (24,0) c ForcedImports_2 : 0
154.58/39.41	c (24,0) c ForcedImports_3 : 0
154.58/39.41	c (24,0) c ForcedImports_4 : 0
154.58/39.41	c (24,0) c ForcedImports_5 : 0
154.58/39.41	c (24,0) c ForcedImports_6 : 0
154.58/39.41	c (24,0) c ForcedImports_7 : 0
154.58/39.41	c (24,0) c ForcedImports_total : 0
154.58/39.41	c (24,0) c ForcedImports_winner : 0
154.58/39.41	c (24,0) c PropsBinClauses_0 : 35461198
154.58/39.41	c (24,0) c PropsBinClauses_1 : 35881037
154.58/39.41	c (24,0) c PropsBinClauses_2 : 37226375
154.58/39.41	c (24,0) c PropsBinClauses_3 : 35111820
154.58/39.41	c (24,0) c PropsBinClauses_4 : 36564788
154.58/39.41	c (24,0) c PropsBinClauses_5 : 34669055
154.58/39.41	c (24,0) c PropsBinClauses_6 : 36472348
154.58/39.41	c (24,0) c PropsBinClauses_7 : 35633606
154.58/39.41	c (24,0) c PropsBinClauses_total : 287020227
154.58/39.41	c (24,0) c PropsBinClauses_winner : 35111820
154.58/39.41	c (24,0) c PropsPreBlocker_0 : 428590713
154.58/39.41	c (24,0) c PropsPreBlocker_1 : 409059683
154.58/39.41	c (24,0) c PropsPreBlocker_2 : 415371319
154.58/39.41	c (24,0) c PropsPreBlocker_3 : 406800786
154.58/39.41	c (24,0) c PropsPreBlocker_4 : 443648430
154.58/39.41	c (24,0) c PropsPreBlocker_5 : 412987596
154.58/39.41	c (24,0) c PropsPreBlocker_6 : 457187596
154.58/39.41	c (24,0) c PropsPreBlocker_7 : 454512914
154.58/39.41	c (24,0) c PropsPreBlocker_total : 3428159037
154.58/39.41	c (24,0) c PropsPreBlocker_winner : 406800786
154.58/39.41	c (24,0) c PropsNotBlocker_0 : 125927567
154.58/39.41	c (24,0) c PropsNotBlocker_1 : 128756620
154.58/39.41	c (24,0) c PropsNotBlocker_2 : 133703840
154.58/39.41	c (24,0) c PropsNotBlocker_3 : 134795274
154.58/39.41	c (24,0) c PropsNotBlocker_4 : 126127629
154.58/39.41	c (24,0) c PropsNotBlocker_5 : 132410614
154.58/39.41	c (24,0) c PropsNotBlocker_6 : 128184919
154.58/39.41	c (24,0) c PropsNotBlocker_7 : 126569924
154.58/39.41	c (24,0) c PropsNotBlocker_total : 1036476387
154.58/39.41	c (24,0) c PropsNotBlocker_winner : 134795274
154.58/39.41	c (24,0) c PropsLitFullScans_0 : 630053647
154.58/39.41	c (24,0) c PropsLitFullScans_1 : 624104306
154.58/39.41	c (24,0) c PropsLitFullScans_2 : 630045705
154.58/39.41	c (24,0) c PropsLitFullScans_3 : 628364087
154.58/39.41	c (24,0) c PropsLitFullScans_4 : 652437318
154.58/39.41	c (24,0) c PropsLitFullScans_5 : 630297151
154.58/39.41	c (24,0) c PropsLitFullScans_6 : 672098865
154.58/39.41	c (24,0) c PropsLitFullScans_7 : 667210166
154.58/39.41	c (24,0) c PropsLitFullScans_total : 5134611245
154.58/39.41	c (24,0) c PropsLitFullScans_winner : 628364087
154.58/39.41	c (24,0) c LitScanFractions_0 : 43156
154.58/39.41	c (24,0) c LitScanFractions_1 : 86126
154.58/39.41	c (24,0) c LitScanFractions_2 : 29168
154.58/39.41	c (24,0) c LitScanFractions_3 : 48621
154.58/39.41	c (24,0) c LitScanFractions_4 : 34871
154.58/39.41	c (24,0) c LitScanFractions_5 : 26739
154.58/39.41	c (24,0) c LitScanFractions_6 : 94295
154.58/39.41	c (24,0) c LitScanFractions_7 : 79129
154.58/39.41	c (24,0) c LitScanFractions_total : 442105
154.58/39.41	c (24,0) c LitScanFractions_winner : 48621
154.58/39.41	c (24,0) c DecisionLevel0_0 : 29
154.58/39.41	c (24,0) c DecisionLevel0_1 : 13
154.58/39.41	c (24,0) c DecisionLevel0_2 : 8
154.58/39.41	c (24,0) c DecisionLevel0_3 : 13
154.58/39.41	c (24,0) c DecisionLevel0_4 : 13
154.58/39.41	c (24,0) c DecisionLevel0_5 : 25
154.58/39.41	c (24,0) c DecisionLevel0_6 : 22
154.58/39.41	c (24,0) c DecisionLevel0_7 : 22
154.58/39.41	c (24,0) c DecisionLevel0_total : 145
154.58/39.41	c (24,0) c DecisionLevel0_winner : 13
154.58/39.41	c (24,0) c Periods_0 : 105
154.58/39.41	c (24,0) c Periods_1 : 104
154.58/39.41	c (24,0) c Periods_2 : 105
154.58/39.41	c (24,0) c Periods_3 : 104
154.58/39.41	c (24,0) c Periods_4 : 108
154.58/39.41	c (24,0) c Periods_5 : 105
154.58/39.41	c (24,0) c Periods_6 : 112
154.58/39.41	c (24,0) c Periods_7 : 111
154.58/39.41	c (24,0) c Periods_total : 854
154.58/39.41	c (24,0) c Periods_winner : 104
154.58/39.41	c (24,0) c Margin_0 : 20
154.58/39.41	c (24,0) c Margin_1 : 20
154.58/39.41	c (24,0) c Margin_2 : 20
154.58/39.41	c (24,0) c Margin_3 : 20
154.58/39.41	c (24,0) c Margin_4 : 20
154.58/39.41	c (24,0) c Margin_5 : 20
154.58/39.41	c (24,0) c Margin_6 : 20
154.58/39.41	c (24,0) c Margin_7 : 20
154.58/39.41	c (24,0) c Margin_total : 160
154.58/39.41	c (24,0) c Margin_winner : 20
154.58/39.41	c (24,0) c Exported_0 : 6169
154.58/39.41	c (24,0) c Exported_1 : 6355
154.58/39.41	c (24,0) c Exported_2 : 6780
154.58/39.41	c (24,0) c Exported_3 : 7524
154.58/39.41	c (24,0) c Exported_4 : 8880
154.58/39.41	c (24,0) c Exported_5 : 6443
154.58/39.41	c (24,0) c Exported_6 : 6081
154.58/39.41	c (24,0) c Exported_7 : 5972
154.58/39.41	c (24,0) c Exported_total : 54204
154.58/39.41	c (24,0) c Exported_winner : 7524
154.58/39.41	c (24,0) c Imported_0 : 38245
154.58/39.41	c (24,0) c Imported_1 : 37158
154.58/39.41	c (24,0) c Imported_2 : 28329
154.58/39.41	c (24,0) c Imported_3 : 37095
154.58/39.41	c (24,0) c Imported_4 : 36863
154.58/39.41	c (24,0) c Imported_5 : 38709
154.58/39.41	c (24,0) c Imported_6 : 40812
154.58/39.41	c (24,0) c Imported_7 : 41462
154.58/39.41	c (24,0) c Imported_total : 298673
154.58/39.41	c (24,0) c Imported_winner : 37095
154.58/39.41	c (24,0) c Good_0 : 11
154.58/39.41	c (24,0) c Good_1 : 9
154.58/39.41	c (24,0) c Good_2 : 2
154.58/39.41	c (24,0) c Good_3 : 7
154.58/39.41	c (24,0) c Good_4 : 11
154.58/39.41	c (24,0) c Good_5 : 9
154.58/39.41	c (24,0) c Good_6 : 25
154.58/39.41	c (24,0) c Good_7 : 27
154.58/39.41	c (24,0) c Good_total : 101
154.58/39.41	c (24,0) c Good_winner : 7
154.58/39.41	c (24,0) c Purge_0 : 38234
154.58/39.41	c (24,0) c Purge_1 : 37149
154.58/39.41	c (24,0) c Purge_2 : 28327
154.58/39.41	c (24,0) c Purge_3 : 37088
154.58/39.41	c (24,0) c Purge_4 : 36852
154.58/39.41	c (24,0) c Purge_5 : 38700
154.58/39.41	c (24,0) c Purge_6 : 40787
154.58/39.41	c (24,0) c Purge_7 : 41435
154.58/39.41	c (24,0) c Purge_total : 298572
154.58/39.41	c (24,0) c Purge_winner : 37088
154.58/39.41	c (24,0) c Promoted_0 : 418
154.58/39.41	c (24,0) c Promoted_1 : 1305
154.58/39.41	c (24,0) c Promoted_2 : 1144
154.58/39.41	c (24,0) c Promoted_3 : 952
154.58/39.41	c (24,0) c Promoted_4 : 0
154.58/39.41	c (24,0) c Promoted_5 : 1078
154.58/39.41	c (24,0) c Promoted_6 : 785
154.58/39.41	c (24,0) c Promoted_7 : 700
154.58/39.41	c (24,0) c Promoted_total : 6382
154.58/39.41	c (24,0) c Promoted_winner : 952
154.58/39.41	c (24,0) c Remove_Imp_0 : 14291
154.58/39.41	c (24,0) c Remove_Imp_1 : 0
154.58/39.41	c (24,0) c Remove_Imp_2 : 0
154.58/39.41	c (24,0) c Remove_Imp_3 : 0
154.58/39.41	c (24,0) c Remove_Imp_4 : 16579
154.58/39.41	c (24,0) c Remove_Imp_5 : 0
154.58/39.41	c (24,0) c Remove_Imp_6 : 17999
154.58/39.41	c (24,0) c Remove_Imp_7 : 15376
154.58/39.41	c (24,0) c Remove_Imp_total : 64245
154.58/39.41	c (24,0) c Remove_Imp_winner : 0
154.58/39.41	c (24,0) c Blocked_Reuse_0 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_1 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_2 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_3 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_4 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_5 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_6 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_7 : 0
154.58/39.41	c (24,0) c Blocked_Reuse_total : 0
154.58/39.41	c (24,0) c Blocked_Reuse_winner : 0
154.58/39.41	c (24,0) c Unaries_0 : 0
154.58/39.41	c (24,0) c Unaries_1 : 3
154.58/39.41	c (24,0) c Unaries_2 : 0
154.58/39.41	c (24,0) c Unaries_3 : 7
154.58/39.41	c (24,0) c Unaries_4 : 0
154.58/39.41	c (24,0) c Unaries_5 : 10
154.58/39.41	c (24,0) c Unaries_6 : 0
154.58/39.41	c (24,0) c Unaries_7 : 0
154.58/39.41	c (24,0) c Unaries_total : 20
154.58/39.41	c (24,0) c Unaries_winner : 7
154.58/39.41	c (24,0) c Binaries_0 : 0
154.58/39.41	c (24,0) c Binaries_1 : 21
154.58/39.41	c (24,0) c Binaries_2 : 4
154.58/39.41	c (24,0) c Binaries_3 : 50
154.58/39.41	c (24,0) c Binaries_4 : 1
154.58/39.41	c (24,0) c Binaries_5 : 37
154.58/39.41	c (24,0) c Binaries_6 : 0
154.58/39.41	c (24,0) c Binaries_7 : 0
154.58/39.41	c (24,0) c Binaries_total : 113
154.58/39.41	c (24,0) c Binaries_winner : 50
154.58/39.41	c (24,0) c Glues_0 : 461
154.58/39.41	c (24,0) c Glues_1 : 492
154.58/39.41	c (24,0) c Glues_2 : 425
154.58/39.41	c (24,0) c Glues_3 : 545
154.58/39.41	c (24,0) c Glues_4 : 359
154.58/39.41	c (24,0) c Glues_5 : 523
154.58/39.41	c (24,0) c Glues_6 : 479
154.58/39.41	c (24,0) c Glues_7 : 454
154.58/39.41	c (24,0) c Glues_total : 3738
154.58/39.41	c (24,0) c Glues_winner : 545
154.58/39.41	c (24,0) c RunningTime_0 : 15.873658
154.58/39.41	c (24,0) c RunningTime_1 : 16.265445
154.58/39.41	c (24,0) c RunningTime_2 : 15.577566
154.58/39.41	c (24,0) c RunningTime_3 : 15.848944
154.58/39.41	c (24,0) c RunningTime_4 : 15.359192
154.58/39.41	c (24,0) c RunningTime_5 : 15.309216
154.58/39.41	c (24,0) c RunningTime_6 : 15.375136
154.58/39.41	c (24,0) c RunningTime_7 : 15.389062
154.58/39.41	c (24,0) c RunningTime_total : 124.998219
154.58/39.41	c (24,0) c RunningTime_winner : 15.848944
154.58/39.41	c (24,0) c WaitingTime_0 : 0.000220
154.58/39.41	c (24,0) c WaitingTime_1 : 0.000113
154.58/39.41	c (24,0) c WaitingTime_2 : 0.000223
154.58/39.41	c (24,0) c WaitingTime_3 : 0.000160
154.58/39.42	c (24,0) c WaitingTime_4 : 0.000189
154.58/39.42	c (24,0) c WaitingTime_5 : 0.000231
154.58/39.42	c (24,0) c WaitingTime_6 : 0.000716
154.58/39.42	c (24,0) c WaitingTime_7 : 0.000348
154.58/39.42	c (24,0) c WaitingTime_total : 0.002199
154.58/39.42	c (24,0) c WaitingTime_winner : 0.000160
154.58/39.42	c (24,0) c ExchangingTime_0 : 0.016757
154.58/39.42	c (24,0) c ExchangingTime_1 : 0.014773
154.58/39.42	c (24,0) c ExchangingTime_2 : 0.012940
154.58/39.42	c (24,0) c ExchangingTime_3 : 0.016162
154.58/39.42	c (24,0) c ExchangingTime_4 : 0.018435
154.58/39.42	c (24,0) c ExchangingTime_5 : 0.017194
154.58/39.42	c (24,0) c ExchangingTime_6 : 0.018478
154.58/39.42	c (24,0) c ExchangingTime_7 : 0.015960
154.58/39.42	c (24,0) c ExchangingTime_total : 0.130698
154.58/39.42	c (24,0) c ExchangingTime_winner : 0.016162
154.58/39.42	c (24,0) c PeriodProcTime_0 : 0.001753
154.58/39.42	c (24,0) c PeriodProcTime_1 : 0.001427
154.58/39.42	c (24,0) c PeriodProcTime_2 : 0.001477
154.58/39.42	c (24,0) c PeriodProcTime_3 : 0.002006
154.58/39.42	c (24,0) c PeriodProcTime_4 : 0.002894
154.58/39.42	c (24,0) c PeriodProcTime_5 : 0.001553
154.58/39.42	c (24,0) c PeriodProcTime_6 : 0.002130
154.58/39.42	c (24,0) c PeriodProcTime_7 : 0.001543
154.58/39.42	c (24,0) c PeriodProcTime_total : 0.014783
154.58/39.42	c (24,0) c PeriodProcTime_winner : 0.002006
154.58/39.42	c (24,0) c SolvingTime_0 : 15.892388
154.58/39.42	c (24,0) c SolvingTime_1 : 16.281757
154.58/39.42	c (24,0) c SolvingTime_2 : 15.592206
154.58/39.42	c (24,0) c SolvingTime_3 : 15.867272
154.58/39.42	c (24,0) c SolvingTime_4 : 15.380710
154.58/39.42	c (24,0) c SolvingTime_5 : 15.328193
154.58/39.42	c (24,0) c SolvingTime_6 : 15.396461
154.58/39.42	c (24,0) c SolvingTime_7 : 15.406912
154.58/39.42	c (24,0) c SolvingTime_total : 125.145900
154.58/39.42	c (24,0) c SolvingTime_winner : 15.867272
154.58/39.42	c (24,0) c PropagationTime_0 : 15.088976
154.58/39.42	c (24,0) c PropagationTime_1 : 15.461899
154.58/39.42	c (24,0) c PropagationTime_2 : 14.827758
154.58/39.42	c (24,0) c PropagationTime_3 : 14.983218
154.58/39.42	c (24,0) c PropagationTime_4 : 14.529094
154.58/39.42	c (24,0) c PropagationTime_5 : 14.496775
154.58/39.42	c (24,0) c PropagationTime_6 : 14.524972
154.58/39.42	c (24,0) c PropagationTime_7 : 14.503442
154.58/39.42	c (24,0) c PropagationTime_total : 118.416134
154.58/39.42	c (24,0) c PropagationTime_winner : 14.983218
154.58/39.42	c (24,0) c AnalysisTime_0 : 0.448195
154.58/39.42	c (24,0) c AnalysisTime_1 : 0.407840
154.58/39.42	c (24,0) c AnalysisTime_2 : 0.422176
154.58/39.42	c (24,0) c AnalysisTime_3 : 0.443265
154.58/39.42	c (24,0) c AnalysisTime_4 : 0.473470
154.58/39.42	c (24,0) c AnalysisTime_5 : 0.403322
154.58/39.42	c (24,0) c AnalysisTime_6 : 0.427753
154.58/39.42	c (24,0) c AnalysisTime_7 : 0.462959
154.58/39.42	c (24,0) c AnalysisTime_total : 3.488980
154.58/39.42	c (24,0) c AnalysisTime_winner : 0.443265
154.58/39.42	c (24,0) c ReductionTime_0 : 0.012422
154.58/39.42	c (24,0) c ReductionTime_1 : 0.007116
154.58/39.42	c (24,0) c ReductionTime_2 : 0.006749
154.58/39.42	c (24,0) c ReductionTime_3 : 0.006963
154.58/39.42	c (24,0) c ReductionTime_4 : 0.020496
154.58/39.42	c (24,0) c ReductionTime_5 : 0.007147
154.58/39.42	c (24,0) c ReductionTime_6 : 0.013080
154.58/39.42	c (24,0) c ReductionTime_7 : 0.012120
154.58/39.42	c (24,0) c ReductionTime_total : 0.086092
154.58/39.42	c (24,0) c ReductionTime_winner : 0.006963
154.58/39.42	c (24,0) c SimplifyTime_0 : 0.000004
154.58/39.42	c (24,0) c SimplifyTime_1 : 0.074056
154.58/39.42	c (24,0) c SimplifyTime_2 : 0.000001
154.58/39.42	c (24,0) c SimplifyTime_3 : 0.095636
154.58/39.42	c (24,0) c SimplifyTime_4 : 0.000000
154.58/39.42	c (24,0) c SimplifyTime_5 : 0.094580
154.58/39.42	c (24,0) c SimplifyTime_6 : 0.092531
154.58/39.42	c (24,0) c SimplifyTime_7 : 0.095759
154.58/39.42	c (24,0) c SimplifyTime_total : 0.452567
154.58/39.42	c (24,0) c SimplifyTime_winner : 0.095636
154.58/39.42	c (24,0) c UsedRateTime_0 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_1 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_2 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_3 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_4 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_5 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_6 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_7 : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_total : 0.000000
154.58/39.42	c (24,0) c UsedRateTime_winner : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_0 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_1 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_2 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_3 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_4 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_5 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_6 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_7 : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_total : 0.000000
154.58/39.42	c (24,0) c OverlapRateTime_winner : 0.000000
154.58/39.42	c (24,0) c
154.58/39.42	c (24,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
154.58/39.42	c (24,0) c
154.58/39.42	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.42	c (24,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
154.58/39.42	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.42	c (24,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
154.58/39.42	c (24,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
154.58/39.42	c (24,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
154.58/39.42	c (24,0) c | Initial random_seed   |  755056721 |  845958432 | 1477723792 | 1034142593 |  486440805 |  322139796 |  539128307 |  742389127 |
154.58/39.42	c (24,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
154.58/39.42	c (24,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
154.58/39.42	c (24,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
154.58/39.42	c (24,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
154.58/39.42	c (24,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
154.58/39.42	c (24,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
154.58/39.42	c (24,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
154.58/39.42	c (24,0) c | var_decay             |     0.8500 |     0.8500 |     0.8600 |     0.8600 |     0.8700 |     0.8500 |     0.8500 |     0.8500 |
154.58/39.42	c (24,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
154.58/39.42	c (24,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
154.58/39.42	c (24,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
154.58/39.42	c (24,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
154.58/39.42	c (24,0) 
154.58/39.42	c (24,0) s UNSATISFIABLE
154.58/39.49	c (24,0) SatSolver.solve End
154.58/39.49	c (24,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
154.58/39.49	c (24,0) Show results Begin
154.58/39.49	s UNSATISFIABLE
154.58/39.49	c (24,0) Show results End
154.58/39.49	c (24,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
154.58/39.49	c (24,0) 24,24,STOP-AFTER(ALL)
154.58/39.49	c END-Prog: Sat Sep 14 08:18:39 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 (14863 MiB free)
  memory of node 1: 16384 MiB (15284 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100141 s]*
/proc/loadavg: 6.70 7.84 7.97 2/211 19245
/proc/meminfo: memFree=30774984/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420430437 115843072 348 33554432000 4194304 5098028 140737052880384 140737052877640 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 348 296 221 0 87 0
[pid=19226] ppid=19223 vsize=27314120 memory=107208 CPUtime=0.1 cores=0-7
/proc/19226/stat : 19226 (java) S 19223 19223 16662 0 -1 1077944320 6926 0 0 0 8 2 0 0 20 0 20 0 420430438 27969658880 26802 33554432000 4194304 4196468 140732574004528 140732573987072 140363360751351 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
/proc/19226/statm: 6828530 26802 2777 1 0 6790935 0
[pid=19226/tid=19227] ppid=19223 vsize=27314120 memory=7826581535555755929 CPUtime=0.09 cores=0-7
/proc/19226/task/19227/stat : 19227 (java) R 19223 19223 16662 0 -1 4202560 5022 0 0 0 7 2 0 0 20 0 20 0 420430438 27969658880 26802 33554432000 4194304 4196468 140732574004528 140363332573632 140363183131196 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19228] ppid=19223 vsize=27314120 memory=732370225794636773 CPUtime=0 cores=0-7
/proc/19226/task/19228/stat : 19228 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26802 33554432000 4194304 4196468 140732574004528 140363364993936 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19229] ppid=19223 vsize=27314120 memory=140087457183360 CPUtime=0 cores=0-7
/proc/19226/task/19229/stat : 19229 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26802 33554432000 4194304 4196468 140732574004528 140363179150096 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19230] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19230/stat : 19230 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26802 33554432000 4194304 4196468 140732574004528 140363178097808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19231] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19231/stat : 19231 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26867 33554432000 4194304 4196468 140732574004528 140363177045008 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19232] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19232/stat : 19232 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26867 33554432000 4194304 4196468 140732574004528 140363175991696 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19233] ppid=19223 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19226/task/19233/stat : 19233 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26867 33554432000 4194304 4196468 140732574004528 140363174938896 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19234] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19234/stat : 19234 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26867 33554432000 4194304 4196468 140732574004528 140363173886608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19235] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19235/stat : 19235 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 26867 33554432000 4194304 4196468 140732574004528 140363172833808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19236] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19236/stat : 19236 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361412299376 140363360762498 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19237] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19237/stat : 19237 (java) S 19223 19223 16662 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361343165728 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19238] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19238/stat : 19238 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430443 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361074730608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19239] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19239/stat : 19239 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140360700222032 140363360769947 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19240] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19240/stat : 19240 (java) S 19223 19223 16662 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361208944752 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19241] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19241/stat : 19241 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361207891952 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19242] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19242/stat : 19242 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361206839664 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19243] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19243/stat : 19243 (java) R 19223 19223 16662 0 -1 4202560 257 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361205786864 140363360772698 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19244] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19244/stat : 19244 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 26867 33554432000 4194304 4196468 140732574004528 140360202316640 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19245] ppid=19223 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19226/task/19245/stat : 19245 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430446 27969658880 26867 33554432000 4194304 4196468 140732574004528 140361204734768 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108600 KiB

[startup+0.210243 s]*
/proc/loadavg: 6.70 7.84 7.97 3/211 19245
/proc/meminfo: memFree=30753584/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420430437 115843072 348 33554432000 4194304 5098028 140737052880384 140737052877640 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 348 296 221 0 87 0
[pid=19226] ppid=19223 vsize=27314120 memory=126780 CPUtime=0.24 cores=0-7
/proc/19226/stat : 19226 (java) S 19223 19223 16662 0 -1 1077944320 12544 0 0 0 20 4 0 0 20 0 20 0 420430438 27969658880 31695 33554432000 4194304 4196468 140732574004528 140732573987072 140363360751351 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
/proc/19226/statm: 6828530 31695 2965 1 0 6790935 0
[pid=19226/tid=19227] ppid=19223 vsize=27314120 memory=0 CPUtime=0.19 cores=0-7
/proc/19226/task/19227/stat : 19227 (java) R 19223 19223 16662 0 -1 4202560 10260 0 0 0 16 3 0 0 20 0 20 0 420430438 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363332564784 140363342314889 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19228] ppid=19223 vsize=27314120 memory=732370225794636773 CPUtime=0 cores=0-7
/proc/19226/task/19228/stat : 19228 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363364993936 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19229] ppid=19223 vsize=27314120 memory=140087457183360 CPUtime=0 cores=0-7
/proc/19226/task/19229/stat : 19229 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363179150096 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19230] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19230/stat : 19230 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363178097808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19231] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19231/stat : 19231 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363177045008 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19232] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19232/stat : 19232 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363175991696 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19233] ppid=19223 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19226/task/19233/stat : 19233 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363174938896 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19234] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19234/stat : 19234 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363173886608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19235] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19235/stat : 19235 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 31695 33554432000 4194304 4196468 140732574004528 140363172833808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19236] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19236/stat : 19236 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361412299376 140363360762498 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19237] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19237/stat : 19237 (java) S 19223 19223 16662 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361343165728 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19238] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19238/stat : 19238 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430443 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361074730608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19239] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19239/stat : 19239 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140360700222032 140363360769947 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19240] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19240/stat : 19240 (java) S 19223 19223 16662 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361208944752 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19241] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19241/stat : 19241 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361207891952 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19242] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19242/stat : 19242 (java) S 19223 19223 16662 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361206839664 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19243] ppid=19223 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/19226/task/19243/stat : 19243 (java) S 19223 19223 16662 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361205786864 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19244] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19244/stat : 19244 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 31695 33554432000 4194304 4196468 140732574004528 140360202316640 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19245] ppid=19223 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19226/task/19245/stat : 19245 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430446 27969658880 31695 33554432000 4194304 4196468 140732574004528 140361204734768 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 128172 KiB

[startup+0.309737 s]*
/proc/loadavg: 6.70 7.84 7.97 2/211 19245
/proc/meminfo: memFree=30750792/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420430437 115843072 348 33554432000 4194304 5098028 140737052880384 140737052877640 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 348 296 221 0 87 0
[pid=19226] ppid=19223 vsize=27314120 memory=130124 CPUtime=0.42 cores=0-7
/proc/19226/stat : 19226 (java) S 19223 19223 16662 0 -1 1077944320 12898 0 0 0 37 5 0 0 20 0 20 0 420430438 27969658880 32531 33554432000 4194304 4196468 140732574004528 140732573987072 140363360751351 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
/proc/19226/statm: 6828530 32531 3029 1 0 6790935 0
[pid=19226/tid=19227] ppid=19223 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19226/task/19227/stat : 19227 (java) R 19223 19223 16662 0 -1 4202560 10447 0 0 0 26 4 0 0 20 0 20 0 420430438 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363332573376 140363344831838 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19228] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19228/stat : 19228 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363364993936 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19229] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19229/stat : 19229 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363179150096 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19230] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19230/stat : 19230 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363178097808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19231] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19231/stat : 19231 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363177045008 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19232] ppid=19223 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/19226/task/19232/stat : 19232 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363175991696 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19233] ppid=19223 vsize=27314120 memory=140087337776047 CPUtime=0 cores=0-7
/proc/19226/task/19233/stat : 19233 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363174938896 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19234] ppid=19223 vsize=27314120 memory=140087337778352 CPUtime=0 cores=0-7
/proc/19226/task/19234/stat : 19234 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363173886608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19235] ppid=19223 vsize=27314120 memory=140087337780656 CPUtime=0 cores=0-7
/proc/19226/task/19235/stat : 19235 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430440 27969658880 32531 33554432000 4194304 4196468 140732574004528 140363172833808 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19236] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19236/stat : 19236 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361412299376 140363360762498 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19237] ppid=19223 vsize=27314120 memory=280174675568272 CPUtime=0 cores=0-7
/proc/19226/task/19237/stat : 19237 (java) S 19223 19223 16662 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420430442 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361343165728 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19238] ppid=19223 vsize=27314120 memory=280174675575184 CPUtime=0 cores=0-7
/proc/19226/task/19238/stat : 19238 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430443 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361074730608 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19239] ppid=19223 vsize=27314120 memory=280174675516336 CPUtime=0 cores=0-7
/proc/19226/task/19239/stat : 19239 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140360700222032 140363360769947 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19240] ppid=19223 vsize=27314120 memory=280174675589008 CPUtime=0.01 cores=0-7
/proc/19226/task/19240/stat : 19240 (java) S 19223 19223 16662 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361208944752 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19241] ppid=19223 vsize=27314120 memory=280174675595920 CPUtime=0 cores=0-7
/proc/19226/task/19241/stat : 19241 (java) S 19223 19223 16662 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361207891952 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19242] ppid=19223 vsize=27314120 memory=280174675593616 CPUtime=0.02 cores=0-7
/proc/19226/task/19242/stat : 19242 (java) R 19223 19223 16662 0 -1 4202560 260 0 0 0 2 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361206839664 140363345646510 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19243] ppid=19223 vsize=27314120 memory=280174675609776 CPUtime=0.07 cores=0-7
/proc/19226/task/19243/stat : 19243 (java) S 19223 19223 16662 0 -1 1077944384 477 0 0 0 7 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361205786864 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19244] ppid=19223 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19226/task/19244/stat : 19244 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420430445 27969658880 32531 33554432000 4194304 4196468 140732574004528 140360202316640 140363360761557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19245] ppid=19223 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19226/task/19245/stat : 19245 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430446 27969658880 32531 33554432000 4194304 4196468 140732574004528 140361204734768 140363360762498 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131516 KiB

[startup+0.700913 s]
/proc/loadavg: 6.70 7.84 7.97 2/211 19245
/proc/meminfo: memFree=30730576/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420430437 115843072 348 33554432000 4194304 5098028 140737052880384 140737052877640 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 348 296 221 0 87 0
[pid=19226] ppid=19223 vsize=27320392 memory=165728 CPUtime=1 cores=0-7
/proc/19226/stat : 19226 (java) S 19223 19223 16662 0 -1 1077944320 20502 0 0 0 93 7 0 0 20 0 20 0 420430438 27976081408 41432 33554432000 4194304 4196468 140732574004528 140732573987072 140363360751351 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
/proc/19226/statm: 6830098 41432 3193 1 0 6791447 0
[pid=19226/tid=19227] ppid=19223 vsize=27320392 memory=280174675904704 CPUtime=0.67 cores=0-7
/proc/19226/task/19227/stat : 19227 (java) R 19223 19223 16662 0 -1 4202560 17413 0 0 0 62 5 0 0 20 0 20 0 420430438 27976081408 41432 33554432000 4194304 4196468 140732574004528 140363332589584 140363360763286 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19228] ppid=19223 vsize=27320392 memory=1772 CPUtime=0 cores=0-7
/proc/19226/task/19228/stat : 19228 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27976081408 41432 33554432000 4194304 4196468 140732574004528 140363364993936 140363360761557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19229] ppid=19223 vsize=27320392 memory=1056 CPUtime=0 cores=0-7
/proc/19226/task/19229/stat : 19229 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420430440 27976081408 41432 33554432000 4194304 4196468 140732574004528 140363179150096 140363360761557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0
[pid=19226/tid=19230] ppid=19223 vsize=27320392 memory=1556 CPUtime=0 cores=0-7
/proc/19226/task/19230/stat : 19230 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420430440 27976081408 41432 33554432000 4194304 4196468 140732574004528 140363178097808 140363360761557 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29302784 140732574012139 140732574012566 140732574012566 140732574015439 0

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

/proc/19247/task/19252/stat : 19252 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600050825872 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19253] ppid=19223 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/19247/task/19253/stat : 19253 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599712709392 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19254] ppid=19223 vsize=8414124 memory=121336 CPUtime=0 cores=0-7
/proc/19247/task/19254/stat : 19254 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599711656848 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19255] ppid=19223 vsize=8414124 memory=1818120 CPUtime=0 cores=0-7
/proc/19247/task/19255/stat : 19255 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599710604304 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19256] ppid=19223 vsize=8414124 memory=7686721470351185820 CPUtime=0 cores=0-7
/proc/19247/task/19256/stat : 19256 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599709551760 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19257] ppid=19223 vsize=8414124 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/19247/task/19257/stat : 19257 (java) S 19223 19223 16662 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 420431853 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599525443568 140600230611586 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19258] ppid=19223 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/19247/task/19258/stat : 19258 (java) S 19223 19223 16662 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420431854 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598908543904 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19259] ppid=19223 vsize=8414124 memory=121336 CPUtime=0 cores=0-7
/proc/19247/task/19259/stat : 19259 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431854 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598640108528 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19260] ppid=19223 vsize=8414124 memory=1890440 CPUtime=0 cores=0-7
/proc/19247/task/19260/stat : 19260 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598265600208 140600230619035 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19261] ppid=19223 vsize=8414124 memory=1889000 CPUtime=0.07 cores=0-7
/proc/19247/task/19261/stat : 19261 (java) S 19223 19223 16662 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599524391408 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19262] ppid=19223 vsize=8414124 memory=1472 CPUtime=0.03 cores=0-7
/proc/19247/task/19262/stat : 19262 (java) S 19223 19223 16662 0 -1 1077944384 74 0 0 0 3 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599523338864 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19263] ppid=19223 vsize=8414124 memory=121336 CPUtime=0.14 cores=0-7
/proc/19247/task/19263/stat : 19263 (java) S 19223 19223 16662 0 -1 1077944384 664 0 0 0 14 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599522286320 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19264] ppid=19223 vsize=8414124 memory=1869848 CPUtime=0.21 cores=0-7
/proc/19247/task/19264/stat : 19264 (java) S 19223 19223 16662 0 -1 1077944384 592 0 0 0 21 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599521233776 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19265] ppid=19223 vsize=8414124 memory=624 CPUtime=0 cores=0-7
/proc/19247/task/19265/stat : 19265 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597767694560 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19266] ppid=19223 vsize=8414124 memory=3996 CPUtime=0.01 cores=0-7
/proc/19247/task/19266/stat : 19266 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 1 0 0 20 0 24 0 420431857 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599520180656 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19268] ppid=19223 vsize=8414124 memory=2832 CPUtime=0 cores=0-7
/proc/19247/task/19268/stat : 19268 (java) S 19223 19223 16662 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420431924 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599514338496 140600230625049 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19270] ppid=19223 vsize=8414124 memory=14012 CPUtime=0 cores=0-7
/proc/19247/task/19270/stat : 19270 (java) S 19223 19223 16662 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 420431925 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597096595216 140600230622365 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19271] ppid=19223 vsize=8414124 memory=1436 CPUtime=0 cores=0-7
/proc/19247/task/19271/stat : 19271 (java) S 19223 19223 16662 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 420431925 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597365030800 140600230622365 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19272] ppid=19223 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/19247/task/19272/stat : 19272 (java) S 19223 19223 16662 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420431927 8616062976 30334 33554432000 4194304 4196468 140730275566192 140596828167856 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
Current children cumulated CPU time: 154.38 s
Current children cumulated vsize: 10839440 KiB
Current children cumulated memory: 2013308 KiB

[startup+39.4012 s]
/proc/loadavg: 5.73 7.39 7.81 3/218 19282
/proc/meminfo: memFree=28804576/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1472 CPUtime=21.79 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 582 34250 0 0 0 0 2061 118 20 0 1 0 420430437 115843072 368 33554432000 4194304 5098028 140737052880384 140737052877128 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 368 311 221 0 87 0
[pid=19247] ppid=19223 vsize=8414124 memory=121336 CPUtime=1.28 cores=0-7
/proc/19247/stat : 19247 (java) S 19223 19223 16662 0 -1 1077944320 20692 0 0 0 120 8 0 0 20 0 24 0 420431850 8616062976 30334 33554432000 4194304 4196468 140730275566192 140730275548736 140600230600439 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
/proc/19247/statm: 2103531 30334 3206 1 0 2064875 0
[pid=19267] ppid=19247 vsize=2312188 memory=1890500 CPUtime=131.51 cores=0-7
/proc/19267/stat : 19267 (manyglucose-4.1) S 19247 19223 16662 0 -1 1077944320 1157750 0 0 0 12890 261 0 0 20 0 2 0 420431924 2367680512 472625 33554432000 4194304 4454172 140724256408272 140724256406656 139694826700535 0 4 0 8388610 18446744073709551615 0 0 17 6 0 0 31 0 0 6552832 6554400 21020672 140724256416617 140724256416816 140724256416816 140724256419770 0
/proc/19267/statm: 578047 472625 420 64 0 573715 0
[pid=19267/tid=19274] ppid=19247 vsize=2312188 memory=1804 CPUtime=16.03 cores=0-7
/proc/19267/task/19274/stat : 19274 (manyglucose-4.1) R 19247 19223 16662 0 -1 4202560 131013 0 0 0 1562 41 0 0 20 0 2 0 420432749 2367680512 472625 33554432000 4194304 4454172 140724256408272 139693958769448 4351209 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 21020672 140724256416617 140724256416816 140724256416816 140724256419770 0
[pid=19247/tid=19248] ppid=19223 vsize=8414124 memory=920 CPUtime=0.77 cores=0-7
/proc/19247/task/19248/stat : 19248 (java) S 19223 19223 16662 0 -1 1077944384 17264 0 0 0 71 6 0 0 20 0 24 0 420431850 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600202440608 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19249] ppid=19223 vsize=8414124 memory=4404 CPUtime=0 cores=0-7
/proc/19247/task/19249/stat : 19249 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420431851 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600234842384 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19250] ppid=19223 vsize=8414124 memory=4100 CPUtime=0 cores=0-7
/proc/19247/task/19250/stat : 19250 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600052930960 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19251] ppid=19223 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/19247/task/19251/stat : 19251 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600051878416 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19252] ppid=19223 vsize=8414124 memory=2968 CPUtime=0 cores=0-7
/proc/19247/task/19252/stat : 19252 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140600050825872 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19253] ppid=19223 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/19247/task/19253/stat : 19253 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599712709392 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19254] ppid=19223 vsize=8414124 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/19247/task/19254/stat : 19254 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599711656848 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19255] ppid=19223 vsize=8414124 memory=14698482732632482 CPUtime=0 cores=0-7
/proc/19247/task/19255/stat : 19255 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599710604304 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19256] ppid=19223 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/19247/task/19256/stat : 19256 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420431852 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599709551760 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19257] ppid=19223 vsize=8414124 memory=532 CPUtime=0 cores=0-7
/proc/19247/task/19257/stat : 19257 (java) S 19223 19223 16662 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 420431853 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599525443568 140600230611586 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19258] ppid=19223 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/19247/task/19258/stat : 19258 (java) S 19223 19223 16662 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420431854 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598908543904 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19259] ppid=19223 vsize=8414124 memory=1720 CPUtime=0 cores=0-7
/proc/19247/task/19259/stat : 19259 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431854 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598640108528 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19260] ppid=19223 vsize=8414124 memory=1976 CPUtime=0 cores=0-7
/proc/19247/task/19260/stat : 19260 (java) S 19223 19223 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140598265600208 140600230619035 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19261] ppid=19223 vsize=8414124 memory=2432 CPUtime=0.07 cores=0-7
/proc/19247/task/19261/stat : 19261 (java) S 19223 19223 16662 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599524391408 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19262] ppid=19223 vsize=8414124 memory=1436 CPUtime=0.03 cores=0-7
/proc/19247/task/19262/stat : 19262 (java) S 19223 19223 16662 0 -1 1077944384 74 0 0 0 3 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599523338864 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19263] ppid=19223 vsize=8414124 memory=804 CPUtime=0.14 cores=0-7
/proc/19247/task/19263/stat : 19263 (java) S 19223 19223 16662 0 -1 1077944384 664 0 0 0 14 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599522286320 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19264] ppid=19223 vsize=8414124 memory=1764 CPUtime=0.21 cores=0-7
/proc/19247/task/19264/stat : 19264 (java) S 19223 19223 16662 0 -1 1077944384 592 0 0 0 21 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599521233776 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19265] ppid=19223 vsize=8414124 memory=111628 CPUtime=0 cores=0-7
/proc/19247/task/19265/stat : 19265 (java) S 19223 19223 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420431856 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597767694560 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19266] ppid=19223 vsize=8414124 memory=800 CPUtime=0.01 cores=0-7
/proc/19247/task/19266/stat : 19266 (java) S 19223 19223 16662 0 -1 1077944384 2 0 0 0 0 1 0 0 20 0 24 0 420431857 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599520180656 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19268] ppid=19223 vsize=8414124 memory=121336 CPUtime=0 cores=0-7
/proc/19247/task/19268/stat : 19268 (java) S 19223 19223 16662 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420431924 8616062976 30334 33554432000 4194304 4196468 140730275566192 140599514338496 140600230625049 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19270] ppid=19223 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/19247/task/19270/stat : 19270 (java) S 19223 19223 16662 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 420431925 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597096595216 140600230622365 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19271] ppid=19223 vsize=8414124 memory=121336 CPUtime=0 cores=0-7
/proc/19247/task/19271/stat : 19271 (java) S 19223 19223 16662 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 420431925 8616062976 30334 33554432000 4194304 4196468 140730275566192 140597365030800 140600230622365 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19272] ppid=19223 vsize=8414124 memory=1889036 CPUtime=0 cores=0-7
/proc/19247/task/19272/stat : 19272 (java) S 19223 19223 16662 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420431927 8616062976 30334 33554432000 4194304 4196468 140730275566192 140596828167856 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
Current children cumulated CPU time: 154.58 s
Current children cumulated vsize: 10839440 KiB
Current children cumulated memory: 2013308 KiB

[startup+39.5012 s]
/proc/loadavg: 5.73 7.39 7.81 3/218 19282
/proc/meminfo: memFree=28804576/32770624 swapFree=66940972/67108860
[pid=19223] ppid=19220 vsize=113128 memory=1472 CPUtime=21.79 cores=0-7
/proc/19223/stat : 19223 (scop.sh) S 19220 19223 16662 0 -1 4202496 582 34250 0 0 0 0 2061 118 20 0 1 0 420430437 115843072 368 33554432000 4194304 5098028 140737052880384 140737052877128 140321142891132 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38834176 140737052881701 140737052882028 140737052882028 140737052884941 0
/proc/19223/statm: 28282 368 311 221 0 87 0
[pid=19247] ppid=19223 vsize=8283048 memory=125748 CPUtime=132.94 cores=0-7
/proc/19247/stat : 19247 (java) S 19223 19223 16662 0 -1 1077944320 21268 1157767 0 0 126 9 12890 269 20 0 22 0 420431850 8481841152 31437 33554432000 4194304 4196468 140730275566192 140730275548736 140600230600439 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
/proc/19247/statm: 2070762 31437 3218 1 0 2032106 0
[pid=19247/tid=19248] ppid=19223 vsize=8283048 memory=1804 CPUtime=132.36 cores=0-7
/proc/19247/task/19248/stat : 19248 (java) R 19223 19223 16662 0 -1 4202560 17277 1157767 0 0 71 6 12890 269 20 0 22 0 420431850 8481841152 31437 33554432000 4194304 4196468 140730275566192 140600202436208 140600223286071 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19249] ppid=19223 vsize=8283048 memory=1890492 CPUtime=131.59 cores=0-7
/proc/19247/task/19249/stat : 19249 (java) S 19223 19223 16662 0 -1 1077944384 2 1157767 0 0 0 0 12890 269 20 0 22 0 420431851 8481841152 31437 33554432000 4194304 4196468 140730275566192 140600234842384 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19250] ppid=19223 vsize=8283048 memory=0 CPUtime=131.59 cores=0-7
/proc/19247/task/19250/stat : 19250 (java) S 19223 19223 16662 0 -1 1077944384 3 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140600052930960 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19251] ppid=19223 vsize=8283048 memory=2112 CPUtime=131.59 cores=0-7
/proc/19247/task/19251/stat : 19251 (java) S 19223 19223 16662 0 -1 1077944384 1 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140600051878416 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19252] ppid=19223 vsize=8283048 memory=12040 CPUtime=131.59 cores=0-7
/proc/19247/task/19252/stat : 19252 (java) S 19223 19223 16662 0 -1 1077944384 1 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140600050825872 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19253] ppid=19223 vsize=8283048 memory=1890492 CPUtime=131.59 cores=0-7
/proc/19247/task/19253/stat : 19253 (java) S 19223 19223 16662 0 -1 1077944384 2 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599712709392 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19254] ppid=19223 vsize=8283048 memory=1472 CPUtime=131.59 cores=0-7
/proc/19247/task/19254/stat : 19254 (java) S 19223 19223 16662 0 -1 1077944384 2 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599711656848 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19255] ppid=19223 vsize=8283048 memory=121336 CPUtime=131.59 cores=0-7
/proc/19247/task/19255/stat : 19255 (java) S 19223 19223 16662 0 -1 1077944384 1 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599710604304 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19256] ppid=19223 vsize=8283048 memory=1865724 CPUtime=131.59 cores=0-7
/proc/19247/task/19256/stat : 19256 (java) S 19223 19223 16662 0 -1 1077944384 3 1157767 0 0 0 0 12890 269 20 0 22 0 420431852 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599709551760 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19257] ppid=19223 vsize=8283048 memory=40792 CPUtime=131.59 cores=0-7
/proc/19247/task/19257/stat : 19257 (java) S 19223 19223 16662 0 -1 1077944384 6 1157767 0 0 0 0 12890 269 20 0 22 0 420431853 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599525443568 140600230611586 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19258] ppid=19223 vsize=8283048 memory=7686721470351185820 CPUtime=131.59 cores=0-7
/proc/19247/task/19258/stat : 19258 (java) S 19223 19223 16662 0 -1 1077944384 13 1157767 0 0 0 0 12890 269 20 0 22 0 420431854 8481841152 31437 33554432000 4194304 4196468 140730275566192 140598908543904 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19259] ppid=19223 vsize=8283048 memory=780 CPUtime=131.59 cores=0-7
/proc/19247/task/19259/stat : 19259 (java) S 19223 19223 16662 0 -1 1077944384 1 1157767 0 0 0 0 12890 269 20 0 22 0 420431854 8481841152 31437 33554432000 4194304 4196468 140730275566192 140598640108528 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19260] ppid=19223 vsize=8283048 memory=280174675362032 CPUtime=131.59 cores=0-7
/proc/19247/task/19260/stat : 19260 (java) S 19223 19223 16662 0 -1 1077944384 1 1157767 0 0 0 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140598265600208 140600230619035 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19261] ppid=19223 vsize=8283048 memory=280174676326848 CPUtime=131.66 cores=0-7
/proc/19247/task/19261/stat : 19261 (java) S 19223 19223 16662 0 -1 1077944384 699 1157767 0 0 7 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599524391408 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19262] ppid=19223 vsize=8283048 memory=280174676480304 CPUtime=131.63 cores=0-7
/proc/19247/task/19262/stat : 19262 (java) S 19223 19223 16662 0 -1 1077944384 270 1157767 0 0 4 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599523338864 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19263] ppid=19223 vsize=8283048 memory=0 CPUtime=131.74 cores=0-7
/proc/19247/task/19263/stat : 19263 (java) S 19223 19223 16662 0 -1 1077944384 675 1157767 0 0 15 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599522286320 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19264] ppid=19223 vsize=8283048 memory=7737837709231935587 CPUtime=131.82 cores=0-7
/proc/19247/task/19264/stat : 19264 (java) S 19223 19223 16662 0 -1 1077944384 924 1157767 0 0 23 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599521233776 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19265] ppid=19223 vsize=8283048 memory=7737837709231935587 CPUtime=131.59 cores=0-7
/proc/19247/task/19265/stat : 19265 (java) S 19223 19223 16662 0 -1 1077944384 3 1157767 0 0 0 0 12890 269 20 0 22 0 420431856 8481841152 31437 33554432000 4194304 4196468 140730275566192 140597767694560 140600230610645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19266] ppid=19223 vsize=8283048 memory=7812446084664681552 CPUtime=131.6 cores=0-7
/proc/19247/task/19266/stat : 19266 (java) S 19223 19223 16662 0 -1 1077944384 2 1157767 0 0 0 1 12890 269 20 0 22 0 420431857 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599520180656 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19268] ppid=19223 vsize=8283048 memory=0 CPUtime=131.59 cores=0-7
/proc/19247/task/19268/stat : 19268 (java) S 19223 19223 16662 0 -1 1077944384 24 1157767 0 0 0 0 12890 269 20 0 22 0 420431924 8481841152 31437 33554432000 4194304 4196468 140730275566192 140599514337680 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
[pid=19247/tid=19272] ppid=19223 vsize=8283048 memory=293848 CPUtime=131.59 cores=0-7
/proc/19247/task/19272/stat : 19272 (java) S 19223 19223 16662 0 -1 1077944384 14 1157767 0 0 0 0 12890 269 20 0 22 0 420431927 8481841152 31437 33554432000 4194304 4196468 140730275566192 140596828169648 140600230611586 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11898880 140730275574775 140730275574934 140730275574934 140730275577807 0
Current children cumulated CPU time: 154.73 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 127220 KiB

Child status: 0
Real time (s): 39.5132
CPU time (s): 154.787
CPU user time (s): 150.798
CPU system time (s): 3.98848
CPU usage (%): 391.734
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 5924468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.798
system time used= 3.98848
maximum resident set size= 5925172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1213904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42488
involuntary context switches= 1371


# summary of solver processes directly reported to runsolver:
#   pid: 19223
#   total CPU time (s): 154.787
#   total CPU user time (s): 150.798
#   total CPU system time (s): 3.98848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.314414 second user time and 0.532642 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 08:18:00
IDJOB=4392363
IDBENCH=138439
IDSOLVER=2838
FILE ID=node149/4392363-1568441917
RUNJOBID= node149-1568439317-16689
PBS_JOBID= 21702332
Free space on /tmp= 61424 MiB

SOLVER NAME= Fun-sCOP order+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 -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392363-1568441917/watcher-4392363-1568441917 -o /tmp/evaluation-result-4392363-1568441917/solver-4392363-1568441917 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568439317-16689 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392363-1568441917.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1273347606

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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:        30871476 kB
MemAvailable:   31852304 kB
Buffers:          194952 kB
Cached:          1080840 kB
SwapCached:        61340 kB
Active:           618896 kB
Inactive:         720044 kB
Active(anon):      30260 kB
Inactive(anon):    72540 kB
Active(file):     588636 kB
Inactive(file):   647504 kB
Unevictable:      111236 kB
Mlocked:          111236 kB
SwapTotal:      67108860 kB
SwapFree:       66940972 kB
Dirty:             20712 kB
Writeback:             0 kB
AnonPages:        119604 kB
Mapped:            43912 kB
Shmem:             31396 kB
Slab:             150100 kB
SReclaimable:     121044 kB
SUnreclaim:        29056 kB
KernelStack:        3712 kB
PageTables:         5588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61400 MiB
End job on node149 at 2019-09-14 08:18:39