Trace number 4405313

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-09-22)SAT 707.931 227.413

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
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-24575-serial-file.bin HOME/instance-4405313-1569341057.xml
0.65/0.60	
0.65/0.60	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.60	
0.77/0.63	c BEGIN-Prog: Mon Dec 26 00:24:38 CET 2011
0.77/0.63	c PID: 24578
0.77/0.63	c IP: 172.20.3.120
0.77/0.63	c HOST: node120.alineos.net
0.77/0.64	c (0,0) Parsing Begin
1.57/1.03	c (0,0) Parsing End
1.57/1.03	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 60 ctr, max domain size 28
1.57/1.03	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.57/1.03	c (0,0) Constraint Name Generate Begin
1.57/1.04	c (0,0) Ctr:HOME/instance-4405313-1569341057.xml,Num:Var:WeightedSum
1.57/1.04	c (0,0) Constraint Name Generate End
1.57/1.04	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.57/1.04	c (0,0) CSP to CSPinCNF Begin
1.73/1.16	c (0,0) translated 6 (10%) constraints
1.73/1.17	c (0,0) translated 12 (20%) constraints
1.73/1.19	c (0,0) translated 18 (30%) constraints
1.90/1.20	c (0,0) translated 24 (40%) constraints
1.90/1.21	c (0,0) translated 30 (50%) constraints
1.90/1.22	c (0,0) translated 36 (60%) constraints
1.90/1.23	c (0,0) translated 42 (70%) constraints
1.90/1.24	c (0,0) translated 48 (80%) constraints
1.90/1.24	c (0,0) translated 54 (90%) constraints
1.90/1.25	c (0,0) translated 60 (100%) constraints
1.90/1.25	c (0,0) ===========================================
1.90/1.25	c (0,0) Order
1.90/1.25	c (0,0) ===========================================
2.22/1.31	c (0,0) translated 6 (10%) constraints
2.22/1.33	c (0,0) translated 12 (20%) constraints
2.22/1.36	c (0,0) translated 18 (30%) constraints
2.22/1.39	c (0,0) translated 24 (40%) constraints
2.50/1.41	c (0,0) translated 30 (50%) constraints
2.50/1.42	c (0,0) translated 36 (60%) constraints
2.50/1.44	c (0,0) translated 42 (70%) constraints
2.50/1.44	c (0,0) translated 48 (80%) constraints
2.50/1.46	c (0,0) translated 54 (90%) constraints
2.50/1.46	c (0,0) translated 60 (100%) constraints
2.50/1.47	c (0,0) CSP to CSPinCNF End
2.50/1.47	c (0,0) CSP: 317 int (220 aux), 0 bool (0 aux), 560 ctr, max domain size 1613
2.50/1.47	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.50/1.47	c (0,0) CSPinCNF Propagation Begin
2.50/1.50	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/1.50	c (0,0) CSPinCNF Propagation End
2.79/1.50	c (0,0) CSP: 317 int (220 aux), 0 bool (0 aux), 560 ctr, max domain size 1613
2.79/1.50	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.79/1.50	c (0,0) Simplify CSPinCNF Begin
2.79/1.51	c (0,0) Simplify CSPinCNF End
2.79/1.51	c (0,0) CSP: 317 int (220 aux), 0 bool (0 aux), 560 ctr, max domain size 1613
2.79/1.51	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.79/1.51	c (0,0) Calculate Precise Domain Begin
4.32/2.12	c (1,1) 14069 values are removed by re-calculation
4.32/2.12	c (1,1) Calculate Precise Domain End
4.32/2.12	c (1,1) CSP: 317 int (220 aux), 0 bool (0 aux), 560 ctr, max domain size 1567
4.32/2.12	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.32/2.12	c (1,1) CSPinCNF to SatSolver Begin
11.13/7.21	c (6,6) 56 (10 %) CSP clauses are encoded (0 SAT variables, 2291950 SAT clauses)
11.79/7.87	c (7,6) 112 (20 %) CSP clauses are encoded (0 SAT variables, 2625091 SAT clauses)
23.98/15.84	c (15,14) 168 (30 %) CSP clauses are encoded (0 SAT variables, 6612983 SAT clauses)
36.62/24.85	c (24,21) 224 (40 %) CSP clauses are encoded (0 SAT variables, 10685480 SAT clauses)
38.29/26.43	c (25,23) 280 (50 %) CSP clauses are encoded (0 SAT variables, 11566156 SAT clauses)
41.69/30.37	c (29,26) 336 (60 %) CSP clauses are encoded (0 SAT variables, 13437455 SAT clauses)
47.70/36.39	c (35,32) 392 (70 %) CSP clauses are encoded (0 SAT variables, 16796672 SAT clauses)
49.00/37.69	c (37,33) 448 (80 %) CSP clauses are encoded (0 SAT variables, 17524262 SAT clauses)
53.26/42.05	c (41,37) 504 (90 %) CSP clauses are encoded (0 SAT variables, 19793016 SAT clauses)
56.79/46.30	c (45,41) 560 (100 %) CSP clauses are encoded (0 SAT variables, 21744550 SAT clauses)
56.79/46.30	c (45,41) CSPinCNF to SatSolver End
56.79/46.30	c (45,41) Heap : 4743 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
56.79/46.30	c (45,41) 126909 bool, 21744558 clause
56.79/46.30	c (45,41) Export Begin
56.97/46.40	c (45,41) Export to HOME/scop-24575-serial-file.bin
56.97/46.40	c (45,41) Export End
56.97/46.41	c (45,41) Export File Size: 0.02 MB
56.97/46.41	c (45,41) 0,0,0,0,0,1,45,STOP-AFTER(DIMACS)
56.97/46.41	c END-Prog: Mon Dec 26 00:25:24 CET 2011
56.97/46.46	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-24575-serial-file.bin
57.04/46.97	c (0,0) Read Serial File Begin
57.04/46.97	c (0,0) HOME/scop-24575-serial-file.bin
57.89/47.20	c (0,0) Read Serial File End
58.06/47.21	
58.06/47.21	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
58.06/47.21	(Solving Process)
58.06/47.21	
58.06/47.24	c BEGIN-Prog: Mon Dec 26 00:25:25 CET 2011
58.06/47.24	c PID: 24602
58.06/47.24	c IP: 172.20.3.120
58.06/47.24	c HOST: node120.alineos.net
58.06/47.24	c (0,0) SatSolver.solve Begin
58.06/47.24	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405313-1569341057.xml-scop-24578.cnf
58.06/47.27	c (0,0) c
58.06/47.27	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)
58.06/47.27	c (0,0) c
58.06/47.27	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
58.06/47.27	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
58.06/47.27	c (0,0) c ========================================[ Problem Statistics ]===========================================
58.06/47.27	c (0,0) c |                                                                                                       |
64.75/53.77	c (6,0) c |  Number of variables:        126909                                                                   |
64.75/53.77	c (6,0) c |  Number of clauses:        21741842                                                                   |
64.75/53.77	c (6,0) c |  Parse time:                   5.91 s                                                                 |
64.75/53.77	c (6,0) c |                                                                                                       |
66.26/55.27	c (8,0) c | Too many clauses... No preprocessing                                                                  |
66.26/55.27	c (8,0) c |  Simplification time:          1.27 s                                                                 |
66.26/55.27	c (8,0) c |                                                                                                       |
66.26/55.27	c (8,0) c |  One Solver is taking   1742.71Mb... Let's take   4 solvers for this run (max 40% of the maxmemory).  |
66.26/55.27	c (8,0) c |  Generating clones                                                                                    |
67.84/56.84	c (9,0) c |  all clones generated. Memory =  5658.48Mb.                                                           |
67.84/56.84	c (9,0) c ========================================================================================================|
67.84/56.84	c (9,0) c
67.84/56.84	c (9,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
67.84/56.84	c (9,0) c
67.84/56.85	c (9,0) c |-----------------------|------------|------------|------------|------------|
67.84/56.85	c (9,0) c | Threads               |          0 |          1 |          2 |          3 |
67.84/56.85	c (9,0) c |-----------------------|------------|------------|------------|------------|
67.84/56.85	c (9,0) c | randomizeFirstDescent |      False |       True |       True |       True |
67.84/56.85	c (9,0) c | adaptStrategeis       |       True |      False |       True |      False |
67.84/56.85	c (9,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |
67.84/56.85	c (9,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |
67.84/56.85	c (9,0) c | chanseokStrategy      |      False |      False |      False |      False |
67.84/56.85	c (9,0) c | coLBDBound            |          5 |          5 |          5 |          5 |
67.84/56.85	c (9,0) c | glureduce             |       True |       True |       True |       True |
67.84/56.85	c (9,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |
67.84/56.85	c (9,0) c | incReduceDB           |        300 |        300 |        300 |        300 |
67.84/56.85	c (9,0) c | luby_restart          |      False |      False |      False |      False |
67.84/56.85	c (9,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |
67.84/56.85	c (9,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
67.84/56.85	c (9,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
67.84/56.85	c (9,0) c | randomize_on_restarts |      False |      False |      False |      False |
67.84/56.85	c (9,0) c | remove_satisfied      |       True |       True |       True |       True |
67.84/56.85	c (9,0) c |-----------------------|------------|------------|------------|------------|
179.59/86.71	c (39,0) c
179.59/86.71	c (39,0) c |------------------------------------------------------------------------------------------------------------------------|
179.59/86.71	c (39,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
179.59/86.71	c (39,0) c |------------------------------------------------------------------------------------------------------------------------|
179.59/86.71	c (39,0) c |  0 |     12 |       4020 |       2095 |    63334 |     1091 |       82 |      199 |       15 |      442 |  20 |  3.777 |
179.59/86.71	c (39,0) c |  1 |      7 |       2559 |       1649 |    63641 |     1645 |       73 |      171 |       13 |      460 |  20 |  3.562 |
179.59/86.71	c (39,0) c |  2 |      6 |       3123 |       1730 |    60676 |     1729 |       61 |      206 |        6 |      462 |  20 |  3.562 |
179.59/86.71	c (39,0) c |  3 |     10 |       2993 |       1950 |    66773 |     1947 |       75 |      197 |       14 |      455 |  20 |  3.777 |
179.59/86.71	c (39,0) c 
179.59/86.71	c (39,0) c synthesis        7424 conflicts    80292784 propagations       66 conflicts/sec   716759 propagations/sec
179.59/86.71	c (39,0) c real: 39.4462 s, cpu: 112.022 s, memory: 6473.20 Mb
291.83/115.71	c (68,0) c
291.83/115.71	c (68,0) c |------------------------------------------------------------------------------------------------------------------------|
291.83/115.71	c (68,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
291.83/115.71	c (68,0) c |------------------------------------------------------------------------------------------------------------------------|
291.83/115.71	c (68,0) c |  0 |     20 |       7903 |       4706 |   114187 |     3702 |      161 |      317 |       41 |      988 |  20 |  3.777 |
291.83/115.71	c (68,0) c |  1 |     19 |       5751 |       3698 |   113355 |     2701 |      105 |      350 |       26 |      996 |  20 |  3.777 |
291.83/115.71	c (68,0) c |  2 |     10 |       6196 |       3927 |   109440 |     2927 |       89 |      363 |       17 |     1008 |  20 |  3.777 |
291.83/115.71	c (68,0) c |  3 |     18 |       6140 |       4075 |   117767 |     3074 |      126 |      353 |       31 |     1007 |  20 |  4.625 |
291.83/115.71	c (68,0) c 
291.83/115.71	c (68,0) c synthesis       16406 conflicts   175012483 propagations       74 conflicts/sec   784377 propagations/sec
291.83/115.71	c (68,0) c real: 68.4462 s, cpu: 223.123 s, memory: 6484.69 Mb
399.48/144.71	c (97,0) c
399.48/144.71	c (97,0) c |------------------------------------------------------------------------------------------------------------------------|
399.48/144.71	c (97,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
399.48/144.71	c (97,0) c |------------------------------------------------------------------------------------------------------------------------|
399.48/144.71	c (97,0) c |  0 |     29 |      11233 |       7064 |   151108 |     3267 |      706 |      922 |       80 |     1508 |  20 |  4.625 |
399.48/144.71	c (97,0) c |  1 |     23 |       8588 |       5636 |   150651 |     4638 |      334 |     1167 |       51 |     1528 |  20 |  4.625 |
399.48/144.71	c (97,0) c |  2 |     19 |       9482 |       6070 |   151796 |     5070 |      365 |     1513 |       60 |     1528 |  20 |  4.625 |
399.48/144.71	c (97,0) c |  3 |     27 |       9438 |       6407 |   161292 |     5406 |      604 |      996 |       89 |     1525 |  20 |  4.625 |
399.48/144.71	c (97,0) c 
399.48/144.71	c (97,0) c synthesis       25177 conflicts   265473857 propagations       76 conflicts/sec   804505 propagations/sec
399.48/144.71	c (97,0) c real: 97.4463 s, cpu: 329.984 s, memory: 6491.75 Mb
509.49/173.71	c (126,0) c
509.49/173.71	c (126,0) c |------------------------------------------------------------------------------------------------------------------------|
509.49/173.71	c (126,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
509.49/173.71	c (126,0) c |------------------------------------------------------------------------------------------------------------------------|
509.49/173.71	c (126,0) c |  0 |     31 |      14382 |       9293 |   183355 |     5403 |     1261 |     2026 |      142 |     2035 |  20 |  4.625 |
509.49/173.71	c (126,0) c |  1 |     26 |      11458 |       7682 |   193142 |     3872 |      817 |     2681 |      161 |     2051 |  20 |  4.807 |
509.49/173.71	c (126,0) c |  2 |     23 |      12659 |       8282 |   184062 |     4451 |      892 |     2654 |      115 |     2055 |  20 |  4.807 |
509.49/173.71	c (126,0) c |  3 |     33 |      12660 |       8612 |   192860 |     4807 |     1036 |     2549 |      152 |     2055 |  20 |  4.807 |
509.49/173.71	c (126,0) c 
509.49/173.71	c (126,0) c synthesis       33869 conflicts   357740675 propagations       77 conflicts/sec   814005 propagations/sec
509.49/173.71	c (126,0) c real: 126.446 s, cpu: 439.482 s, memory: 6493.84 Mb
619.17/202.71	c (155,0) c
619.17/202.71	c (155,0) c |------------------------------------------------------------------------------------------------------------------------|
619.17/202.71	c (155,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
619.17/202.71	c (155,0) c |------------------------------------------------------------------------------------------------------------------------|
619.17/202.71	c (155,0) c |  0 |     35 |      17614 |      11680 |   212073 |     7790 |     1795 |     4063 |      220 |     2545 |  20 |  4.972 |
619.17/202.71	c (155,0) c |  1 |     28 |      14599 |       9824 |   225641 |     6013 |     1387 |     4341 |      288 |     2561 |  20 |  4.972 |
619.17/202.71	c (155,0) c |  2 |     23 |      15174 |      10110 |   209547 |     6279 |     1283 |     2654 |      183 |     2564 |  20 |  4.807 |
619.17/202.71	c (155,0) c |  3 |     43 |      15891 |      10751 |   223179 |     6946 |     1506 |     4351 |      278 |     2565 |  20 |  4.972 |
619.17/202.71	c (155,0) c 
619.17/202.71	c (155,0) c synthesis       42365 conflicts   448226136 propagations       77 conflicts/sec   816792 propagations/sec
619.17/202.71	c (155,0) c real: 155.446 s, cpu: 548.764 s, memory: 6498.03 Mb
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c real time : 179.575 s
706.81/226.84	c (179,0) c cpu time  : 635.912 s
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | Conflicts     |           49031 |      13412 |      11610 |      11678 |      12331 |
706.81/226.84	c (179,0) c | Decisions     |           72415 |      19953 |      17151 |      17356 |      17955 |
706.81/226.84	c (179,0) c | Propagations  |       520047652 |  133458872 |  130601601 |  125499467 |  130487712 |
706.81/226.84	c (179,0) c | ReduceDBs     |               8 |          2 |          2 |          2 |          2 |
706.81/226.84	c (179,0) c | SimpDBs       |               8 |          2 |          2 |          2 |          2 |
706.81/226.84	c (179,0) c | Restarts      |             136 |         37 |         32 |         24 |         43 |
706.81/226.84	c (179,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |
706.81/226.84	c (179,0) c | PropBinClauses|      1151199403 |  294557082 |  286601528 |  279362074 |  290678719 |
706.81/226.84	c (179,0) c | PropPreBlocker|     63672470913 |15773409836 |15832574937 |16130331646 |15936154494 |
706.81/226.84	c (179,0) c | PropNotBlocker|      5666765488 | 1510520207 | 1460245012 | 1254192244 | 1441808025 |
706.81/226.84	c (179,0) c | LitFullScans  |     71161627843 |17746737934 |17747945762 |17830225282 |17836718865 |
706.81/226.84	c (179,0) c | LitScanFracts |        16650272 |    4067949 |    4097321 |    4154415 |    4330587 |
706.81/226.84	c (179,0) c | DecisionLevel0|             159 |         46 |         38 |         26 |         49 |
706.81/226.84	c (179,0) c | Periods       |           11857 |       2957 |       2957 |       2971 |       2972 |
706.81/226.84	c (179,0) c | Margin        |              80 |         20 |         20 |         20 |         20 |
706.81/226.84	c (179,0) c | Avg_Trail     |                 |      72218 |      75824 |      79179 |      75132 |
706.81/226.84	c (179,0) c | Avg_DL        |                 |         16 |         17 |         26 |         16 |
706.81/226.84	c (179,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |
706.81/226.84	c (179,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | Exported      |            7338 |       2165 |       1781 |       1617 |       1775 |
706.81/226.84	c (179,0) c | Imported      |           19367 |       4761 |       5034 |       4754 |       4818 |
706.81/226.84	c (179,0) c | Good          |             567 |        135 |        154 |        137 |        141 |
706.81/226.84	c (179,0) c | Purge         |           18800 |       4626 |       4880 |       4617 |       4677 |
706.81/226.84	c (179,0) c | Promoted      |            1445 |        388 |        413 |        297 |        347 |
706.81/226.84	c (179,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |
706.81/226.84	c (179,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | Unaries       |                 |          9 |          6 |          2 |          6 |
706.81/226.84	c (179,0) c | Binaries      |                 |         58 |         41 |         47 |         50 |
706.81/226.84	c (179,0) c | Glues         |                 |        293 |        232 |        164 |        255 |
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | Orig_Seen     |             1 % |     231906 |     251338 |     229587 |     240814 |
706.81/226.84	c (179,0) c | Diff Orig seen|                 | -    19432 |      X     | -    21751 | -    10524 |
706.81/226.84	c (179,0) c | Hamming       |            14 % |      18416 |      X     |      19893 |      17201 |
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c | RunningTime   |                 |  169.9 100%|  163.3  96%|  149.3  88%|  157.6  93%|
706.81/226.84	c (179,0) c | WaitingTime   |                 |    0.0   0%|    6.4   4%|   20.3  12%|   12.1   7%|
706.81/226.84	c (179,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
706.81/226.84	c (179,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
706.81/226.84	c (179,0) c | SolvingTime   |                 |  170.0     |  169.7     |  169.7     |  169.7     |
706.81/226.84	c (179,0) c | PropagationTim|                 |  167.2  98%|  166.7  98%|  166.9  98%|  166.8  98%|
706.81/226.84	c (179,0) c | AnalysisTime  |                 |    1.1   1%|    1.1   1%|    1.1   1%|    1.1   1%|
706.81/226.84	c (179,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
706.81/226.84	c (179,0) c | SimplifyTime  |                 |    0.3   0%|    0.6   0%|    0.5   0%|    0.5   0%|
706.81/226.84	c (179,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
706.81/226.84	c (179,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
706.81/226.84	c (179,0) c |---------------|-----------------|------------|------------|------------|------------|
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c
706.81/226.84	c (179,0) c Threads : 4
706.81/226.84	c (179,0) c Winner : 1
706.81/226.84	c (179,0) c Conflicts_0 : 13412
706.81/226.84	c (179,0) c Conflicts_1 : 11610
706.81/226.84	c (179,0) c Conflicts_2 : 11678
706.81/226.84	c (179,0) c Conflicts_3 : 12331
706.81/226.84	c (179,0) c Conflicts_total : 49031
706.81/226.85	c (179,0) c Conflicts_winner : 11610
706.81/226.85	c (179,0) c Decisions_0 : 19953
706.81/226.85	c (179,0) c Decisions_1 : 17151
706.81/226.85	c (179,0) c Decisions_2 : 17356
706.81/226.85	c (179,0) c Decisions_3 : 17955
706.81/226.85	c (179,0) c Decisions_total : 72415
706.81/226.85	c (179,0) c Decisions_winner : 17151
706.81/226.85	c (179,0) c Propagations_0 : 133458872
706.81/226.85	c (179,0) c Propagations_1 : 130601601
706.81/226.85	c (179,0) c Propagations_2 : 125499467
706.81/226.85	c (179,0) c Propagations_3 : 130487712
706.81/226.85	c (179,0) c Propagations_total : 520047652
706.81/226.85	c (179,0) c Propagations_winner : 130601601
706.81/226.85	c (179,0) c ReduceDBs_0 : 2
706.81/226.85	c (179,0) c ReduceDBs_1 : 2
706.81/226.85	c (179,0) c ReduceDBs_2 : 2
706.81/226.85	c (179,0) c ReduceDBs_3 : 2
706.81/226.85	c (179,0) c ReduceDBs_total : 8
706.81/226.85	c (179,0) c ReduceDBs_winner : 2
706.81/226.85	c (179,0) c SimpDBs_0 : 2
706.81/226.85	c (179,0) c SimpDBs_1 : 2
706.81/226.85	c (179,0) c SimpDBs_2 : 2
706.81/226.85	c (179,0) c SimpDBs_3 : 2
706.81/226.85	c (179,0) c SimpDBs_total : 8
706.81/226.85	c (179,0) c SimpDBs_winner : 2
706.81/226.85	c (179,0) c Restarts_0 : 37
706.81/226.85	c (179,0) c Restarts_1 : 32
706.81/226.85	c (179,0) c Restarts_2 : 24
706.81/226.85	c (179,0) c Restarts_3 : 43
706.81/226.85	c (179,0) c Restarts_total : 136
706.81/226.85	c (179,0) c Restarts_winner : 32
706.81/226.85	c (179,0) c ForcedImports_0 : 0
706.81/226.85	c (179,0) c ForcedImports_1 : 0
706.81/226.85	c (179,0) c ForcedImports_2 : 0
706.81/226.85	c (179,0) c ForcedImports_3 : 0
706.81/226.85	c (179,0) c ForcedImports_total : 0
706.81/226.85	c (179,0) c ForcedImports_winner : 0
706.81/226.85	c (179,0) c PropsBinClauses_0 : 294557082
706.81/226.85	c (179,0) c PropsBinClauses_1 : 286601528
706.81/226.85	c (179,0) c PropsBinClauses_2 : 279362074
706.81/226.85	c (179,0) c PropsBinClauses_3 : 290678719
706.81/226.85	c (179,0) c PropsBinClauses_total : 1151199403
706.81/226.85	c (179,0) c PropsBinClauses_winner : 286601528
706.81/226.85	c (179,0) c PropsPreBlocker_0 : 15773409836
706.81/226.85	c (179,0) c PropsPreBlocker_1 : 15832574937
706.81/226.85	c (179,0) c PropsPreBlocker_2 : 16130331646
706.81/226.85	c (179,0) c PropsPreBlocker_3 : 15936154494
706.81/226.85	c (179,0) c PropsPreBlocker_total : 63672470913
706.81/226.85	c (179,0) c PropsPreBlocker_winner : 15832574937
706.81/226.85	c (179,0) c PropsNotBlocker_0 : 1510520207
706.81/226.85	c (179,0) c PropsNotBlocker_1 : 1460245012
706.81/226.85	c (179,0) c PropsNotBlocker_2 : 1254192244
706.81/226.85	c (179,0) c PropsNotBlocker_3 : 1441808025
706.81/226.85	c (179,0) c PropsNotBlocker_total : 5666765488
706.81/226.85	c (179,0) c PropsNotBlocker_winner : 1460245012
706.81/226.85	c (179,0) c PropsLitFullScans_0 : 17746737934
706.81/226.85	c (179,0) c PropsLitFullScans_1 : 17747945762
706.81/226.85	c (179,0) c PropsLitFullScans_2 : 17830225282
706.81/226.85	c (179,0) c PropsLitFullScans_3 : 17836718865
706.81/226.85	c (179,0) c PropsLitFullScans_total : 71161627843
706.81/226.85	c (179,0) c PropsLitFullScans_winner : 17747945762
706.81/226.85	c (179,0) c LitScanFractions_0 : 4067949
706.81/226.85	c (179,0) c LitScanFractions_1 : 4097321
706.81/226.85	c (179,0) c LitScanFractions_2 : 4154415
706.81/226.85	c (179,0) c LitScanFractions_3 : 4330587
706.81/226.85	c (179,0) c LitScanFractions_total : 16650272
706.81/226.85	c (179,0) c LitScanFractions_winner : 4097321
706.81/226.85	c (179,0) c DecisionLevel0_0 : 46
706.81/226.85	c (179,0) c DecisionLevel0_1 : 38
706.81/226.85	c (179,0) c DecisionLevel0_2 : 26
706.81/226.85	c (179,0) c DecisionLevel0_3 : 49
706.81/226.85	c (179,0) c DecisionLevel0_total : 159
706.81/226.85	c (179,0) c DecisionLevel0_winner : 38
706.81/226.85	c (179,0) c Periods_0 : 2957
706.81/226.85	c (179,0) c Periods_1 : 2957
706.81/226.85	c (179,0) c Periods_2 : 2971
706.81/226.85	c (179,0) c Periods_3 : 2972
706.81/226.85	c (179,0) c Periods_total : 11857
706.81/226.85	c (179,0) c Periods_winner : 2957
706.81/226.85	c (179,0) c Margin_0 : 20
706.81/226.85	c (179,0) c Margin_1 : 20
706.81/226.85	c (179,0) c Margin_2 : 20
706.81/226.85	c (179,0) c Margin_3 : 20
706.81/226.85	c (179,0) c Margin_total : 80
706.81/226.85	c (179,0) c Margin_winner : 20
706.81/226.85	c (179,0) c Exported_0 : 2165
706.81/226.85	c (179,0) c Exported_1 : 1781
706.81/226.85	c (179,0) c Exported_2 : 1617
706.81/226.85	c (179,0) c Exported_3 : 1775
706.81/226.85	c (179,0) c Exported_total : 7338
706.81/226.85	c (179,0) c Exported_winner : 1781
706.81/226.85	c (179,0) c Imported_0 : 4761
706.81/226.85	c (179,0) c Imported_1 : 5034
706.81/226.85	c (179,0) c Imported_2 : 4754
706.81/226.85	c (179,0) c Imported_3 : 4818
706.81/226.85	c (179,0) c Imported_total : 19367
706.81/226.85	c (179,0) c Imported_winner : 5034
706.81/226.85	c (179,0) c Good_0 : 135
706.81/226.85	c (179,0) c Good_1 : 154
706.81/226.85	c (179,0) c Good_2 : 137
706.81/226.85	c (179,0) c Good_3 : 141
706.81/226.85	c (179,0) c Good_total : 567
706.81/226.85	c (179,0) c Good_winner : 154
706.81/226.85	c (179,0) c Purge_0 : 4626
706.81/226.85	c (179,0) c Purge_1 : 4880
706.81/226.85	c (179,0) c Purge_2 : 4617
706.81/226.85	c (179,0) c Purge_3 : 4677
706.81/226.85	c (179,0) c Purge_total : 18800
706.81/226.85	c (179,0) c Purge_winner : 4880
706.81/226.85	c (179,0) c Promoted_0 : 388
706.81/226.85	c (179,0) c Promoted_1 : 413
706.81/226.85	c (179,0) c Promoted_2 : 297
706.81/226.85	c (179,0) c Promoted_3 : 347
706.81/226.85	c (179,0) c Promoted_total : 1445
706.81/226.85	c (179,0) c Promoted_winner : 413
706.81/226.85	c (179,0) c Remove_Imp_0 : 0
706.81/226.85	c (179,0) c Remove_Imp_1 : 0
706.81/226.85	c (179,0) c Remove_Imp_2 : 0
706.81/226.85	c (179,0) c Remove_Imp_3 : 0
706.81/226.85	c (179,0) c Remove_Imp_total : 0
706.81/226.85	c (179,0) c Remove_Imp_winner : 0
706.81/226.85	c (179,0) c Blocked_Reuse_0 : 0
706.81/226.85	c (179,0) c Blocked_Reuse_1 : 0
706.81/226.85	c (179,0) c Blocked_Reuse_2 : 0
706.81/226.85	c (179,0) c Blocked_Reuse_3 : 0
706.81/226.85	c (179,0) c Blocked_Reuse_total : 0
706.81/226.85	c (179,0) c Blocked_Reuse_winner : 0
706.81/226.85	c (179,0) c Unaries_0 : 9
706.81/226.85	c (179,0) c Unaries_1 : 6
706.81/226.85	c (179,0) c Unaries_2 : 2
706.81/226.85	c (179,0) c Unaries_3 : 6
706.81/226.85	c (179,0) c Unaries_total : 23
706.81/226.85	c (179,0) c Unaries_winner : 6
706.81/226.85	c (179,0) c Binaries_0 : 58
706.81/226.85	c (179,0) c Binaries_1 : 41
706.81/226.85	c (179,0) c Binaries_2 : 47
706.81/226.85	c (179,0) c Binaries_3 : 50
706.81/226.85	c (179,0) c Binaries_total : 196
706.81/226.85	c (179,0) c Binaries_winner : 41
706.81/226.85	c (179,0) c Glues_0 : 293
706.81/226.85	c (179,0) c Glues_1 : 232
706.81/226.85	c (179,0) c Glues_2 : 164
706.81/226.85	c (179,0) c Glues_3 : 255
706.81/226.85	c (179,0) c Glues_total : 944
706.81/226.85	c (179,0) c Glues_winner : 232
706.81/226.85	c (179,0) c RunningTime_0 : 169.923270
706.81/226.85	c (179,0) c RunningTime_1 : 163.265004
706.81/226.85	c (179,0) c RunningTime_2 : 149.305298
706.81/226.85	c (179,0) c RunningTime_3 : 157.601974
706.81/226.85	c (179,0) c RunningTime_total : 640.095547
706.81/226.85	c (179,0) c RunningTime_winner : 163.265004
706.81/226.85	c (179,0) c WaitingTime_0 : 0.001755
706.81/226.85	c (179,0) c WaitingTime_1 : 6.374413
706.81/226.85	c (179,0) c WaitingTime_2 : 20.340067
706.81/226.85	c (179,0) c WaitingTime_3 : 12.091501
706.81/226.85	c (179,0) c WaitingTime_total : 38.807736
706.81/226.85	c (179,0) c WaitingTime_winner : 6.374413
706.81/226.85	c (179,0) c ExchangingTime_0 : 0.017126
706.81/226.85	c (179,0) c ExchangingTime_1 : 0.017661
706.81/226.85	c (179,0) c ExchangingTime_2 : 0.019408
706.81/226.85	c (179,0) c ExchangingTime_3 : 0.018501
706.81/226.85	c (179,0) c ExchangingTime_total : 0.072695
706.81/226.85	c (179,0) c ExchangingTime_winner : 0.017661
706.81/226.85	c (179,0) c PeriodProcTime_0 : 0.041316
706.81/226.85	c (179,0) c PeriodProcTime_1 : 0.028093
706.81/226.85	c (179,0) c PeriodProcTime_2 : 0.025907
706.81/226.85	c (179,0) c PeriodProcTime_3 : 0.027182
706.81/226.85	c (179,0) c PeriodProcTime_total : 0.122498
706.81/226.85	c (179,0) c PeriodProcTime_winner : 0.028093
706.81/226.85	c (179,0) c SolvingTime_0 : 169.983467
706.81/226.85	c (179,0) c SolvingTime_1 : 169.685170
706.81/226.85	c (179,0) c SolvingTime_2 : 169.690680
706.81/226.85	c (179,0) c SolvingTime_3 : 169.739157
706.81/226.85	c (179,0) c SolvingTime_total : 679.098475
706.81/226.85	c (179,0) c SolvingTime_winner : 169.685170
706.81/226.85	c (179,0) c PropagationTime_0 : 167.156152
706.81/226.85	c (179,0) c PropagationTime_1 : 166.666932
706.81/226.85	c (179,0) c PropagationTime_2 : 166.859812
706.81/226.85	c (179,0) c PropagationTime_3 : 166.781418
706.81/226.85	c (179,0) c PropagationTime_total : 667.464314
706.81/226.85	c (179,0) c PropagationTime_winner : 166.666932
706.81/226.85	c (179,0) c AnalysisTime_0 : 1.133343
706.81/226.85	c (179,0) c AnalysisTime_1 : 1.107440
706.81/226.85	c (179,0) c AnalysisTime_2 : 1.093461
706.81/226.85	c (179,0) c AnalysisTime_3 : 1.136413
706.81/226.85	c (179,0) c AnalysisTime_total : 4.470658
706.81/226.85	c (179,0) c AnalysisTime_winner : 1.107440
706.81/226.85	c (179,0) c ReductionTime_0 : 0.002076
706.81/226.85	c (179,0) c ReductionTime_1 : 0.001678
706.81/226.85	c (179,0) c ReductionTime_2 : 0.002035
706.81/226.85	c (179,0) c ReductionTime_3 : 0.001666
706.81/226.85	c (179,0) c ReductionTime_total : 0.007455
706.81/226.85	c (179,0) c ReductionTime_winner : 0.001678
706.81/226.85	c (179,0) c SimplifyTime_0 : 0.309318
706.81/226.85	c (179,0) c SimplifyTime_1 : 0.592620
706.81/226.85	c (179,0) c SimplifyTime_2 : 0.471789
706.81/226.85	c (179,0) c SimplifyTime_3 : 0.495672
706.81/226.85	c (179,0) c SimplifyTime_total : 1.869398
706.81/226.85	c (179,0) c SimplifyTime_winner : 0.592620
706.81/226.85	c (179,0) c UsedRateTime_0 : 0.000000
706.81/226.85	c (179,0) c UsedRateTime_1 : 0.000000
706.81/226.85	c (179,0) c UsedRateTime_2 : 0.000000
706.81/226.85	c (179,0) c UsedRateTime_3 : 0.000000
706.81/226.85	c (179,0) c UsedRateTime_total : 0.000000
706.81/226.85	c (179,0) c UsedRateTime_winner : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_0 : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_1 : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_2 : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_3 : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_total : 0.000000
706.81/226.85	c (179,0) c OverlapRateTime_winner : 0.000000
706.81/226.85	c (179,0) c
706.81/226.85	c (179,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
706.81/226.85	c (179,0) c
706.81/226.85	c (179,0) c |-----------------------|------------|------------|------------|------------|
706.81/226.85	c (179,0) c | Threads               |          0 |          1 |          2 |          3 |
706.81/226.85	c (179,0) c |-----------------------|------------|------------|------------|------------|
706.81/226.85	c (179,0) c | randomizeFirstDescent |      False |       True |       True |       True |
706.81/226.85	c (179,0) c | adaptStrategeis       |       True |      False |       True |      False |
706.81/226.85	c (179,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |
706.81/226.85	c (179,0) c | Initial random_seed   |  819408293 |  911883653 |  447957018 |  717650207 |
706.81/226.85	c (179,0) c | chanseokStrategy      |      False |      False |      False |      False |
706.81/226.85	c (179,0) c | coLBDBound            |          5 |          5 |          5 |          5 |
706.81/226.85	c (179,0) c | glureduce             |       True |       True |       True |       True |
706.81/226.85	c (179,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |
706.81/226.85	c (179,0) c | incReduceDB           |        300 |        300 |        300 |        300 |
706.81/226.85	c (179,0) c | luby_restart          |      False |      False |      False |      False |
706.81/226.85	c (179,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |
706.81/226.85	c (179,0) c | var_decay             |     0.8200 |     0.8200 |     0.8200 |     0.8200 |
706.81/226.85	c (179,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
706.81/226.85	c (179,0) c | randomize_on_restarts |      False |      False |      False |      False |
706.81/226.85	c (179,0) c | remove_satisfied      |       True |       True |       True |       True |
706.81/226.85	c (179,0) c |-----------------------|------------|------------|------------|------------|
706.81/226.85	c (179,0) 
706.81/226.85	c (179,0) s SATISFIABLE
58.82/227.18	c (180,0) SatSolver.solve End
58.82/227.18	c (180,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
58.82/227.18	c (180,0) Show results Begin
707.76/227.30	c (180,0) x[0] = 7
707.76/227.30	c (180,0) x[1] = 17
707.76/227.30	c (180,0) x[2] = 19
707.76/227.30	c (180,0) x[3] = 13
707.76/227.30	c (180,0) x[4] = 7
707.76/227.30	c (180,0) x[5] = 13
707.76/227.30	c (180,0) x[6] = 17
707.76/227.30	c (180,0) x[7] = 5
707.76/227.30	c (180,0) x[8] = 29
707.76/227.30	c (180,0) x[9] = 3
707.76/227.30	c (180,0) x[10] = 5
707.76/227.30	c (180,0) x[11] = 19
707.76/227.30	c (180,0) x[12] = 2
707.76/227.30	c (180,0) x[13] = 29
707.76/227.30	c (180,0) x[14] = 7
707.76/227.30	c (180,0) x[15] = 17
707.76/227.30	c (180,0) x[16] = 2
707.76/227.30	c (180,0) x[17] = 17
707.76/227.30	c (180,0) x[18] = 5
707.76/227.30	c (180,0) x[20] = 3
707.76/227.30	c (180,0) x[21] = 23
707.76/227.30	c (180,0) x[22] = 19
707.76/227.30	c (180,0) x[23] = 29
707.76/227.30	c (180,0) x[24] = 5
707.76/227.30	c (180,0) x[25] = 2
707.76/227.31	c (180,0) x[26] = 5
707.76/227.31	c (180,0) x[27] = 7
707.76/227.31	c (180,0) x[28] = 19
707.76/227.31	c (180,0) x[29] = 13
707.76/227.31	c (180,0) x[30] = 29
707.76/227.31	c (180,0) x[31] = 5
707.76/227.31	c (180,0) x[32] = 5
707.76/227.31	c (180,0) x[33] = 23
707.76/227.31	c (180,0) x[34] = 29
707.76/227.31	c (180,0) x[35] = 19
707.76/227.31	c (180,0) x[36] = 7
707.76/227.31	c (180,0) x[37] = 17
707.76/227.31	c (180,0) x[38] = 3
707.76/227.31	c (180,0) x[39] = 5
707.76/227.31	c (180,0) x[40] = 29
707.76/227.31	c (180,0) x[41] = 7
707.76/227.31	c (180,0) x[42] = 3
707.76/227.31	c (180,0) x[43] = 29
707.76/227.31	c (180,0) x[44] = 11
707.76/227.31	c (180,0) x[45] = 19
707.76/227.32	c (180,0) x[46] = 23
707.76/227.32	c (180,0) x[47] = 11
707.76/227.32	c (180,0) x[48] = 13
707.76/227.32	c (180,0) x[49] = 2
707.76/227.32	c (180,0) x[50] = 7
707.76/227.32	c (180,0) x[51] = 17
707.76/227.32	c (180,0) x[52] = 3
707.76/227.32	c (180,0) x[53] = 2
707.76/227.32	c (180,0) x[54] = 17
707.76/227.32	c (180,0) x[55] = 7
707.76/227.32	c (180,0) x[56] = 5
707.76/227.32	c (180,0) x[57] = 2
707.76/227.32	c (180,0) x[58] = 17
707.76/227.32	c (180,0) x[59] = 3
707.76/227.32	c (180,0) x[60] = 13
707.76/227.32	c (180,0) x[61] = 13
707.76/227.32	c (180,0) x[62] = 11
707.76/227.32	c (180,0) x[63] = 19
707.76/227.32	c (180,0) x[64] = 17
707.76/227.32	c (180,0) x[65] = 13
707.76/227.32	c (180,0) x[66] = 17
707.76/227.32	c (180,0) x[67] = 29
707.76/227.32	c (180,0) x[68] = 7
707.76/227.32	c (180,0) x[69] = 19
707.76/227.32	c (180,0) x[70] = 11
707.76/227.32	c (180,0) x[72] = 5
707.76/227.32	c (180,0) x[73] = 13
707.76/227.32	c (180,0) x[74] = 11
707.76/227.32	c (180,0) x[75] = 19
707.76/227.32	c (180,0) x[76] = 11
707.76/227.32	c (180,0) x[77] = 11
707.76/227.32	c (180,0) x[78] = 7
707.76/227.32	c (180,0) x[79] = 2
707.76/227.32	c (180,0) x[80] = 19
707.76/227.32	c (180,0) x[81] = 23
707.76/227.32	c (180,0) x[82] = 17
707.76/227.32	c (180,0) x[83] = 23
707.76/227.32	c (180,0) x[84] = 23
707.76/227.32	c (180,0) x[85] = 11
707.76/227.32	c (180,0) x[86] = 7
707.76/227.32	c (180,0) x[87] = 3
707.76/227.32	c (180,0) x[88] = 11
707.76/227.32	c (180,0) x[89] = 29
707.76/227.32	c (180,0) x[90] = 5
707.76/227.32	c (180,0) x[91] = 2
707.76/227.32	c (180,0) x[92] = 17
707.76/227.32	c (180,0) x[93] = 23
707.76/227.32	c (180,0) x[94] = 29
707.76/227.32	c (180,0) x[95] = 5
707.76/227.32	c (180,0) x[96] = 17
707.76/227.32	c (180,0) x[97] = 17
707.76/227.32	c (180,0) x[99] = 29
707.76/227.32	s SATISFIABLE
707.76/227.32	v <instantiation>
707.76/227.32	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99]</list>
707.76/227.32	v     <values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 5 13 11 19 11 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 29</values>
707.76/227.32	v </instantiation>
707.76/227.32	c (180,0) Show results End
707.76/227.32	c (180,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
707.76/227.32	c (180,0) 180,180,STOP-AFTER(ALL)
707.76/227.32	c END-Prog: Mon Dec 26 00:28:25 CET 2011

Verifier Data

OK	

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: 16375 MiB (12575 MiB free)
  memory of node 1: 16384 MiB (12349 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405313-1569341057/watcher-4405313-1569341057 -o /tmp/evaluation-result-4405313-1569341057/solver-4405313-1569341057 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --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-4405313-1569341057.xml 

running on 8 cores: 0-7

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


[startup+0.100154 s]*
/proc/loadavg: 6.45 6.01 4.73 3/213 24597
/proc/meminfo: memFree=25425708/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 510111842 115843072 349 33554432000 4194304 5098028 140725715882896 140725715880152 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 349 296 221 0 87 0
[pid=24578] ppid=24575 vsize=27314120 memory=107052 CPUtime=0.11 cores=0-7
/proc/24578/stat : 24578 (java) S 24575 24575 23783 0 -1 1077944320 6354 0 0 0 8 3 0 0 20 0 20 0 510111842 27969658880 26763 33554432000 4194304 4196468 140736158183040 140736158165584 139748949065463 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
/proc/24578/statm: 6828530 26763 2754 1 0 6790935 0
[pid=24578/tid=24579] ppid=24575 vsize=27314120 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/24578/task/24579/stat : 24579 (java) R 24575 24575 23783 0 -1 4202560 4473 0 0 0 6 2 0 0 20 0 20 0 510111843 27969658880 26763 33554432000 4194304 4196468 140736158183040 139748920891792 139748704202409 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24580] ppid=24575 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24578/task/24580/stat : 24580 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26763 33554432000 4194304 4196468 140736158183040 139748953308048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24581] ppid=24575 vsize=27314120 memory=140656944035456 CPUtime=0 cores=0-7
/proc/24578/task/24581/stat : 24581 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26763 33554432000 4194304 4196468 140736158183040 139748371647248 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24582] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24582/stat : 24582 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26763 33554432000 4194304 4196468 140736158183040 139748370594960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24583] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24583/stat : 24583 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26829 33554432000 4194304 4196468 140736158183040 139748369542160 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24584] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24584/stat : 24584 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26829 33554432000 4194304 4196468 140736158183040 139748368488848 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24585] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24585/stat : 24585 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26829 33554432000 4194304 4196468 140736158183040 139748367436048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24586] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24586/stat : 24586 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26829 33554432000 4194304 4196468 140736158183040 139748366383760 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24587] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24587/stat : 24587 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 26829 33554432000 4194304 4196468 140736158183040 139748365330960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24588] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24588/stat : 24588 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747940375152 139748949076610 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24589] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24589/stat : 24589 (java) S 24575 24575 23783 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 26829 33554432000 4194304 4196468 140736158183040 139746827298080 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24590] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24590/stat : 24590 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111848 27969658880 26829 33554432000 4194304 4196468 140736158183040 139746558862960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24591] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24591/stat : 24591 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 26829 33554432000 4194304 4196468 140736158183040 139746184354384 139748949084059 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24592] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24592/stat : 24592 (java) S 24575 24575 23783 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747939321968 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24593] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24593/stat : 24593 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747938269168 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24594] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24594/stat : 24594 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747937216880 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24595] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24595/stat : 24595 (java) S 24575 24575 23783 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747936164080 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24596] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24596/stat : 24596 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 26829 33554432000 4194304 4196468 140736158183040 139745686448992 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24597] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24597/stat : 24597 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 26829 33554432000 4194304 4196468 140736158183040 139747935111984 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108448 KiB

[startup+0.211318 s]*
/proc/loadavg: 6.45 6.01 4.73 2/213 24597
/proc/meminfo: memFree=25407596/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 510111842 115843072 349 33554432000 4194304 5098028 140725715882896 140725715880152 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 349 296 221 0 87 0
[pid=24578] ppid=24575 vsize=27314120 memory=124572 CPUtime=0.24 cores=0-7
/proc/24578/stat : 24578 (java) S 24575 24575 23783 0 -1 1077944320 11861 0 0 0 19 5 0 0 20 0 20 0 510111842 27969658880 31143 33554432000 4194304 4196468 140736158183040 140736158165584 139748949065463 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
/proc/24578/statm: 6828530 31143 2914 1 0 6790935 0
[pid=24578/tid=24579] ppid=24575 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/24578/task/24579/stat : 24579 (java) R 24575 24575 23783 0 -1 4202560 9625 0 0 0 16 4 0 0 20 0 20 0 510111843 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748920888624 139748933145950 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24580] ppid=24575 vsize=27314120 memory=342 CPUtime=0 cores=0-7
/proc/24578/task/24580/stat : 24580 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748953308048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24581] ppid=24575 vsize=27314120 memory=140656944057953 CPUtime=0 cores=0-7
/proc/24578/task/24581/stat : 24581 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748371647248 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24582] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24582/stat : 24582 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748370594960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24583] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24583/stat : 24583 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748369542160 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24584] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24584/stat : 24584 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748368488848 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24585] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24585/stat : 24585 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748367436048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24586] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24586/stat : 24586 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748366383760 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24587] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24587/stat : 24587 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 31655 33554432000 4194304 4196468 140736158183040 139748365330960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24588] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24588/stat : 24588 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 31655 33554432000 4194304 4196468 140736158183040 139747940375152 139748949076610 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24589] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24589/stat : 24589 (java) S 24575 24575 23783 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 31655 33554432000 4194304 4196468 140736158183040 139746827298080 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24590] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24590/stat : 24590 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111848 27969658880 31655 33554432000 4194304 4196468 140736158183040 139746558862960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24591] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24591/stat : 24591 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 31655 33554432000 4194304 4196468 140736158183040 139746184354384 139748949084059 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24592] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24592/stat : 24592 (java) S 24575 24575 23783 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 31655 33554432000 4194304 4196468 140736158183040 139747939321968 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24593] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24593/stat : 24593 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 31655 33554432000 4194304 4196468 140736158183040 139747938269168 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24594] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24594/stat : 24594 (java) R 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 31655 33554432000 4194304 4196468 140736158183040 139747937216880 139748949076610 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24595] ppid=24575 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/24578/task/24595/stat : 24595 (java) S 24575 24575 23783 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 20 0 510111850 27969658880 31655 33554432000 4194304 4196468 140736158183040 139747936164080 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24596] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24596/stat : 24596 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 31655 33554432000 4194304 4196468 140736158183040 139745686448992 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24597] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24597/stat : 24597 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 31660 33554432000 4194304 4196468 140736158183040 139747935111984 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125968 KiB

