Trace number 4392765

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-046.xml
MD5SUM90f9fedd4c3faeb9a4a1958b76d0db2e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark186.128
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size29
Maximum domain size46
Distribution of domain sizes[{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-28997-serial-file.bin HOME/instance-4392765-1568450041.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.57	c BEGIN-Prog: Sat Sep 14 10:33:22 CEST 2019
0.66/0.57	c PID: 29000
0.66/0.57	c IP: 172.20.3.133
0.66/0.57	c HOST: node133.alineos.net
0.66/0.58	c (0,0) Parsing Begin
1.74/1.07	c (0,0) Parsing End
1.74/1.07	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 46
1.74/1.07	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.74/1.07	c (0,0) Constraint Name Generate Begin
1.74/1.08	c (0,0) Ctr:HOME/instance-4392765-1568450041.xml,Add:Le:Num:Or:Var
1.74/1.08	c (0,0) Constraint Name Generate End
1.74/1.08	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.74/1.08	c (0,0) CSP to CSPinCNF Begin
2.07/1.19	c (0,0) translated 16 (10%) constraints
2.22/1.21	c (0,0) translated 31 (20%) constraints
2.22/1.23	c (0,0) translated 46 (30%) constraints
2.22/1.24	c (0,0) translated 62 (40%) constraints
2.22/1.25	c (0,0) translated 77 (50%) constraints
2.22/1.26	c (0,0) translated 92 (60%) constraints
2.22/1.27	c (0,0) translated 108 (70%) constraints
2.22/1.28	c (0,0) translated 123 (80%) constraints
2.22/1.29	c (0,0) translated 138 (90%) constraints
2.22/1.29	c (0,0) translated 153 (100%) constraints
2.22/1.29	c (0,0) ===========================================
2.48/1.31	c (0,0) Hybrid: #OE=36, #LE=0
2.48/1.31	c (0,0) Hybrid
2.48/1.31	c (0,0) ===========================================
2.48/1.32	c (0,0) translated 16 (10%) constraints
2.48/1.33	c (0,0) translated 31 (20%) constraints
2.48/1.33	c (0,0) translated 46 (30%) constraints
2.48/1.34	c (0,0) translated 62 (40%) constraints
2.48/1.34	c (0,0) translated 77 (50%) constraints
2.48/1.34	c (0,0) translated 92 (60%) constraints
2.48/1.35	c (0,0) translated 108 (70%) constraints
2.48/1.35	c (0,0) translated 123 (80%) constraints
2.48/1.35	c (0,0) translated 138 (90%) constraints
2.48/1.35	c (0,0) translated 153 (100%) constraints
2.48/1.36	c (0,0) CSP to CSPinCNF End
2.48/1.36	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 46
2.48/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.48/1.36	c (0,0) CSPinCNF Propagation Begin
2.48/1.38	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/1.38	c (0,0) CSPinCNF Propagation End
2.48/1.38	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 153 ctr, max domain size 46
2.48/1.38	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.48/1.39	c (0,0) Hybrid: #OE=36, #LE=0
2.48/1.39	c (0,0) Simplify CSPinCNF Begin
2.74/1.46	c (0,0) Simplify CSPinCNF End
2.74/1.47	c (0,0) CSP: 36 int (0 aux), 612 bool (612 aux), 765 ctr, max domain size 46
2.74/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.74/1.47	c (0,0) Calculate Precise Domain Begin
2.74/1.47	c (0,0) 0 values are removed by re-calculation
2.74/1.47	c (0,0) Calculate Precise Domain End
2.74/1.47	c (0,0) CSP: 36 int (0 aux), 612 bool (612 aux), 765 ctr, max domain size 46
2.74/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.74/1.47	c (0,0) CSPinCNF to SatSolver Begin
3.28/1.65	c (1,1) 77 (10 %) CSP clauses are encoded (0 SAT variables, 3574 SAT clauses)
3.28/1.68	c (1,1) 153 (20 %) CSP clauses are encoded (0 SAT variables, 5779 SAT clauses)
3.66/1.71	c (1,1) 230 (30 %) CSP clauses are encoded (0 SAT variables, 7903 SAT clauses)
3.66/1.73	c (1,1) 306 (40 %) CSP clauses are encoded (0 SAT variables, 9883 SAT clauses)
3.66/1.75	c (1,1) 383 (50 %) CSP clauses are encoded (0 SAT variables, 11789 SAT clauses)
3.66/1.77	c (1,1) 459 (60 %) CSP clauses are encoded (0 SAT variables, 13608 SAT clauses)
3.66/1.79	c (1,1) 536 (70 %) CSP clauses are encoded (0 SAT variables, 15265 SAT clauses)
4.09/1.80	c (1,1) 612 (80 %) CSP clauses are encoded (0 SAT variables, 16769 SAT clauses)
4.09/1.82	c (1,1) 689 (90 %) CSP clauses are encoded (0 SAT variables, 18108 SAT clauses)
4.09/1.83	c (1,1) 765 (100 %) CSP clauses are encoded (0 SAT variables, 19166 SAT clauses)
4.09/1.83	c (1,1) CSPinCNF to SatSolver End
4.09/1.83	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.09/1.83	c (1,1) 1926 bool, 19179 clause
4.09/1.83	c (1,1) Export Begin
4.53/1.91	c (1,1) Export to HOME/scop-28997-serial-file.bin
4.53/1.91	c (1,1) Export End
4.53/1.91	c (1,1) Export File Size: 0.01 MB
4.53/1.91	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
4.53/1.91	c END-Prog: Sat Sep 14 10:33:23 CEST 2019
4.53/1.93	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-28997-serial-file.bin
5.08/2.39	c (0,0) Read Serial File Begin
5.08/2.39	c (0,0) HOME/scop-28997-serial-file.bin
5.34/3.10	c (0,0) Read Serial File End
5.48/3.11	
5.48/3.11	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
5.48/3.11	(Solving Process)
5.48/3.11	
5.48/3.14	c BEGIN-Prog: Sat Sep 14 10:33:24 CEST 2019
5.48/3.14	c PID: 29020
5.48/3.14	c IP: 172.20.3.133
5.48/3.14	c HOST: node133.alineos.net
5.48/3.14	c (0,0) SatSolver.solve Begin
5.48/3.14	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392765-1568450041.xml-scop-29000.cnf
5.48/3.17	c (0,0) c
5.48/3.17	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)
5.48/3.17	c (0,0) c
5.48/3.17	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.48/3.17	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.48/3.17	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.48/3.17	c (0,0) c |                                                                                                       |
5.48/3.17	c (0,0) c |  Number of variables:          1926                                                                   |
5.48/3.17	c (0,0) c |  Number of clauses:           19179                                                                   |
5.48/3.17	c (0,0) c |  Parse time:                   0.01 s                                                                 |
5.48/3.17	c (0,0) c |                                                                                                       |
5.48/3.18	c (0,0) c |  Simplification time:          0.01 s                                                                 |
5.48/3.18	c (0,0) c |                                                                                                       |
5.48/3.18	c (0,0) c |  Generating clones                                                                                    |
5.48/3.19	c (0,0) c |  all clones generated. Memory =    33.44Mb.                                                           |
5.48/3.19	c (0,0) c ========================================================================================================|
5.48/3.19	c (0,0) c
5.48/3.19	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
5.48/3.19	c (0,0) c
5.48/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.48/3.19	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.48/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.48/3.19	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
5.48/3.19	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
5.48/3.19	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
5.48/3.19	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
5.48/3.19	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
5.48/3.19	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
5.48/3.19	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
5.48/3.19	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
5.48/3.19	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
5.48/3.19	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
5.48/3.19	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
5.48/3.19	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
5.48/3.19	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
5.48/3.19	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
5.48/3.19	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
5.48/3.19	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
242.28/33.14	c (30,0) c
242.28/33.14	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
242.28/33.14	c (30,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
242.28/33.14	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
242.28/33.14	c (30,0) c |  0 |    616 |     270675 |     163734 |     8284 |    49543 |    24525 |   158859 |    17957 |      265 |  20 |  0.000 |
242.28/33.14	c (30,0) c |  1 |    553 |     276991 |     169431 |     7919 |    29851 |    23646 |   160197 |    18442 |      280 |  20 |  0.001 |
242.28/33.14	c (30,0) c |  2 |    662 |     284840 |     172420 |     8436 |    32828 |    23994 |   164795 |    18431 |      284 |  20 |  0.001 |
242.28/33.14	c (30,0) c |  3 |    708 |     278537 |     167891 |     7791 |    28314 |    23145 |   165683 |    18285 |      285 |  20 |  0.001 |
242.28/33.14	c (30,0) c |  4 |    511 |     274928 |     170839 |     8165 |    31246 |    24914 |   163487 |    18241 |      283 |  20 |  0.000 |
242.28/33.14	c (30,0) c |  5 |    588 |     286549 |     173765 |     9182 |    34175 |    24020 |   164944 |    18900 |      285 |  20 |  0.000 |
242.28/33.14	c (30,0) c |  6 |    511 |     275441 |     172054 |     8001 |    32465 |    24487 |   164334 |    18400 |      285 |  20 |  0.000 |
242.28/33.14	c (30,0) c |  7 |    564 |     282014 |     174782 |     8121 |    35193 |    24651 |   164340 |    18724 |      285 |  20 |  0.000 |
242.28/33.14	c (30,0) c 
242.28/33.14	c (30,0) c synthesis     1364916 conflicts   160146251 propagations     5772 conflicts/sec   677272 propagations/sec
242.28/33.14	c (30,0) c real: 29.9791 s, cpu: 236.458 s, memory: 625.42 Mb
470.12/62.14	c (59,0) c
470.12/62.14	c (59,0) c |------------------------------------------------------------------------------------------------------------------------|
470.12/62.14	c (59,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
470.12/62.14	c (59,0) c |------------------------------------------------------------------------------------------------------------------------|
470.12/62.14	c (59,0) c |  0 |    904 |     393679 |     249756 |     8560 |    51569 |    31992 |   214974 |    26451 |      519 |  20 |  0.000 |
470.12/62.14	c (59,0) c |  1 |    783 |     398102 |     255478 |     8317 |    57284 |    31740 |   219494 |    26993 |      539 |  20 |  0.001 |
470.12/62.14	c (59,0) c |  2 |    904 |     400742 |     254659 |     8573 |    56470 |    31188 |   219677 |    26511 |      536 |  20 |  0.001 |
470.12/62.14	c (59,0) c |  3 |    911 |     398616 |     253636 |     8307 |    55450 |    31105 |   218483 |    26258 |      536 |  20 |  0.001 |
470.12/62.14	c (59,0) c |  4 |    750 |     393192 |     254505 |     8744 |    56316 |    32347 |   217219 |    26399 |      533 |  20 |  0.001 |
470.12/62.14	c (59,0) c |  5 |    837 |     403918 |     256965 |     9244 |    58776 |    31280 |   218275 |    27054 |      539 |  20 |  0.001 |
470.12/62.14	c (59,0) c |  6 |    789 |     392429 |     254444 |     8351 |    56252 |    31616 |   218436 |    26718 |      533 |  20 |  0.000 |
470.12/62.14	c (59,0) c |  7 |    856 |     397788 |     255924 |     8599 |    57734 |    32510 |   217448 |    26935 |      532 |  20 |  0.000 |
470.12/62.14	c (59,0) c 
470.12/62.14	c (59,0) c synthesis     2035367 conflicts   246223182 propagations     4387 conflicts/sec   530702 propagations/sec
470.12/62.14	c (59,0) c real: 58.9793 s, cpu: 463.957 s, memory: 633.23 Mb
704.17/92.14	c (89,0) c
704.17/92.14	c (89,0) c |------------------------------------------------------------------------------------------------------------------------|
704.17/92.14	c (89,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
704.17/92.14	c (89,0) c |------------------------------------------------------------------------------------------------------------------------|
704.17/92.14	c (89,0) c |  0 |   1111 |     490110 |     320681 |     8609 |    53490 |    38639 |   254666 |    32833 |      779 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  1 |    996 |     493930 |     325457 |     8508 |    58262 |    37624 |   260384 |    33536 |      792 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  2 |   1066 |     496409 |     325538 |     8894 |    58350 |    37896 |   258189 |    32624 |      786 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  3 |   1149 |     497714 |     325210 |     8494 |    58021 |    36929 |   261128 |    32900 |      795 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  4 |    900 |     493111 |     329254 |     9030 |    62070 |    38305 |   260434 |    33053 |      798 |  20 |  0.001 |
704.17/92.14	c (89,0) c |  5 |   1059 |     499707 |     327106 |     9310 |    59919 |    36471 |   261019 |    33460 |      792 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  6 |    975 |     490394 |     327082 |     8544 |    59898 |    36828 |   261558 |    33329 |      797 |  20 |  0.000 |
704.17/92.14	c (89,0) c |  7 |    984 |     493757 |     327310 |     8792 |    60124 |    38076 |   258462 |    33327 |      796 |  20 |  0.000 |
704.17/92.14	c (89,0) c 
704.17/92.14	c (89,0) c synthesis     2607638 conflicts   321032753 propagations     3739 conflicts/sec   460261 propagations/sec
704.17/92.14	c (89,0) c real: 88.9793 s, cpu: 697.501 s, memory: 639.38 Mb
922.74/121.14	c (118,0) c
922.74/121.14	c (118,0) c |------------------------------------------------------------------------------------------------------------------------|
922.74/121.14	c (118,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
922.74/121.14	c (118,0) c |------------------------------------------------------------------------------------------------------------------------|
922.74/121.14	c (118,0) c |  0 |   1310 |     568748 |     378961 |     8712 |    73366 |    42464 |   289763 |    38286 |     1021 |  20 |  0.000 |
922.74/121.14	c (118,0) c |  1 |   1175 |     569289 |     381511 |     8692 |    75915 |    41959 |   292680 |    38920 |     1029 |  20 |  0.000 |
922.74/121.14	c (118,0) c |  2 |   1174 |     573743 |     384847 |     9076 |    79261 |    43736 |   290080 |    37624 |     1029 |  20 |  0.000 |
922.74/121.14	c (118,0) c |  3 |   1291 |     571630 |     380681 |     8781 |    75099 |    41654 |   291881 |    37976 |     1029 |  20 |  0.001 |
922.74/121.14	c (118,0) c |  4 |   1005 |     568729 |     386513 |     9186 |    80923 |    42274 |   291923 |    38286 |     1030 |  20 |  0.001 |
922.74/121.14	c (118,0) c |  5 |   1175 |     567641 |     378671 |     9544 |    73089 |    41042 |   290540 |    38361 |     1010 |  20 |  0.000 |
922.74/121.14	c (118,0) c |  6 |   1086 |     562799 |     382280 |     8703 |    76695 |    41435 |   292284 |    38580 |     1030 |  20 |  0.000 |
922.74/121.14	c (118,0) c |  7 |   1050 |     569635 |     386063 |     8807 |    80475 |    42203 |   290336 |    38413 |     1030 |  20 |  0.000 |
922.74/121.14	c (118,0) c 
922.74/121.14	c (118,0) c synthesis     3059527 conflicts   380120174 propagations     3341 conflicts/sec   415093 propagations/sec
922.74/121.14	c (118,0) c real: 117.979 s, cpu: 915.748 s, memory: 645.19 Mb
1149.64/150.14	c (147,0) c
1149.64/150.14	c (147,0) c |------------------------------------------------------------------------------------------------------------------------|
1149.64/150.14	c (147,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1149.64/150.14	c (147,0) c |------------------------------------------------------------------------------------------------------------------------|
1149.64/150.14	c (147,0) c |  0 |   1368 |     643515 |     437723 |     8890 |    47533 |    47058 |   323741 |    43324 |     1273 |  20 |  0.000 |
1149.64/150.14	c (147,0) c |  1 |   1241 |     635338 |     433486 |     8742 |    86892 |    45781 |   324789 |    43489 |     1261 |  20 |  0.000 |
1149.64/150.14	c (147,0) c |  2 |   1213 |     648974 |     443646 |     9246 |    53458 |    48547 |   324241 |    42866 |     1273 |  20 |  0.001 |
1149.64/150.14	c (147,0) c |  3 |   1397 |     642833 |     435486 |     8923 |    45294 |    46177 |   326678 |    43382 |     1273 |  20 |  0.000 |
1149.64/150.14	c (147,0) c |  4 |   1082 |     640391 |     442763 |     9332 |    52570 |    46734 |   323040 |    42764 |     1274 |  20 |  0.000 |
1149.64/150.14	c (147,0) c |  5 |   1247 |     637135 |     432950 |     9553 |    86367 |    45866 |   318049 |    43046 |     1255 |  20 |  0.001 |
1149.64/150.14	c (147,0) c |  6 |   1140 |     634109 |     438143 |     8873 |    47955 |    47595 |   325802 |    43134 |     1275 |  20 |  0.000 |
1149.64/150.14	c (147,0) c |  7 |   1091 |     644043 |     444938 |     8850 |    54746 |    48197 |   324733 |    43320 |     1275 |  20 |  0.001 |
1149.64/150.14	c (147,0) c 
1149.64/150.14	c (147,0) c synthesis     3509137 conflicts   439622468 propagations     3072 conflicts/sec   384879 propagations/sec
1149.64/150.14	c (147,0) c real: 146.979 s, cpu: 1142.24 s, memory: 649.14 Mb
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c real time : 158.349 s
1231.86/161.51	c (159,0) c cpu time  : 1224.07 s
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | Conflicts     |         3688188 |     459839 |     458083 |     464008 |     456584 |     464023 |     459515 |     461339 |     464797 |
1231.86/161.51	c (159,0) c | Decisions     |         5349276 |     671158 |     665713 |     674337 |     669114 |     666777 |     670220 |     663009 |     668948 |
1231.86/161.51	c (159,0) c | Propagations  |       463528653 |   57508338 |   57944317 |   58258920 |   57676655 |   58223697 |   57694525 |   57896362 |   58325839 |
1231.86/161.51	c (159,0) c | ReduceDBs     |             144 |         18 |         18 |         18 |         18 |         18 |         18 |         18 |         18 |
1231.86/161.51	c (159,0) c | SimpDBs       |              18 |          2 |          2 |          2 |          2 |          3 |          3 |          2 |          2 |
1231.86/161.51	c (159,0) c | Restarts      |            9870 |       1379 |       1258 |       1217 |       1410 |       1097 |       1253 |       1149 |       1107 |
1231.86/161.51	c (159,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1231.86/161.51	c (159,0) c | PropBinClauses|       610470385 |   75701661 |   76322727 |   76711756 |   76236016 |   76507281 |   75825245 |   76368177 |   76797522 |
1231.86/161.51	c (159,0) c | PropPreBlocker|     32498834967 | 4075447803 | 4059742400 | 4078120253 | 4036865916 | 4089818487 | 4027123206 | 4058423148 | 4073293754 |
1231.86/161.51	c (159,0) c | PropNotBlocker|     11041280172 | 1378756193 | 1382098927 | 1370736690 | 1390965351 | 1372454068 | 1394517120 | 1380234086 | 1371517737 |
1231.86/161.51	c (159,0) c | LitFullScans  |     65524594630 | 8196991886 | 8184972742 | 8187883465 | 8184962503 | 8196956632 | 8184955009 | 8202912543 | 8184959850 |
1231.86/161.51	c (159,0) c | LitScanFracts |         7536442 |     989844 |     968032 |     945158 |     919958 |     950987 |     928891 |     899673 |     933899 |
1231.86/161.51	c (159,0) c | DecisionLevel0|            9896 |       1379 |       1258 |       1229 |       1415 |       1101 |       1255 |       1151 |       1108 |
1231.86/161.51	c (159,0) c | Periods       |           10919 |       1366 |       1364 |       1364 |       1364 |       1366 |       1364 |       1367 |       1364 |
1231.86/161.51	c (159,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
1231.86/161.51	c (159,0) c | Avg_Trail     |                 |        745 |        744 |        746 |        741 |        747 |        745 |        742 |        746 |
1231.86/161.51	c (159,0) c | Avg_DL        |                 |         19 |         18 |         19 |         19 |         18 |         18 |         19 |         19 |
1231.86/161.51	c (159,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1231.86/161.51	c (159,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | Exported      |          394185 |      49081 |      48183 |      51051 |      48405 |      48762 |      48613 |      49940 |      50150 |
1231.86/161.51	c (159,0) c | Imported      |         2702671 |     334713 |     335447 |     339377 |     341160 |     341580 |     340473 |     335667 |     334254 |
1231.86/161.51	c (159,0) c | Good          |             631 |         60 |         61 |         99 |        104 |         96 |         99 |         55 |         57 |
1231.86/161.51	c (159,0) c | Purge         |         2702040 |     334653 |     335386 |     339278 |     341056 |     341484 |     340374 |     335612 |     334197 |
1231.86/161.51	c (159,0) c | Promoted      |          360412 |      44829 |      45314 |      44600 |      45043 |      44734 |      45423 |      45158 |      45311 |
1231.86/161.51	c (159,0) c | Remove_Imp    |         1862262 |     235905 |     236886 |     229437 |     238297 |     233104 |     230189 |     231873 |     226571 |
1231.86/161.51	c (159,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | Unaries       |                 |          0 |          0 |         12 |          5 |          4 |          2 |          2 |          1 |
1231.86/161.51	c (159,0) c | Binaries      |                 |          5 |          4 |         46 |         27 |         26 |         16 |         35 |         22 |
1231.86/161.51	c (159,0) c | Glues         |                 |        305 |        320 |        377 |        361 |        299 |        342 |        293 |        289 |
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | Orig_Seen     |            48 % |       9009 |       8821 |       9302 |       8958 |       9346 |       9556 |       9077 |       8992 |
1231.86/161.51	c (159,0) c | Diff Orig seen|                 | -      293 | -      481 |      X     | -      344 |         44 |        254 | -      225 | -      310 |
1231.86/161.51	c (159,0) c | Hamming       |            26 % |        473 |        473 |      X     |        535 |        523 |        491 |        555 |        467 |
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c | RunningTime   |                 |  156.6 100%|  153.6  97%|  153.1  98%|  151.5  97%|  153.2  98%|  155.8  98%|  151.6  97%|  153.2  98%|
1231.86/161.51	c (159,0) c | WaitingTime   |                 |    0.1   0%|    4.2   3%|    3.6   2%|    5.3   3%|    3.5   2%|    2.3   1%|    5.1   3%|    3.6   2%|
1231.86/161.51	c (159,0) c | ExchangingTime|                 |    0.2   0%|    0.2   0%|    0.2   0%|    0.2   0%|    0.2   0%|    0.2   0%|    0.2   0%|    0.1   0%|
1231.86/161.51	c (159,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1231.86/161.51	c (159,0) c | SolvingTime   |                 |  156.9     |  158.0     |  156.8     |  156.9     |  156.9     |  158.3     |  156.9     |  156.9     |
1231.86/161.51	c (159,0) c | PropagationTim|                 |  147.6  94%|  148.4  94%|  147.2  94%|  146.1  93%|  146.9  94%|  148.4  94%|  147.3  94%|  147.5  94%|
1231.86/161.51	c (159,0) c | AnalysisTime  |                 |    7.4   5%|    7.6   5%|    7.6   5%|    8.8   6%|    8.0   5%|    7.9   5%|    7.6   5%|    7.5   5%|
1231.86/161.51	c (159,0) c | ReductionTime |                 |    0.7   0%|    0.7   0%|    0.7   0%|    0.7   0%|    0.7   0%|    0.7   0%|    0.7   0%|    0.7   0%|
1231.86/161.51	c (159,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.1   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1231.86/161.51	c (159,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1231.86/161.51	c (159,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1231.86/161.51	c (159,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c
1231.86/161.51	c (159,0) c Threads : 8
1231.86/161.51	c (159,0) c Winner : 2
1231.86/161.51	c (159,0) c Conflicts_0 : 459839
1231.86/161.51	c (159,0) c Conflicts_1 : 458083
1231.86/161.51	c (159,0) c Conflicts_2 : 464008
1231.86/161.51	c (159,0) c Conflicts_3 : 456584
1231.86/161.51	c (159,0) c Conflicts_4 : 464023
1231.86/161.51	c (159,0) c Conflicts_5 : 459515
1231.86/161.51	c (159,0) c Conflicts_6 : 461339
1231.86/161.51	c (159,0) c Conflicts_7 : 464797
1231.86/161.51	c (159,0) c Conflicts_total : 3688188
1231.86/161.51	c (159,0) c Conflicts_winner : 464008
1231.86/161.51	c (159,0) c Decisions_0 : 671158
1231.86/161.51	c (159,0) c Decisions_1 : 665713
1231.86/161.51	c (159,0) c Decisions_2 : 674337
1231.86/161.51	c (159,0) c Decisions_3 : 669114
1231.86/161.51	c (159,0) c Decisions_4 : 666777
1231.86/161.51	c (159,0) c Decisions_5 : 670220
1231.86/161.51	c (159,0) c Decisions_6 : 663009
1231.86/161.51	c (159,0) c Decisions_7 : 668948
1231.86/161.51	c (159,0) c Decisions_total : 5349276
1231.86/161.51	c (159,0) c Decisions_winner : 674337
1231.86/161.51	c (159,0) c Propagations_0 : 57508338
1231.86/161.51	c (159,0) c Propagations_1 : 57944317
1231.86/161.51	c (159,0) c Propagations_2 : 58258920
1231.86/161.51	c (159,0) c Propagations_3 : 57676655
1231.86/161.51	c (159,0) c Propagations_4 : 58223697
1231.86/161.51	c (159,0) c Propagations_5 : 57694525
1231.86/161.51	c (159,0) c Propagations_6 : 57896362
1231.86/161.51	c (159,0) c Propagations_7 : 58325839
1231.86/161.51	c (159,0) c Propagations_total : 463528653
1231.86/161.52	c (159,0) c Propagations_winner : 58258920
1231.86/161.52	c (159,0) c ReduceDBs_0 : 18
1231.86/161.52	c (159,0) c ReduceDBs_1 : 18
1231.86/161.52	c (159,0) c ReduceDBs_2 : 18
1231.86/161.52	c (159,0) c ReduceDBs_3 : 18
1231.86/161.52	c (159,0) c ReduceDBs_4 : 18
1231.86/161.52	c (159,0) c ReduceDBs_5 : 18
1231.86/161.52	c (159,0) c ReduceDBs_6 : 18
1231.86/161.52	c (159,0) c ReduceDBs_7 : 18
1231.86/161.52	c (159,0) c ReduceDBs_total : 144
1231.86/161.52	c (159,0) c ReduceDBs_winner : 18
1231.86/161.52	c (159,0) c SimpDBs_0 : 2
1231.86/161.52	c (159,0) c SimpDBs_1 : 2
1231.86/161.52	c (159,0) c SimpDBs_2 : 2
1231.86/161.52	c (159,0) c SimpDBs_3 : 2
1231.86/161.52	c (159,0) c SimpDBs_4 : 3
1231.86/161.52	c (159,0) c SimpDBs_5 : 3
1231.86/161.52	c (159,0) c SimpDBs_6 : 2
1231.86/161.52	c (159,0) c SimpDBs_7 : 2
1231.86/161.52	c (159,0) c SimpDBs_total : 18
1231.86/161.52	c (159,0) c SimpDBs_winner : 2
1231.86/161.52	c (159,0) c Restarts_0 : 1379
1231.86/161.52	c (159,0) c Restarts_1 : 1258
1231.86/161.52	c (159,0) c Restarts_2 : 1217
1231.86/161.52	c (159,0) c Restarts_3 : 1410
1231.86/161.52	c (159,0) c Restarts_4 : 1097
1231.86/161.52	c (159,0) c Restarts_5 : 1253
1231.86/161.52	c (159,0) c Restarts_6 : 1149
1231.86/161.52	c (159,0) c Restarts_7 : 1107
1231.86/161.52	c (159,0) c Restarts_total : 9870
1231.86/161.52	c (159,0) c Restarts_winner : 1217
1231.86/161.52	c (159,0) c ForcedImports_0 : 0
1231.86/161.52	c (159,0) c ForcedImports_1 : 0
1231.86/161.52	c (159,0) c ForcedImports_2 : 0
1231.86/161.52	c (159,0) c ForcedImports_3 : 0
1231.86/161.52	c (159,0) c ForcedImports_4 : 0
1231.86/161.52	c (159,0) c ForcedImports_5 : 0
1231.86/161.52	c (159,0) c ForcedImports_6 : 0
1231.86/161.52	c (159,0) c ForcedImports_7 : 0
1231.86/161.52	c (159,0) c ForcedImports_total : 0
1231.86/161.52	c (159,0) c ForcedImports_winner : 0
1231.86/161.52	c (159,0) c PropsBinClauses_0 : 75701661
1231.86/161.52	c (159,0) c PropsBinClauses_1 : 76322727
1231.86/161.52	c (159,0) c PropsBinClauses_2 : 76711756
1231.86/161.52	c (159,0) c PropsBinClauses_3 : 76236016
1231.86/161.52	c (159,0) c PropsBinClauses_4 : 76507281
1231.86/161.52	c (159,0) c PropsBinClauses_5 : 75825245
1231.86/161.52	c (159,0) c PropsBinClauses_6 : 76368177
1231.86/161.52	c (159,0) c PropsBinClauses_7 : 76797522
1231.86/161.52	c (159,0) c PropsBinClauses_total : 610470385
1231.86/161.52	c (159,0) c PropsBinClauses_winner : 76711756
1231.86/161.52	c (159,0) c PropsPreBlocker_0 : 4075447803
1231.86/161.52	c (159,0) c PropsPreBlocker_1 : 4059742400
1231.86/161.52	c (159,0) c PropsPreBlocker_2 : 4078120253
1231.86/161.52	c (159,0) c PropsPreBlocker_3 : 4036865916
1231.86/161.52	c (159,0) c PropsPreBlocker_4 : 4089818487
1231.86/161.52	c (159,0) c PropsPreBlocker_5 : 4027123206
1231.86/161.52	c (159,0) c PropsPreBlocker_6 : 4058423148
1231.86/161.52	c (159,0) c PropsPreBlocker_7 : 4073293754
1231.86/161.52	c (159,0) c PropsPreBlocker_total : 32498834967
1231.86/161.52	c (159,0) c PropsPreBlocker_winner : 4078120253
1231.86/161.52	c (159,0) c PropsNotBlocker_0 : 1378756193
1231.86/161.52	c (159,0) c PropsNotBlocker_1 : 1382098927
1231.86/161.52	c (159,0) c PropsNotBlocker_2 : 1370736690
1231.86/161.52	c (159,0) c PropsNotBlocker_3 : 1390965351
1231.86/161.52	c (159,0) c PropsNotBlocker_4 : 1372454068
1231.86/161.52	c (159,0) c PropsNotBlocker_5 : 1394517120
1231.86/161.52	c (159,0) c PropsNotBlocker_6 : 1380234086
1231.86/161.52	c (159,0) c PropsNotBlocker_7 : 1371517737
1231.86/161.52	c (159,0) c PropsNotBlocker_total : 11041280172
1231.86/161.52	c (159,0) c PropsNotBlocker_winner : 1370736690
1231.86/161.52	c (159,0) c PropsLitFullScans_0 : 8196991886
1231.86/161.52	c (159,0) c PropsLitFullScans_1 : 8184972742
1231.86/161.52	c (159,0) c PropsLitFullScans_2 : 8187883465
1231.86/161.52	c (159,0) c PropsLitFullScans_3 : 8184962503
1231.86/161.52	c (159,0) c PropsLitFullScans_4 : 8196956632
1231.86/161.52	c (159,0) c PropsLitFullScans_5 : 8184955009
1231.86/161.52	c (159,0) c PropsLitFullScans_6 : 8202912543
1231.86/161.52	c (159,0) c PropsLitFullScans_7 : 8184959850
1231.86/161.52	c (159,0) c PropsLitFullScans_total : 65524594630
1231.86/161.52	c (159,0) c PropsLitFullScans_winner : 8187883465
1231.86/161.52	c (159,0) c LitScanFractions_0 : 989844
1231.86/161.52	c (159,0) c LitScanFractions_1 : 968032
1231.86/161.52	c (159,0) c LitScanFractions_2 : 945158
1231.86/161.52	c (159,0) c LitScanFractions_3 : 919958
1231.86/161.52	c (159,0) c LitScanFractions_4 : 950987
1231.86/161.52	c (159,0) c LitScanFractions_5 : 928891
1231.86/161.52	c (159,0) c LitScanFractions_6 : 899673
1231.86/161.52	c (159,0) c LitScanFractions_7 : 933899
1231.86/161.52	c (159,0) c LitScanFractions_total : 7536442
1231.86/161.52	c (159,0) c LitScanFractions_winner : 945158
1231.86/161.52	c (159,0) c DecisionLevel0_0 : 1379
1231.86/161.52	c (159,0) c DecisionLevel0_1 : 1258
1231.86/161.52	c (159,0) c DecisionLevel0_2 : 1229
1231.86/161.52	c (159,0) c DecisionLevel0_3 : 1415
1231.86/161.52	c (159,0) c DecisionLevel0_4 : 1101
1231.86/161.52	c (159,0) c DecisionLevel0_5 : 1255
1231.86/161.52	c (159,0) c DecisionLevel0_6 : 1151
1231.86/161.52	c (159,0) c DecisionLevel0_7 : 1108
1231.86/161.52	c (159,0) c DecisionLevel0_total : 9896
1231.86/161.52	c (159,0) c DecisionLevel0_winner : 1229
1231.86/161.52	c (159,0) c Periods_0 : 1366
1231.86/161.52	c (159,0) c Periods_1 : 1364
1231.86/161.52	c (159,0) c Periods_2 : 1364
1231.86/161.52	c (159,0) c Periods_3 : 1364
1231.86/161.52	c (159,0) c Periods_4 : 1366
1231.86/161.52	c (159,0) c Periods_5 : 1364
1231.86/161.52	c (159,0) c Periods_6 : 1367
1231.86/161.52	c (159,0) c Periods_7 : 1364
1231.86/161.52	c (159,0) c Periods_total : 10919
1231.86/161.52	c (159,0) c Periods_winner : 1364
1231.86/161.52	c (159,0) c Margin_0 : 20
1231.86/161.52	c (159,0) c Margin_1 : 20
1231.86/161.52	c (159,0) c Margin_2 : 20
1231.86/161.52	c (159,0) c Margin_3 : 20
1231.86/161.52	c (159,0) c Margin_4 : 20
1231.86/161.52	c (159,0) c Margin_5 : 20
1231.86/161.52	c (159,0) c Margin_6 : 20
1231.86/161.52	c (159,0) c Margin_7 : 20
1231.86/161.52	c (159,0) c Margin_total : 160
1231.86/161.52	c (159,0) c Margin_winner : 20
1231.86/161.52	c (159,0) c Exported_0 : 49081
1231.86/161.52	c (159,0) c Exported_1 : 48183
1231.86/161.52	c (159,0) c Exported_2 : 51051
1231.86/161.52	c (159,0) c Exported_3 : 48405
1231.86/161.52	c (159,0) c Exported_4 : 48762
1231.86/161.52	c (159,0) c Exported_5 : 48613
1231.86/161.52	c (159,0) c Exported_6 : 49940
1231.86/161.52	c (159,0) c Exported_7 : 50150
1231.86/161.52	c (159,0) c Exported_total : 394185
1231.86/161.52	c (159,0) c Exported_winner : 51051
1231.86/161.52	c (159,0) c Imported_0 : 334713
1231.86/161.52	c (159,0) c Imported_1 : 335447
1231.86/161.52	c (159,0) c Imported_2 : 339377
1231.86/161.52	c (159,0) c Imported_3 : 341160
1231.86/161.52	c (159,0) c Imported_4 : 341580
1231.86/161.52	c (159,0) c Imported_5 : 340473
1231.86/161.52	c (159,0) c Imported_6 : 335667
1231.86/161.52	c (159,0) c Imported_7 : 334254
1231.86/161.52	c (159,0) c Imported_total : 2702671
1231.86/161.52	c (159,0) c Imported_winner : 339377
1231.86/161.52	c (159,0) c Good_0 : 60
1231.86/161.52	c (159,0) c Good_1 : 61
1231.86/161.52	c (159,0) c Good_2 : 99
1231.86/161.52	c (159,0) c Good_3 : 104
1231.86/161.52	c (159,0) c Good_4 : 96
1231.86/161.52	c (159,0) c Good_5 : 99
1231.86/161.52	c (159,0) c Good_6 : 55
1231.86/161.52	c (159,0) c Good_7 : 57
1231.86/161.52	c (159,0) c Good_total : 631
1231.86/161.52	c (159,0) c Good_winner : 99
1231.86/161.52	c (159,0) c Purge_0 : 334653
1231.86/161.52	c (159,0) c Purge_1 : 335386
1231.86/161.52	c (159,0) c Purge_2 : 339278
1231.86/161.52	c (159,0) c Purge_3 : 341056
1231.86/161.52	c (159,0) c Purge_4 : 341484
1231.86/161.52	c (159,0) c Purge_5 : 340374
1231.86/161.52	c (159,0) c Purge_6 : 335612
1231.86/161.52	c (159,0) c Purge_7 : 334197
1231.86/161.52	c (159,0) c Purge_total : 2702040
1231.86/161.52	c (159,0) c Purge_winner : 339278
1231.86/161.52	c (159,0) c Promoted_0 : 44829
1231.86/161.52	c (159,0) c Promoted_1 : 45314
1231.86/161.52	c (159,0) c Promoted_2 : 44600
1231.86/161.52	c (159,0) c Promoted_3 : 45043
1231.86/161.52	c (159,0) c Promoted_4 : 44734
1231.86/161.52	c (159,0) c Promoted_5 : 45423
1231.86/161.52	c (159,0) c Promoted_6 : 45158
1231.86/161.52	c (159,0) c Promoted_7 : 45311
1231.86/161.52	c (159,0) c Promoted_total : 360412
1231.86/161.52	c (159,0) c Promoted_winner : 44600
1231.86/161.52	c (159,0) c Remove_Imp_0 : 235905
1231.86/161.52	c (159,0) c Remove_Imp_1 : 236886
1231.86/161.52	c (159,0) c Remove_Imp_2 : 229437
1231.86/161.52	c (159,0) c Remove_Imp_3 : 238297
1231.86/161.52	c (159,0) c Remove_Imp_4 : 233104
1231.86/161.52	c (159,0) c Remove_Imp_5 : 230189
1231.86/161.52	c (159,0) c Remove_Imp_6 : 231873
1231.86/161.52	c (159,0) c Remove_Imp_7 : 226571
1231.86/161.52	c (159,0) c Remove_Imp_total : 1862262
1231.86/161.52	c (159,0) c Remove_Imp_winner : 229437
1231.86/161.52	c (159,0) c Blocked_Reuse_0 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_1 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_2 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_3 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_4 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_5 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_6 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_7 : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_total : 0
1231.86/161.52	c (159,0) c Blocked_Reuse_winner : 0
1231.86/161.52	c (159,0) c Unaries_0 : 0
1231.86/161.52	c (159,0) c Unaries_1 : 0
1231.86/161.52	c (159,0) c Unaries_2 : 12
1231.86/161.52	c (159,0) c Unaries_3 : 5
1231.86/161.52	c (159,0) c Unaries_4 : 4
1231.86/161.52	c (159,0) c Unaries_5 : 2
1231.86/161.52	c (159,0) c Unaries_6 : 2
1231.86/161.52	c (159,0) c Unaries_7 : 1
1231.86/161.52	c (159,0) c Unaries_total : 26
1231.86/161.52	c (159,0) c Unaries_winner : 12
1231.86/161.52	c (159,0) c Binaries_0 : 5
1231.86/161.52	c (159,0) c Binaries_1 : 4
1231.86/161.52	c (159,0) c Binaries_2 : 46
1231.86/161.52	c (159,0) c Binaries_3 : 27
1231.86/161.52	c (159,0) c Binaries_4 : 26
1231.86/161.52	c (159,0) c Binaries_5 : 16
1231.86/161.52	c (159,0) c Binaries_6 : 35
1231.86/161.52	c (159,0) c Binaries_7 : 22
1231.86/161.52	c (159,0) c Binaries_total : 181
1231.86/161.52	c (159,0) c Binaries_winner : 46
1231.86/161.52	c (159,0) c Glues_0 : 305
1231.86/161.52	c (159,0) c Glues_1 : 320
1231.86/161.52	c (159,0) c Glues_2 : 377
1231.86/161.52	c (159,0) c Glues_3 : 361
1231.86/161.52	c (159,0) c Glues_4 : 299
1231.86/161.52	c (159,0) c Glues_5 : 342
1231.86/161.52	c (159,0) c Glues_6 : 293
1231.86/161.52	c (159,0) c Glues_7 : 289
1231.86/161.52	c (159,0) c Glues_total : 2586
1231.86/161.52	c (159,0) c Glues_winner : 377
1231.86/161.52	c (159,0) c RunningTime_0 : 156.625753
1231.86/161.52	c (159,0) c RunningTime_1 : 153.586415
1231.86/161.52	c (159,0) c RunningTime_2 : 153.058195
1231.86/161.52	c (159,0) c RunningTime_3 : 151.456843
1231.86/161.52	c (159,0) c RunningTime_4 : 153.220103
1231.86/161.52	c (159,0) c RunningTime_5 : 155.793662
1231.86/161.52	c (159,0) c RunningTime_6 : 151.598159
1231.86/161.52	c (159,0) c RunningTime_7 : 153.204179
1231.86/161.52	c (159,0) c RunningTime_total : 1228.543308
1231.86/161.52	c (159,0) c RunningTime_winner : 153.058195
1231.86/161.52	c (159,0) c WaitingTime_0 : 0.140726
1231.86/161.52	c (159,0) c WaitingTime_1 : 4.230411
1231.86/161.52	c (159,0) c WaitingTime_2 : 3.617476
1231.86/161.52	c (159,0) c WaitingTime_3 : 5.271694
1231.86/161.52	c (159,0) c WaitingTime_4 : 3.538870
1231.86/161.52	c (159,0) c WaitingTime_5 : 2.305631
1231.86/161.52	c (159,0) c WaitingTime_6 : 5.106034
1231.86/161.52	c (159,0) c WaitingTime_7 : 3.556984
1231.86/161.52	c (159,0) c WaitingTime_total : 27.767827
1231.86/161.52	c (159,0) c WaitingTime_winner : 3.617476
1231.86/161.52	c (159,0) c ExchangingTime_0 : 0.153290
1231.86/161.52	c (159,0) c ExchangingTime_1 : 0.166387
1231.86/161.52	c (159,0) c ExchangingTime_2 : 0.162306
1231.86/161.54	c (159,0) c ExchangingTime_3 : 0.155488
1231.86/161.54	c (159,0) c ExchangingTime_4 : 0.158041
1231.86/161.54	c (159,0) c ExchangingTime_5 : 0.159603
1231.86/161.54	c (159,0) c ExchangingTime_6 : 0.159603
1231.86/161.54	c (159,0) c ExchangingTime_7 : 0.148414
1231.86/161.54	c (159,0) c ExchangingTime_total : 1.263133
1231.86/161.54	c (159,0) c ExchangingTime_winner : 0.162306
1231.86/161.54	c (159,0) c PeriodProcTime_0 : 0.014493
1231.86/161.54	c (159,0) c PeriodProcTime_1 : 0.012608
1231.86/161.54	c (159,0) c PeriodProcTime_2 : 0.011546
1231.86/161.54	c (159,0) c PeriodProcTime_3 : 0.011876
1231.86/161.54	c (159,0) c PeriodProcTime_4 : 0.011565
1231.86/161.54	c (159,0) c PeriodProcTime_5 : 0.014434
1231.86/161.54	c (159,0) c PeriodProcTime_6 : 0.012364
1231.86/161.54	c (159,0) c PeriodProcTime_7 : 0.011518
1231.86/161.54	c (159,0) c PeriodProcTime_total : 0.100404
1231.86/161.54	c (159,0) c PeriodProcTime_winner : 0.011546
1231.86/161.54	c (159,0) c SolvingTime_0 : 156.934263
1231.86/161.54	c (159,0) c SolvingTime_1 : 157.995821
1231.86/161.54	c (159,0) c SolvingTime_2 : 156.849523
1231.86/161.54	c (159,0) c SolvingTime_3 : 156.895900
1231.86/161.54	c (159,0) c SolvingTime_4 : 156.928580
1231.86/161.54	c (159,0) c SolvingTime_5 : 158.273330
1231.86/161.54	c (159,0) c SolvingTime_6 : 156.876160
1231.86/161.54	c (159,0) c SolvingTime_7 : 156.921096
1231.86/161.54	c (159,0) c SolvingTime_total : 1257.674672
1231.86/161.54	c (159,0) c SolvingTime_winner : 156.849523
1231.86/161.54	c (159,0) c PropagationTime_0 : 147.595237
1231.86/161.54	c (159,0) c PropagationTime_1 : 148.405519
1231.86/161.54	c (159,0) c PropagationTime_2 : 147.213148
1231.86/161.54	c (159,0) c PropagationTime_3 : 146.095091
1231.86/161.54	c (159,0) c PropagationTime_4 : 146.853505
1231.86/161.54	c (159,0) c PropagationTime_5 : 148.353336
1231.86/161.54	c (159,0) c PropagationTime_6 : 147.328099
1231.86/161.54	c (159,0) c PropagationTime_7 : 147.507115
1231.86/161.54	c (159,0) c PropagationTime_total : 1179.351049
1231.86/161.54	c (159,0) c PropagationTime_winner : 147.213148
1231.86/161.54	c (159,0) c AnalysisTime_0 : 7.425416
1231.86/161.54	c (159,0) c AnalysisTime_1 : 7.608638
1231.86/161.54	c (159,0) c AnalysisTime_2 : 7.643393
1231.86/161.54	c (159,0) c AnalysisTime_3 : 8.845398
1231.86/161.54	c (159,0) c AnalysisTime_4 : 7.976050
1231.86/161.54	c (159,0) c AnalysisTime_5 : 7.906719
1231.86/161.54	c (159,0) c AnalysisTime_6 : 7.611829
1231.86/161.54	c (159,0) c AnalysisTime_7 : 7.466830
1231.86/161.54	c (159,0) c AnalysisTime_total : 62.484274
1231.86/161.54	c (159,0) c AnalysisTime_winner : 7.643393
1231.86/161.54	c (159,0) c ReductionTime_0 : 0.666902
1231.86/161.54	c (159,0) c ReductionTime_1 : 0.703355
1231.86/161.54	c (159,0) c ReductionTime_2 : 0.690083
1231.86/161.54	c (159,0) c ReductionTime_3 : 0.671314
1231.86/161.54	c (159,0) c ReductionTime_4 : 0.734726
1231.86/161.54	c (159,0) c ReductionTime_5 : 0.689722
1231.86/161.54	c (159,0) c ReductionTime_6 : 0.676980
1231.86/161.54	c (159,0) c ReductionTime_7 : 0.691229
1231.86/161.54	c (159,0) c ReductionTime_total : 5.524312
1231.86/161.54	c (159,0) c ReductionTime_winner : 0.690083
1231.86/161.54	c (159,0) c SimplifyTime_0 : 0.013875
1231.86/161.54	c (159,0) c SimplifyTime_1 : 0.013846
1231.86/161.54	c (159,0) c SimplifyTime_2 : 0.015001
1231.86/161.54	c (159,0) c SimplifyTime_3 : 0.013705
1231.86/161.54	c (159,0) c SimplifyTime_4 : 0.059663
1231.86/161.54	c (159,0) c SimplifyTime_5 : 0.027807
1231.86/161.54	c (159,0) c SimplifyTime_6 : 0.014685
1231.86/161.54	c (159,0) c SimplifyTime_7 : 0.014709
1231.86/161.54	c (159,0) c SimplifyTime_total : 0.173291
1231.86/161.54	c (159,0) c SimplifyTime_winner : 0.015001
1231.86/161.54	c (159,0) c UsedRateTime_0 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_1 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_2 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_3 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_4 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_5 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_6 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_7 : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_total : 0.000000
1231.86/161.54	c (159,0) c UsedRateTime_winner : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_0 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_1 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_2 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_3 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_4 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_5 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_6 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_7 : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_total : 0.000000
1231.86/161.54	c (159,0) c OverlapRateTime_winner : 0.000000
1231.86/161.54	c (159,0) c
1231.86/161.54	c (159,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1231.86/161.54	c (159,0) c
1231.86/161.54	c (159,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.54	c (159,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1231.86/161.54	c (159,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.54	c (159,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1231.86/161.54	c (159,0) c | adaptStrategeis       |      False |      False |      False |      False |      False |      False |      False |      False |
1231.86/161.54	c (159,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1231.86/161.54	c (159,0) c | Initial random_seed   |  936459339 |  275907774 | 1014382381 |  660192626 |  869111611 | 2070202714 | 1461931764 | 1900489154 |
1231.86/161.54	c (159,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1231.86/161.54	c (159,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1231.86/161.54	c (159,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1231.86/161.54	c (159,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1231.86/161.54	c (159,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1231.86/161.54	c (159,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1231.86/161.54	c (159,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1231.86/161.54	c (159,0) c | var_decay             |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1231.86/161.54	c (159,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1231.86/161.54	c (159,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1231.86/161.54	c (159,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1231.86/161.54	c (159,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1231.86/161.54	c (159,0) 
1231.86/161.54	c (159,0) s UNSATISFIABLE
1231.86/161.54	c (159,0) SatSolver.solve End
1231.86/161.54	c (159,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1231.86/161.54	c (159,0) Show results Begin
1231.86/161.54	s UNSATISFIABLE
1231.86/161.54	c (159,0) Show results End
1231.86/161.54	c (159,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1231.86/161.55	c (159,0) 159,159,STOP-AFTER(ALL)
1231.86/161.55	c END-Prog: Sat Sep 14 10:36:03 CEST 2019

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15240 MiB free)
  memory of node 1: 16384 MiB (15476 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100173 s]*
/proc/loadavg: 8.59 8.45 8.17 2/217 29019
/proc/meminfo: memFree=31361300/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 421243701 115843072 349 33554432000 4194304 5098028 140723362921520 140723362918776 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 349 296 221 0 87 0
[pid=29000] ppid=28997 vsize=27314120 memory=105520 CPUtime=0.11 cores=0-7
/proc/29000/stat : 29000 (java) S 28997 28997 28953 0 -1 1077944320 6981 0 0 0 8 3 0 0 20 0 20 0 421243701 27969658880 26380 33554432000 4194304 4196468 140735467598608 140735467581152 140096193974007 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
/proc/29000/statm: 6828530 26380 2803 1 0 6790935 0
[pid=29000/tid=29001] ppid=28997 vsize=27314120 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29000/task/29001/stat : 29001 (java) R 28997 28997 28953 0 -1 4202560 5067 0 0 0 6 2 0 0 20 0 20 0 421243701 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096165800336 140096178054494 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29002] ppid=28997 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29000/task/29002/stat : 29002 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096198216848 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29003] ppid=28997 vsize=27314120 memory=140342026114688 CPUtime=0 cores=0-7
/proc/29000/task/29003/stat : 29003 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096012373008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29004] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29004/stat : 29004 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096011320208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29005] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29005/stat : 29005 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096010267408 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29006] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29006/stat : 29006 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096009214608 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29007] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29007/stat : 29007 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096008161808 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29008] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29008/stat : 29008 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096007109008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29009] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29009/stat : 29009 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 26380 33554432000 4194304 4196468 140735467598608 140096006056208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29010] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29010/stat : 29010 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243705 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095386528624 140096193985154 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29011] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29011/stat : 29011 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 26380 33554432000 4194304 4196468 140735467598608 140093847234080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29012] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29012/stat : 29012 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 26380 33554432000 4194304 4196468 140735467598608 140093713012080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29013] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29013/stat : 29013 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 26380 33554432000 4194304 4196468 140735467598608 140093338507600 140096193992603 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29014] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29014/stat : 29014 (java) S 28997 28997 28953 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095385475440 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29015] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29015/stat : 29015 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095384422640 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29016] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29016/stat : 29016 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095383369840 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29017] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29017/stat : 29017 (java) S 28997 28997 28953 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095382317040 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29018] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29018/stat : 29018 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 26380 33554432000 4194304 4196468 140735467598608 140092840602720 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29019] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29019/stat : 29019 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 26380 33554432000 4194304 4196468 140735467598608 140095381265456 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106916 KiB

[startup+0.210887 s]*
/proc/loadavg: 8.59 8.45 8.17 2/217 29019
/proc/meminfo: memFree=31342752/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 421243701 115843072 349 33554432000 4194304 5098028 140723362921520 140723362918776 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 349 296 221 0 87 0
[pid=29000] ppid=28997 vsize=27314120 memory=122508 CPUtime=0.25 cores=0-7
/proc/29000/stat : 29000 (java) S 28997 28997 28953 0 -1 1077944320 11860 0 0 0 20 5 0 0 20 0 20 0 421243701 27969658880 30627 33554432000 4194304 4196468 140735467598608 140735467581152 140096193974007 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
/proc/29000/statm: 6828530 30627 2916 1 0 6790935 0
[pid=29000/tid=29001] ppid=28997 vsize=27314120 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/29000/task/29001/stat : 29001 (java) R 28997 28997 28953 0 -1 4202560 9555 0 0 0 16 4 0 0 20 0 20 0 421243701 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096165782480 140096179139600 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29002] ppid=28997 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/29000/task/29002/stat : 29002 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096198216848 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29003] ppid=28997 vsize=27314120 memory=4122682453030672032 CPUtime=0 cores=0-7
/proc/29000/task/29003/stat : 29003 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096012373008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29004] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29004/stat : 29004 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096011320208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29005] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29005/stat : 29005 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096010267408 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29006] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29006/stat : 29006 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096009214608 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29007] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29007/stat : 29007 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096008161808 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29008] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29008/stat : 29008 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096007109008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29009] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29009/stat : 29009 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 30627 33554432000 4194304 4196468 140735467598608 140096006056208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29010] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29010/stat : 29010 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243705 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095386528624 140096193985154 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29011] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29011/stat : 29011 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 30627 33554432000 4194304 4196468 140735467598608 140093847234080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29012] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29012/stat : 29012 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 30627 33554432000 4194304 4196468 140735467598608 140093713012080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29013] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29013/stat : 29013 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 30627 33554432000 4194304 4196468 140735467598608 140093338507600 140096193992603 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29014] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29014/stat : 29014 (java) S 28997 28997 28953 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095385475440 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29015] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29015/stat : 29015 (java) S 28997 28997 28953 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095384422640 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29016] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29016/stat : 29016 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095383369840 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29017] ppid=28997 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/29000/task/29017/stat : 29017 (java) S 28997 28997 28953 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 20 0 421243709 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095382317040 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29018] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29018/stat : 29018 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 30627 33554432000 4194304 4196468 140735467598608 140092840602720 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29019] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29019/stat : 29019 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 30627 33554432000 4194304 4196468 140735467598608 140095381265456 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 123904 KiB

