Trace number 4392767

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 1175.27 180.2

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-4_X2.xml
MD5SUMf5121aa225c6127ab5abec7ec5104cc1
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 benchmark170.824
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
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-29614-serial-file.bin HOME/instance-4392767-1568436529.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 06:48:07 CEST 2019
0.66/0.57	c PID: 29617
0.66/0.57	c IP: 172.20.3.117
0.66/0.57	c HOST: node117.alineos.net
0.66/0.57	c (0,0) Parsing Begin
2.06/1.13	c (0,0) Parsing End
2.06/1.13	c (0,0) CSP: 109 int (0 aux), 2 bool (0 aux), 1261 ctr, max domain size 28
2.06/1.13	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.06/1.13	c (0,0) Constraint Name Generate Begin
2.06/1.15	c (0,0) Ctr:HOME/instance-4392767-1568436529.xml,ExtensionConflict:ExtensionSupport:Var
2.06/1.15	c (0,0) Constraint Name Generate End
2.06/1.15	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.06/1.15	c (0,0) CSP to CSPinCNF Begin
3.16/1.64	c (1,1) translated 127 (10%) constraints
3.55/1.74	c (1,1) translated 253 (20%) constraints
3.96/1.82	c (1,1) translated 379 (30%) constraints
3.96/1.89	c (1,1) translated 505 (40%) constraints
4.40/1.95	c (1,1) translated 631 (50%) constraints
4.83/2.01	c (1,1) translated 757 (60%) constraints
5.24/2.14	c (1,1) translated 883 (70%) constraints
5.89/2.39	c (1,1) translated 1009 (80%) constraints
6.37/2.61	c (2,2) translated 1135 (90%) constraints
7.08/2.92	c (2,2) translated 1261 (100%) constraints
7.08/2.92	c (2,2) ===========================================
7.08/2.94	c (2,2) Hybrid: #OE=793, #LE=0
7.08/2.94	c (2,2) Hybrid
7.08/2.94	c (2,2) ===========================================
7.52/3.01	c (2,2) translated 1883 (10%) constraints
7.52/3.07	c (2,2) translated 3765 (20%) constraints
7.92/3.12	c (2,2) translated 5647 (30%) constraints
7.92/3.17	c (2,2) translated 7529 (40%) constraints
8.29/3.22	c (2,2) translated 9411 (50%) constraints
8.29/3.27	c (2,2) translated 11294 (60%) constraints
8.68/3.32	c (2,2) translated 13176 (70%) constraints
8.68/3.35	c (2,2) translated 15058 (80%) constraints
8.68/3.39	c (2,2) translated 16940 (90%) constraints
8.99/3.42	c (2,2) translated 18822 (100%) constraints
8.99/3.42	c (2,2) CSP to CSPinCNF End
8.99/3.43	c (2,2) CSP: 108 int (0 aux), 685 bool (682 aux), 18822 ctr, max domain size 28
8.99/3.43	c (2,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
8.99/3.43	c (2,2) CSPinCNF Propagation Begin
10.04/3.78	c (3,3) 109 values, 8487 unsatisfiable literals, and 4834 valid clauses are removed
10.04/3.78	c (3,3) CSPinCNF Propagation End
10.04/3.78	c (3,3) CSP: 108 int (0 aux), 685 bool (682 aux), 13988 ctr, max domain size 26
10.04/3.78	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
10.04/3.79	c (3,3) Hybrid: #OE=793, #LE=0
10.04/3.79	c (3,3) Simplify CSPinCNF Begin
10.28/3.85	c (3,3) Simplify CSPinCNF End
10.28/3.85	c (3,3) CSP: 108 int (0 aux), 685 bool (682 aux), 13988 ctr, max domain size 26
10.28/3.85	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
10.28/3.85	c (3,3) Calculate Precise Domain Begin
10.28/3.85	c (3,3) 0 values are removed by re-calculation
10.28/3.85	c (3,3) Calculate Precise Domain End
10.28/3.85	c (3,3) CSP: 108 int (0 aux), 685 bool (682 aux), 13988 ctr, max domain size 26
10.28/3.85	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
10.28/3.85	c (3,3) CSPinCNF to SatSolver Begin
10.62/4.29	c (3,3) 1399 (10 %) CSP clauses are encoded (0 SAT variables, 3107 SAT clauses)
10.92/4.34	c (3,3) 2798 (20 %) CSP clauses are encoded (0 SAT variables, 4506 SAT clauses)
10.92/4.39	c (3,3) 4197 (30 %) CSP clauses are encoded (0 SAT variables, 5905 SAT clauses)
11.29/4.43	c (3,3) 5596 (40 %) CSP clauses are encoded (0 SAT variables, 7304 SAT clauses)
11.29/4.47	c (3,3) 6994 (50 %) CSP clauses are encoded (0 SAT variables, 8702 SAT clauses)
11.29/4.49	c (3,3) 8393 (60 %) CSP clauses are encoded (0 SAT variables, 10101 SAT clauses)
11.67/4.51	c (3,3) 9792 (70 %) CSP clauses are encoded (0 SAT variables, 11500 SAT clauses)
11.67/4.53	c (3,3) 11191 (80 %) CSP clauses are encoded (0 SAT variables, 12899 SAT clauses)
11.67/4.54	c (4,3) 12590 (90 %) CSP clauses are encoded (0 SAT variables, 14298 SAT clauses)
11.67/4.56	c (4,3) 13988 (100 %) CSP clauses are encoded (0 SAT variables, 15696 SAT clauses)
11.67/4.56	c (4,3) CSPinCNF to SatSolver End
11.67/4.56	c (4,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
11.67/4.56	c (4,3) 2482 bool, 15697 clause
11.67/4.56	c (4,3) Export Begin
11.86/4.66	c (4,3) Export to HOME/scop-29614-serial-file.bin
11.86/4.66	c (4,3) Export End
11.86/4.67	c (4,3) Export File Size: 0.02 MB
11.86/4.67	c (4,3) 0,0,2,3,3,3,4,STOP-AFTER(DIMACS)
11.86/4.67	c END-Prog: Sat Sep 14 06:48:11 CEST 2019
11.86/4.69	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-29614-serial-file.bin
12.56/5.15	c (0,0) Read Serial File Begin
12.56/5.15	c (0,0) HOME/scop-29614-serial-file.bin
12.81/5.37	c (0,0) Read Serial File End
12.81/5.38	
12.81/5.38	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
12.81/5.38	(Solving Process)
12.81/5.38	
12.99/5.41	c BEGIN-Prog: Sat Sep 14 06:48:12 CEST 2019
12.99/5.41	c PID: 29638
12.99/5.41	c IP: 172.20.3.117
12.99/5.41	c HOST: node117.alineos.net
12.99/5.41	c (0,0) SatSolver.solve Begin
12.99/5.41	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392767-1568436529.xml-scop-29617.cnf
12.99/5.44	c (0,0) c
12.99/5.44	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)
12.99/5.44	c (0,0) c
12.99/5.44	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
12.99/5.44	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
12.99/5.44	c (0,0) c ========================================[ Problem Statistics ]===========================================
12.99/5.44	c (0,0) c |                                                                                                       |
12.99/5.44	c (0,0) c |  Number of variables:          2480                                                                   |
12.99/5.44	c (0,0) c |  Number of clauses:           15697                                                                   |
12.99/5.44	c (0,0) c |  Parse time:                   0.00 s                                                                 |
12.99/5.44	c (0,0) c |                                                                                                       |
12.99/5.44	c (0,0) WARNING! DIMACS header mismatch: wrong number of variables.
12.99/5.45	c (0,0) c |  Simplification time:          0.01 s                                                                 |
12.99/5.45	c (0,0) c |                                                                                                       |
12.99/5.45	c (0,0) c |  Generating clones                                                                                    |
12.99/5.45	c (0,0) c |  all clones generated. Memory =    32.06Mb.                                                           |
12.99/5.45	c (0,0) c ========================================================================================================|
12.99/5.45	c (0,0) c
12.99/5.45	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
12.99/5.45	c (0,0) c
12.99/5.45	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
12.99/5.45	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
12.99/5.45	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
12.99/5.45	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
12.99/5.45	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
12.99/5.45	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
12.99/5.45	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
12.99/5.45	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
12.99/5.45	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
12.99/5.45	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
12.99/5.45	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
12.99/5.45	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
12.99/5.45	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
12.99/5.45	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
12.99/5.45	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
12.99/5.45	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
12.99/5.45	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
12.99/5.45	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
12.99/5.45	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
233.96/35.36	c (30,0) c
233.96/35.36	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
233.96/35.36	c (30,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
233.96/35.36	c (30,0) c |------------------------------------------------------------------------------------------------------------------------|
233.96/35.36	c (30,0) c |  0 |    333 |     560231 |     305059 |     9097 |    37873 |    46755 |   307086 |    10052 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  1 |    370 |     550728 |     294731 |     9293 |    63336 |    44930 |   295932 |    12311 |      311 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  2 |    268 |     571272 |     299817 |     8620 |    68427 |    44332 |   308440 |     9723 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  3 |    376 |     577053 |     305801 |     9248 |    38625 |    44141 |   307310 |    12719 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  4 |    515 |     602195 |     326655 |     9469 |    59468 |    46178 |   297399 |    14965 |      331 |  20 |  0.848 |
233.96/35.36	c (30,0) c |  5 |    344 |     555360 |     296610 |     9325 |    65221 |    45400 |   308496 |    13260 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  6 |    331 |     553132 |     303439 |     9138 |    36247 |    44453 |   308588 |    11002 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c |  7 |    305 |     576279 |     305296 |     9081 |    38111 |    44608 |   308735 |    11845 |      331 |  20 |  0.847 |
233.96/35.36	c (30,0) c 
233.96/35.36	c (30,0) c synthesis     2437408 conflicts   184695455 propagations    11050 conflicts/sec   837314 propagations/sec
233.96/35.36	c (30,0) c real: 29.9219 s, cpu: 220.581 s, memory: 628.71 Mb
429.44/64.36	c (59,0) c
429.44/64.36	c (59,0) c |------------------------------------------------------------------------------------------------------------------------|
429.44/64.36	c (59,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
429.44/64.36	c (59,0) c |------------------------------------------------------------------------------------------------------------------------|
429.44/64.36	c (59,0) c |  0 |    379 |     824376 |     441355 |     9214 |    51171 |    60811 |   405814 |    14978 |      581 |  20 |  0.848 |
429.44/64.36	c (59,0) c |  1 |    426 |     839887 |     445527 |     9359 |    55338 |    59734 |   401279 |    17871 |      565 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  2 |    356 |     857978 |     445427 |     9234 |    55235 |    57574 |   409545 |    18683 |      579 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  3 |    416 |     826757 |     436063 |     9261 |    45873 |    55700 |   398312 |    16699 |      579 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  4 |    693 |     899363 |     479319 |     9500 |    89129 |    61968 |   406693 |    23203 |      585 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  5 |    555 |     844179 |     442722 |     9459 |    52537 |    58211 |   405316 |    23659 |      571 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  6 |    382 |     837181 |     450950 |     9254 |    60762 |    57707 |   406227 |    17361 |      583 |  20 |  0.847 |
429.44/64.36	c (59,0) c |  7 |    431 |     891145 |     472661 |     9510 |    82476 |    62743 |   390569 |    21268 |      585 |  20 |  0.847 |
429.44/64.36	c (59,0) c 
429.44/64.36	c (59,0) c synthesis     3614024 conflicts   273596006 propagations     8693 conflicts/sec   658072 propagations/sec
429.44/64.36	c (59,0) c real: 58.922 s, cpu: 415.754 s, memory: 635.63 Mb
631.71/94.36	c (89,0) c
631.71/94.36	c (89,0) c |------------------------------------------------------------------------------------------------------------------------|
631.71/94.36	c (89,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
631.71/94.36	c (89,0) c |------------------------------------------------------------------------------------------------------------------------|
631.71/94.36	c (89,0) c |  0 |    428 |    1106426 |     586155 |     9413 |   100965 |    76087 |   497936 |    27831 |      845 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  1 |    542 |    1131038 |     595932 |     9413 |    59344 |    73804 |   498699 |    29501 |      841 |  20 |  0.848 |
631.71/94.36	c (89,0) c |  2 |    446 |    1135983 |     588445 |     9413 |    51859 |    71781 |   498258 |    29107 |      838 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  3 |    483 |    1119990 |     585432 |     9463 |   100243 |    70270 |   499378 |    30073 |      845 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  4 |    837 |    1173770 |     619584 |     9509 |    82996 |    73061 |   500062 |    32045 |      843 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  5 |    765 |    1112259 |     577222 |     9486 |    92032 |    69520 |   496404 |    32951 |      825 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  6 |    460 |    1088090 |     581500 |     9390 |    96312 |    69898 |   504003 |    27329 |      845 |  20 |  0.847 |
631.71/94.36	c (89,0) c |  7 |    517 |    1161508 |     613422 |     9564 |    76833 |    73886 |   497970 |    32565 |      845 |  20 |  0.848 |
631.71/94.36	c (89,0) c 
631.71/94.36	c (89,0) c synthesis     4747692 conflicts   357391820 propagations     7689 conflicts/sec   578787 propagations/sec
631.71/94.36	c (89,0) c real: 88.9219 s, cpu: 617.484 s, memory: 697.07 Mb
826.66/123.35	c (118,0) c
826.66/123.35	c (118,0) c |------------------------------------------------------------------------------------------------------------------------|
826.66/123.35	c (118,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
826.66/123.35	c (118,0) c |------------------------------------------------------------------------------------------------------------------------|
826.66/123.35	c (118,0) c |  0 |    497 |    1339406 |     702288 |     9436 |   111698 |    85454 |   570003 |    37070 |     1086 |  20 |  0.848 |
826.66/123.35	c (118,0) c |  1 |    605 |    1336147 |     703457 |     9437 |   112869 |    85040 |   565044 |    36897 |     1066 |  20 |  0.848 |
826.66/123.35	c (118,0) c |  2 |    573 |    1373773 |     707612 |     9440 |    60422 |    82739 |   565574 |    37903 |     1086 |  20 |  0.847 |
826.66/123.35	c (118,0) c |  3 |    545 |    1343397 |     701316 |     9474 |   110729 |    77880 |   578056 |    39157 |     1086 |  20 |  0.847 |
826.66/123.35	c (118,0) c |  4 |    948 |    1392213 |     731830 |     9521 |    84643 |    82801 |   573223 |    39866 |     1086 |  20 |  0.847 |
826.66/123.36	c (118,0) c |  5 |    897 |    1348252 |     696304 |     9503 |   105714 |    80920 |   569061 |    41847 |     1079 |  20 |  0.847 |
826.66/123.36	c (118,0) c |  6 |    553 |    1312399 |     697148 |     9425 |   106565 |    81508 |   571627 |    36386 |     1086 |  20 |  0.847 |
826.66/123.36	c (118,0) c |  7 |    603 |    1382319 |     727313 |     9587 |    80123 |    84344 |   568840 |    42504 |     1086 |  20 |  0.848 |
826.66/123.36	c (118,0) c 
826.66/123.36	c (118,0) c synthesis     5667268 conflicts   426290387 propagations     6979 conflicts/sec   524987 propagations/sec
826.66/123.36	c (118,0) c real: 117.922 s, cpu: 812.002 s, memory: 726.71 Mb
1017.29/153.35	c (148,0) c
1017.29/153.35	c (148,0) c |------------------------------------------------------------------------------------------------------------------------|
1017.29/153.35	c (148,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1017.29/153.35	c (148,0) c |------------------------------------------------------------------------------------------------------------------------|
1017.29/153.35	c (148,0) c |  0 |    586 |    1548137 |     805919 |     9450 |    99531 |    91824 |   624986 |    45092 |     1323 |  20 |  0.847 |
1017.29/153.35	c (148,0) c |  1 |    693 |    1546669 |     810132 |     9451 |   103751 |    91263 |   619716 |    44208 |     1303 |  20 |  0.847 |
1017.29/153.35	c (148,0) c |  2 |    685 |    1586045 |     812231 |     9454 |   105839 |    92885 |   619080 |    45684 |     1323 |  20 |  0.847 |
1017.29/153.35	c (148,0) c |  3 |    594 |    1553376 |     808166 |     9487 |   101779 |    83767 |   633909 |    46186 |     1323 |  20 |  0.848 |
1017.29/153.35	c (148,0) c |  4 |   1007 |    1579755 |     828337 |     9527 |   121949 |    92260 |   619028 |    46752 |     1323 |  20 |  0.848 |
1017.29/153.35	c (148,0) c |  5 |    970 |    1556636 |     800586 |     9510 |    94196 |    90683 |   625603 |    48977 |     1323 |  20 |  0.847 |
1017.29/153.36	c (148,0) c |  6 |    603 |    1519769 |     800193 |     9442 |    93805 |    90534 |   630521 |    45276 |     1323 |  20 |  0.847 |
1017.29/153.36	c (148,0) c |  7 |    629 |    1563593 |     823559 |     9594 |   117173 |    92709 |   621650 |    49181 |     1323 |  20 |  0.848 |
1017.29/153.36	c (148,0) c 
1017.29/153.36	c (148,0) c synthesis     6489123 conflicts   488896170 propagations     6477 conflicts/sec   487947 propagations/sec
1017.29/153.36	c (148,0) c real: 147.922 s, cpu: 1001.95 s, memory: 726.71 Mb
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c real time : 174.729 s
1175.10/180.16	c (175,0) c cpu time  : 1159.31 s
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | Conflicts     |         7064433 |     877868 |     885634 |     878772 |     880795 |     900859 |     874862 |     869816 |     895827 |
1175.10/180.16	c (175,0) c | Decisions     |        13595405 |    1690354 |    1697543 |    1714971 |    1696631 |    1724103 |    1706510 |    1658601 |    1706692 |
1175.10/180.16	c (175,0) c | Propagations  |       533900550 |   66233808 |   67251729 |   66109570 |   66845822 |   67093194 |   66418151 |   66138025 |   67810251 |
1175.10/180.16	c (175,0) c | ReduceDBs     |             201 |         25 |         25 |         25 |         25 |         26 |         25 |         25 |         25 |
1175.10/180.16	c (175,0) c | SimpDBs       |              75 |         12 |         10 |         11 |          7 |          9 |          7 |          8 |         11 |
1175.10/180.16	c (175,0) c | Restarts      |            5961 |        599 |        714 |        707 |        620 |       1030 |        996 |        636 |        659 |
1175.10/180.16	c (175,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1175.10/180.16	c (175,0) c | PropBinClauses|      1155713618 |  143308765 |  146342446 |  143652006 |  146634506 |  143094427 |  140035999 |  144875213 |  147770256 |
1175.10/180.16	c (175,0) c | PropPreBlocker|     41763011921 | 5195910780 | 5264571174 | 5187593608 | 5130187538 | 5262364978 | 5256290201 | 5201101435 | 5264992207 |
1175.10/180.16	c (175,0) c | PropNotBlocker|      6689952508 |  826542254 |  832969273 |  833983276 |  853386393 |  845036168 |  839474367 |  829015164 |  829545613 |
1175.10/180.16	c (175,0) c | LitFullScans  |     72583275605 | 9074100435 | 9067358113 | 9073776922 | 9073867422 | 9073206191 | 9073638552 | 9073817486 | 9073510484 |
1175.10/180.16	c (175,0) c | LitScanFracts |        13872170 |    2825175 |    1338581 |    1753288 |    1862211 |    1198522 |    1581815 |    1813214 |    1499364 |
1175.10/180.16	c (175,0) c | DecisionLevel0|            6062 |        613 |        727 |        720 |        632 |       1042 |       1006 |        651 |        671 |
1175.10/180.16	c (175,0) c | Periods       |           12094 |       1511 |       1511 |       1512 |       1512 |       1512 |       1512 |       1512 |       1512 |
1175.10/180.16	c (175,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
1175.10/180.16	c (175,0) c | Avg_Trail     |                 |        628 |        631 |        626 |        625 |        630 |        632 |        624 |        628 |
1175.10/180.16	c (175,0) c | Avg_DL        |                 |         21 |         21 |         21 |         21 |         21 |         21 |         20 |         21 |
1175.10/180.16	c (175,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1175.10/180.16	c (175,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | Exported      |          772548 |      97170 |      97066 |      98878 |      88998 |      98213 |      97344 |      96574 |      98305 |
1175.10/180.16	c (175,0) c | Imported      |         5344634 |     670971 |     668289 |     665642 |     676055 |     667956 |     661461 |     669090 |     665170 |
1175.10/180.16	c (175,0) c | Good          |           14220 |       1813 |       1830 |       1791 |       1776 |       1718 |       1758 |       1786 |       1748 |
1175.10/180.16	c (175,0) c | Purge         |         5330414 |     669158 |     666459 |     663851 |     674279 |     666238 |     659703 |     667304 |     663422 |
1175.10/180.16	c (175,0) c | Promoted      |          419350 |      50415 |      50945 |      51968 |      51576 |      52785 |      54814 |      52032 |      54815 |
1175.10/180.16	c (175,0) c | Remove_Imp    |         4147822 |     515017 |     508481 |     506096 |     526376 |     535290 |     529841 |     517968 |     508753 |
1175.10/180.16	c (175,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | Unaries       |                 |         14 |         13 |         13 |         12 |         12 |         10 |         15 |         12 |
1175.10/180.16	c (175,0) c | Binaries      |                 |        262 |        205 |        241 |        260 |        328 |        252 |        266 |        291 |
1175.10/180.16	c (175,0) c | Glues         |                 |        990 |        940 |        956 |       1030 |       1129 |       1011 |       1014 |       1030 |
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | Orig_Seen     |            87 % |       9456 |       9462 |       9468 |       9493 |       9530 |       9518 |       9448 |       9600 |
1175.10/180.16	c (175,0) c | Diff Orig seen|                 |      X     |          6 |         12 |         37 |         74 |         62 | -        8 |        144 |
1175.10/180.16	c (175,0) c | Hamming       |            11 % |      X     |        274 |        338 |        232 |        266 |        313 |        271 |        277 |
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c | RunningTime   |                 |  144.1  83%|  170.6  98%|  153.6  89%|  136.6  79%|  140.2  81%|  165.0  95%|  128.0  74%|  124.6  72%|
1175.10/180.16	c (175,0) c | WaitingTime   |                 |   28.6  17%|    3.7   2%|   19.2  11%|   36.1  21%|   32.6  19%|    7.8   4%|   44.8  26%|   48.2  28%|
1175.10/180.16	c (175,0) c | ExchangingTime|                 |    0.4   0%|    0.3   0%|    0.3   0%|    0.4   0%|    0.4   0%|    0.4   0%|    0.4   0%|    0.4   0%|
1175.10/180.16	c (175,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%|
1175.10/180.16	c (175,0) c | SolvingTime   |                 |  173.1     |  174.6     |  173.2     |  173.2     |  173.2     |  173.2     |  173.2     |  173.2     |
1175.10/180.16	c (175,0) c | PropagationTim|                 |  138.9  80%|  101.4  58%|  121.9  70%|  146.5  85%|  137.8  80%|  114.2  66%|  147.4  85%|  155.4  90%|
1175.10/180.16	c (175,0) c | AnalysisTime  |                 |   30.3  17%|   69.5  40%|   47.5  27%|   22.8  13%|   31.5  18%|   55.2  32%|   22.1  13%|   13.9   8%|
1175.10/180.16	c (175,0) c | ReductionTime |                 |    1.5   1%|    1.3   1%|    1.4   1%|    1.5   1%|    1.5   1%|    1.4   1%|    1.4   1%|    1.5   1%|
1175.10/180.16	c (175,0) c | SimplifyTime  |                 |    0.1   0%|    0.0   0%|    0.1   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
1175.10/180.16	c (175,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%|
1175.10/180.16	c (175,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%|
1175.10/180.16	c (175,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c
1175.10/180.16	c (175,0) c Threads : 8
1175.10/180.17	c (175,0) c Winner : 0
1175.10/180.17	c (175,0) c Conflicts_0 : 877868
1175.10/180.17	c (175,0) c Conflicts_1 : 885634
1175.10/180.17	c (175,0) c Conflicts_2 : 878772
1175.10/180.17	c (175,0) c Conflicts_3 : 880795
1175.10/180.17	c (175,0) c Conflicts_4 : 900859
1175.10/180.17	c (175,0) c Conflicts_5 : 874862
1175.10/180.17	c (175,0) c Conflicts_6 : 869816
1175.10/180.17	c (175,0) c Conflicts_7 : 895827
1175.10/180.17	c (175,0) c Conflicts_total : 7064433
1175.10/180.17	c (175,0) c Conflicts_winner : 877868
1175.10/180.17	c (175,0) c Decisions_0 : 1690354
1175.10/180.17	c (175,0) c Decisions_1 : 1697543
1175.10/180.17	c (175,0) c Decisions_2 : 1714971
1175.10/180.17	c (175,0) c Decisions_3 : 1696631
1175.10/180.17	c (175,0) c Decisions_4 : 1724103
1175.10/180.17	c (175,0) c Decisions_5 : 1706510
1175.10/180.17	c (175,0) c Decisions_6 : 1658601
1175.10/180.17	c (175,0) c Decisions_7 : 1706692
1175.10/180.17	c (175,0) c Decisions_total : 13595405
1175.10/180.17	c (175,0) c Decisions_winner : 1690354
1175.10/180.17	c (175,0) c Propagations_0 : 66233808
1175.10/180.17	c (175,0) c Propagations_1 : 67251729
1175.10/180.17	c (175,0) c Propagations_2 : 66109570
1175.10/180.17	c (175,0) c Propagations_3 : 66845822
1175.10/180.17	c (175,0) c Propagations_4 : 67093194
1175.10/180.17	c (175,0) c Propagations_5 : 66418151
1175.10/180.17	c (175,0) c Propagations_6 : 66138025
1175.10/180.17	c (175,0) c Propagations_7 : 67810251
1175.10/180.17	c (175,0) c Propagations_total : 533900550
1175.10/180.17	c (175,0) c Propagations_winner : 66233808
1175.10/180.17	c (175,0) c ReduceDBs_0 : 25
1175.10/180.17	c (175,0) c ReduceDBs_1 : 25
1175.10/180.17	c (175,0) c ReduceDBs_2 : 25
1175.10/180.17	c (175,0) c ReduceDBs_3 : 25
1175.10/180.17	c (175,0) c ReduceDBs_4 : 26
1175.10/180.17	c (175,0) c ReduceDBs_5 : 25
1175.10/180.17	c (175,0) c ReduceDBs_6 : 25
1175.10/180.17	c (175,0) c ReduceDBs_7 : 25
1175.10/180.17	c (175,0) c ReduceDBs_total : 201
1175.10/180.17	c (175,0) c ReduceDBs_winner : 25
1175.10/180.17	c (175,0) c SimpDBs_0 : 12
1175.10/180.17	c (175,0) c SimpDBs_1 : 10
1175.10/180.17	c (175,0) c SimpDBs_2 : 11
1175.10/180.17	c (175,0) c SimpDBs_3 : 7
1175.10/180.17	c (175,0) c SimpDBs_4 : 9
1175.10/180.17	c (175,0) c SimpDBs_5 : 7
1175.10/180.17	c (175,0) c SimpDBs_6 : 8
1175.10/180.17	c (175,0) c SimpDBs_7 : 11
1175.10/180.17	c (175,0) c SimpDBs_total : 75
1175.10/180.17	c (175,0) c SimpDBs_winner : 12
1175.10/180.17	c (175,0) c Restarts_0 : 599
1175.10/180.17	c (175,0) c Restarts_1 : 714
1175.10/180.17	c (175,0) c Restarts_2 : 707
1175.10/180.17	c (175,0) c Restarts_3 : 620
1175.10/180.17	c (175,0) c Restarts_4 : 1030
1175.10/180.17	c (175,0) c Restarts_5 : 996
1175.10/180.17	c (175,0) c Restarts_6 : 636
1175.10/180.17	c (175,0) c Restarts_7 : 659
1175.10/180.17	c (175,0) c Restarts_total : 5961
1175.10/180.17	c (175,0) c Restarts_winner : 599
1175.10/180.17	c (175,0) c ForcedImports_0 : 0
1175.10/180.17	c (175,0) c ForcedImports_1 : 0
1175.10/180.17	c (175,0) c ForcedImports_2 : 0
1175.10/180.17	c (175,0) c ForcedImports_3 : 0
1175.10/180.17	c (175,0) c ForcedImports_4 : 0
1175.10/180.17	c (175,0) c ForcedImports_5 : 0
1175.10/180.17	c (175,0) c ForcedImports_6 : 0
1175.10/180.17	c (175,0) c ForcedImports_7 : 0
1175.10/180.17	c (175,0) c ForcedImports_total : 0
1175.10/180.17	c (175,0) c ForcedImports_winner : 0
1175.10/180.17	c (175,0) c PropsBinClauses_0 : 143308765
1175.10/180.17	c (175,0) c PropsBinClauses_1 : 146342446
1175.10/180.17	c (175,0) c PropsBinClauses_2 : 143652006
1175.10/180.17	c (175,0) c PropsBinClauses_3 : 146634506
1175.10/180.17	c (175,0) c PropsBinClauses_4 : 143094427
1175.10/180.17	c (175,0) c PropsBinClauses_5 : 140035999
1175.10/180.17	c (175,0) c PropsBinClauses_6 : 144875213
1175.10/180.17	c (175,0) c PropsBinClauses_7 : 147770256
1175.10/180.17	c (175,0) c PropsBinClauses_total : 1155713618
1175.10/180.17	c (175,0) c PropsBinClauses_winner : 143308765
1175.10/180.17	c (175,0) c PropsPreBlocker_0 : 5195910780
1175.10/180.17	c (175,0) c PropsPreBlocker_1 : 5264571174
1175.10/180.17	c (175,0) c PropsPreBlocker_2 : 5187593608
1175.10/180.17	c (175,0) c PropsPreBlocker_3 : 5130187538
1175.10/180.17	c (175,0) c PropsPreBlocker_4 : 5262364978
1175.10/180.17	c (175,0) c PropsPreBlocker_5 : 5256290201
1175.10/180.17	c (175,0) c PropsPreBlocker_6 : 5201101435
1175.10/180.17	c (175,0) c PropsPreBlocker_7 : 5264992207
1175.10/180.17	c (175,0) c PropsPreBlocker_total : 41763011921
1175.10/180.17	c (175,0) c PropsPreBlocker_winner : 5195910780
1175.10/180.17	c (175,0) c PropsNotBlocker_0 : 826542254
1175.10/180.17	c (175,0) c PropsNotBlocker_1 : 832969273
1175.10/180.17	c (175,0) c PropsNotBlocker_2 : 833983276
1175.10/180.17	c (175,0) c PropsNotBlocker_3 : 853386393
1175.10/180.17	c (175,0) c PropsNotBlocker_4 : 845036168
1175.10/180.17	c (175,0) c PropsNotBlocker_5 : 839474367
1175.10/180.17	c (175,0) c PropsNotBlocker_6 : 829015164
1175.10/180.17	c (175,0) c PropsNotBlocker_7 : 829545613
1175.10/180.17	c (175,0) c PropsNotBlocker_total : 6689952508
1175.10/180.17	c (175,0) c PropsNotBlocker_winner : 826542254
1175.10/180.17	c (175,0) c PropsLitFullScans_0 : 9074100435
1175.10/180.17	c (175,0) c PropsLitFullScans_1 : 9067358113
1175.10/180.17	c (175,0) c PropsLitFullScans_2 : 9073776922
1175.10/180.17	c (175,0) c PropsLitFullScans_3 : 9073867422
1175.10/180.17	c (175,0) c PropsLitFullScans_4 : 9073206191
1175.10/180.17	c (175,0) c PropsLitFullScans_5 : 9073638552
1175.10/180.17	c (175,0) c PropsLitFullScans_6 : 9073817486
1175.10/180.17	c (175,0) c PropsLitFullScans_7 : 9073510484
1175.10/180.17	c (175,0) c PropsLitFullScans_total : 72583275605
1175.10/180.17	c (175,0) c PropsLitFullScans_winner : 9074100435
1175.10/180.17	c (175,0) c LitScanFractions_0 : 2825175
1175.10/180.17	c (175,0) c LitScanFractions_1 : 1338581
1175.10/180.17	c (175,0) c LitScanFractions_2 : 1753288
1175.10/180.17	c (175,0) c LitScanFractions_3 : 1862211
1175.10/180.17	c (175,0) c LitScanFractions_4 : 1198522
1175.10/180.17	c (175,0) c LitScanFractions_5 : 1581815
1175.10/180.17	c (175,0) c LitScanFractions_6 : 1813214
1175.10/180.17	c (175,0) c LitScanFractions_7 : 1499364
1175.10/180.17	c (175,0) c LitScanFractions_total : 13872170
1175.10/180.17	c (175,0) c LitScanFractions_winner : 2825175
1175.10/180.17	c (175,0) c DecisionLevel0_0 : 613
1175.10/180.17	c (175,0) c DecisionLevel0_1 : 727
1175.10/180.17	c (175,0) c DecisionLevel0_2 : 720
1175.10/180.17	c (175,0) c DecisionLevel0_3 : 632
1175.10/180.17	c (175,0) c DecisionLevel0_4 : 1042
1175.10/180.17	c (175,0) c DecisionLevel0_5 : 1006
1175.10/180.17	c (175,0) c DecisionLevel0_6 : 651
1175.10/180.17	c (175,0) c DecisionLevel0_7 : 671
1175.10/180.17	c (175,0) c DecisionLevel0_total : 6062
1175.10/180.17	c (175,0) c DecisionLevel0_winner : 613
1175.10/180.17	c (175,0) c Periods_0 : 1511
1175.10/180.17	c (175,0) c Periods_1 : 1511
1175.10/180.17	c (175,0) c Periods_2 : 1512
1175.10/180.17	c (175,0) c Periods_3 : 1512
1175.10/180.17	c (175,0) c Periods_4 : 1512
1175.10/180.17	c (175,0) c Periods_5 : 1512
1175.10/180.17	c (175,0) c Periods_6 : 1512
1175.10/180.17	c (175,0) c Periods_7 : 1512
1175.10/180.17	c (175,0) c Periods_total : 12094
1175.10/180.17	c (175,0) c Periods_winner : 1511
1175.10/180.17	c (175,0) c Margin_0 : 20
1175.10/180.17	c (175,0) c Margin_1 : 20
1175.10/180.17	c (175,0) c Margin_2 : 20
1175.10/180.17	c (175,0) c Margin_3 : 20
1175.10/180.17	c (175,0) c Margin_4 : 20
1175.10/180.17	c (175,0) c Margin_5 : 20
1175.10/180.17	c (175,0) c Margin_6 : 20
1175.10/180.17	c (175,0) c Margin_7 : 20
1175.10/180.17	c (175,0) c Margin_total : 160
1175.10/180.17	c (175,0) c Margin_winner : 20
1175.10/180.17	c (175,0) c Exported_0 : 97170
1175.10/180.17	c (175,0) c Exported_1 : 97066
1175.10/180.17	c (175,0) c Exported_2 : 98878
1175.10/180.17	c (175,0) c Exported_3 : 88998
1175.10/180.17	c (175,0) c Exported_4 : 98213
1175.10/180.17	c (175,0) c Exported_5 : 97344
1175.10/180.17	c (175,0) c Exported_6 : 96574
1175.10/180.17	c (175,0) c Exported_7 : 98305
1175.10/180.17	c (175,0) c Exported_total : 772548
1175.10/180.17	c (175,0) c Exported_winner : 97170
1175.10/180.17	c (175,0) c Imported_0 : 670971
1175.10/180.17	c (175,0) c Imported_1 : 668289
1175.10/180.17	c (175,0) c Imported_2 : 665642
1175.10/180.17	c (175,0) c Imported_3 : 676055
1175.10/180.17	c (175,0) c Imported_4 : 667956
1175.10/180.17	c (175,0) c Imported_5 : 661461
1175.10/180.17	c (175,0) c Imported_6 : 669090
1175.10/180.17	c (175,0) c Imported_7 : 665170
1175.10/180.17	c (175,0) c Imported_total : 5344634
1175.10/180.17	c (175,0) c Imported_winner : 670971
1175.10/180.17	c (175,0) c Good_0 : 1813
1175.10/180.17	c (175,0) c Good_1 : 1830
1175.10/180.17	c (175,0) c Good_2 : 1791
1175.10/180.17	c (175,0) c Good_3 : 1776
1175.10/180.17	c (175,0) c Good_4 : 1718
1175.10/180.17	c (175,0) c Good_5 : 1758
1175.10/180.17	c (175,0) c Good_6 : 1786
1175.10/180.17	c (175,0) c Good_7 : 1748
1175.10/180.17	c (175,0) c Good_total : 14220
1175.10/180.17	c (175,0) c Good_winner : 1813
1175.10/180.17	c (175,0) c Purge_0 : 669158
1175.10/180.17	c (175,0) c Purge_1 : 666459
1175.10/180.17	c (175,0) c Purge_2 : 663851
1175.10/180.17	c (175,0) c Purge_3 : 674279
1175.10/180.17	c (175,0) c Purge_4 : 666238
1175.10/180.17	c (175,0) c Purge_5 : 659703
1175.10/180.17	c (175,0) c Purge_6 : 667304
1175.10/180.17	c (175,0) c Purge_7 : 663422
1175.10/180.17	c (175,0) c Purge_total : 5330414
1175.10/180.17	c (175,0) c Purge_winner : 669158
1175.10/180.17	c (175,0) c Promoted_0 : 50415
1175.10/180.17	c (175,0) c Promoted_1 : 50945
1175.10/180.17	c (175,0) c Promoted_2 : 51968
1175.10/180.17	c (175,0) c Promoted_3 : 51576
1175.10/180.17	c (175,0) c Promoted_4 : 52785
1175.10/180.17	c (175,0) c Promoted_5 : 54814
1175.10/180.17	c (175,0) c Promoted_6 : 52032
1175.10/180.17	c (175,0) c Promoted_7 : 54815
1175.10/180.17	c (175,0) c Promoted_total : 419350
1175.10/180.17	c (175,0) c Promoted_winner : 50415
1175.10/180.17	c (175,0) c Remove_Imp_0 : 515017
1175.10/180.17	c (175,0) c Remove_Imp_1 : 508481
1175.10/180.17	c (175,0) c Remove_Imp_2 : 506096
1175.10/180.17	c (175,0) c Remove_Imp_3 : 526376
1175.10/180.17	c (175,0) c Remove_Imp_4 : 535290
1175.10/180.17	c (175,0) c Remove_Imp_5 : 529841
1175.10/180.17	c (175,0) c Remove_Imp_6 : 517968
1175.10/180.17	c (175,0) c Remove_Imp_7 : 508753
1175.10/180.17	c (175,0) c Remove_Imp_total : 4147822
1175.10/180.17	c (175,0) c Remove_Imp_winner : 515017
1175.10/180.17	c (175,0) c Blocked_Reuse_0 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_1 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_2 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_3 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_4 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_5 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_6 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_7 : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_total : 0
1175.10/180.17	c (175,0) c Blocked_Reuse_winner : 0
1175.10/180.17	c (175,0) c Unaries_0 : 14
1175.10/180.17	c (175,0) c Unaries_1 : 13
1175.10/180.17	c (175,0) c Unaries_2 : 13
1175.10/180.17	c (175,0) c Unaries_3 : 12
1175.10/180.17	c (175,0) c Unaries_4 : 12
1175.10/180.17	c (175,0) c Unaries_5 : 10
1175.10/180.17	c (175,0) c Unaries_6 : 15
1175.10/180.17	c (175,0) c Unaries_7 : 12
1175.10/180.17	c (175,0) c Unaries_total : 101
1175.10/180.17	c (175,0) c Unaries_winner : 14
1175.10/180.17	c (175,0) c Binaries_0 : 262
1175.10/180.17	c (175,0) c Binaries_1 : 205
1175.10/180.17	c (175,0) c Binaries_2 : 241
1175.10/180.17	c (175,0) c Binaries_3 : 260
1175.10/180.17	c (175,0) c Binaries_4 : 328
1175.10/180.17	c (175,0) c Binaries_5 : 252
1175.10/180.17	c (175,0) c Binaries_6 : 266
1175.10/180.17	c (175,0) c Binaries_7 : 291
1175.10/180.17	c (175,0) c Binaries_total : 2105
1175.10/180.17	c (175,0) c Binaries_winner : 262
1175.10/180.17	c (175,0) c Glues_0 : 990
1175.10/180.17	c (175,0) c Glues_1 : 940
1175.10/180.17	c (175,0) c Glues_2 : 956
1175.10/180.17	c (175,0) c Glues_3 : 1030
1175.10/180.17	c (175,0) c Glues_4 : 1129
1175.10/180.17	c (175,0) c Glues_5 : 1011
1175.10/180.17	c (175,0) c Glues_6 : 1014
1175.10/180.17	c (175,0) c Glues_7 : 1030
1175.10/180.17	c (175,0) c Glues_total : 8100
1175.10/180.17	c (175,0) c Glues_winner : 990
1175.10/180.17	c (175,0) c RunningTime_0 : 144.131335
1175.10/180.17	c (175,0) c RunningTime_1 : 170.569174
1175.10/180.17	c (175,0) c RunningTime_2 : 153.604321
1175.10/180.17	c (175,0) c RunningTime_3 : 136.618657
1175.10/180.17	c (175,0) c RunningTime_4 : 140.176665
1175.10/180.17	c (175,0) c RunningTime_5 : 165.003220
1175.10/180.17	c (175,0) c RunningTime_6 : 127.957850
1175.10/180.17	c (175,0) c RunningTime_7 : 124.563975
1175.10/180.17	c (175,0) c RunningTime_total : 1162.625198
1175.10/180.17	c (175,0) c RunningTime_winner : 144.131335
1175.10/180.17	c (175,0) c WaitingTime_0 : 28.606736
1175.10/180.17	c (175,0) c WaitingTime_1 : 3.703466
1175.10/180.17	c (175,0) c WaitingTime_2 : 19.248926
1175.10/180.17	c (175,0) c WaitingTime_3 : 36.133014
1175.10/180.17	c (175,0) c WaitingTime_4 : 32.602161
1175.10/180.17	c (175,0) c WaitingTime_5 : 7.788739
1175.10/180.17	c (175,0) c WaitingTime_6 : 44.821094
1175.10/180.17	c (175,0) c WaitingTime_7 : 48.172416
1175.10/180.17	c (175,0) c WaitingTime_total : 221.076553
1175.10/180.17	c (175,0) c WaitingTime_winner : 28.606736
1175.10/180.17	c (175,0) c ExchangingTime_0 : 0.388765
1175.10/180.17	c (175,0) c ExchangingTime_1 : 0.325474
1175.10/180.17	c (175,0) c ExchangingTime_2 : 0.335186
1175.10/180.17	c (175,0) c ExchangingTime_3 : 0.393829
1175.10/180.17	c (175,0) c ExchangingTime_4 : 0.375259
1175.10/180.17	c (175,0) c ExchangingTime_5 : 0.350235
1175.10/180.17	c (175,0) c ExchangingTime_6 : 0.370310
1175.10/180.17	c (175,0) c ExchangingTime_7 : 0.408927
1175.10/180.17	c (175,0) c ExchangingTime_total : 2.947985
1175.10/180.17	c (175,0) c ExchangingTime_winner : 0.388765
1175.10/180.17	c (175,0) c PeriodProcTime_0 : 0.013628
1175.10/180.17	c (175,0) c PeriodProcTime_1 : 0.022772
1175.10/180.17	c (175,0) c PeriodProcTime_2 : 0.012354
1175.10/180.17	c (175,0) c PeriodProcTime_3 : 0.015327
1175.10/180.17	c (175,0) c PeriodProcTime_4 : 0.014096
1175.10/180.17	c (175,0) c PeriodProcTime_5 : 0.017895
1175.10/180.17	c (175,0) c PeriodProcTime_6 : 0.013396
1175.10/180.17	c (175,0) c PeriodProcTime_7 : 0.014206
1175.10/180.17	c (175,0) c PeriodProcTime_total : 0.123675
1175.10/180.17	c (175,0) c PeriodProcTime_winner : 0.013628
1175.10/180.17	c (175,0) c SolvingTime_0 : 173.140463
1175.10/180.17	c (175,0) c SolvingTime_1 : 174.620886
1175.10/180.17	c (175,0) c SolvingTime_2 : 173.200788
1175.10/180.17	c (175,0) c SolvingTime_3 : 173.160828
1175.10/180.17	c (175,0) c SolvingTime_4 : 173.168182
1175.10/180.17	c (175,0) c SolvingTime_5 : 173.160089
1175.10/180.17	c (175,0) c SolvingTime_6 : 173.162650
1175.10/180.17	c (175,0) c SolvingTime_7 : 173.159525
1175.10/180.17	c (175,0) c SolvingTime_total : 1386.773411
1175.10/180.17	c (175,0) c SolvingTime_winner : 173.140463
1175.10/180.17	c (175,0) c PropagationTime_0 : 138.876206
1175.10/180.17	c (175,0) c PropagationTime_1 : 101.422912
1175.10/180.17	c (175,0) c PropagationTime_2 : 121.941647
1175.10/180.17	c (175,0) c PropagationTime_3 : 146.479973
1175.10/180.17	c (175,0) c PropagationTime_4 : 137.759589
1175.10/180.17	c (175,0) c PropagationTime_5 : 114.161720
1175.10/180.17	c (175,0) c PropagationTime_6 : 147.441131
1175.10/180.17	c (175,0) c PropagationTime_7 : 155.393547
1175.10/180.17	c (175,0) c PropagationTime_total : 1063.476726
1175.10/180.17	c (175,0) c PropagationTime_winner : 138.876206
1175.10/180.17	c (175,0) c AnalysisTime_0 : 30.266469
1175.10/180.17	c (175,0) c AnalysisTime_1 : 69.541500
1175.10/180.17	c (175,0) c AnalysisTime_2 : 47.467644
1175.10/180.17	c (175,0) c AnalysisTime_3 : 22.828809
1175.10/180.17	c (175,0) c AnalysisTime_4 : 31.549367
1175.10/180.17	c (175,0) c AnalysisTime_5 : 55.201381
1175.10/180.17	c (175,0) c AnalysisTime_6 : 22.065964
1175.10/180.17	c (175,0) c AnalysisTime_7 : 13.888298
1175.10/180.17	c (175,0) c AnalysisTime_total : 292.809432
1175.10/180.17	c (175,0) c AnalysisTime_winner : 30.266469
1175.10/180.17	c (175,0) c ReductionTime_0 : 1.529964
1175.10/180.17	c (175,0) c ReductionTime_1 : 1.302306
1175.10/180.17	c (175,0) c ReductionTime_2 : 1.365597
1175.10/180.17	c (175,0) c ReductionTime_3 : 1.456267
1175.10/180.17	c (175,0) c ReductionTime_4 : 1.505716
1175.10/180.17	c (175,0) c ReductionTime_5 : 1.400466
1175.10/180.17	c (175,0) c ReductionTime_6 : 1.404969
1175.10/180.17	c (175,0) c ReductionTime_7 : 1.485379
1175.10/180.17	c (175,0) c ReductionTime_total : 11.450665
1175.10/180.17	c (175,0) c ReductionTime_winner : 1.529964
1175.10/180.17	c (175,0) c SimplifyTime_0 : 0.114326
1175.10/180.17	c (175,0) c SimplifyTime_1 : 0.048365
1175.10/180.17	c (175,0) c SimplifyTime_2 : 0.102730
1175.10/180.17	c (175,0) c SimplifyTime_3 : 0.034223
1175.10/180.17	c (175,0) c SimplifyTime_4 : 0.025837
1175.10/180.17	c (175,0) c SimplifyTime_5 : 0.036279
1175.10/180.17	c (175,0) c SimplifyTime_6 : 0.022700
1175.10/180.17	c (175,0) c SimplifyTime_7 : 0.034357
1175.10/180.17	c (175,0) c SimplifyTime_total : 0.418816
1175.10/180.17	c (175,0) c SimplifyTime_winner : 0.114326
1175.10/180.17	c (175,0) c UsedRateTime_0 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_1 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_2 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_3 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_4 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_5 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_6 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_7 : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_total : 0.000000
1175.10/180.17	c (175,0) c UsedRateTime_winner : 0.000000
1175.10/180.17	c (175,0) c OverlapRateTime_0 : 0.000000
1175.10/180.17	c (175,0) c OverlapRateTime_1 : 0.000000
1175.10/180.17	c (175,0) c OverlapRateTime_2 : 0.000000
1175.10/180.17	c (175,0) c OverlapRateTime_3 : 0.000000
1175.10/180.17	c (175,0) c OverlapRateTime_4 : 0.000000
1175.10/180.18	c (175,0) c OverlapRateTime_5 : 0.000000
1175.10/180.18	c (175,0) c OverlapRateTime_6 : 0.000000
1175.10/180.18	c (175,0) c OverlapRateTime_7 : 0.000000
1175.10/180.18	c (175,0) c OverlapRateTime_total : 0.000000
1175.10/180.18	c (175,0) c OverlapRateTime_winner : 0.000000
1175.10/180.18	c (175,0) c
1175.10/180.18	c (175,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
1175.10/180.18	c (175,0) c
1175.10/180.18	c (175,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.18	c (175,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1175.10/180.18	c (175,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.18	c (175,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
1175.10/180.18	c (175,0) c | adaptStrategeis       |      False |      False |      False |      False |      False |      False |      False |      False |
1175.10/180.18	c (175,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
1175.10/180.18	c (175,0) c | Initial random_seed   |  961594455 |  687704032 | 1248382966 | 1794091094 | 1988373196 |  777790923 |  725777396 | 1774153959 |
1175.10/180.18	c (175,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
1175.10/180.18	c (175,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
1175.10/180.18	c (175,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
1175.10/180.18	c (175,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
1175.10/180.18	c (175,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
1175.10/180.18	c (175,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
1175.10/180.18	c (175,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
1175.10/180.18	c (175,0) c | var_decay             |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1175.10/180.18	c (175,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
1175.10/180.18	c (175,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
1175.10/180.18	c (175,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
1175.10/180.18	c (175,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
1175.10/180.18	c (175,0) 
1175.10/180.18	c (175,0) s UNSATISFIABLE
1175.10/180.19	c (175,0) SatSolver.solve End
1175.10/180.19	c (175,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1175.10/180.19	c (175,0) Show results Begin
1175.10/180.19	s UNSATISFIABLE
1175.10/180.19	c (175,0) Show results End
1175.10/180.19	c (175,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
1175.10/180.19	c (175,0) 175,175,STOP-AFTER(ALL)
1175.10/180.19	c END-Prog: Sat Sep 14 06:51:06 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 (14569 MiB free)
  memory of node 1: 16384 MiB (15637 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392767-1568436529/watcher-4392767-1568436529 -o /tmp/evaluation-result-4392767-1568436529/solver-4392767-1568436529 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --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-4392767-1568436529.xml 

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

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

solver pid=29614, runsolver pid=29611

[startup+0.100132 s]*
/proc/loadavg: 7.86 7.96 7.70 2/211 29636
/proc/meminfo: memFree=30838616/32770624 swapFree=66947872/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 554 319 0 0 0 0 0 0 20 0 1 0 419594778 115843072 348 33554432000 4194304 5098028 140720310373328 140720310370584 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 348 296 221 0 87 0
[pid=29617] ppid=29614 vsize=27314120 memory=105308 CPUtime=0.11 cores=0-7
/proc/29617/stat : 29617 (java) S 29614 29614 15751 0 -1 1077944320 6922 0 0 0 8 3 0 0 20 0 20 0 419594779 27969658880 26327 33554432000 4194304 4196468 140722189068640 140722189051184 140271266402039 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
/proc/29617/statm: 6828530 26327 2796 1 0 6790935 0
[pid=29617/tid=29618] ppid=29614 vsize=27314120 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29617/task/29618/stat : 29618 (java) R 29614 29614 15751 0 -1 4202560 5010 0 0 0 7 2 0 0 20 0 20 0 419594779 27969658880 26327 33554432000 4194304 4196468 140722189068640 140271238228368 140271266413974 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29619] ppid=29614 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29617/task/29619/stat : 29619 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140271270644752 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29620] ppid=29614 vsize=27314120 memory=140634774558336 CPUtime=0 cores=0-7
/proc/29617/task/29620/stat : 29620 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140271084801168 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29621] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29621/stat : 29621 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140271083748112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29622] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29622/stat : 29622 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140270686075792 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29623] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29623/stat : 29623 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140270685022736 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29624] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29624/stat : 29624 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140270683970192 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29625] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29625/stat : 29625 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140270682917136 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29626] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29626/stat : 29626 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 26327 33554432000 4194304 4196468 140722189068640 140270681864592 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29627] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29627/stat : 29627 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594783 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269586402032 140271266413186 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29628] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29628/stat : 29628 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269068478112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29629] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29629/stat : 29629 (java) S 29614 29614 15751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 26327 33554432000 4194304 4196468 140722189068640 140268934255856 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29630] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29630/stat : 29630 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 26327 33554432000 4194304 4196468 140722189068640 140268559751632 140271266420635 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29631] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29631/stat : 29631 (java) S 29614 29614 15751 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269585348848 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29632] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29632/stat : 29632 (java) R 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269584296304 140271266413186 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29633] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29633/stat : 29633 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269583243248 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29634] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29634/stat : 29634 (java) S 29614 29614 15751 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269582190704 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29635] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29635/stat : 29635 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 26327 33554432000 4194304 4196468 140722189068640 140268061846496 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29636] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29636/stat : 29636 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 26327 33554432000 4194304 4196468 140722189068640 140269581139120 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106700 KiB

[startup+0.21063 s]*
/proc/loadavg: 7.86 7.96 7.70 2/211 29636
/proc/meminfo: memFree=30819644/32770624 swapFree=66947872/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 554 319 0 0 0 0 0 0 20 0 1 0 419594778 115843072 348 33554432000 4194304 5098028 140720310373328 140720310370584 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 348 296 221 0 87 0
[pid=29617] ppid=29614 vsize=27314120 memory=122320 CPUtime=0.24 cores=0-7
/proc/29617/stat : 29617 (java) S 29614 29614 15751 0 -1 1077944320 11803 0 0 0 20 4 0 0 20 0 20 0 419594779 27969658880 30580 33554432000 4194304 4196468 140722189068640 140722189051184 140271266402039 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
/proc/29617/statm: 6828530 30580 2930 1 0 6790935 0
[pid=29617/tid=29618] ppid=29614 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29617/task/29618/stat : 29618 (java) R 29614 29614 15751 0 -1 4202560 9507 0 0 0 16 3 0 0 20 0 20 0 419594779 27969658880 30580 33554432000 4194304 4196468 140722189068640 140271238215472 140271251567678 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29619] ppid=29614 vsize=27314120 memory=328 CPUtime=0 cores=0-7
/proc/29617/task/29619/stat : 29619 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140271270644752 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29620] ppid=29614 vsize=27314120 memory=140634777660417 CPUtime=0 cores=0-7
/proc/29617/task/29620/stat : 29620 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140271084801168 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29621] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29621/stat : 29621 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140271083748112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29622] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29622/stat : 29622 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140270686075792 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29623] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29623/stat : 29623 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140270685022736 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29624] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29624/stat : 29624 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140270683970192 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29625] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29625/stat : 29625 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140270682917136 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29626] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29626/stat : 29626 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 30580 33554432000 4194304 4196468 140722189068640 140270681864592 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29627] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29627/stat : 29627 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594783 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269586402032 140271266413186 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29628] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29628/stat : 29628 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269068478112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29629] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29629/stat : 29629 (java) S 29614 29614 15751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 30580 33554432000 4194304 4196468 140722189068640 140268934255856 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29630] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29630/stat : 29630 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 30580 33554432000 4194304 4196468 140722189068640 140268559751632 140271266420635 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29631] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29631/stat : 29631 (java) S 29614 29614 15751 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269585348848 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29632] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29632/stat : 29632 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269584296304 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29633] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29633/stat : 29633 (java) S 29614 29614 15751 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269583243248 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29634] ppid=29614 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/29617/task/29634/stat : 29634 (java) S 29614 29614 15751 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 20 0 419594786 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269582190704 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29635] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29635/stat : 29635 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 30580 33554432000 4194304 4196468 140722189068640 140268061846496 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29636] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29636/stat : 29636 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 30580 33554432000 4194304 4196468 140722189068640 140269581139120 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 123712 KiB