[startup+0.310834 s]*
/proc/loadavg: 6.45 6.01 4.73 3/213 24597
/proc/meminfo: memFree=25403912/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 510111842 115843072 349 33554432000 4194304 5098028 140725715882896 140725715880152 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 349 296 221 0 87 0
[pid=24578] ppid=24575 vsize=27314120 memory=130020 CPUtime=0.42 cores=0-7
/proc/24578/stat : 24578 (java) S 24575 24575 23783 0 -1 1077944320 12352 0 0 0 37 5 0 0 20 0 20 0 510111842 27969658880 32505 33554432000 4194304 4196468 140736158183040 140736158165584 139748949065463 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
/proc/24578/statm: 6828530 32505 3012 1 0 6790935 0
[pid=24578/tid=24579] ppid=24575 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/24578/task/24579/stat : 24579 (java) R 24575 24575 23783 0 -1 4202560 9893 0 0 0 25 4 0 0 20 0 20 0 510111843 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748920890624 139748933145980 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24580] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24580/stat : 24580 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748953308048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24581] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24581/stat : 24581 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748371647248 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24582] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24582/stat : 24582 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748370594960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24583] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24583/stat : 24583 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748369542160 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24584] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24584/stat : 24584 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748368488848 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24585] ppid=24575 vsize=27314120 memory=140656823593647 CPUtime=0 cores=0-7
/proc/24578/task/24585/stat : 24585 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748367436048 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24586] ppid=24575 vsize=27314120 memory=140656823595952 CPUtime=0 cores=0-7
/proc/24578/task/24586/stat : 24586 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748366383760 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24587] ppid=24575 vsize=27314120 memory=140656823598256 CPUtime=0 cores=0-7
/proc/24578/task/24587/stat : 24587 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27969658880 32505 33554432000 4194304 4196468 140736158183040 139748365330960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24588] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24588/stat : 24588 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747940375152 139748949076610 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24589] ppid=24575 vsize=27314120 memory=281313647210384 CPUtime=0 cores=0-7
/proc/24578/task/24589/stat : 24589 (java) S 24575 24575 23783 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510111847 27969658880 32505 33554432000 4194304 4196468 140736158183040 139746827298080 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24590] ppid=24575 vsize=27314120 memory=281313647208080 CPUtime=0 cores=0-7
/proc/24578/task/24590/stat : 24590 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111848 27969658880 32505 33554432000 4194304 4196468 140736158183040 139746558862960 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24591] ppid=24575 vsize=27314120 memory=281313647214992 CPUtime=0 cores=0-7
/proc/24578/task/24591/stat : 24591 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 32505 33554432000 4194304 4196468 140736158183040 139746184354384 139748949084059 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24592] ppid=24575 vsize=27314120 memory=281313647156272 CPUtime=0.02 cores=0-7
/proc/24578/task/24592/stat : 24592 (java) S 24575 24575 23783 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 20 0 510111850 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747939321968 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24593] ppid=24575 vsize=27314120 memory=281313647228816 CPUtime=0 cores=0-7
/proc/24578/task/24593/stat : 24593 (java) S 24575 24575 23783 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 510111850 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747938269168 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24594] ppid=24575 vsize=27314120 memory=281313647235728 CPUtime=0.01 cores=0-7
/proc/24578/task/24594/stat : 24594 (java) S 24575 24575 23783 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 510111850 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747937216880 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24595] ppid=24575 vsize=27314120 memory=281313647233424 CPUtime=0.07 cores=0-7
/proc/24578/task/24595/stat : 24595 (java) S 24575 24575 23783 0 -1 1077944384 479 0 0 0 7 0 0 0 20 0 20 0 510111850 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747936164080 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24596] ppid=24575 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24596/stat : 24596 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 32505 33554432000 4194304 4196468 140736158183040 139745686448992 139748949075669 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24597] ppid=24575 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/24578/task/24597/stat : 24597 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111851 27969658880 32505 33554432000 4194304 4196468 140736158183040 139747935111984 139748949076610 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131416 KiB