[startup+0.310673 s]*
/proc/loadavg: 8.59 8.45 8.17 2/217 29019
/proc/meminfo: memFree=31339712/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 421243701 115843072 349 33554432000 4194304 5098028 140723362921520 140723362918776 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 349 296 221 0 87 0
[pid=29000] ppid=28997 vsize=27314120 memory=126056 CPUtime=0.42 cores=0-7
/proc/29000/stat : 29000 (java) S 28997 28997 28953 0 -1 1077944320 12903 0 0 0 37 5 0 0 20 0 20 0 421243701 27969658880 31514 33554432000 4194304 4196468 140735467598608 140735467581152 140096193974007 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
/proc/29000/statm: 6828530 31514 3026 1 0 6790935 0
[pid=29000/tid=29001] ppid=28997 vsize=27314120 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29000/task/29001/stat : 29001 (java) R 28997 28997 28953 0 -1 4202560 10445 0 0 0 25 4 0 0 20 0 20 0 421243701 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096165804080 140096193987889 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29002] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29002/stat : 29002 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096198216848 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29003] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29003/stat : 29003 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096012373008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29004] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29004/stat : 29004 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096011320208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29005] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29005/stat : 29005 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096010267408 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29006] ppid=28997 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/29000/task/29006/stat : 29006 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096009214608 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29007] ppid=28997 vsize=27314120 memory=140341881697199 CPUtime=0 cores=0-7
/proc/29000/task/29007/stat : 29007 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096008161808 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29008] ppid=28997 vsize=27314120 memory=140341881699504 CPUtime=0 cores=0-7
/proc/29000/task/29008/stat : 29008 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096007109008 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29009] ppid=28997 vsize=27314120 memory=140341881701808 CPUtime=0 cores=0-7
/proc/29000/task/29009/stat : 29009 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27969658880 31514 33554432000 4194304 4196468 140735467598608 140096006056208 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29010] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29010/stat : 29010 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421243705 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095386528624 140096193985154 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29011] ppid=28997 vsize=27314120 memory=280683763410576 CPUtime=0 cores=0-7
/proc/29000/task/29011/stat : 29011 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 31514 33554432000 4194304 4196468 140735467598608 140093847234080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29012] ppid=28997 vsize=27314120 memory=280683763417488 CPUtime=0 cores=0-7
/proc/29000/task/29012/stat : 29012 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421243706 27969658880 31514 33554432000 4194304 4196468 140735467598608 140093713012080 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29013] ppid=28997 vsize=27314120 memory=280683763358768 CPUtime=0 cores=0-7
/proc/29000/task/29013/stat : 29013 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 31514 33554432000 4194304 4196468 140735467598608 140093338507600 140096193992603 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29014] ppid=28997 vsize=27314120 memory=280683763431312 CPUtime=0 cores=0-7
/proc/29000/task/29014/stat : 29014 (java) S 28997 28997 28953 0 -1 1077944384 353 0 0 0 0 0 0 0 20 0 20 0 421243708 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095385475440 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29015] ppid=28997 vsize=27314120 memory=280683763438224 CPUtime=0.02 cores=0-7
/proc/29000/task/29015/stat : 29015 (java) S 28997 28997 28953 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 20 0 421243708 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095384422640 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29016] ppid=28997 vsize=27314120 memory=280683763435920 CPUtime=0 cores=0-7
/proc/29000/task/29016/stat : 29016 (java) R 28997 28997 28953 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095383369840 140096186215397 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29017] ppid=28997 vsize=27314120 memory=280683763452080 CPUtime=0.07 cores=0-7
/proc/29000/task/29017/stat : 29017 (java) S 28997 28997 28953 0 -1 1077944384 486 0 0 0 7 0 0 0 20 0 20 0 421243709 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095382317040 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29018] ppid=28997 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29018/stat : 29018 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 31514 33554432000 4194304 4196468 140735467598608 140092840602720 140096193984213 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29019] ppid=28997 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29000/task/29019/stat : 29019 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243709 27969658880 31514 33554432000 4194304 4196468 140735467598608 140095381265456 140096193985154 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127452 KiB

