Trace number 4387618

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+CryptoMiniSat (2019-06-15)SAT 16.8914 6.7559

General information on the benchmark

NameRlfap/Rlfap-m1-graphs/
Rlfap-graph-10.xml
MD5SUM9ed3b999acc99b58e0111c7e6e3d1d3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.84245
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":40},{"size":24,"count":14},{"size":36,"count":146},{"size":42,"count":306},{"size":44,"count":174}]
Minimum variable degree3
Maximum variable degree24
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":15},{"degree":6,"count":36},{"degree":7,"count":71},{"degree":8,"count":62},{"degree":9,"count":71},{"degree":10,"count":58},{"degree":11,"count":55},{"degree":12,"count":34},{"degree":13,"count":33},{"degree":14,"count":44},{"degree":15,"count":63},{"degree":16,"count":60},{"degree":17,"count":44},{"degree":18,"count":19},{"degree":19,"count":5},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3907}]
Number of extensional constraints0
Number of intensional constraints3907
Distribution of constraint types[{"type":"intension","count":3907}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-14559-serial-file.bin HOME/instance-4387618-1568286348.xml
0.66/0.53	
0.66/0.53	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Thu Sep 12 13:05:10 CEST 2019
0.66/0.55	c PID: 14562
0.66/0.55	c IP: 172.20.3.151
0.66/0.55	c HOST: node151.alineos.net
0.66/0.56	c (0,0) Parsing Begin
5.02/1.94	c (1,1) Parsing End
5.02/1.95	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 3907 ctr, max domain size 44
5.02/1.95	c (1,1) Heap : 450 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
5.02/1.95	c (1,1) Constraint Name Generate Begin
5.02/1.99	c (1,1) Ctr:HOME/instance-4387618-1568286348.xml,Dist:Eq:Le:Num:Var
5.02/1.99	c (1,1) Constraint Name Generate End
5.02/1.99	c (1,1) Heap : 450 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
5.02/1.99	c (1,1) CSP to CSPinCNF Begin
6.38/2.33	c (1,1) translated 391 (10%) constraints
6.69/2.40	c (1,1) translated 782 (20%) constraints
6.69/2.46	c (1,1) translated 1173 (30%) constraints
7.00/2.51	c (1,1) translated 1563 (40%) constraints
7.00/2.56	c (2,2) translated 1954 (50%) constraints
7.30/2.61	c (2,2) translated 2345 (60%) constraints
7.30/2.66	c (2,2) translated 2735 (70%) constraints
7.60/2.70	c (2,2) translated 3126 (80%) constraints
7.60/2.74	c (2,2) translated 3517 (90%) constraints
7.60/2.78	c (2,2) translated 3907 (100%) constraints
7.60/2.78	c (2,2) ===========================================
7.91/2.83	c (2,2) Hybrid: #OE=680, #LE=0
7.91/2.83	c (2,2) Hybrid
7.91/2.83	c (2,2) ===========================================
7.91/2.86	c (2,2) translated 459 (10%) constraints
7.91/2.88	c (2,2) translated 918 (20%) constraints
7.91/2.89	c (2,2) translated 1377 (30%) constraints
8.23/2.92	c (2,2) translated 1835 (40%) constraints
8.23/2.93	c (2,2) translated 2294 (50%) constraints
8.23/2.95	c (2,2) translated 2753 (60%) constraints
8.23/2.97	c (2,2) translated 3211 (70%) constraints
8.23/2.99	c (2,2) translated 3670 (80%) constraints
8.23/3.00	c (2,2) translated 4129 (90%) constraints
8.59/3.02	c (2,2) translated 4587 (100%) constraints
8.59/3.03	c (2,2) CSP to CSPinCNF End
8.59/3.03	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4587 ctr, max domain size 44
8.59/3.03	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
8.59/3.03	c (2,2) CSPinCNF Propagation Begin
8.59/3.09	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.59/3.09	c (2,2) CSPinCNF Propagation End
8.59/3.09	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4587 ctr, max domain size 44
8.59/3.09	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
8.59/3.10	c (2,2) Hybrid: #OE=680, #LE=0
8.59/3.10	c (2,2) Simplify CSPinCNF Begin
9.40/3.34	c (2,2) Simplify CSPinCNF End
9.40/3.34	c (2,2) CSP: 680 int (0 aux), 7814 bool (7814 aux), 12401 ctr, max domain size 44
9.40/3.34	c (2,2) Heap : 676 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.40/3.34	c (2,2) Calculate Precise Domain Begin
9.40/3.35	c (2,2) 0 values are removed by re-calculation
9.40/3.35	c (2,2) Calculate Precise Domain End
9.40/3.35	c (2,2) CSP: 680 int (0 aux), 7814 bool (7814 aux), 12401 ctr, max domain size 44
9.40/3.35	c (2,2) Heap : 676 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.40/3.35	c (2,2) CSPinCNF to SatSolver Begin
11.00/3.90	c (3,3) 1241 (10 %) CSP clauses are encoded (0 SAT variables, 54860 SAT clauses)
11.63/4.06	c (3,3) 2481 (20 %) CSP clauses are encoded (0 SAT variables, 77864 SAT clauses)
12.19/4.21	c (3,3) 3721 (30 %) CSP clauses are encoded (0 SAT variables, 103491 SAT clauses)
12.33/4.34	c (3,3) 4961 (40 %) CSP clauses are encoded (0 SAT variables, 129693 SAT clauses)
12.45/4.47	c (3,3) 6201 (50 %) CSP clauses are encoded (0 SAT variables, 155007 SAT clauses)
12.69/4.60	c (4,4) 7441 (60 %) CSP clauses are encoded (0 SAT variables, 181573 SAT clauses)
12.83/4.73	c (4,4) 8681 (70 %) CSP clauses are encoded (0 SAT variables, 209430 SAT clauses)
12.96/4.86	c (4,4) 9921 (80 %) CSP clauses are encoded (0 SAT variables, 236528 SAT clauses)
13.14/4.99	c (4,4) 11161 (90 %) CSP clauses are encoded (0 SAT variables, 263508 SAT clauses)
13.36/5.11	c (4,4) 12401 (100 %) CSP clauses are encoded (0 SAT variables, 290523 SAT clauses)
13.36/5.11	c (4,4) CSPinCNF to SatSolver End
13.36/5.11	c (4,4) Heap : 1689 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
13.36/5.12	c (4,4) 34114 bool, 290565 clause
13.36/5.12	c (4,4) Export Begin
14.04/5.42	c (4,4) Export to HOME/scop-14559-serial-file.bin
14.04/5.42	c (4,4) Export End
14.04/5.42	c (4,4) Export File Size: 4.49 MB
14.04/5.42	c (4,4) 1,1,2,2,2,2,4,STOP-AFTER(DIMACS)
14.04/5.42	c END-Prog: Thu Sep 12 13:05:15 CEST 2019
14.04/5.44	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-14559-serial-file.bin
14.10/5.89	c (0,0) Read Serial File Begin
14.10/5.89	c (0,0) HOME/scop-14559-serial-file.bin
15.33/6.28	c (0,0) Read Serial File End
15.33/6.29	
15.33/6.29	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
15.33/6.29	(Solving Process)
15.33/6.29	
15.62/6.32	c BEGIN-Prog: Thu Sep 12 13:05:16 CEST 2019
15.62/6.32	c PID: 14577
15.62/6.32	c IP: 172.20.3.151
15.62/6.32	c HOST: node151.alineos.net
15.62/6.32	c (0,0) SatSolver.solve Begin
15.62/6.32	c (0,0) HOME/cryptominisat5  HOME/instance-4387618-1568286348.xml-scop-14562.cnf
15.62/6.36	c (0,0) c Outputting solution to console
15.62/6.36	c (0,0) c CryptoMiniSat version 5.6.8
15.62/6.36	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
15.62/6.36	c (0,0) c CMS SHA revision GIT-notfound
15.62/6.36	c (0,0) c CMS is MIT licensed
15.62/6.36	c (0,0) c CMS compilation env CMAKE_CXX_COMPILER = /usr/bin/c++ | CMAKE_CXX_FLAGS =  -Wall -Wextra -Wunused -Wsign-compare -fno-omit-frame-pointer -Wtype-limits -Wuninitialized -Wno-deprecated -Wstrict-aliasing -Wpointer-arith -Wpointer-arith -Wformat-nonliteral -Winit-self -Wparentheses -Wunreachable-code -ggdb3 -Wlogical-op -Wdouble-promotion -Wshadow -Wformat=2 -pedantic | COMPILE_DEFINES =  -DLARGE_OFFSETS -DBOOST_TEST_DYN_LINK -DUSE_ZLIB -DYALSAT_FPU | STATICCOMPILE = OFF | ONLY_SIMPLE = OFF | Boost_FOUND = 1 | STATS = OFF | SQLITE3_FOUND =  | ZLIB_FOUND = TRUE | VALGRIND_FOUND =  | ENABLE_TESTING = OFF | M4RI_FOUND = FALSE | NOM4RI = OFF | SLOW_DEBUG = OFF | ENABLE_ASSERTIONS = ON | PYTHON_EXECUTABLE = /usr/bin/python2.7 | PYTHON_LIBRARY = /usr/lib64/libpython2.7.so | PYTHON_INCLUDE_DIRS = /usr/include/python2.7 | MY_TARGETS =  | LARGEMEM = ON | LIMITMEM = OFF | compilation date time = Jul 11 2019 16:04:13
15.62/6.36	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
15.62/6.36	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4387618-1568286348.xml-scop-14562.cnf
15.62/6.36	c (0,0) c Reading file 'HOME/instance-4387618-1568286348.xml-scop-14562.cnf'
15.62/6.36	c (0,0) c -- header says num vars:          34114
15.62/6.36	c (0,0) c -- header says num clauses:      290565
15.85/6.46	c (0,0) c -- clauses added: 290565
15.85/6.46	c (0,0) c -- xor clauses added: 0
15.85/6.46	c (0,0) c -- vars added 34114
15.85/6.46	c (0,0) c Parsing time: 0.10 s
15.85/6.48	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
15.85/6.48	c (0,0) c ------- FINAL TOTAL SEARCH STATS ---------
15.85/6.48	c (0,0) c UIP search time          : 0.03        (20.83     % time)
15.85/6.48	c (0,0) c restarts                 : 1           (19.00     confls per restart)
15.85/6.48	c (0,0) c blocked restarts         : 0           (0.00      per normal restart)
15.85/6.48	c (0,0) c time                     : 0.03        
15.85/6.48	c (0,0) c decisions                : 720         (0.00      % random)
15.85/6.48	c (0,0) c propagations             : 84353       
15.85/6.48	c (0,0) c decisions/conflicts      : 37.89       
15.85/6.48	c (0,0) c conflicts                : 19          (731.92    / sec)
15.85/6.48	c (0,0) c conf lits non-minim      : 112         (5.89      lit/confl)
15.85/6.48	c (0,0) c conf lits final          : 5.32        
15.85/6.48	c (0,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
15.85/6.48	c (0,0) c red which0               : 11          (57.89     % of confl)
15.85/6.48	c (0,0) c props/decision           : 0.00        
15.85/6.48	c (0,0) c props/conflict           : 0.00        
15.85/6.48	c (0,0) c 0-depth assigns          : 0           (0.00      % vars)
15.85/6.48	c (0,0) c 0-depth assigns by CNF   : 0           (0.00      % vars)
15.85/6.48	c (0,0) c reduceDB time            : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c OccSimplifier time       : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c [occur] 0.00 is overhead
15.85/6.48	c (0,0) c [occur] link-in T: 0.00 cleanup T: 0.00
15.85/6.48	c (0,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
15.85/6.48	c (0,0) c SCC time                 : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c [scc] new: 0 BP 0M  T: 0.00
15.85/6.48	c (0,0) c vrep replace time        : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c vrep tree roots          : 0           
15.85/6.48	c (0,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
15.85/6.48	c (0,0) c distill time             : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c strength cache-irred time: 0.00        (0.00      % time)
15.85/6.48	c (0,0) c strength cache-red time  : 0.00        (0.00      % time)
15.85/6.48	c (0,0) c Conflicts in UIP         : 19          (152.44    confl/time_this_thread)
15.85/6.48	c (0,0) c Mem used                 : 35.07       MB
15.85/6.48	c (0,0) c Total time (this thread) : 0.12        
15.85/6.48	c (0,0) s SATISFIABLE
16.22/6.62	c (0,0) SatSolver.solve End
16.22/6.62	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
16.22/6.62	c (0,0) Show results Begin
16.72/6.70	c (0,0) x1 = 16
16.72/6.70	c (0,0) x10 = 58
16.72/6.70	c (0,0) x100 = 680
16.72/6.71	c (0,0) x101 = 554
16.72/6.71	c (0,0) x102 = 792
16.72/6.71	c (0,0) x103 = 526
16.72/6.71	c (0,0) x104 = 764
16.72/6.71	c (0,0) x105 = 414
16.72/6.71	c (0,0) x106 = 652
16.72/6.71	c (0,0) x107 = 498
16.72/6.71	c (0,0) x108 = 736
16.72/6.71	c (0,0) x109 = 540
16.72/6.71	c (0,0) x11 = 484
16.72/6.71	c (0,0) x110 = 778
16.72/6.71	c (0,0) x111 = 324
16.72/6.71	c (0,0) x112 = 86
16.72/6.71	c (0,0) x113 = 456
16.72/6.71	c (0,0) x114 = 694
16.72/6.71	c (0,0) x115 = 498
16.72/6.71	c (0,0) x116 = 736
16.72/6.71	c (0,0) x117 = 414
16.72/6.71	c (0,0) x118 = 652
16.72/6.71	c (0,0) x119 = 498
16.72/6.71	c (0,0) x12 = 722
16.72/6.71	c (0,0) x120 = 736
16.72/6.71	c (0,0) x121 = 540
16.72/6.71	c (0,0) x122 = 778
16.72/6.71	c (0,0) x123 = 484
16.72/6.71	c (0,0) x124 = 722
16.72/6.71	c (0,0) x125 = 526
16.72/6.71	c (0,0) x126 = 764
16.72/6.71	c (0,0) x127 = 282
16.72/6.71	c (0,0) x128 = 44
16.72/6.71	c (0,0) x129 = 414
16.72/6.71	c (0,0) x13 = 310
16.72/6.71	c (0,0) x130 = 652
16.72/6.71	c (0,0) x131 = 470
16.72/6.71	c (0,0) x132 = 708
16.72/6.71	c (0,0) x133 = 296
16.72/6.71	c (0,0) x134 = 58
16.72/6.71	c (0,0) x135 = 338
16.72/6.71	c (0,0) x136 = 100
16.72/6.71	c (0,0) x137 = 554
16.72/6.71	c (0,0) x138 = 792
16.72/6.71	c (0,0) x139 = 366
16.72/6.71	c (0,0) x14 = 72
16.72/6.71	c (0,0) x140 = 128
16.72/6.71	c (0,0) x141 = 456
16.72/6.71	c (0,0) x142 = 694
16.72/6.71	c (0,0) x143 = 526
16.72/6.71	c (0,0) x144 = 764
16.72/6.71	c (0,0) x145 = 526
16.72/6.71	c (0,0) x146 = 764
16.72/6.71	c (0,0) x147 = 414
16.72/6.71	c (0,0) x148 = 652
16.72/6.71	c (0,0) x149 = 512
16.72/6.71	c (0,0) x15 = 310
16.72/6.71	c (0,0) x150 = 750
16.72/6.71	c (0,0) x151 = 442
16.72/6.71	c (0,0) x152 = 680
16.72/6.71	c (0,0) x153 = 414
16.72/6.71	c (0,0) x154 = 652
16.72/6.71	c (0,0) x155 = 16
16.72/6.71	c (0,0) x156 = 254
16.72/6.71	c (0,0) x157 = 428
16.72/6.71	c (0,0) x158 = 666
16.72/6.71	c (0,0) x159 = 296
16.72/6.71	c (0,0) x16 = 72
16.72/6.71	c (0,0) x160 = 58
16.72/6.71	c (0,0) x161 = 540
16.72/6.71	c (0,0) x162 = 778
16.72/6.71	c (0,0) x163 = 414
16.72/6.71	c (0,0) x164 = 652
16.72/6.71	c (0,0) x165 = 554
16.72/6.71	c (0,0) x166 = 792
16.72/6.71	c (0,0) x167 = 554
16.72/6.71	c (0,0) x168 = 792
16.72/6.71	c (0,0) x169 = 414
16.72/6.71	c (0,0) x17 = 282
16.72/6.71	c (0,0) x170 = 652
16.72/6.71	c (0,0) x171 = 394
16.72/6.71	c (0,0) x172 = 156
16.72/6.71	c (0,0) x173 = 484
16.72/6.71	c (0,0) x174 = 722
16.72/6.71	c (0,0) x175 = 540
16.72/6.71	c (0,0) x176 = 778
16.72/6.71	c (0,0) x177 = 470
16.72/6.71	c (0,0) x178 = 708
16.72/6.71	c (0,0) x179 = 352
16.72/6.71	c (0,0) x18 = 44
16.72/6.71	c (0,0) x180 = 114
16.72/6.71	c (0,0) x181 = 554
16.72/6.71	c (0,0) x182 = 792
16.72/6.71	c (0,0) x183 = 554
16.72/6.71	c (0,0) x184 = 792
16.72/6.71	c (0,0) x185 = 540
16.72/6.71	c (0,0) x186 = 778
16.72/6.71	c (0,0) x187 = 414
16.72/6.71	c (0,0) x188 = 652
16.72/6.71	c (0,0) x189 = 338
16.72/6.71	c (0,0) x19 = 428
16.72/6.71	c (0,0) x190 = 100
16.72/6.71	c (0,0) x191 = 442
16.72/6.71	c (0,0) x192 = 680
16.72/6.71	c (0,0) x193 = 254
16.72/6.71	c (0,0) x194 = 16
16.72/6.71	c (0,0) x195 = 380
16.72/6.71	c (0,0) x196 = 142
16.72/6.71	c (0,0) x197 = 414
16.72/6.71	c (0,0) x198 = 652
16.72/6.71	c (0,0) x199 = 554
16.72/6.71	c (0,0) x2 = 254
16.72/6.71	c (0,0) x20 = 666
16.72/6.71	c (0,0) x200 = 792
16.72/6.71	c (0,0) x201 = 268
16.72/6.71	c (0,0) x202 = 30
16.72/6.71	c (0,0) x203 = 456
16.72/6.71	c (0,0) x204 = 694
16.72/6.71	c (0,0) x205 = 254
16.72/6.71	c (0,0) x206 = 16
16.72/6.71	c (0,0) x207 = 268
16.72/6.71	c (0,0) x208 = 30
16.72/6.71	c (0,0) x209 = 428
16.72/6.71	c (0,0) x21 = 310
16.72/6.71	c (0,0) x210 = 666
16.72/6.71	c (0,0) x211 = 498
16.72/6.71	c (0,0) x212 = 736
16.72/6.71	c (0,0) x213 = 554
16.72/6.71	c (0,0) x214 = 792
16.72/6.71	c (0,0) x215 = 442
16.72/6.71	c (0,0) x216 = 680
16.72/6.71	c (0,0) x217 = 428
16.72/6.71	c (0,0) x218 = 666
16.72/6.71	c (0,0) x219 = 512
16.72/6.71	c (0,0) x22 = 72
16.72/6.71	c (0,0) x220 = 750
16.72/6.71	c (0,0) x221 = 268
16.72/6.71	c (0,0) x222 = 30
16.72/6.71	c (0,0) x223 = 554
16.72/6.71	c (0,0) x224 = 792
16.72/6.71	c (0,0) x225 = 352
16.72/6.71	c (0,0) x226 = 114
16.72/6.71	c (0,0) x227 = 352
16.72/6.71	c (0,0) x228 = 114
16.72/6.71	c (0,0) x229 = 324
16.72/6.71	c (0,0) x23 = 526
16.72/6.71	c (0,0) x230 = 86
16.72/6.71	c (0,0) x231 = 352
16.72/6.71	c (0,0) x232 = 114
16.72/6.71	c (0,0) x233 = 540
16.72/6.71	c (0,0) x234 = 778
16.72/6.71	c (0,0) x235 = 414
16.72/6.71	c (0,0) x236 = 652
16.72/6.71	c (0,0) x237 = 540
16.72/6.71	c (0,0) x238 = 778
16.72/6.71	c (0,0) x239 = 414
16.72/6.71	c (0,0) x24 = 764
16.72/6.71	c (0,0) x240 = 652
16.72/6.71	c (0,0) x241 = 414
16.72/6.71	c (0,0) x242 = 652
16.72/6.71	c (0,0) x243 = 540
16.72/6.71	c (0,0) x244 = 778
16.72/6.71	c (0,0) x245 = 268
16.72/6.71	c (0,0) x246 = 30
16.72/6.71	c (0,0) x247 = 554
16.72/6.71	c (0,0) x248 = 792
16.72/6.71	c (0,0) x249 = 554
16.72/6.71	c (0,0) x25 = 254
16.72/6.71	c (0,0) x250 = 792
16.72/6.71	c (0,0) x251 = 414
16.72/6.71	c (0,0) x252 = 652
16.72/6.71	c (0,0) x253 = 526
16.72/6.71	c (0,0) x254 = 764
16.72/6.71	c (0,0) x255 = 456
16.72/6.71	c (0,0) x256 = 694
16.72/6.71	c (0,0) x257 = 512
16.72/6.71	c (0,0) x258 = 750
16.72/6.71	c (0,0) x259 = 456
16.72/6.71	c (0,0) x26 = 16
16.72/6.71	c (0,0) x260 = 694
16.72/6.71	c (0,0) x261 = 338
16.72/6.71	c (0,0) x262 = 100
16.72/6.71	c (0,0) x263 = 554
16.72/6.71	c (0,0) x264 = 792
16.72/6.71	c (0,0) x265 = 498
16.72/6.71	c (0,0) x266 = 736
16.72/6.71	c (0,0) x267 = 296
16.72/6.71	c (0,0) x268 = 58
16.72/6.71	c (0,0) x269 = 282
16.72/6.71	c (0,0) x27 = 268
16.72/6.71	c (0,0) x270 = 44
16.72/6.71	c (0,0) x271 = 498
16.72/6.71	c (0,0) x272 = 736
16.72/6.71	c (0,0) x273 = 414
16.72/6.71	c (0,0) x274 = 652
16.72/6.71	c (0,0) x275 = 498
16.72/6.71	c (0,0) x276 = 736
16.72/6.71	c (0,0) x277 = 554
16.72/6.71	c (0,0) x278 = 792
16.72/6.71	c (0,0) x279 = 498
16.72/6.71	c (0,0) x28 = 30
16.72/6.71	c (0,0) x280 = 736
16.72/6.71	c (0,0) x281 = 484
16.72/6.71	c (0,0) x282 = 722
16.72/6.71	c (0,0) x283 = 442
16.72/6.71	c (0,0) x284 = 680
16.72/6.71	c (0,0) x285 = 526
16.72/6.71	c (0,0) x286 = 764
16.72/6.71	c (0,0) x287 = 456
16.72/6.71	c (0,0) x288 = 694
16.72/6.71	c (0,0) x289 = 338
16.72/6.71	c (0,0) x29 = 484
16.72/6.71	c (0,0) x290 = 100
16.72/6.71	c (0,0) x291 = 540
16.72/6.71	c (0,0) x292 = 778
16.72/6.71	c (0,0) x293 = 498
16.72/6.71	c (0,0) x294 = 736
16.72/6.71	c (0,0) x295 = 498
16.72/6.71	c (0,0) x296 = 736
16.72/6.71	c (0,0) x297 = 484
16.72/6.71	c (0,0) x298 = 722
16.72/6.71	c (0,0) x299 = 554
16.72/6.71	c (0,0) x3 = 498
16.72/6.71	c (0,0) x30 = 722
16.72/6.71	c (0,0) x300 = 792
16.72/6.71	c (0,0) x301 = 414
16.72/6.71	c (0,0) x302 = 652
16.72/6.71	c (0,0) x303 = 442
16.72/6.71	c (0,0) x304 = 680
16.72/6.71	c (0,0) x305 = 268
16.72/6.71	c (0,0) x306 = 30
16.72/6.71	c (0,0) x307 = 414
16.72/6.71	c (0,0) x308 = 652
16.72/6.71	c (0,0) x309 = 456
16.72/6.71	c (0,0) x31 = 254
16.72/6.71	c (0,0) x310 = 694
16.72/6.71	c (0,0) x311 = 498
16.72/6.71	c (0,0) x312 = 736
16.72/6.71	c (0,0) x313 = 484
16.72/6.71	c (0,0) x314 = 722
16.72/6.71	c (0,0) x315 = 554
16.72/6.71	c (0,0) x316 = 792
16.72/6.71	c (0,0) x317 = 442
16.72/6.71	c (0,0) x318 = 680
16.72/6.71	c (0,0) x319 = 498
16.72/6.71	c (0,0) x32 = 16
16.72/6.71	c (0,0) x320 = 736
16.72/6.71	c (0,0) x321 = 380
16.72/6.71	c (0,0) x322 = 142
16.72/6.71	c (0,0) x323 = 470
16.72/6.71	c (0,0) x324 = 708
16.72/6.71	c (0,0) x325 = 268
16.72/6.71	c (0,0) x326 = 30
16.72/6.71	c (0,0) x327 = 554
16.72/6.71	c (0,0) x328 = 792
16.72/6.71	c (0,0) x329 = 414
16.72/6.71	c (0,0) x33 = 338
16.72/6.71	c (0,0) x330 = 652
16.72/6.71	c (0,0) x331 = 778
16.72/6.71	c (0,0) x332 = 540
16.72/6.71	c (0,0) x333 = 526
16.72/6.71	c (0,0) x334 = 764
16.72/6.71	c (0,0) x335 = 268
16.72/6.71	c (0,0) x336 = 30
16.72/6.71	c (0,0) x337 = 324
16.72/6.71	c (0,0) x338 = 86
16.72/6.71	c (0,0) x339 = 428
16.72/6.71	c (0,0) x34 = 100
16.72/6.71	c (0,0) x340 = 666
16.72/6.71	c (0,0) x341 = 470
16.72/6.71	c (0,0) x342 = 708
16.72/6.71	c (0,0) x343 = 268
16.72/6.71	c (0,0) x344 = 30
16.72/6.71	c (0,0) x345 = 414
16.72/6.71	c (0,0) x346 = 652
16.72/6.71	c (0,0) x347 = 414
16.72/6.71	c (0,0) x348 = 652
16.72/6.71	c (0,0) x349 = 428
16.72/6.71	c (0,0) x35 = 540
16.72/6.71	c (0,0) x350 = 666
16.72/6.71	c (0,0) x351 = 526
16.72/6.71	c (0,0) x352 = 764
16.72/6.71	c (0,0) x353 = 296
16.72/6.71	c (0,0) x354 = 58
16.72/6.71	c (0,0) x355 = 414
16.72/6.71	c (0,0) x356 = 652
16.72/6.71	c (0,0) x357 = 456
16.72/6.71	c (0,0) x358 = 694
16.72/6.71	c (0,0) x359 = 484
16.72/6.71	c (0,0) x36 = 778
16.72/6.71	c (0,0) x360 = 722
16.72/6.71	c (0,0) x361 = 484
16.72/6.71	c (0,0) x362 = 722
16.72/6.71	c (0,0) x363 = 394
16.72/6.71	c (0,0) x364 = 156
16.72/6.71	c (0,0) x365 = 526
16.72/6.71	c (0,0) x366 = 764
16.72/6.71	c (0,0) x367 = 456
16.72/6.71	c (0,0) x368 = 694
16.72/6.71	c (0,0) x369 = 526
16.72/6.71	c (0,0) x37 = 442
16.72/6.71	c (0,0) x370 = 764
16.72/6.71	c (0,0) x371 = 526
16.72/6.71	c (0,0) x372 = 764
16.72/6.71	c (0,0) x373 = 470
16.72/6.71	c (0,0) x374 = 708
16.72/6.71	c (0,0) x375 = 282
16.72/6.71	c (0,0) x376 = 44
16.72/6.71	c (0,0) x377 = 554
16.72/6.71	c (0,0) x378 = 792
16.72/6.71	c (0,0) x379 = 498
16.72/6.71	c (0,0) x38 = 680
16.72/6.71	c (0,0) x380 = 736
16.72/6.71	c (0,0) x381 = 296
16.72/6.71	c (0,0) x382 = 58
16.72/6.71	c (0,0) x383 = 554
16.72/6.71	c (0,0) x384 = 792
16.72/6.71	c (0,0) x385 = 512
16.72/6.71	c (0,0) x386 = 750
16.72/6.71	c (0,0) x387 = 338
16.72/6.71	c (0,0) x388 = 100
16.72/6.71	c (0,0) x389 = 456
16.72/6.71	c (0,0) x39 = 352
16.72/6.71	c (0,0) x390 = 694
16.72/6.71	c (0,0) x391 = 512
16.72/6.71	c (0,0) x392 = 750
16.72/6.71	c (0,0) x393 = 428
16.72/6.71	c (0,0) x394 = 666
16.72/6.71	c (0,0) x395 = 414
16.72/6.71	c (0,0) x396 = 652
16.72/6.71	c (0,0) x397 = 484
16.72/6.71	c (0,0) x398 = 722
16.72/6.71	c (0,0) x399 = 526
16.72/6.71	c (0,0) x4 = 736
16.72/6.71	c (0,0) x40 = 114
16.72/6.71	c (0,0) x400 = 764
16.72/6.71	c (0,0) x401 = 268
16.72/6.71	c (0,0) x402 = 30
16.72/6.71	c (0,0) x403 = 526
16.72/6.71	c (0,0) x404 = 764
16.72/6.71	c (0,0) x405 = 394
16.72/6.71	c (0,0) x406 = 156
16.72/6.71	c (0,0) x407 = 428
16.72/6.71	c (0,0) x408 = 666
16.72/6.71	c (0,0) x409 = 554
16.72/6.71	c (0,0) x41 = 428
16.72/6.71	c (0,0) x410 = 792
16.72/6.71	c (0,0) x411 = 540
16.72/6.71	c (0,0) x412 = 778
16.72/6.71	c (0,0) x413 = 428
16.72/6.71	c (0,0) x414 = 666
16.72/6.71	c (0,0) x415 = 526
16.72/6.71	c (0,0) x416 = 764
16.72/6.71	c (0,0) x417 = 470
16.72/6.71	c (0,0) x418 = 708
16.72/6.71	c (0,0) x419 = 456
16.72/6.71	c (0,0) x42 = 666
16.72/6.71	c (0,0) x420 = 694
16.72/6.71	c (0,0) x421 = 554
16.72/6.71	c (0,0) x422 = 792
16.72/6.71	c (0,0) x423 = 456
16.72/6.71	c (0,0) x424 = 694
16.72/6.71	c (0,0) x425 = 470
16.72/6.71	c (0,0) x426 = 708
16.72/6.71	c (0,0) x427 = 470
16.72/6.71	c (0,0) x428 = 708
16.72/6.71	c (0,0) x429 = 268
16.72/6.71	c (0,0) x43 = 296
16.72/6.71	c (0,0) x430 = 30
16.72/6.71	c (0,0) x431 = 470
16.72/6.71	c (0,0) x432 = 708
16.72/6.71	c (0,0) x433 = 554
16.72/6.71	c (0,0) x434 = 792
16.72/6.71	c (0,0) x435 = 498
16.72/6.71	c (0,0) x436 = 736
16.72/6.71	c (0,0) x437 = 282
16.72/6.71	c (0,0) x438 = 44
16.72/6.71	c (0,0) x439 = 268
16.72/6.71	c (0,0) x44 = 58
16.72/6.71	c (0,0) x440 = 30
16.72/6.71	c (0,0) x441 = 296
16.72/6.71	c (0,0) x442 = 58
16.72/6.71	c (0,0) x443 = 282
16.72/6.71	c (0,0) x444 = 44
16.72/6.71	c (0,0) x445 = 470
16.72/6.71	c (0,0) x446 = 708
16.72/6.71	c (0,0) x447 = 498
16.72/6.71	c (0,0) x448 = 736
16.72/6.71	c (0,0) x449 = 470
16.72/6.71	c (0,0) x45 = 540
16.72/6.71	c (0,0) x450 = 708
16.72/6.71	c (0,0) x451 = 268
16.72/6.71	c (0,0) x452 = 30
16.72/6.71	c (0,0) x453 = 526
16.72/6.71	c (0,0) x454 = 764
16.72/6.71	c (0,0) x455 = 456
16.72/6.71	c (0,0) x456 = 694
16.72/6.71	c (0,0) x457 = 526
16.72/6.71	c (0,0) x458 = 764
16.72/6.71	c (0,0) x459 = 282
16.72/6.71	c (0,0) x46 = 778
16.72/6.71	c (0,0) x460 = 44
16.72/6.71	c (0,0) x461 = 414
16.72/6.71	c (0,0) x462 = 652
16.72/6.71	c (0,0) x463 = 428
16.72/6.71	c (0,0) x464 = 666
16.72/6.71	c (0,0) x465 = 512
16.72/6.71	c (0,0) x466 = 750
16.72/6.71	c (0,0) x467 = 442
16.72/6.71	c (0,0) x468 = 680
16.72/6.71	c (0,0) x469 = 414
16.72/6.71	c (0,0) x47 = 554
16.72/6.71	c (0,0) x470 = 652
16.72/6.71	c (0,0) x471 = 470
16.72/6.71	c (0,0) x472 = 708
16.72/6.71	c (0,0) x473 = 512
16.72/6.71	c (0,0) x474 = 750
16.72/6.71	c (0,0) x475 = 324
16.72/6.71	c (0,0) x476 = 86
16.72/6.71	c (0,0) x477 = 456
16.72/6.71	c (0,0) x478 = 694
16.72/6.71	c (0,0) x479 = 428
16.72/6.71	c (0,0) x48 = 792
16.72/6.71	c (0,0) x480 = 666
16.72/6.71	c (0,0) x481 = 484
16.72/6.71	c (0,0) x482 = 722
16.72/6.71	c (0,0) x483 = 394
16.72/6.71	c (0,0) x484 = 156
16.72/6.71	c (0,0) x485 = 498
16.72/6.71	c (0,0) x486 = 736
16.72/6.71	c (0,0) x487 = 484
16.72/6.71	c (0,0) x488 = 722
16.72/6.71	c (0,0) x489 = 414
16.72/6.71	c (0,0) x49 = 498
16.72/6.71	c (0,0) x490 = 652
16.72/6.71	c (0,0) x491 = 268
16.72/6.71	c (0,0) x492 = 30
16.72/6.71	c (0,0) x493 = 526
16.72/6.71	c (0,0) x494 = 764
16.72/6.71	c (0,0) x495 = 484
16.72/6.71	c (0,0) x496 = 722
16.72/6.71	c (0,0) x497 = 394
16.72/6.71	c (0,0) x498 = 156
16.72/6.71	c (0,0) x499 = 498
16.72/6.71	c (0,0) x5 = 324
16.72/6.71	c (0,0) x50 = 736
16.72/6.71	c (0,0) x500 = 736
16.72/6.71	c (0,0) x501 = 554
16.72/6.71	c (0,0) x502 = 792
16.72/6.71	c (0,0) x503 = 554
16.72/6.71	c (0,0) x504 = 792
16.72/6.71	c (0,0) x505 = 540
16.72/6.71	c (0,0) x506 = 778
16.72/6.71	c (0,0) x507 = 470
16.72/6.71	c (0,0) x508 = 708
16.72/6.71	c (0,0) x509 = 792
16.72/6.71	c (0,0) x51 = 394
16.72/6.71	c (0,0) x510 = 554
16.72/6.71	c (0,0) x511 = 554
16.72/6.71	c (0,0) x512 = 792
16.72/6.71	c (0,0) x513 = 456
16.72/6.71	c (0,0) x514 = 694
16.72/6.71	c (0,0) x515 = 414
16.72/6.71	c (0,0) x516 = 652
16.72/6.71	c (0,0) x517 = 324
16.72/6.71	c (0,0) x518 = 86
16.72/6.71	c (0,0) x519 = 512
16.72/6.71	c (0,0) x52 = 156
16.72/6.71	c (0,0) x520 = 750
16.72/6.71	c (0,0) x521 = 456
16.72/6.71	c (0,0) x522 = 694
16.72/6.71	c (0,0) x523 = 352
16.72/6.71	c (0,0) x524 = 114
16.72/6.71	c (0,0) x525 = 310
16.72/6.71	c (0,0) x526 = 72
16.72/6.71	c (0,0) x527 = 554
16.72/6.71	c (0,0) x528 = 792
16.72/6.71	c (0,0) x529 = 442
16.72/6.71	c (0,0) x53 = 526
16.72/6.71	c (0,0) x530 = 680
16.72/6.71	c (0,0) x531 = 512
16.72/6.71	c (0,0) x532 = 750
16.72/6.71	c (0,0) x533 = 554
16.72/6.71	c (0,0) x534 = 792
16.72/6.71	c (0,0) x535 = 282
16.72/6.71	c (0,0) x536 = 44
16.72/6.71	c (0,0) x537 = 554
16.72/6.71	c (0,0) x538 = 792
16.72/6.71	c (0,0) x539 = 540
16.72/6.71	c (0,0) x54 = 764
16.72/6.71	c (0,0) x540 = 778
16.72/6.71	c (0,0) x541 = 484
16.72/6.71	c (0,0) x542 = 722
16.72/6.71	c (0,0) x543 = 540
16.72/6.71	c (0,0) x544 = 778
16.72/6.71	c (0,0) x545 = 394
16.72/6.71	c (0,0) x546 = 156
16.72/6.71	c (0,0) x547 = 456
16.72/6.71	c (0,0) x548 = 694
16.72/6.71	c (0,0) x549 = 526
16.72/6.71	c (0,0) x55 = 366
16.72/6.71	c (0,0) x550 = 764
16.72/6.71	c (0,0) x551 = 484
16.72/6.71	c (0,0) x552 = 722
16.72/6.71	c (0,0) x553 = 338
16.72/6.71	c (0,0) x554 = 100
16.72/6.71	c (0,0) x555 = 484
16.72/6.71	c (0,0) x556 = 722
16.72/6.71	c (0,0) x557 = 414
16.72/6.71	c (0,0) x558 = 652
16.72/6.71	c (0,0) x559 = 484
16.72/6.71	c (0,0) x56 = 128
16.72/6.71	c (0,0) x560 = 722
16.72/6.71	c (0,0) x561 = 456
16.72/6.71	c (0,0) x562 = 694
16.72/6.71	c (0,0) x563 = 554
16.72/6.71	c (0,0) x564 = 792
16.72/6.71	c (0,0) x565 = 380
16.72/6.71	c (0,0) x566 = 142
16.72/6.71	c (0,0) x567 = 554
16.72/6.71	c (0,0) x568 = 792
16.72/6.73	c (0,0) x569 = 428
16.72/6.73	c (0,0) x57 = 394
16.72/6.73	c (0,0) x570 = 666
16.72/6.73	c (0,0) x571 = 268
16.72/6.73	c (0,0) x572 = 30
16.72/6.73	c (0,0) x573 = 498
16.72/6.73	c (0,0) x574 = 736
16.72/6.73	c (0,0) x575 = 554
16.72/6.73	c (0,0) x576 = 792
16.72/6.73	c (0,0) x577 = 268
16.72/6.73	c (0,0) x578 = 30
16.72/6.73	c (0,0) x579 = 254
16.72/6.73	c (0,0) x58 = 156
16.72/6.73	c (0,0) x580 = 16
16.72/6.73	c (0,0) x581 = 282
16.72/6.73	c (0,0) x582 = 44
16.72/6.73	c (0,0) x583 = 540
16.72/6.73	c (0,0) x584 = 778
16.72/6.73	c (0,0) x585 = 296
16.72/6.73	c (0,0) x586 = 58
16.72/6.73	c (0,0) x587 = 414
16.72/6.73	c (0,0) x588 = 652
16.72/6.73	c (0,0) x589 = 268
16.72/6.73	c (0,0) x59 = 414
16.72/6.73	c (0,0) x590 = 30
16.72/6.73	c (0,0) x591 = 268
16.72/6.73	c (0,0) x592 = 30
16.72/6.73	c (0,0) x593 = 268
16.72/6.73	c (0,0) x594 = 30
16.72/6.73	c (0,0) x595 = 296
16.72/6.73	c (0,0) x596 = 58
16.72/6.73	c (0,0) x597 = 394
16.72/6.73	c (0,0) x598 = 156
16.72/6.73	c (0,0) x599 = 254
16.72/6.73	c (0,0) x6 = 86
16.72/6.73	c (0,0) x60 = 652
16.72/6.73	c (0,0) x600 = 16
16.72/6.73	c (0,0) x601 = 380
16.72/6.73	c (0,0) x602 = 142
16.72/6.73	c (0,0) x603 = 456
16.72/6.73	c (0,0) x604 = 694
16.72/6.73	c (0,0) x605 = 484
16.72/6.73	c (0,0) x606 = 722
16.72/6.73	c (0,0) x607 = 380
16.72/6.73	c (0,0) x608 = 142
16.72/6.73	c (0,0) x609 = 414
16.72/6.73	c (0,0) x61 = 254
16.72/6.73	c (0,0) x610 = 652
16.72/6.73	c (0,0) x611 = 484
16.72/6.73	c (0,0) x612 = 722
16.72/6.73	c (0,0) x613 = 268
16.72/6.73	c (0,0) x614 = 30
16.72/6.73	c (0,0) x615 = 470
16.72/6.73	c (0,0) x616 = 708
16.72/6.73	c (0,0) x617 = 414
16.72/6.73	c (0,0) x618 = 652
16.72/6.73	c (0,0) x619 = 470
16.72/6.73	c (0,0) x62 = 16
16.72/6.74	c (0,0) x620 = 708
16.72/6.74	c (0,0) x621 = 470
16.72/6.74	c (0,0) x622 = 708
16.72/6.74	c (0,0) x623 = 512
16.72/6.74	c (0,0) x624 = 750
16.72/6.74	c (0,0) x625 = 554
16.72/6.74	c (0,0) x626 = 792
16.72/6.74	c (0,0) x627 = 324
16.72/6.74	c (0,0) x628 = 86
16.72/6.74	c (0,0) x629 = 526
16.72/6.74	c (0,0) x63 = 470
16.72/6.74	c (0,0) x630 = 764
16.72/6.74	c (0,0) x631 = 428
16.72/6.74	c (0,0) x632 = 666
16.72/6.74	c (0,0) x633 = 498
16.72/6.74	c (0,0) x634 = 736
16.72/6.74	c (0,0) x635 = 526
16.72/6.74	c (0,0) x636 = 764
16.72/6.74	c (0,0) x637 = 428
16.72/6.74	c (0,0) x638 = 666
16.72/6.74	c (0,0) x639 = 414
16.72/6.74	c (0,0) x64 = 708
16.72/6.74	c (0,0) x640 = 652
16.72/6.74	c (0,0) x641 = 442
16.72/6.74	c (0,0) x642 = 680
16.72/6.74	c (0,0) x643 = 428
16.72/6.74	c (0,0) x644 = 666
16.72/6.74	c (0,0) x645 = 470
16.72/6.74	c (0,0) x646 = 708
16.72/6.74	c (0,0) x647 = 540
16.72/6.74	c (0,0) x648 = 778
16.72/6.74	c (0,0) x649 = 366
16.72/6.74	c (0,0) x65 = 338
16.72/6.74	c (0,0) x650 = 128
16.72/6.74	c (0,0) x651 = 338
16.72/6.74	c (0,0) x652 = 100
16.72/6.74	c (0,0) x653 = 414
16.72/6.74	c (0,0) x654 = 652
16.72/6.74	c (0,0) x655 = 414
16.72/6.74	c (0,0) x656 = 652
16.72/6.74	c (0,0) x657 = 268
16.72/6.74	c (0,0) x658 = 30
16.72/6.74	c (0,0) x659 = 268
16.72/6.74	c (0,0) x66 = 100
16.72/6.74	c (0,0) x660 = 30
16.72/6.74	c (0,0) x661 = 456
16.72/6.74	c (0,0) x662 = 694
16.72/6.74	c (0,0) x663 = 394
16.72/6.74	c (0,0) x664 = 156
16.72/6.74	c (0,0) x665 = 512
16.72/6.74	c (0,0) x666 = 750
16.72/6.74	c (0,0) x667 = 540
16.72/6.74	c (0,0) x668 = 778
16.72/6.74	c (0,0) x669 = 380
16.72/6.74	c (0,0) x67 = 268
16.72/6.74	c (0,0) x670 = 142
16.72/6.74	c (0,0) x671 = 442
16.72/6.74	c (0,0) x672 = 680
16.72/6.74	c (0,0) x673 = 512
16.72/6.74	c (0,0) x674 = 750
16.72/6.74	c (0,0) x675 = 554
16.72/6.74	c (0,0) x676 = 792
16.72/6.74	c (0,0) x677 = 414
16.72/6.74	c (0,0) x678 = 652
16.72/6.74	c (0,0) x679 = 394
16.72/6.74	c (0,0) x68 = 30
16.72/6.74	c (0,0) x680 = 156
16.72/6.74	c (0,0) x69 = 352
16.72/6.74	c (0,0) x7 = 526
16.72/6.74	c (0,0) x70 = 114
16.72/6.74	c (0,0) x71 = 324
16.72/6.74	c (0,0) x72 = 86
16.72/6.74	c (0,0) x73 = 442
16.72/6.74	c (0,0) x74 = 680
16.72/6.74	c (0,0) x75 = 268
16.72/6.74	c (0,0) x76 = 30
16.72/6.74	c (0,0) x77 = 456
16.72/6.74	c (0,0) x78 = 694
16.72/6.74	c (0,0) x79 = 414
16.72/6.74	c (0,0) x8 = 764
16.72/6.74	c (0,0) x80 = 652
16.72/6.74	c (0,0) x81 = 268
16.72/6.74	c (0,0) x82 = 30
16.72/6.74	c (0,0) x83 = 554
16.72/6.74	c (0,0) x84 = 792
16.72/6.74	c (0,0) x85 = 394
16.72/6.74	c (0,0) x86 = 156
16.72/6.74	c (0,0) x87 = 282
16.72/6.74	c (0,0) x88 = 44
16.72/6.74	c (0,0) x89 = 268
16.72/6.74	c (0,0) x9 = 296
16.72/6.74	c (0,0) x90 = 30
16.72/6.74	c (0,0) x91 = 498
16.72/6.74	c (0,0) x92 = 736
16.72/6.74	c (0,0) x93 = 268
16.72/6.74	c (0,0) x94 = 30
16.72/6.74	c (0,0) x95 = 254
16.72/6.74	c (0,0) x96 = 16
16.72/6.74	c (0,0) x97 = 470
16.72/6.74	c (0,0) x98 = 708
16.72/6.74	c (0,0) x99 = 442
16.72/6.74	s SATISFIABLE
16.72/6.74	v <instantiation>
16.72/6.74	v     <list>x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 x487 x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 x679 x680</list>
16.72/6.74	v     <values>16 254 498 736 324 86 526 764 296 58 484 722 310 72 310 72 282 44 428 666 310 72 526 764 254 16 268 30 484 722 254 16 338 100 540 778 442 680 352 114 428 666 296 58 540 778 554 792 498 736 394 156 526 764 366 128 394 156 414 652 254 16 470 708 338 100 268 30 352 114 324 86 442 680 268 30 456 694 414 652 268 30 554 792 394 156 282 44 268 30 498 736 268 30 254 16 470 708 442 680 554 792 526 764 414 652 498 736 540 778 324 86 456 694 498 736 414 652 498 736 540 778 484 722 526 764 282 44 414 652 470 708 296 58 338 100 554 792 366 128 456 694 526 764 526 764 414 652 512 750 442 680 414 652 16 254 428 666 296 58 540 778 414 652 554 792 554 792 414 652 394 156 484 722 540 778 470 708 352 114 554 792 554 792 540 778 414 652 338 100 442 680 254 16 380 142 414 652 554 792 268 30 456 694 254 16 268 30 428 666 498 736 554 792 442 680 428 666 512 750 268 30 554 792 352 114 352 114 324 86 352 114 540 778 414 652 540 778 414 652 414 652 540 778 268 30 554 792 554 792 414 652 526 764 456 694 512 750 456 694 338 100 554 792 498 736 296 58 282 44 498 736 414 652 498 736 554 792 498 736 484 722 442 680 526 764 456 694 338 100 540 778 498 736 498 736 484 722 554 792 414 652 442 680 268 30 414 652 456 694 498 736 484 722 554 792 442 680 498 736 380 142 470 708 268 30 554 792 414 652 778 540 526 764 268 30 324 86 428 666 470 708 268 30 414 652 414 652 428 666 526 764 296 58 414 652 456 694 484 722 484 722 394 156 526 764 456 694 526 764 526 764 470 708 282 44 554 792 498 736 296 58 554 792 512 750 338 100 456 694 512 750 428 666 414 652 484 722 526 764 268 30 526 764 394 156 428 666 554 792 540 778 428 666 526 764 470 708 456 694 554 792 456 694 470 708 470 708 268 30 470 708 554 792 498 736 282 44 268 30 296 58 282 44 470 708 498 736 470 708 268 30 526 764 456 694 526 764 282 44 414 652 428 666 512 750 442 680 414 652 470 708 512 750 324 86 456 694 428 666 484 722 394 156 498 736 484 722 414 652 268 30 526 764 484 722 394 156 498 736 554 792 554 792 540 778 470 708 792 554 554 792 456 694 414 652 324 86 512 750 456 694 352 114 310 72 554 792 442 680 512 750 554 792 282 44 554 792 540 778 484 722 540 778 394 156 456 694 526 764 484 722 338 100 484 722 414 652 484 722 456 694 554 792 380 142 554 792 428 666 268 30 498 736 554 792 268 30 254 16 282 44 540 778 296 58 414 652 268 30 268 30 268 30 296 58 394 156 254 16 380 142 456 694 484 722 380 142 414 652 484 722 268 30 470 708 414 652 470 708 470 708 512 750 554 792 324 86 526 764 428 666 498 736 526 764 428 666 414 652 442 680 428 666 470 708 540 778 366 128 338 100 414 652 414 652 268 30 268 30 456 694 394 156 512 750 540 778 380 142 442 680 512 750 554 792 414 652 394 156</values>
16.72/6.74	v </instantiation>
16.72/6.74	c (0,0) Show results End
16.72/6.74	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 19 MiB used (max 0 MiB)
16.72/6.74	c (0,0) 0,0,STOP-AFTER(ALL)
16.72/6.74	c END-Prog: Thu Sep 12 13:05:16 CEST 2019

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387618-1568286348/watcher-4387618-1568286348 -o /tmp/evaluation-result-4387618-1568286348/solver-4387618-1568286348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568286070-13983 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387618-1568286348.xml 

running on 4 cores: 0,2,4,6

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

solver pid=14559, runsolver pid=14556

[startup+0.100088 s]*
/proc/loadavg: 2.28 2.10 2.07 4/235 14576
/proc/meminfo: memFree=29478172/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404906319 115843072 348 33554432000 4194304 5098028 140731943185392 140731943182648 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 348 296 221 0 87 0
[pid=14562] ppid=14559 vsize=15012696 memory=75292 CPUtime=0.12 cores=0,2,4,6
/proc/14562/stat : 14562 (java) S 14559 14559 12870 0 -1 1077944320 7091 0 0 0 9 3 0 0 20 0 15 0 404906319 15373000704 18823 33554432000 4194304 4196468 140724300449088 140724300431632 139820161519351 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
/proc/14562/statm: 3753174 18823 2938 1 0 3715579 0
[pid=14562/tid=14563] ppid=14559 vsize=15012696 memory=-6293073238217244613 CPUtime=0.09 cores=0,2,4,6
/proc/14562/task/14563/stat : 14563 (java) R 14559 14559 12870 0 -1 4202560 4992 0 0 0 7 2 0 0 20 0 15 0 404906319 15373000704 18955 33554432000 4194304 4196468 140724300449088 139820133339952 139820141796176 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14564] ppid=14559 vsize=15012696 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14564/stat : 14564 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 18955 33554432000 4194304 4196468 140724300449088 139820165761936 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14565] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14565/stat : 14565 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819979918096 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14566] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14566/stat : 14566 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819978865808 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14567] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14567/stat : 14567 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819977813008 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14568] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14568/stat : 14568 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906322 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819199150192 139820161530498 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14569] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14569/stat : 14569 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 18955 33554432000 4194304 4196468 140724300449088 139818700890912 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14570] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14570/stat : 14570 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 18955 33554432000 4194304 4196468 140724300449088 139818432455792 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14571] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14571/stat : 14571 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139818057947216 139820161537947 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14572] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14572/stat : 14572 (java) S 14559 14559 12870 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819198098032 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14573] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14573/stat : 14573 (java) S 14559 14559 12870 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819197045232 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14574] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0.01 cores=0,2,4,6
/proc/14562/task/14574/stat : 14574 (java) R 14559 14559 12870 0 -1 4202560 422 0 0 0 1 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819195992944 139820153756478 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14575] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14575/stat : 14575 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139817560042464 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14576] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14576/stat : 14576 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 18955 33554432000 4194304 4196468 140724300449088 139819194939824 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 76684 KiB