[startup+0.700976 s]
/proc/loadavg: 6.45 6.01 4.73 2/213 24597
/proc/meminfo: memFree=25397148/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 510111842 115843072 349 33554432000 4194304 5098028 140725715882896 140725715880152 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 349 296 221 0 87 0
[pid=24578] ppid=24575 vsize=27320392 memory=161360 CPUtime=0.9 cores=0-7
/proc/24578/stat : 24578 (java) S 24575 24575 23783 0 -1 1077944320 18934 0 0 0 84 6 0 0 20 0 20 0 510111842 27976081408 40340 33554432000 4194304 4196468 140736158183040 140736158165584 139748949065463 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
/proc/24578/statm: 6830098 40340 3117 1 0 6791447 0
[pid=24578/tid=24579] ppid=24575 vsize=27320392 memory=0 CPUtime=0.67 cores=0-7
/proc/24578/task/24579/stat : 24579 (java) R 24575 24575 23783 0 -1 4202560 16415 0 0 0 62 5 0 0 20 0 20 0 510111843 27976081408 40340 33554432000 4194304 4196468 140736158183040 139748920876704 139748933145950 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24580] ppid=24575 vsize=27320392 memory=140656823804784 CPUtime=0 cores=0-7
/proc/24578/task/24580/stat : 24580 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27976081408 40340 33554432000 4194304 4196468 140736158183040 139748953308048 139748949075669 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24581] ppid=24575 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/24578/task/24581/stat : 24581 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510111845 27976081408 40340 33554432000 4194304 4196468 140736158183040 139748371647248 139748949075669 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0
[pid=24578/tid=24582] ppid=24575 vsize=27320392 memory=1176 CPUtime=0 cores=0-7
/proc/24578/task/24582/stat : 24582 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510111845 27976081408 40340 33554432000 4194304 4196468 140736158183040 139748370594960 139748949075669 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23425024 140736158184171 140736158184598 140736158184598 140736158187471 0

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