[startup+0.701019 s]
/proc/loadavg: 7.98 8.33 8.13 2/217 29019
/proc/meminfo: memFree=31316756/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 421243701 115843072 349 33554432000 4194304 5098028 140723362921520 140723362918776 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 349 296 221 0 87 0
[pid=29000] ppid=28997 vsize=27320392 memory=163436 CPUtime=1 cores=0-7
/proc/29000/stat : 29000 (java) S 28997 28997 28953 0 -1 1077944320 20504 0 0 0 92 8 0 0 20 0 20 0 421243701 27976081408 40794 33554432000 4194304 4196468 140735467598608 140735467581152 140096193974007 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
/proc/29000/statm: 6830098 40859 3182 1 0 6791447 0
[pid=29000/tid=29001] ppid=28997 vsize=27322440 memory=280683763809968 CPUtime=0.67 cores=0-7
/proc/29000/task/29001/stat : 29001 (java) R 28997 28997 28953 0 -1 4202560 17479 0 0 0 61 6 0 0 20 0 20 0 421243701 27978178560 40859 33554432000 4194304 4196468 140735467598608 140096165808384 140096178054494 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29002] ppid=28997 vsize=27322440 memory=140341881906032 CPUtime=0 cores=0-7
/proc/29000/task/29002/stat : 29002 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27978178560 40859 33554432000 4194304 4196468 140735467598608 140096198216848 140096193984213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29003] ppid=28997 vsize=27322440 memory=0 CPUtime=0 cores=0-7
/proc/29000/task/29003/stat : 29003 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421243704 27978178560 40859 33554432000 4194304 4196468 140735467598608 140096012373008 140096193984213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0
[pid=29000/tid=29004] ppid=28997 vsize=27322440 memory=2832 CPUtime=0 cores=0-7
/proc/29000/task/29004/stat : 29004 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421243704 27978178560 40859 33554432000 4194304 4196468 140735467598608 140096011320208 140096193984213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8871936 140735467602666 140735467603094 140735467603094 140735467605967 0

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