[startup+0.210969 s]*
/proc/loadavg: 2.28 2.10 2.07 3/235 14576
/proc/meminfo: memFree=29458860/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404906319 115843072 348 33554432000 4194304 5098028 140731943185392 140731943182648 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 348 296 221 0 87 0
[pid=14562] ppid=14559 vsize=15012696 memory=90640 CPUtime=0.25 cores=0,2,4,6
/proc/14562/stat : 14562 (java) S 14559 14559 12870 0 -1 1077944320 12241 0 0 0 21 4 0 0 20 0 15 0 404906319 15373000704 22660 33554432000 4194304 4196468 140724300449088 140724300431632 139820161519351 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
/proc/14562/statm: 3753174 22660 2942 1 0 3715579 0
[pid=14562/tid=14563] ppid=14559 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/14562/task/14563/stat : 14563 (java) R 14559 14559 12870 0 -1 4202560 9997 0 0 0 17 3 0 0 20 0 15 0 404906319 15373000704 22660 33554432000 4194304 4196468 140724300449088 139820133334992 139820145599838 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14564] ppid=14559 vsize=15012696 memory=343 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14564/stat : 14564 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 22660 33554432000 4194304 4196468 140724300449088 139820165761936 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14565] ppid=14559 vsize=15012696 memory=288370976096089728 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14565/stat : 14565 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819979918096 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14566] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14566/stat : 14566 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819978865808 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14567] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14567/stat : 14567 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819977813008 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14568] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14568/stat : 14568 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906322 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819199150192 139820161530498 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14569] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14569/stat : 14569 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 22660 33554432000 4194304 4196468 140724300449088 139818700890912 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14570] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14570/stat : 14570 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 22660 33554432000 4194304 4196468 140724300449088 139818432455792 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14571] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14571/stat : 14571 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139818057947216 139820161537947 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14572] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14572/stat : 14572 (java) S 14559 14559 12870 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819198098032 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14573] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14573/stat : 14573 (java) S 14559 14559 12870 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819197045232 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14574] ppid=14559 vsize=15012696 memory=140599944377984 CPUtime=0.03 cores=0,2,4,6
/proc/14562/task/14574/stat : 14574 (java) S 14559 14559 12870 0 -1 1077944384 431 0 0 0 3 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819195992944 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14575] ppid=14559 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14575/stat : 14575 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139817560042464 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14576] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14576/stat : 14576 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 22660 33554432000 4194304 4196468 140724300449088 139819194939824 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 92032 KiB