[startup+0.310359 s]*
/proc/loadavg: 7.86 7.96 7.70 2/211 29636
/proc/meminfo: memFree=30816604/32770624 swapFree=66947872/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 554 319 0 0 0 0 0 0 20 0 1 0 419594778 115843072 348 33554432000 4194304 5098028 140720310373328 140720310370584 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 348 296 221 0 87 0
[pid=29617] ppid=29614 vsize=27314120 memory=125868 CPUtime=0.43 cores=0-7
/proc/29617/stat : 29617 (java) S 29614 29614 15751 0 -1 1077944320 12867 0 0 0 38 5 0 0 20 0 20 0 419594779 27969658880 31467 33554432000 4194304 4196468 140722189068640 140722189051184 140271266402039 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
/proc/29617/statm: 6828530 31467 3029 1 0 6790935 0
[pid=29617/tid=29618] ppid=29614 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/29617/task/29618/stat : 29618 (java) R 29614 29614 15751 0 -1 4202560 10400 0 0 0 26 4 0 0 20 0 20 0 419594779 27969658880 31467 33554432000 4194304 4196468 140722189068640 140271238197528 140271250482526 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29619] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29619/stat : 29619 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140271270644752 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29620] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29620/stat : 29620 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140271084801168 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29621] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29621/stat : 29621 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140271083748112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29622] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29622/stat : 29622 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140270686075792 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29623] ppid=29614 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/29617/task/29623/stat : 29623 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140270685022736 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29624] ppid=29614 vsize=27314120 memory=140634677670831 CPUtime=0 cores=0-7
/proc/29617/task/29624/stat : 29624 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140270683970192 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29625] ppid=29614 vsize=27314120 memory=140634677673136 CPUtime=0 cores=0-7
/proc/29617/task/29625/stat : 29625 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140270682917136 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29626] ppid=29614 vsize=27314120 memory=140634677675440 CPUtime=0 cores=0-7
/proc/29617/task/29626/stat : 29626 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27969658880 31467 33554432000 4194304 4196468 140722189068640 140270681864592 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29627] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29627/stat : 29627 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594783 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269586402032 140271266413186 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29628] ppid=29614 vsize=27314120 memory=281269355357840 CPUtime=0 cores=0-7
/proc/29617/task/29628/stat : 29628 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269068478112 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29629] ppid=29614 vsize=27314120 memory=281269355364752 CPUtime=0 cores=0-7
/proc/29617/task/29629/stat : 29629 (java) S 29614 29614 15751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 419594784 27969658880 31467 33554432000 4194304 4196468 140722189068640 140268934255856 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29630] ppid=29614 vsize=27314120 memory=281269355306032 CPUtime=0 cores=0-7
/proc/29617/task/29630/stat : 29630 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 31467 33554432000 4194304 4196468 140722189068640 140268559751632 140271266420635 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29631] ppid=29614 vsize=27314120 memory=281269355378576 CPUtime=0.01 cores=0-7
/proc/29617/task/29631/stat : 29631 (java) R 29614 29614 15751 0 -1 4202560 489 0 0 0 1 0 0 0 20 0 20 0 419594786 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269585348848 140271247575441 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29632] ppid=29614 vsize=27314120 memory=281269355385488 CPUtime=0.01 cores=0-7
/proc/29617/task/29632/stat : 29632 (java) S 29614 29614 15751 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 419594786 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269584296304 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29633] ppid=29614 vsize=27314120 memory=281269355383184 CPUtime=0 cores=0-7
/proc/29617/task/29633/stat : 29633 (java) S 29614 29614 15751 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 419594786 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269583243248 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29634] ppid=29614 vsize=27314120 memory=281269355399344 CPUtime=0.07 cores=0-7
/proc/29617/task/29634/stat : 29634 (java) S 29614 29614 15751 0 -1 1077944384 490 0 0 0 7 0 0 0 20 0 20 0 419594786 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269582190704 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29635] ppid=29614 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29635/stat : 29635 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 31467 33554432000 4194304 4196468 140722189068640 140268061846496 140271266412245 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29636] ppid=29614 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/29617/task/29636/stat : 29636 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594787 27969658880 31467 33554432000 4194304 4196468 140722189068640 140269581139120 140271266413186 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127260 KiB