[pid=29020/tid=29030] ppid=28997 vsize=8414124 memory=388268 CPUtime=0 cores=0-7
/proc/29020/task/29030/stat : 29030 (java) S 28997 28997 28953 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 421243897 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308972960112 140309745261186 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29031] ppid=28997 vsize=8414124 memory=3908 CPUtime=0 cores=0-7
/proc/29020/task/29031/stat : 29031 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308260054048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29032] ppid=28997 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/29020/task/29032/stat : 29032 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308125832048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29033] ppid=28997 vsize=8414124 memory=3788 CPUtime=0 cores=0-7
/proc/29020/task/29033/stat : 29033 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307751327568 140309745268635 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29034] ppid=28997 vsize=8414124 memory=1476 CPUtime=0.02 cores=0-7
/proc/29020/task/29034/stat : 29034 (java) S 28997 28997 28953 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308971907952 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29035] ppid=28997 vsize=8414124 memory=118504 CPUtime=0.08 cores=0-7
/proc/29020/task/29035/stat : 29035 (java) S 28997 28997 28953 0 -1 1077944384 406 0 0 0 8 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308970855152 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29036] ppid=28997 vsize=8414124 memory=387676 CPUtime=0.06 cores=0-7
/proc/29020/task/29036/stat : 29036 (java) S 28997 28997 28953 0 -1 1077944384 278 0 0 0 6 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308969802352 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29037] ppid=28997 vsize=8414124 memory=-9177045640952443282 CPUtime=0.19 cores=0-7
/proc/29020/task/29037/stat : 29037 (java) S 28997 28997 28953 0 -1 1077944384 701 0 0 0 19 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308968749552 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29038] ppid=28997 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29020/task/29038/stat : 29038 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307253422688 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29039] ppid=28997 vsize=8414124 memory=387512 CPUtime=0.08 cores=0-7
/proc/29020/task/29039/stat : 29039 (java) S 28997 28997 28953 0 -1 1077944384 12 0 0 0 3 5 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308967696944 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29041] ppid=28997 vsize=8414124 memory=-9177045640952443282 CPUtime=0 cores=0-7
/proc/29020/task/29041/stat : 29041 (java) S 28997 28997 28953 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 421244017 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308959663168 140309745274649 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29043] ppid=28997 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/29020/task/29043/stat : 29043 (java) S 28997 28997 28953 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306582323344 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29044] ppid=28997 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/29020/task/29044/stat : 29044 (java) S 28997 28997 28953 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306850758672 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29045] ppid=28997 vsize=8414124 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/29020/task/29045/stat : 29045 (java) S 28997 28997 28953 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 421244020 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306313895472 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
Current children cumulated CPU time: 1231.53 s
Current children cumulated vsize: 9192816 KiB
Current children cumulated memory: 508248 KiB