[startup+0.310766 s]*
/proc/loadavg: 2.28 2.10 2.07 4/235 14576
/proc/meminfo: memFree=29456812/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404906319 115843072 348 33554432000 4194304 5098028 140731943185392 140731943182648 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 348 296 221 0 87 0
[pid=14562] ppid=14559 vsize=15012696 memory=94252 CPUtime=0.43 cores=0,2,4,6
/proc/14562/stat : 14562 (java) S 14559 14559 12870 0 -1 1077944320 13093 0 0 0 38 5 0 0 20 0 15 0 404906319 15373000704 23563 33554432000 4194304 4196468 140724300449088 140724300431632 139820161519351 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
/proc/14562/statm: 3753174 23563 3065 1 0 3715579 0
[pid=14562/tid=14563] ppid=14559 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/14562/task/14563/stat : 14563 (java) R 14559 14559 12870 0 -1 4202560 10670 0 0 0 26 4 0 0 20 0 15 0 404906319 15373000704 23563 33554432000 4194304 4196468 140724300449088 139820133349424 139820145599838 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14564] ppid=14559 vsize=15012696 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14564/stat : 14564 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 23563 33554432000 4194304 4196468 140724300449088 139820165761936 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14565] ppid=14559 vsize=15012696 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14565/stat : 14565 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819979918096 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14566] ppid=14559 vsize=15012696 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14566/stat : 14566 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819978865808 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14567] ppid=14559 vsize=15012696 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14567/stat : 14567 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906321 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819977813008 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14568] ppid=14559 vsize=15012696 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14568/stat : 14568 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906322 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819199150192 139820161530498 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14569] ppid=14559 vsize=15012696 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14569/stat : 14569 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 23563 33554432000 4194304 4196468 140724300449088 139818700890912 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14570] ppid=14559 vsize=15012696 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14570/stat : 14570 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906323 15373000704 23563 33554432000 4194304 4196468 140724300449088 139818432455792 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14571] ppid=14559 vsize=15012696 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14571/stat : 14571 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139818057947216 139820161537947 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14572] ppid=14559 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14562/task/14572/stat : 14572 (java) S 14559 14559 12870 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819198098032 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14573] ppid=14559 vsize=15012696 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14562/task/14573/stat : 14573 (java) S 14559 14559 12870 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819197045232 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14574] ppid=14559 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14562/task/14574/stat : 14574 (java) S 14559 14559 12870 0 -1 1077944384 451 0 0 0 7 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819195992944 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14575] ppid=14559 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14575/stat : 14575 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139817560042464 139820161529557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14576] ppid=14559 vsize=15012696 memory=3689071724943450161 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14576/stat : 14576 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906326 15373000704 23563 33554432000 4194304 4196468 140724300449088 139819194939824 139820161530498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 95644 KiB