[pid=24602/tid=24603] ppid=24575 vsize=8414124 memory=120588 CPUtime=0.83 cores=0-7
/proc/24602/task/24603/stat : 24603 (java) S 24575 24575 23783 0 -1 1077944384 17398 0 0 0 77 6 0 0 20 0 24 0 510116488 8616062976 33147 33554432000 4194304 4196468 140733956166352 139759262818208 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24604] ppid=24575 vsize=8414124 memory=6146444 CPUtime=0 cores=0-7
/proc/24602/task/24604/stat : 24604 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139759295220624 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24605] ppid=24575 vsize=8414124 memory=1444 CPUtime=0 cores=0-7
/proc/24602/task/24605/stat : 24605 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139759109376784 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24606] ppid=24575 vsize=8414124 memory=1764 CPUtime=0 cores=0-7
/proc/24602/task/24606/stat : 24606 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758775467152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24607] ppid=24575 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/24602/task/24607/stat : 24607 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758774414352 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24608] ppid=24575 vsize=8414124 memory=800 CPUtime=0 cores=0-7
/proc/24602/task/24608/stat : 24608 (java) S 24575 24575 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758773361040 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24609] ppid=24575 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/24602/task/24609/stat : 24609 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758772308240 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24610] ppid=24575 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/24602/task/24610/stat : 24610 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758771255952 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24611] ppid=24575 vsize=8414124 memory=4140 CPUtime=0 cores=0-7
/proc/24602/task/24611/stat : 24611 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510116490 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758770203152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24612] ppid=24575 vsize=8414124 memory=4108 CPUtime=0 cores=0-7
/proc/24602/task/24612/stat : 24612 (java) S 24575 24575 23783 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 510116491 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758719990384 139759290989186 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24613] ppid=24575 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/24602/task/24613/stat : 24613 (java) S 24575 24575 23783 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 510116492 8616062976 33147 33554432000 4194304 4196468 140733956166352 139757900260640 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24614] ppid=24575 vsize=8414124 memory=3528 CPUtime=0 cores=0-7
/proc/24602/task/24614/stat : 24614 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510116492 8616062976 33147 33554432000 4194304 4196468 140733956166352 139757631825520 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24615] ppid=24575 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/24602/task/24615/stat : 24615 (java) S 24575 24575 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139757257316944 139759290996635 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24616] ppid=24575 vsize=8414124 memory=2776 CPUtime=0.06 cores=0-7
/proc/24602/task/24616/stat : 24616 (java) S 24575 24575 23783 0 -1 1077944384 803 0 0 0 6 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758718937200 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24617] ppid=24575 vsize=8414124 memory=924 CPUtime=0.11 cores=0-7
/proc/24602/task/24617/stat : 24617 (java) R 24575 24575 23783 0 -1 4202560 612 0 0 0 11 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758717884400 139759272499855 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24618] ppid=24575 vsize=8414124 memory=1444 CPUtime=0.11 cores=0-7
/proc/24602/task/24618/stat : 24618 (java) R 24575 24575 23783 0 -1 4202560 283 0 0 0 11 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758716832112 139759275899114 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24619] ppid=24575 vsize=8414124 memory=6144268 CPUtime=0.25 cores=0-7
/proc/24602/task/24619/stat : 24619 (java) S 24575 24575 23783 0 -1 1077944384 1063 0 0 0 25 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758715779312 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24620] ppid=24575 vsize=8414124 memory=1420 CPUtime=0 cores=0-7
/proc/24602/task/24620/stat : 24620 (java) S 24575 24575 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139756759411552 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24621] ppid=24575 vsize=8414124 memory=3624 CPUtime=0.11 cores=0-7
/proc/24602/task/24621/stat : 24621 (java) S 24575 24575 23783 0 -1 1077944384 13 0 0 0 5 6 0 0 20 0 24 0 510116495 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758714727216 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24623] ppid=24575 vsize=8414124 memory=75060 CPUtime=0 cores=0-7
/proc/24602/task/24623/stat : 24623 (java) S 24575 24575 23783 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 510116569 8616062976 33147 33554432000 4194304 4196468 140733956166352 139758706693952 139759291002649 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24625] ppid=24575 vsize=8414124 memory=1764 CPUtime=0.05 cores=0-7
/proc/24602/task/24625/stat : 24625 (java) R 24575 24575 23783 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 24 0 510116569 8616062976 33147 33554432000 4194304 4196468 140733956166352 139756088311152 139758792500943 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24626] ppid=24575 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/24602/task/24626/stat : 24626 (java) S 24575 24575 23783 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 510116569 8616062976 33147 33554432000 4194304 4196468 140733956166352 139756356746512 139759290999965 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24627] ppid=24575 vsize=8414124 memory=800 CPUtime=0 cores=0-7
/proc/24602/task/24627/stat : 24627 (java) S 24575 24575 23783 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 510116572 8616062976 33147 33554432000 4194304 4196468 140733956166352 139755819883824 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
Current children cumulated CPU time: 58.63 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 134064 KiB