[startup+161.401 s]
/proc/loadavg: 7.60 8.21 8.13 3/222 29061
/proc/meminfo: memFree=30961400/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1476 CPUtime=4.59 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 583 27254 0 0 0 0 446 13 20 0 1 0 421243701 115843072 369 33554432000 4194304 5098028 140723362921520 140723362918264 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 369 311 221 0 87 0
[pid=29020] ppid=28997 vsize=8414124 memory=118504 CPUtime=1.23 cores=0-7
/proc/29020/stat : 29020 (java) S 28997 28997 28953 0 -1 1077944320 19718 0 0 0 116 7 0 0 20 0 24 0 421243894 8616062976 29626 33554432000 4194304 4196468 140723044943744 140723044926288 140309745250039 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
/proc/29020/statm: 2103531 29626 3201 1 0 2064875 0
[pid=29040] ppid=29020 vsize=657368 memory=388260 CPUtime=1225.94 cores=0-7
/proc/29040/stat : 29040 (manyglucose-4.1) S 29020 28997 28953 0 -1 1077944320 1125152 0 0 0 122395 199 0 0 20 0 2 0 421244017 673144832 97065 33554432000 4194304 4454172 140727755311552 140727755309936 139696170221303 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 28094464 140727755314025 140727755314224 140727755314224 140727755317178 0
/proc/29040/statm: 164342 97065 419 64 0 160010 0
[pid=29040/tid=29051] ppid=29020 vsize=657368 memory=792 CPUtime=154.89 cores=0-7
/proc/29040/task/29051/stat : 29051 (manyglucose-4.1) R 29020 28997 28953 0 -1 4202560 133739 0 0 0 15462 27 0 0 20 0 2 0 421244020 673144832 97065 33554432000 4194304 4454172 140727755311552 139696113040520 4351576 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 28094464 140727755314025 140727755314224 140727755314224 140727755317178 0
[pid=29020/tid=29021] ppid=28997 vsize=8414124 memory=1440 CPUtime=0.74 cores=0-7
/proc/29020/task/29021/stat : 29021 (java) S 28997 28997 28953 0 -1 1077944384 16508 0 0 0 69 5 0 0 20 0 24 0 421243895 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309717090208 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29022] ppid=28997 vsize=8414124 memory=-9177045640952443282 CPUtime=0 cores=0-7
/proc/29020/task/29022/stat : 29022 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309749492368 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29023] ppid=28997 vsize=8414124 memory=1440 CPUtime=0 cores=0-7
/proc/29020/task/29023/stat : 29023 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309549660688 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29024] ppid=28997 vsize=8414124 memory=1984 CPUtime=0 cores=0-7
/proc/29020/task/29024/stat : 29024 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309548607888 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29025] ppid=28997 vsize=8414124 memory=2376 CPUtime=0 cores=0-7
/proc/29020/task/29025/stat : 29025 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309547555088 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29026] ppid=28997 vsize=8414124 memory=1768 CPUtime=0 cores=0-7
/proc/29020/task/29026/stat : 29026 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309546503312 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29027] ppid=28997 vsize=8414124 memory=111628 CPUtime=0 cores=0-7
/proc/29020/task/29027/stat : 29027 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309545450512 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29028] ppid=28997 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/29020/task/29028/stat : 29028 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309544397712 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29029] ppid=28997 vsize=8414124 memory=320318721837236250 CPUtime=0 cores=0-7
/proc/29020/task/29029/stat : 29029 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309543344912 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29030] ppid=28997 vsize=8414124 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/29020/task/29030/stat : 29030 (java) S 28997 28997 28953 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 421243897 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308972960112 140309745261186 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29031] ppid=28997 vsize=8414124 memory=14694080391154107 CPUtime=0 cores=0-7
/proc/29020/task/29031/stat : 29031 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308260054048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29032] ppid=28997 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/29020/task/29032/stat : 29032 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308125832048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29033] ppid=28997 vsize=8414124 memory=-9177045640952443282 CPUtime=0 cores=0-7
/proc/29020/task/29033/stat : 29033 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307751327568 140309745268635 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29034] ppid=28997 vsize=8414124 memory=14694080391154107 CPUtime=0.02 cores=0-7
/proc/29020/task/29034/stat : 29034 (java) S 28997 28997 28953 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308971907952 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29035] ppid=28997 vsize=8414124 memory=928 CPUtime=0.08 cores=0-7
/proc/29020/task/29035/stat : 29035 (java) S 28997 28997 28953 0 -1 1077944384 406 0 0 0 8 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308970855152 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29036] ppid=28997 vsize=8414124 memory=1476 CPUtime=0.06 cores=0-7
/proc/29020/task/29036/stat : 29036 (java) S 28997 28997 28953 0 -1 1077944384 278 0 0 0 6 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308969802352 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29037] ppid=28997 vsize=8414124 memory=118504 CPUtime=0.19 cores=0-7
/proc/29020/task/29037/stat : 29037 (java) S 28997 28997 28953 0 -1 1077944384 701 0 0 0 19 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308968749552 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29038] ppid=28997 vsize=8414124 memory=380852 CPUtime=0 cores=0-7
/proc/29020/task/29038/stat : 29038 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307253422688 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29039] ppid=28997 vsize=8414124 memory=21968 CPUtime=0.08 cores=0-7
/proc/29020/task/29039/stat : 29039 (java) S 28997 28997 28953 0 -1 1077944384 12 0 0 0 3 5 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308967696944 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29041] ppid=28997 vsize=8414124 memory=496 CPUtime=0 cores=0-7
/proc/29020/task/29041/stat : 29041 (java) S 28997 28997 28953 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 421244017 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308959663168 140309745274649 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29043] ppid=28997 vsize=8414124 memory=1564 CPUtime=0 cores=0-7
/proc/29020/task/29043/stat : 29043 (java) S 28997 28997 28953 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306582323344 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29044] ppid=28997 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/29020/task/29044/stat : 29044 (java) S 28997 28997 28953 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306850758672 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29045] ppid=28997 vsize=8414124 memory=320318721837236250 CPUtime=0 cores=0-7
/proc/29020/task/29045/stat : 29045 (java) S 28997 28997 28953 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 421244020 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306313895472 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
Current children cumulated CPU time: 1231.76 s
Current children cumulated vsize: 9184620 KiB
Current children cumulated memory: 508240 KiB