[startup+0.700926 s]
/proc/loadavg: 7.86 7.96 7.70 2/211 29637
/proc/meminfo: memFree=30793288/32770624 swapFree=66947872/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 554 319 0 0 0 0 0 0 20 0 1 0 419594778 115843072 348 33554432000 4194304 5098028 140720310373328 140720310370584 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 348 296 221 0 87 0
[pid=29617] ppid=29614 vsize=27320392 memory=165200 CPUtime=1.01 cores=0-7
/proc/29617/stat : 29617 (java) S 29614 29614 15751 0 -1 1077944320 20440 0 0 0 94 7 0 0 20 0 20 0 419594779 27976081408 41300 33554432000 4194304 4196468 140722189068640 140722189051184 140271266402039 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
/proc/29617/statm: 6830098 41300 3181 1 0 6791447 0
[pid=29617/tid=29618] ppid=29614 vsize=27320392 memory=281269355757232 CPUtime=0.68 cores=0-7
/proc/29617/task/29618/stat : 29618 (java) R 29614 29614 15751 0 -1 4202560 17340 0 0 0 62 6 0 0 20 0 20 0 419594779 27976081408 41300 33554432000 4194304 4196468 140722189068640 140271238237408 140271266413974 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29619] ppid=29614 vsize=27320392 memory=140634677879664 CPUtime=0 cores=0-7
/proc/29617/task/29619/stat : 29619 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419594782 27976081408 41300 33554432000 4194304 4196468 140722189068640 140271270644752 140271266412245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29620] ppid=29614 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/29617/task/29620/stat : 29620 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419594782 27976081408 41300 33554432000 4194304 4196468 140722189068640 140271084801168 140271266412245 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0
[pid=29617/tid=29621] ppid=29614 vsize=27320392 memory=1720 CPUtime=0 cores=0-7
/proc/29617/task/29621/stat : 29621 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419594782 27976081408 41300 33554432000 4194304 4196468 140722189068640 140271083748112 140271266412245 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18124800 140722189071082 140722189071510 140722189071510 140722189074383 0

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