[startup+227.301 s]
/proc/loadavg: 3.41 4.43 4.35 2/216 24643
/proc/meminfo: memFree=20830392/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1476 CPUtime=57.04 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 584 49919 0 0 0 0 5444 260 20 0 1 0 510111842 115843072 369 33554432000 4194304 5098028 140725715882896 140725715879640 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 369 311 221 0 87 0
[pid=24602] ppid=24575 vsize=8283048 memory=155220 CPUtime=650.72 cores=0-7
/proc/24602/stat : 24602 (java) S 24575 24575 23783 0 -1 1077944320 22656 7453290 0 0 184 16 63594 1278 20 0 22 0 510116488 8481841152 38805 33554432000 4194304 4196468 140733956166352 140733956148896 139759290978039 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
/proc/24602/statm: 2070762 38805 3226 1 0 2032106 0
[pid=24602/tid=24603] ppid=24575 vsize=8283048 memory=984 CPUtime=649.68 cores=0-7
/proc/24602/task/24603/stat : 24603 (java) R 24575 24575 23783 0 -1 4202560 17680 7453290 0 0 89 7 63594 1278 20 0 22 0 510116488 8481841152 38805 33554432000 4194304 4196468 140733956166352 139759262816432 139759275058526 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24604] ppid=24575 vsize=8283048 memory=2020 CPUtime=648.72 cores=0-7
/proc/24602/task/24604/stat : 24604 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139759295220624 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24605] ppid=24575 vsize=8283048 memory=6791534058613427641 CPUtime=648.72 cores=0-7
/proc/24602/task/24605/stat : 24605 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139759109376784 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24606] ppid=24575 vsize=8283048 memory=776 CPUtime=648.72 cores=0-7
/proc/24602/task/24606/stat : 24606 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758775467152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24607] ppid=24575 vsize=8283048 memory=660 CPUtime=648.72 cores=0-7
/proc/24602/task/24607/stat : 24607 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758774414352 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24608] ppid=24575 vsize=8283048 memory=1556 CPUtime=648.72 cores=0-7
/proc/24602/task/24608/stat : 24608 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758773361040 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24609] ppid=24575 vsize=8283048 memory=120588 CPUtime=648.72 cores=0-7
/proc/24602/task/24609/stat : 24609 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758772308240 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24610] ppid=24575 vsize=8283048 memory=6146272 CPUtime=648.72 cores=0-7
/proc/24602/task/24610/stat : 24610 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758771255952 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24611] ppid=24575 vsize=8283048 memory=6146252 CPUtime=648.72 cores=0-7
/proc/24602/task/24611/stat : 24611 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758770203152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24612] ppid=24575 vsize=8283048 memory=660 CPUtime=648.72 cores=0-7
/proc/24602/task/24612/stat : 24612 (java) S 24575 24575 23783 0 -1 1077944384 9 7453290 0 0 0 0 63594 1278 20 0 22 0 510116491 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758719990384 139759290989186 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24613] ppid=24575 vsize=8283048 memory=496 CPUtime=648.72 cores=0-7
/proc/24602/task/24613/stat : 24613 (java) S 24575 24575 23783 0 -1 1077944384 13 7453290 0 0 0 0 63594 1278 20 0 22 0 510116492 8481841152 38805 33554432000 4194304 4196468 140733956166352 139757900260640 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24614] ppid=24575 vsize=8283048 memory=1560 CPUtime=648.72 cores=0-7
/proc/24602/task/24614/stat : 24614 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116492 8481841152 38805 33554432000 4194304 4196468 140733956166352 139757631825520 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24615] ppid=24575 vsize=8283048 memory=928 CPUtime=648.72 cores=0-7
/proc/24602/task/24615/stat : 24615 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139757257316944 139759290996635 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24616] ppid=24575 vsize=8283048 memory=1724 CPUtime=648.81 cores=0-7
/proc/24602/task/24616/stat : 24616 (java) S 24575 24575 23783 0 -1 1077944384 820 7453290 0 0 9 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758718937200 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24617] ppid=24575 vsize=8283048 memory=1964 CPUtime=648.87 cores=0-7
/proc/24602/task/24617/stat : 24617 (java) S 24575 24575 23783 0 -1 1077944384 629 7453290 0 0 15 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758717884400 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24618] ppid=24575 vsize=8283048 memory=38200 CPUtime=648.88 cores=0-7
/proc/24602/task/24618/stat : 24618 (java) S 24575 24575 23783 0 -1 1077944384 310 7453290 0 0 16 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758716832112 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24619] ppid=24575 vsize=8283048 memory=2120 CPUtime=649.05 cores=0-7
/proc/24602/task/24619/stat : 24619 (java) S 24575 24575 23783 0 -1 1077944384 1233 7453290 0 0 33 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758715779312 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24620] ppid=24575 vsize=8283048 memory=496 CPUtime=648.72 cores=0-7
/proc/24602/task/24620/stat : 24620 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139756759411552 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24621] ppid=24575 vsize=8283048 memory=1560 CPUtime=648.83 cores=0-7
/proc/24602/task/24621/stat : 24621 (java) S 24575 24575 23783 0 -1 1077944384 13 7453290 0 0 5 6 63594 1278 20 0 22 0 510116495 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758714727216 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24623] ppid=24575 vsize=8283048 memory=928 CPUtime=648.72 cores=0-7
/proc/24602/task/24623/stat : 24623 (java) S 24575 24575 23783 0 -1 1077944384 24 7453290 0 0 0 0 63594 1278 20 0 22 0 510116569 8481841152 38805 33554432000 4194304 4196468 140733956166352 139758706693136 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24627] ppid=24575 vsize=8283048 memory=1724 CPUtime=648.72 cores=0-7
/proc/24602/task/24627/stat : 24627 (java) S 24575 24575 23783 0 -1 1077944384 20 7453290 0 0 0 0 63594 1278 20 0 22 0 510116572 8481841152 38805 33554432000 4194304 4196468 140733956166352 139755819885616 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
Current children cumulated CPU time: 707.76 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 156696 KiB