[startup+0.710762 s]
/proc/loadavg: 2.28 2.10 2.07 3/235 14576
/proc/meminfo: memFree=29435904/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404906319 115843072 348 33554432000 4194304 5098028 140731943185392 140731943182648 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 348 296 221 0 87 0
[pid=14562] ppid=14559 vsize=15018968 memory=133660 CPUtime=1.05 cores=0,2,4,6
/proc/14562/stat : 14562 (java) S 14559 14559 12870 0 -1 1077944320 20090 0 0 0 97 8 0 0 20 0 15 0 404906319 15379423232 33415 33554432000 4194304 4196468 140724300449088 140724300431632 139820161519351 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
/proc/14562/statm: 3754742 33415 3199 1 0 3716091 0
[pid=14562/tid=14563] ppid=14559 vsize=15018968 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/14562/task/14563/stat : 14563 (java) R 14559 14559 12870 0 -1 4202560 17186 0 0 0 62 6 0 0 20 0 15 0 404906319 15379423232 33415 33554432000 4194304 4196468 140724300449088 139820133356640 139820161541277 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14564] ppid=14559 vsize=15018968 memory=116 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14564/stat : 14564 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15379423232 33415 33554432000 4194304 4196468 140724300449088 139820165761936 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14565] ppid=14559 vsize=15018968 memory=2958609 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14565/stat : 14565 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819979918096 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14566] ppid=14559 vsize=15018968 memory=2965990 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14566/stat : 14566 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906321 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819978865808 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14567] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14567/stat : 14567 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906321 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819977813008 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14568] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14568/stat : 14568 (java) S 14559 14559 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404906322 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819199150192 139820161530498 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14569] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14569/stat : 14569 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404906323 15379423232 33415 33554432000 4194304 4196468 140724300449088 139818700890912 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14570] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14570/stat : 14570 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906323 15379423232 33415 33554432000 4194304 4196468 140724300449088 139818432455792 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14571] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14571/stat : 14571 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139818057947216 139820161537947 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14572] ppid=14559 vsize=15018968 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14562/task/14572/stat : 14572 (java) R 14559 14559 12870 0 -1 4202560 598 0 0 0 10 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819198087952 139820145926481 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14573] ppid=14559 vsize=15018968 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/14562/task/14573/stat : 14573 (java) R 14559 14559 12870 0 -1 4202560 349 0 0 0 6 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819197045232 139820161540698 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14574] ppid=14559 vsize=15018968 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/14562/task/14574/stat : 14574 (java) R 14559 14559 12870 0 -1 4202560 622 0 0 0 17 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819195990904 139820140458620 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14575] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14575/stat : 14575 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139817560042464 139820161529557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
[pid=14562/tid=14576] ppid=14559 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14562/task/14576/stat : 14576 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906326 15379423232 33415 33554432000 4194304 4196468 140724300449088 139819194939824 139820161530498 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20504576 140724300452649 140724300453018 140724300453018 140724300455887 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 135052 KiB