[pid=29638/tid=29648] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29648/stat : 29648 (java) S 29614 29614 15751 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472631679088 140473538173570 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29649] ppid=29614 vsize=8414124 memory=625440 CPUtime=0 cores=0-7
/proc/29638/task/29649/stat : 29649 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472207008544 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29650] ppid=29614 vsize=8414124 memory=1436 CPUtime=0 cores=0-7
/proc/29638/task/29650/stat : 29650 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595252 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471938573424 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29651] ppid=29614 vsize=8414124 memory=1984 CPUtime=0 cores=0-7
/proc/29638/task/29651/stat : 29651 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471564064848 140473538181019 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29652] ppid=29614 vsize=8414124 memory=2424 CPUtime=0.07 cores=0-7
/proc/29638/task/29652/stat : 29652 (java) S 29614 29614 15751 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472630626928 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29653] ppid=29614 vsize=8414124 memory=1764 CPUtime=0.06 cores=0-7
/proc/29638/task/29653/stat : 29653 (java) S 29614 29614 15751 0 -1 1077944384 383 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472629574128 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29654] ppid=29614 vsize=8414124 memory=11624 CPUtime=0.06 cores=0-7
/proc/29638/task/29654/stat : 29654 (java) S 29614 29614 15751 0 -1 1077944384 260 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472628521840 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29655] ppid=29614 vsize=8414124 memory=740 CPUtime=0.22 cores=0-7
/proc/29638/task/29655/stat : 29655 (java) S 29614 29614 15751 0 -1 1077944384 747 0 0 0 22 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472627469040 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29656] ppid=29614 vsize=8414124 memory=1056 CPUtime=0 cores=0-7
/proc/29638/task/29656/stat : 29656 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471066159456 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29657] ppid=29614 vsize=8414124 memory=1552 CPUtime=0.1 cores=0-7
/proc/29638/task/29657/stat : 29657 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 3 7 0 0 20 0 24 0 419595255 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472626415920 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29659] ppid=29614 vsize=8414124 memory=1040 CPUtime=0 cores=0-7
/proc/29638/task/29659/stat : 29659 (java) S 29614 29614 15751 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472618382656 140473538187033 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29661] ppid=29614 vsize=8414124 memory=4136 CPUtime=0 cores=0-7
/proc/29638/task/29661/stat : 29661 (java) S 29614 29614 15751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470395060112 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29662] ppid=29614 vsize=8414124 memory=780 CPUtime=0 cores=0-7
/proc/29638/task/29662/stat : 29662 (java) S 29614 29614 15751 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470663495440 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29671] ppid=29614 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/29638/task/29671/stat : 29671 (java) S 29614 29614 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 419595324 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470126632752 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
Current children cumulated CPU time: 1174.6 s
Current children cumulated vsize: 9381120 KiB
Current children cumulated memory: 803340 KiB