[startup+227.401 s]
/proc/loadavg: 3.41 4.43 4.35 2/216 24643
/proc/meminfo: memFree=20830392/32770688 swapFree=66927624/67108860
[pid=24575] ppid=24572 vsize=113128 memory=1476 CPUtime=57.04 cores=0-7
/proc/24575/stat : 24575 (scop.sh) S 24572 24575 23783 0 -1 4202496 584 49919 0 0 0 0 5444 260 20 0 1 0 510111842 115843072 369 33554432000 4194304 5098028 140725715882896 140725715879640 139691137811068 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35872768 140725715890981 140725715891308 140725715891308 140725715894221 0
/proc/24575/statm: 28282 369 311 221 0 87 0
[pid=24602] ppid=24575 vsize=8283048 memory=157452 CPUtime=650.84 cores=0-7
/proc/24602/stat : 24602 (java) S 24575 24575 23783 0 -1 1077944320 23707 7453290 0 0 187 25 63594 1278 20 0 22 0 510116488 8481841152 39363 33554432000 4194304 4196468 140733956166352 140733956148896 139759290978039 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
/proc/24602/statm: 2070762 39363 3226 1 0 2032106 0
[pid=24602/tid=24603] ppid=24575 vsize=8283048 memory=1476 CPUtime=649.77 cores=0-7
/proc/24602/task/24603/stat : 24603 (java) R 24575 24575 23783 0 -1 4202560 18711 7453290 0 0 90 15 63594 1278 20 0 22 0 510116488 8481841152 39363 33554432000 4194304 4196468 140733956166352 139759262819816 139759283663671 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24604] ppid=24575 vsize=8283048 memory=151968 CPUtime=648.72 cores=0-7
/proc/24602/task/24604/stat : 24604 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139759295220624 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24605] ppid=24575 vsize=8283048 memory=1476 CPUtime=648.72 cores=0-7
/proc/24602/task/24605/stat : 24605 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139759109376784 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24606] ppid=24575 vsize=8283048 memory=151480 CPUtime=648.72 cores=0-7
/proc/24602/task/24606/stat : 24606 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758775467152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24607] ppid=24575 vsize=8283048 memory=6141376 CPUtime=648.72 cores=0-7
/proc/24602/task/24607/stat : 24607 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758774414352 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24608] ppid=24575 vsize=8283048 memory=0 CPUtime=648.72 cores=0-7
/proc/24602/task/24608/stat : 24608 (java) S 24575 24575 23783 0 -1 1077944384 2 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758773361040 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24609] ppid=24575 vsize=8283048 memory=1444 CPUtime=648.72 cores=0-7
/proc/24602/task/24609/stat : 24609 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758772308240 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24610] ppid=24575 vsize=8283048 memory=1764 CPUtime=648.72 cores=0-7
/proc/24602/task/24610/stat : 24610 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758771255952 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24611] ppid=24575 vsize=8283048 memory=0 CPUtime=648.72 cores=0-7
/proc/24602/task/24611/stat : 24611 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116490 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758770203152 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24612] ppid=24575 vsize=8283048 memory=6081082619236211047 CPUtime=648.72 cores=0-7
/proc/24602/task/24612/stat : 24612 (java) S 24575 24575 23783 0 -1 1077944384 9 7453290 0 0 0 0 63594 1278 20 0 22 0 510116491 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758719990384 139759290989186 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24613] ppid=24575 vsize=8283048 memory=3624 CPUtime=648.72 cores=0-7
/proc/24602/task/24613/stat : 24613 (java) S 24575 24575 23783 0 -1 1077944384 13 7453290 0 0 0 0 63594 1278 20 0 22 0 510116492 8481841152 39363 33554432000 4194304 4196468 140733956166352 139757900260640 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24614] ppid=24575 vsize=8283048 memory=75060 CPUtime=648.72 cores=0-7
/proc/24602/task/24614/stat : 24614 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116492 8481841152 39363 33554432000 4194304 4196468 140733956166352 139757631825520 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24615] ppid=24575 vsize=8283048 memory=1476 CPUtime=648.72 cores=0-7
/proc/24602/task/24615/stat : 24615 (java) S 24575 24575 23783 0 -1 1077944384 1 7453290 0 0 0 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139757257316944 139759290996635 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24616] ppid=24575 vsize=8283048 memory=120588 CPUtime=648.81 cores=0-7
/proc/24602/task/24616/stat : 24616 (java) S 24575 24575 23783 0 -1 1077944384 821 7453290 0 0 9 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758718937200 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24617] ppid=24575 vsize=8283048 memory=6146232 CPUtime=648.88 cores=0-7
/proc/24602/task/24617/stat : 24617 (java) S 24575 24575 23783 0 -1 1077944384 630 7453290 0 0 16 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758717884400 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24618] ppid=24575 vsize=8283048 memory=800 CPUtime=648.88 cores=0-7
/proc/24602/task/24618/stat : 24618 (java) S 24575 24575 23783 0 -1 1077944384 313 7453290 0 0 16 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758716832112 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24619] ppid=24575 vsize=8283048 memory=6146252 CPUtime=649.06 cores=0-7
/proc/24602/task/24619/stat : 24619 (java) S 24575 24575 23783 0 -1 1077944384 1248 7453290 0 0 34 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758715779312 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24620] ppid=24575 vsize=8283048 memory=120588 CPUtime=648.72 cores=0-7
/proc/24602/task/24620/stat : 24620 (java) S 24575 24575 23783 0 -1 1077944384 3 7453290 0 0 0 0 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139756759411552 139759290988245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24621] ppid=24575 vsize=8283048 memory=1476 CPUtime=648.83 cores=0-7
/proc/24602/task/24621/stat : 24621 (java) S 24575 24575 23783 0 -1 1077944384 13 7453290 0 0 5 6 63594 1278 20 0 22 0 510116495 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758714727216 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24623] ppid=24575 vsize=8283048 memory=1476 CPUtime=648.72 cores=0-7
/proc/24602/task/24623/stat : 24623 (java) S 24575 24575 23783 0 -1 1077944384 24 7453290 0 0 0 0 63594 1278 20 0 22 0 510116569 8481841152 39363 33554432000 4194304 4196468 140733956166352 139758706693136 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
[pid=24602/tid=24627] ppid=24575 vsize=8283048 memory=1476 CPUtime=648.72 cores=0-7
/proc/24602/task/24627/stat : 24627 (java) S 24575 24575 23783 0 -1 1077944384 20 7453290 0 0 0 0 63594 1278 20 0 22 0 510116572 8481841152 39363 33554432000 4194304 4196468 140733956166352 139755819885616 139759290989186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18477056 140733956174839 140733956174998 140733956174998 140733956177871 0
Current children cumulated CPU time: 707.88 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 158928 KiB