[startup+1.50467 s]
/proc/loadavg: 2.28 2.10 2.07 6/235 14576
/proc/meminfo: memFree=29219172/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404906319 115843072 348 33554432000 4194304 5098028 140731943185392 140731943182648 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 348 296 221 0 87 0

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

/proc/14577/task/14579/stat : 14579 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906864 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473635654672 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14580] ppid=14559 vsize=7408652 memory=7451324762022035512 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14580/stat : 14580 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906864 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473435823248 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14581] ppid=14559 vsize=7408652 memory=4422623208673398832 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14581/stat : 14581 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906864 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473434770192 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14582] ppid=14559 vsize=7408652 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14582/stat : 14582 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404906864 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473433717648 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14583] ppid=14559 vsize=7408652 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14583/stat : 14583 (java) S 14559 14559 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404906866 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473010211056 140473631423106 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14584] ppid=14559 vsize=7408652 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14584/stat : 14584 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404906866 7586459648 29437 33554432000 4194304 4196468 140732421760640 140472475444384 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14585] ppid=14559 vsize=7408652 memory=976 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14585/stat : 14585 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906867 7586459648 29437 33554432000 4194304 4196468 140732421760640 140472207008496 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14586] ppid=14559 vsize=7408652 memory=772 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14586/stat : 14586 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140471832500176 140473631430555 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14587] ppid=14559 vsize=7408652 memory=3932 CPUtime=0.23 cores=0,2,4,6
/proc/14577/task/14587/stat : 14587 (java) S 14559 14559 12870 0 -1 1077944384 691 0 0 0 23 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473009158896 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14588] ppid=14559 vsize=7408652 memory=2832 CPUtime=0.22 cores=0,2,4,6
/proc/14577/task/14588/stat : 14588 (java) S 14559 14559 12870 0 -1 1077944384 944 0 0 0 22 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473008106352 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14589] ppid=14559 vsize=7408652 memory=56 CPUtime=0.21 cores=0,2,4,6
/proc/14577/task/14589/stat : 14589 (java) R 14559 14559 12870 0 -1 4202560 589 0 0 0 21 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473007053296 140473610546401 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14590] ppid=14559 vsize=7408652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14590/stat : 14590 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140471334595424 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14591] ppid=14559 vsize=7408652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14591/stat : 14591 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404906869 7586459648 29437 33554432000 4194304 4196468 140732421760640 140473006000688 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 7521780 KiB
Current children cumulated memory: 119220 KiB