[startup+161.501 s]
/proc/loadavg: 7.60 8.21 8.13 3/222 29061
/proc/meminfo: memFree=30961400/32770624 swapFree=67004176/67108860
[pid=28997] ppid=28994 vsize=113128 memory=1476 CPUtime=4.59 cores=0-7
/proc/28997/stat : 28997 (scop.sh) S 28994 28997 28953 0 -1 4202496 583 27254 0 0 0 0 446 13 20 0 1 0 421243701 115843072 369 33554432000 4194304 5098028 140723362921520 140723362918264 140606840967804 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28553216 140723362927396 140723362927724 140723362927724 140723362930637 0
/proc/28997/statm: 28282 369 311 221 0 87 0
[pid=29020] ppid=28997 vsize=8414124 memory=118504 CPUtime=1.23 cores=0-7
/proc/29020/stat : 29020 (java) S 28997 28997 28953 0 -1 1077944320 19718 0 0 0 116 7 0 0 20 0 24 0 421243894 8616062976 29626 33554432000 4194304 4196468 140723044943744 140723044926288 140309745250039 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
/proc/29020/statm: 2103531 29626 3201 1 0 2064875 0
[pid=29040] ppid=29020 vsize=657368 memory=388260 CPUtime=1226.04 cores=0-7
/proc/29040/stat : 29040 (manyglucose-4.1) S 29020 28997 28953 0 -1 1077944320 1125154 0 0 0 122405 199 0 0 20 0 2 0 421244017 673144832 97065 33554432000 4194304 4454172 140727755311552 140727755309936 139696170221303 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 28094464 140727755314025 140727755314224 140727755314224 140727755317178 0
/proc/29040/statm: 164342 97065 419 64 0 160010 0
[pid=29040/tid=29051] ppid=29020 vsize=657368 memory=118504 CPUtime=154.99 cores=0-7
/proc/29040/task/29051/stat : 29051 (manyglucose-4.1) R 29020 28997 28953 0 -1 4202560 133741 0 0 0 15472 27 0 0 20 0 2 0 421244020 673144832 97065 33554432000 4194304 4454172 140727755311552 139696113040520 4351800 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 28094464 140727755314025 140727755314224 140727755314224 140727755317178 0
[pid=29020/tid=29021] ppid=28997 vsize=8414124 memory=1476 CPUtime=0.74 cores=0-7
/proc/29020/task/29021/stat : 29021 (java) S 28997 28997 28953 0 -1 1077944384 16508 0 0 0 69 5 0 0 20 0 24 0 421243895 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309717090208 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29022] ppid=28997 vsize=8414124 memory=164 CPUtime=0 cores=0-7
/proc/29020/task/29022/stat : 29022 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309749492368 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29023] ppid=28997 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29020/task/29023/stat : 29023 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309549660688 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29024] ppid=28997 vsize=8414124 memory=4104 CPUtime=0 cores=0-7
/proc/29020/task/29024/stat : 29024 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309548607888 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29025] ppid=28997 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/29020/task/29025/stat : 29025 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309547555088 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29026] ppid=28997 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/29020/task/29026/stat : 29026 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309546503312 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29027] ppid=28997 vsize=8414124 memory=117572 CPUtime=0 cores=0-7
/proc/29020/task/29027/stat : 29027 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309545450512 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29028] ppid=28997 vsize=8414124 memory=118504 CPUtime=0 cores=0-7
/proc/29020/task/29028/stat : 29028 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309544397712 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29029] ppid=28997 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/29020/task/29029/stat : 29029 (java) S 28997 28997 28953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 421243896 8616062976 29626 33554432000 4194304 4196468 140723044943744 140309543344912 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29030] ppid=28997 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/29020/task/29030/stat : 29030 (java) S 28997 28997 28953 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 421243897 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308972960112 140309745261186 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29031] ppid=28997 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/29020/task/29031/stat : 29031 (java) S 28997 28997 28953 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308260054048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29032] ppid=28997 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/29020/task/29032/stat : 29032 (java) S 28997 28997 28953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 421243898 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308125832048 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29033] ppid=28997 vsize=8414124 memory=5936 CPUtime=0 cores=0-7
/proc/29020/task/29033/stat : 29033 (java) S 28997 28997 28953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307751327568 140309745268635 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29034] ppid=28997 vsize=8414124 memory=1056 CPUtime=0.02 cores=0-7
/proc/29020/task/29034/stat : 29034 (java) S 28997 28997 28953 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308971907952 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29035] ppid=28997 vsize=8414124 memory=1540 CPUtime=0.08 cores=0-7
/proc/29020/task/29035/stat : 29035 (java) S 28997 28997 28953 0 -1 1077944384 406 0 0 0 8 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308970855152 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29036] ppid=28997 vsize=8414124 memory=387376 CPUtime=0.06 cores=0-7
/proc/29020/task/29036/stat : 29036 (java) S 28997 28997 28953 0 -1 1077944384 278 0 0 0 6 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308969802352 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29037] ppid=28997 vsize=8414124 memory=3280 CPUtime=0.19 cores=0-7
/proc/29020/task/29037/stat : 29037 (java) S 28997 28997 28953 0 -1 1077944384 701 0 0 0 19 0 0 0 20 0 24 0 421243900 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308968749552 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29038] ppid=28997 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/29020/task/29038/stat : 29038 (java) S 28997 28997 28953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140307253422688 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29039] ppid=28997 vsize=8414124 memory=1984 CPUtime=0.08 cores=0-7
/proc/29020/task/29039/stat : 29039 (java) S 28997 28997 28953 0 -1 1077944384 12 0 0 0 3 5 0 0 20 0 24 0 421243901 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308967696944 140309745261186 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29041] ppid=28997 vsize=8414124 memory=2376 CPUtime=0 cores=0-7
/proc/29020/task/29041/stat : 29041 (java) S 28997 28997 28953 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 421244017 8616062976 29626 33554432000 4194304 4196468 140723044943744 140308959663168 140309745274649 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29043] ppid=28997 vsize=8414124 memory=1768 CPUtime=0 cores=0-7
/proc/29020/task/29043/stat : 29043 (java) S 28997 28997 28953 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306582323344 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29044] ppid=28997 vsize=8414124 memory=41192 CPUtime=0 cores=0-7
/proc/29020/task/29044/stat : 29044 (java) S 28997 28997 28953 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 421244018 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306850758672 140309745271965 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
[pid=29020/tid=29045] ppid=28997 vsize=8414124 memory=988 CPUtime=0 cores=0-7
/proc/29020/task/29045/stat : 29045 (java) S 28997 28997 28953 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 421244020 8616062976 29626 33554432000 4194304 4196468 140723044943744 140306313895472 140309745260245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7933952 140723044951031 140723044951190 140723044951190 140723044954063 0
Current children cumulated CPU time: 1231.86 s
Current children cumulated vsize: 9184620 KiB
Current children cumulated memory: 508240 KiB