[startup+180.001 s]*
/proc/loadavg: 5.95 6.98 7.37 2/218 29688
/proc/meminfo: memFree=30141256/32770624 swapFree=66947888/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1472 CPUtime=12.01 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 581 31718 0 0 0 0 1174 27 20 0 1 0 419594778 115843072 368 33554432000 4194304 5098028 140720310373328 140720310370072 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 368 311 221 0 87 0
[pid=29638] ppid=29614 vsize=8414124 memory=121120 CPUtime=1.36 cores=0-7
/proc/29638/stat : 29638 (java) S 29614 29614 15751 0 -1 1077944320 20370 0 0 0 127 9 0 0 20 0 24 0 419595248 8616062976 30280 33554432000 4194304 4196468 140725405860672 140725405843216 140473538162423 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
/proc/29638/statm: 2103531 30280 3197 1 0 2064875 0
[pid=29658] ppid=29638 vsize=853868 memory=680748 CPUtime=1161.63 cores=0-7
/proc/29658/stat : 29658 (manyglucose-4.1) S 29638 29614 15751 0 -1 1077944320 1277204 0 0 0 115914 249 0 0 20 0 2 0 419595322 874360832 170187 33554432000 4194304 4454172 140722106128000 140722106126384 140466619252471 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6552832 6554400 26415104 140722106131305 140722106131504 140722106131504 140722106134458 0
/proc/29658/statm: 213467 170187 419 64 0 209135 0
[pid=29658/tid=29664] ppid=29638 vsize=853868 memory=692984 CPUtime=170.76 cores=0-7
/proc/29658/task/29664/stat : 29664 (manyglucose-4.1) R 29638 29614 15751 0 -1 4202560 160768 0 0 0 17049 27 0 0 20 0 2 0 419595324 874360832 170187 33554432000 4194304 4454172 140722106128000 140466595642504 4333329 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 26415104 140722106131305 140722106131504 140722106131504 140722106134458 0
[pid=29638/tid=29639] ppid=29614 vsize=8414124 memory=-8600296816602542482 CPUtime=0.77 cores=0-7
/proc/29638/task/29639/stat : 29639 (java) S 29614 29614 15751 0 -1 1077944384 17002 0 0 0 71 6 0 0 20 0 24 0 419595248 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473510002592 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29640] ppid=29614 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29638/task/29640/stat : 29640 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473542404496 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29641] ppid=29614 vsize=8414124 memory=1200 CPUtime=0 cores=0-7
/proc/29638/task/29641/stat : 29641 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473023498512 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29642] ppid=29614 vsize=8414124 memory=5964 CPUtime=0 cores=0-7
/proc/29638/task/29642/stat : 29642 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473022446224 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29643] ppid=29614 vsize=8414124 memory=14012 CPUtime=0 cores=0-7
/proc/29638/task/29643/stat : 29643 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473021393424 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29644] ppid=29614 vsize=8414124 memory=11016 CPUtime=0 cores=0-7
/proc/29638/task/29644/stat : 29644 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473020341136 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29645] ppid=29614 vsize=8414124 memory=12024 CPUtime=0 cores=0-7
/proc/29638/task/29645/stat : 29645 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473019288336 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29646] ppid=29614 vsize=8414124 memory=585900 CPUtime=0 cores=0-7
/proc/29638/task/29646/stat : 29646 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473018236048 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29647] ppid=29614 vsize=8414124 memory=-8600296816602542482 CPUtime=0 cores=0-7
/proc/29638/task/29647/stat : 29647 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473017183248 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29648] ppid=29614 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29638/task/29648/stat : 29648 (java) S 29614 29614 15751 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472631679088 140473538173570 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29649] ppid=29614 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/29638/task/29649/stat : 29649 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472207008544 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29650] ppid=29614 vsize=8414124 memory=1808 CPUtime=0 cores=0-7
/proc/29638/task/29650/stat : 29650 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595252 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471938573424 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29651] ppid=29614 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/29638/task/29651/stat : 29651 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471564064848 140473538181019 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29652] ppid=29614 vsize=8414124 memory=4432 CPUtime=0.07 cores=0-7
/proc/29638/task/29652/stat : 29652 (java) S 29614 29614 15751 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472630626928 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29653] ppid=29614 vsize=8414124 memory=4104 CPUtime=0.06 cores=0-7
/proc/29638/task/29653/stat : 29653 (java) S 29614 29614 15751 0 -1 1077944384 383 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472629574128 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29654] ppid=29614 vsize=8414124 memory=1732 CPUtime=0.06 cores=0-7
/proc/29638/task/29654/stat : 29654 (java) S 29614 29614 15751 0 -1 1077944384 260 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472628521840 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29655] ppid=29614 vsize=8414124 memory=678648 CPUtime=0.22 cores=0-7
/proc/29638/task/29655/stat : 29655 (java) S 29614 29614 15751 0 -1 1077944384 747 0 0 0 22 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472627469040 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29656] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29656/stat : 29656 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471066159456 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29657] ppid=29614 vsize=8414124 memory=676600 CPUtime=0.1 cores=0-7
/proc/29638/task/29657/stat : 29657 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 3 7 0 0 20 0 24 0 419595255 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472626415920 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29659] ppid=29614 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/29638/task/29659/stat : 29659 (java) S 29614 29614 15751 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472618382656 140473538187033 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29661] ppid=29614 vsize=8414124 memory=3724 CPUtime=0 cores=0-7
/proc/29638/task/29661/stat : 29661 (java) S 29614 29614 15751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470395060112 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29662] ppid=29614 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/29638/task/29662/stat : 29662 (java) S 29614 29614 15751 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470663495440 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29671] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29671/stat : 29671 (java) S 29614 29614 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 419595324 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470126632752 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
Current children cumulated CPU time: 1175 s
Current children cumulated vsize: 9381120 KiB
Current children cumulated memory: 803340 KiB