[startup+6.75582 s]
# the end of solver process 14559 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16.2121 s, system=0.679268 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40175 s]
/proc/loadavg: 2.26 2.10 2.06 4/235 14591
/proc/meminfo: memFree=29448372/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1472 CPUtime=14.1 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 582 31481 0 0 0 0 1359 51 20 0 1 0 404906319 115843072 368 33554432000 4194304 5098028 140731943185392 140731943182136 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 368 311 221 0 87 0
[pid=14577] ppid=14559 vsize=8068440 memory=134996 CPUtime=1.75 cores=0,2,4,6
/proc/14577/stat : 14577 (java) S 14559 14559 12870 0 -1 1077944320 21155 0 0 0 163 12 0 0 20 0 19 0 404906863 8262082560 33749 33554432000 4194304 4196468 140732421760640 140732421743184 140473631411959 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
/proc/14577/statm: 2017110 33749 3206 1 0 1978454 0
[pid=14577/tid=14578] ppid=14559 vsize=8068440 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/14577/task/14578/stat : 14578 (java) R 14559 14559 12870 0 -1 4202560 17418 0 0 0 83 10 0 0 20 0 19 0 404906863 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473603222688 140473617105440 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14579] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14579/stat : 14579 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473635654672 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14580] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14580/stat : 14580 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473435823248 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14581] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14581/stat : 14581 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473434770192 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14582] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14582/stat : 14582 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473433717648 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14583] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14583/stat : 14583 (java) S 14559 14559 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 404906866 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473010211056 140473631423106 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14584] ppid=14559 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14584/stat : 14584 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 404906866 8262082560 33749 33554432000 4194304 4196468 140732421760640 140472475444384 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14585] ppid=14559 vsize=8068440 memory=100496 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14585/stat : 14585 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906867 8262082560 33749 33554432000 4194304 4196468 140732421760640 140472207008496 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14586] ppid=14559 vsize=8068440 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14586/stat : 14586 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140471832500176 140473631430555 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14587] ppid=14559 vsize=8068440 memory=14697383204226480 CPUtime=0.27 cores=0,2,4,6
/proc/14577/task/14587/stat : 14587 (java) S 14559 14559 12870 0 -1 1077944384 722 0 0 0 27 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473009158896 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14588] ppid=14559 vsize=8068440 memory=5948 CPUtime=0.26 cores=0,2,4,6
/proc/14577/task/14588/stat : 14588 (java) S 14559 14559 12870 0 -1 1077944384 955 0 0 0 26 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473008106352 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14589] ppid=14559 vsize=8068440 memory=1124 CPUtime=0.25 cores=0,2,4,6
/proc/14577/task/14589/stat : 14589 (java) R 14559 14559 12870 0 -1 4202560 669 0 0 0 25 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473007053296 140473631423894 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14590] ppid=14559 vsize=8068440 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14590/stat : 14590 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140471334595424 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14591] ppid=14559 vsize=8068440 memory=11928 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14591/stat : 14591 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 33749 33554432000 4194304 4196468 140732421760640 140473006000688 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 8181568 KiB
Current children cumulated memory: 136468 KiB