Child status: 0
Real time (s): 227.413
CPU time (s): 707.931
CPU user time (s): 692.266
CPU system time (s): 15.6647
CPU usage (%): 311.298
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 6359316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 692.266
system time used= 15.6647
maximum resident set size= 6358412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7527543
page faults= 0
swaps= 0
block input operations= 24
block output operations= 920032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243861
involuntary context switches= 1124


# summary of solver processes directly reported to runsolver:
#   pid: 24575
#   total CPU time (s): 707.931
#   total CPU user time (s): 692.266
#   total CPU system time (s): 15.6647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.88969 second user time and 3.18733 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 00:24:38
IDJOB=4405313
IDBENCH=133411
IDSOLVER=2867
FILE ID=node120/4405313-1569341057
RUNJOBID= node120-1324850400-23810
PBS_JOBID= 21705064
Free space on /tmp= 23412 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.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-4405313-1569341057/watcher-4405313-1569341057 -o /tmp/evaluation-result-4405313-1569341057/solver-4405313-1569341057 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --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-4405313-1569341057.xml

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

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=693132921

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25521824 kB
MemAvailable:   31778308 kB
Buffers:          101104 kB
Cached:          6433364 kB
SwapCached:        68836 kB
Active:          3215596 kB
Inactive:        3392028 kB
Active(anon):       3800 kB
Inactive(anon):   133840 kB
Active(file):    3211796 kB
Inactive(file):  3258188 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927624 kB
Dirty:             20468 kB
Writeback:             0 kB
AnonPages:        113012 kB
Mapped:            62876 kB
Shmem:             55932 kB
Slab:             233472 kB
SReclaimable:     204672 kB
SUnreclaim:        28800 kB
KernelStack:        3392 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     530948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23392 MiB
End job on node120 at 2011-12-26 00:28:25