[startup+180.11 s]
/proc/loadavg: 5.95 6.98 7.37 2/218 29688
/proc/meminfo: memFree=30141256/32770624 swapFree=66947888/67108860
[pid=29614] ppid=29611 vsize=113128 memory=1472 CPUtime=12.01 cores=0-7
/proc/29614/stat : 29614 (scop.sh) S 29611 29614 15751 0 -1 4202496 581 31718 0 0 0 0 1174 27 20 0 1 0 419594778 115843072 368 33554432000 4194304 5098028 140720310373328 140720310370072 139723835593340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 40112128 140720310379300 140720310379628 140720310379628 140720310382541 0
/proc/29614/statm: 28282 368 311 221 0 87 0
[pid=29638] ppid=29614 vsize=8414124 memory=121120 CPUtime=1.36 cores=0-7
/proc/29638/stat : 29638 (java) S 29614 29614 15751 0 -1 1077944320 20370 0 0 0 127 9 0 0 20 0 24 0 419595248 8616062976 30280 33554432000 4194304 4196468 140725405860672 140725405843216 140473538162423 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
/proc/29638/statm: 2103531 30280 3197 1 0 2064875 0
[pid=29658] ppid=29638 vsize=853868 memory=680748 CPUtime=1161.73 cores=0-7
/proc/29658/stat : 29658 (manyglucose-4.1) S 29638 29614 15751 0 -1 1077944320 1277206 0 0 0 115924 249 0 0 20 0 2 0 419595322 874360832 170187 33554432000 4194304 4454172 140722106128000 140722106126384 140466619252471 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6552832 6554400 26415104 140722106131305 140722106131504 140722106131504 140722106134458 0
/proc/29658/statm: 213467 170187 419 64 0 209135 0
[pid=29658/tid=29664] ppid=29638 vsize=853868 memory=121120 CPUtime=170.86 cores=0-7
/proc/29658/task/29664/stat : 29664 (manyglucose-4.1) R 29638 29614 15751 0 -1 4202560 160770 0 0 0 17059 27 0 0 20 0 2 0 419595324 874360832 170187 33554432000 4194304 4454172 140722106128000 140466595642504 4333329 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 26415104 140722106131305 140722106131504 140722106131504 140722106134458 0
[pid=29638/tid=29639] ppid=29614 vsize=8414124 memory=1472 CPUtime=0.77 cores=0-7
/proc/29638/task/29639/stat : 29639 (java) S 29614 29614 15751 0 -1 1077944384 17002 0 0 0 71 6 0 0 20 0 24 0 419595248 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473510002592 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29640] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29640/stat : 29640 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473542404496 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29641] ppid=29614 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/29638/task/29641/stat : 29641 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473023498512 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29642] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29642/stat : 29642 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473022446224 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29643] ppid=29614 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/29638/task/29643/stat : 29643 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473021393424 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29644] ppid=29614 vsize=8414124 memory=680748 CPUtime=0 cores=0-7
/proc/29638/task/29644/stat : 29644 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473020341136 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29645] ppid=29614 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29638/task/29645/stat : 29645 (java) S 29614 29614 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473019288336 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29646] ppid=29614 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/29638/task/29646/stat : 29646 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473018236048 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29647] ppid=29614 vsize=8414124 memory=121120 CPUtime=0 cores=0-7
/proc/29638/task/29647/stat : 29647 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595249 8616062976 30280 33554432000 4194304 4196468 140725405860672 140473017183248 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29648] ppid=29614 vsize=8414124 memory=924 CPUtime=0 cores=0-7
/proc/29638/task/29648/stat : 29648 (java) S 29614 29614 15751 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472631679088 140473538173570 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29649] ppid=29614 vsize=8414124 memory=1672 CPUtime=0 cores=0-7
/proc/29638/task/29649/stat : 29649 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419595251 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472207008544 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29650] ppid=29614 vsize=8414124 memory=601680 CPUtime=0 cores=0-7
/proc/29638/task/29650/stat : 29650 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595252 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471938573424 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29651] ppid=29614 vsize=8414124 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/29638/task/29651/stat : 29651 (java) S 29614 29614 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471564064848 140473538181019 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29652] ppid=29614 vsize=8414124 memory=1672 CPUtime=0.07 cores=0-7
/proc/29638/task/29652/stat : 29652 (java) S 29614 29614 15751 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472630626928 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29653] ppid=29614 vsize=8414124 memory=796 CPUtime=0.06 cores=0-7
/proc/29638/task/29653/stat : 29653 (java) S 29614 29614 15751 0 -1 1077944384 383 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472629574128 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29654] ppid=29614 vsize=8414124 memory=1472 CPUtime=0.06 cores=0-7
/proc/29638/task/29654/stat : 29654 (java) S 29614 29614 15751 0 -1 1077944384 260 0 0 0 6 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472628521840 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29655] ppid=29614 vsize=8414124 memory=121120 CPUtime=0.22 cores=0-7
/proc/29638/task/29655/stat : 29655 (java) S 29614 29614 15751 0 -1 1077944384 747 0 0 0 22 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472627469040 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29656] ppid=29614 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/29638/task/29656/stat : 29656 (java) S 29614 29614 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419595254 8616062976 30280 33554432000 4194304 4196468 140725405860672 140471066159456 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29657] ppid=29614 vsize=8414124 memory=121120 CPUtime=0.1 cores=0-7
/proc/29638/task/29657/stat : 29657 (java) S 29614 29614 15751 0 -1 1077944384 13 0 0 0 3 7 0 0 20 0 24 0 419595255 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472626415920 140473538173570 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29659] ppid=29614 vsize=8414124 memory=1732 CPUtime=0 cores=0-7
/proc/29638/task/29659/stat : 29659 (java) S 29614 29614 15751 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140472618382656 140473538187033 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29661] ppid=29614 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/29638/task/29661/stat : 29661 (java) S 29614 29614 15751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470395060112 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29662] ppid=29614 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29638/task/29662/stat : 29662 (java) S 29614 29614 15751 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 24 0 419595322 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470663495440 140473538184349 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
[pid=29638/tid=29671] ppid=29614 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/29638/task/29671/stat : 29671 (java) S 29614 29614 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 419595324 8616062976 30280 33554432000 4194304 4196468 140725405860672 140470126632752 140473538172629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22278144 140725405869047 140725405869206 140725405869206 140725405872079 0
Current children cumulated CPU time: 1175.1 s
Current children cumulated vsize: 9381120 KiB
Current children cumulated memory: 803340 KiB