Child status: 0
Real time (s): 161.571
CPU time (s): 1232.03
CPU user time (s): 1229.77
CPU system time (s): 2.26308
CPU usage (%): 762.534
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 510156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1229.77
system time used= 2.26308
maximum resident set size= 390292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1174825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13498
involuntary context switches= 13524


# summary of solver processes directly reported to runsolver:
#   pid: 28997
#   total CPU time (s): 1232.03
#   total CPU user time (s): 1229.77
#   total CPU system time (s): 2.26308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57094 second user time and 2.25497 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 10:33:21
IDJOB=4392765
IDBENCH=141723
IDSOLVER=2839
FILE ID=node133/4392765-1568450041
RUNJOBID= node133-1568450001-28980
PBS_JOBID= 21702365
Free space on /tmp= 59416 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-046.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392765-1568450041/watcher-4392765-1568450041 -o /tmp/evaluation-result-4392765-1568450041/solver-4392765-1568450041 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568450001-28980 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392765-1568450041.xml

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

MD5SUM BENCH= 90f9fedd4c3faeb9a4a1958b76d0db2e
RANDOM SEED=1664763219

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31455496 kB
MemAvailable:   31897096 kB
Buffers:          207000 kB
Cached:           517536 kB
SwapCached:         3332 kB
Active:           405244 kB
Inactive:         322248 kB
Active(anon):      27088 kB
Inactive(anon):    16060 kB
Active(file):     378156 kB
Inactive(file):   306188 kB
Unevictable:      111420 kB
Mlocked:          111420 kB
SwapTotal:      67108860 kB
SwapFree:       67004176 kB
Dirty:             20592 kB
Writeback:             0 kB
AnonPages:        112276 kB
Mapped:            44856 kB
Shmem:             31552 kB
Slab:             174828 kB
SReclaimable:     146184 kB
SUnreclaim:        28644 kB
KernelStack:        3376 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59396 MiB
End job on node133 at 2019-09-14 10:36:03