[startup+6.60072 s]
/proc/loadavg: 2.26 2.10 2.06 4/235 14591
/proc/meminfo: memFree=29448372/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1472 CPUtime=14.1 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 582 31481 0 0 0 0 1359 51 20 0 1 0 404906319 115843072 368 33554432000 4194304 5098028 140731943185392 140731943182136 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 368 311 221 0 87 0
[pid=14577] ppid=14559 vsize=8068440 memory=148692 CPUtime=2.12 cores=0,2,4,6
/proc/14577/stat : 14577 (java) S 14559 14559 12870 0 -1 1077944320 21520 0 0 0 200 12 0 0 20 0 19 0 404906863 8262082560 37173 33554432000 4194304 4196468 140732421760640 140732421743184 140473631411959 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
/proc/14577/statm: 2017110 37173 3230 1 0 1978454 0
[pid=14577/tid=14578] ppid=14559 vsize=8068440 memory=504 CPUtime=0.93 cores=0,2,4,6
/proc/14577/task/14578/stat : 14578 (java) S 14559 14559 12870 0 -1 1077944384 17430 0 0 0 83 10 0 0 20 0 19 0 404906863 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473603252128 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14579] ppid=14559 vsize=8068440 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14579/stat : 14579 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473635654672 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14580] ppid=14559 vsize=8068440 memory=924 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14580/stat : 14580 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473435823248 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14581] ppid=14559 vsize=8068440 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14581/stat : 14581 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473434770192 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14582] ppid=14559 vsize=8068440 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14582/stat : 14582 (java) S 14559 14559 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404906864 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473433717648 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14583] ppid=14559 vsize=8068440 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14583/stat : 14583 (java) S 14559 14559 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 404906866 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473010211056 140473631423106 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14584] ppid=14559 vsize=8068440 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14584/stat : 14584 (java) S 14559 14559 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 404906866 8262082560 37173 33554432000 4194304 4196468 140732421760640 140472475444384 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14585] ppid=14559 vsize=8068440 memory=744 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14585/stat : 14585 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906867 8262082560 37173 33554432000 4194304 4196468 140732421760640 140472207008496 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14586] ppid=14559 vsize=8068440 memory=8296 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14586/stat : 14586 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140471832500176 140473631430555 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14587] ppid=14559 vsize=8068440 memory=5948 CPUtime=0.36 cores=0,2,4,6
/proc/14577/task/14587/stat : 14587 (java) R 14559 14559 12870 0 -1 4202560 756 0 0 0 36 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473009151920 140473616333726 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14588] ppid=14559 vsize=8068440 memory=1124 CPUtime=0.35 cores=0,2,4,6
/proc/14577/task/14588/stat : 14588 (java) R 14559 14559 12870 0 -1 4202560 980 0 0 0 35 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473008096480 140473612111530 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14589] ppid=14559 vsize=8068440 memory=14008 CPUtime=0.33 cores=0,2,4,6
/proc/14577/task/14589/stat : 14589 (java) S 14559 14559 12870 0 -1 1077944384 909 0 0 0 33 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473007053296 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14590] ppid=14559 vsize=8068440 memory=11928 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14590/stat : 14590 (java) S 14559 14559 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140471334595424 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14591] ppid=14559 vsize=8068440 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/14577/task/14591/stat : 14591 (java) S 14559 14559 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404906869 8262082560 37173 33554432000 4194304 4196468 140732421760640 140473006000688 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 8181568 KiB
Current children cumulated memory: 150164 KiB