Child status: 0
Real time (s): 180.2
CPU time (s): 1175.27
CPU user time (s): 1172.37
CPU system time (s): 2.90121
CPU usage (%): 652.204
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 1056636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1172.37
system time used= 2.90121
maximum resident set size= 1060960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1330005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21632
involuntary context switches= 10252


# summary of solver processes directly reported to runsolver:
#   pid: 29614
#   total CPU time (s): 1175.27
#   total CPU user time (s): 1172.37
#   total CPU system time (s): 2.90121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75852 second user time and 2.52781 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 06:48:06
IDJOB=4392767
IDBENCH=134574
IDSOLVER=2839
FILE ID=node117/4392767-1568436529
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-4_X2.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-4392767-1568436529/watcher-4392767-1568436529 -o /tmp/evaluation-result-4392767-1568436529/solver-4392767-1568436529 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --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-4392767-1568436529.xml

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

MD5SUM BENCH= f5121aa225c6127ab5abec7ec5104cc1
RANDOM SEED=1595554184

node117.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.75
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.75
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.75
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.75
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:        30932204 kB
MemAvailable:   31864140 kB
Buffers:          150208 kB
Cached:          1048152 kB
SwapCached:        51760 kB
Active:           770340 kB
Inactive:         481204 kB
Active(anon):      18068 kB
Inactive(anon):    59484 kB
Active(file):     752272 kB
Inactive(file):   421720 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947872 kB
Dirty:             20468 kB
Writeback:             0 kB
AnonPages:        112516 kB
Mapped:            33912 kB
Shmem:             15780 kB
Slab:             175740 kB
SReclaimable:     147560 kB
SUnreclaim:        28180 kB
KernelStack:        3376 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61164 MiB
End job on node117 at 2019-09-14 06:51:06