[startup+6.70075 s]
/proc/loadavg: 2.26 2.10 2.06 4/235 14591
/proc/meminfo: memFree=29448372/32770624 swapFree=66932776/67108860
[pid=14559] ppid=14556 vsize=113128 memory=1472 CPUtime=14.1 cores=0,2,4,6
/proc/14559/stat : 14559 (scop.sh) S 14556 14559 12870 0 -1 4202496 582 31481 0 0 0 0 1359 51 20 0 1 0 404906319 115843072 368 33554432000 4194304 5098028 140731943185392 140731943182136 140226266108540 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 30257152 140731943191395 140731943191664 140731943191664 140731943194573 0
/proc/14559/statm: 28282 368 311 221 0 87 0
[pid=14577] ppid=14559 vsize=7937364 memory=154584 CPUtime=2.62 cores=0,2,4,6
/proc/14577/stat : 14577 (java) S 14559 14559 12870 0 -1 1077944320 22504 9807 0 0 235 12 14 1 20 0 17 0 404906863 8127860736 38646 33554432000 4194304 4196468 140732421760640 140732421743184 140473631411959 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
/proc/14577/statm: 1984341 38646 3238 1 0 1945685 0
[pid=14577/tid=14578] ppid=14559 vsize=7937364 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/14577/task/14578/stat : 14578 (java) R 14559 14559 12870 0 -1 4202560 17548 9807 0 0 92 10 14 1 20 0 17 0 404906863 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473603251088 140473631423894 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14579] ppid=14559 vsize=7937364 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14579/stat : 14579 (java) S 14559 14559 12870 0 -1 1077944384 1 9807 0 0 0 0 14 1 20 0 17 0 404906864 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473635654672 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14580] ppid=14559 vsize=7937364 memory=5859535235326444939 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14580/stat : 14580 (java) S 14559 14559 12870 0 -1 1077944384 1 9807 0 0 0 0 14 1 20 0 17 0 404906864 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473435823248 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14581] ppid=14559 vsize=7937364 memory=-8961168018402230209 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14581/stat : 14581 (java) S 14559 14559 12870 0 -1 1077944384 1 9807 0 0 0 0 14 1 20 0 17 0 404906864 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473434770192 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14582] ppid=14559 vsize=7937364 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14582/stat : 14582 (java) S 14559 14559 12870 0 -1 1077944384 2 9807 0 0 0 0 14 1 20 0 17 0 404906864 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473433717648 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14583] ppid=14559 vsize=7937364 memory=6944656592455359545 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14583/stat : 14583 (java) S 14559 14559 12870 0 -1 1077944384 5 9807 0 0 0 0 14 1 20 0 17 0 404906866 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473010211056 140473631423106 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14584] ppid=14559 vsize=7937364 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14584/stat : 14584 (java) S 14559 14559 12870 0 -1 1077944384 13 9807 0 0 0 0 14 1 20 0 17 0 404906866 8127860736 38646 33554432000 4194304 4196468 140732421760640 140472475444384 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14585] ppid=14559 vsize=7937364 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14585/stat : 14585 (java) S 14559 14559 12870 0 -1 1077944384 1 9807 0 0 0 0 14 1 20 0 17 0 404906867 8127860736 38646 33554432000 4194304 4196468 140732421760640 140472207008496 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14586] ppid=14559 vsize=7937364 memory=27 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14586/stat : 14586 (java) S 14559 14559 12870 0 -1 1077944384 3 9807 0 0 0 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140471832500176 140473631430555 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14587] ppid=14559 vsize=7937364 memory=26 CPUtime=0.61 cores=0,2,4,6
/proc/14577/task/14587/stat : 14587 (java) R 14559 14559 12870 0 -1 4202560 783 9807 0 0 46 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473009145328 140473612956248 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14588] ppid=14559 vsize=7937364 memory=26 CPUtime=0.6 cores=0,2,4,6
/proc/14577/task/14588/stat : 14588 (java) R 14559 14559 12870 0 -1 4202560 1689 9807 0 0 45 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473008092144 140473612933359 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14589] ppid=14559 vsize=7937364 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/14577/task/14589/stat : 14589 (java) S 14559 14559 12870 0 -1 1077944384 1025 9807 0 0 38 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473007053296 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14590] ppid=14559 vsize=7937364 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14590/stat : 14590 (java) S 14559 14559 12870 0 -1 1077944384 3 9807 0 0 0 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140471334595424 140473631422165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
[pid=14577/tid=14591] ppid=14559 vsize=7937364 memory=6791534058613427641 CPUtime=0.15 cores=0,2,4,6
/proc/14577/task/14591/stat : 14591 (java) S 14559 14559 12870 0 -1 1077944384 1 9807 0 0 0 0 14 1 20 0 17 0 404906869 8127860736 38646 33554432000 4194304 4196468 140732421760640 140473006000688 140473631423106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26763264 140732421764091 140732421764250 140732421764250 140732421767119 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 156056 KiB

Child status: 0
Real time (s): 6.7559
CPU time (s): 16.8914
CPU user time (s): 16.2121
CPU system time (s): 0.679268
CPU usage (%): 250.024
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 1721116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2121
system time used= 0.679268
maximum resident set size= 1722068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66196
page faults= 0
swaps= 0
block input operations= 8
block output operations= 20928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5599
involuntary context switches= 69


# summary of solver processes directly reported to runsolver:
#   pid: 14559
#   total CPU time (s): 16.8914
#   total CPU user time (s): 16.2121
#   total CPU system time (s): 0.679268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062257 second user time and 0.120454 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-12 13:05:09
IDJOB=4387618
IDBENCH=120852
IDSOLVER=2826
FILE ID=node151/4387618-1568286348
RUNJOBID= node151-1568286070-13983
PBS_JOBID= 21701060
Free space on /tmp= 56380 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphs/Rlfap-graph-10.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387618-1568286348/watcher-4387618-1568286348 -o /tmp/evaluation-result-4387618-1568286348/solver-4387618-1568286348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568286070-13983 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387618-1568286348.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9ed3b999acc99b58e0111c7e6e3d1d3a
RANDOM SEED=823732991

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29541460 kB
MemAvailable:   30221604 kB
Buffers:           98488 kB
Cached:           870300 kB
SwapCached:        73240 kB
Active:          2249080 kB
Inactive:         426836 kB
Active(anon):    1641592 kB
Inactive(anon):    96264 kB
Active(file):     607488 kB
Inactive(file):   330572 kB
Unevictable:      111232 kB
Mlocked:          111232 kB
SwapTotal:      67108860 kB
SwapFree:       66932776 kB
Dirty:             20640 kB
Writeback:            72 kB
AnonPages:       1839952 kB
Mapped:            46128 kB
Shmem:             22044 kB
Slab:             144480 kB
SReclaimable:     115840 kB
SUnreclaim:        28640 kB
KernelStack:        4096 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7544524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56360 MiB
End job on node151 at 2019-09-12 13:05:16