Trace number 4387861

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)UNSAT 23.9022 16.342

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.76786
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
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-8082-serial-file.bin HOME/instance-4387861-1568291484.xml
0.67/0.52	
0.67/0.52	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Thu Sep 12 14:30:45 CEST 2019
0.67/0.54	c PID: 8085
0.67/0.54	c IP: 172.20.3.124
0.67/0.54	c HOST: node124.alineos.net
0.67/0.55	c (0,0) Parsing Begin
2.34/1.16	c (0,0) Parsing End
2.34/1.17	c (0,0) CSP: 100 int (0 aux), 0 bool (0 aux), 2450 ctr, max domain size 9
2.34/1.17	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.34/1.17	c (0,0) Constraint Name Generate Begin
2.34/1.19	c (0,0) Ctr:HOME/instance-4387861-1568291484.xml,AllDifferent:Var
2.34/1.19	c (0,0) Constraint Name Generate End
2.34/1.19	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.34/1.19	c (0,0) CSP to CSPinCNF Begin
3.36/1.57	c (1,1) translated 245 (10%) constraints
3.69/1.69	c (1,1) translated 490 (20%) constraints
3.91/1.77	c (1,1) translated 735 (30%) constraints
4.20/1.85	c (1,1) translated 980 (40%) constraints
4.49/1.92	c (1,1) translated 1225 (50%) constraints
4.49/1.99	c (1,1) translated 1470 (60%) constraints
4.81/2.05	c (1,1) translated 1715 (70%) constraints
5.05/2.11	c (1,1) translated 1960 (80%) constraints
5.05/2.16	c (1,1) translated 2205 (90%) constraints
5.30/2.22	c (1,1) translated 2450 (100%) constraints
5.30/2.22	c (1,1) ===========================================
5.30/2.26	c (1,1) Hybrid: #OE=100, #LE=0
5.30/2.26	c (1,1) Hybrid
5.30/2.26	c (1,1) ===========================================
5.58/2.36	c (1,1) translated 1470 (10%) constraints
5.90/2.43	c (1,1) translated 2940 (20%) constraints
5.90/2.49	c (1,1) translated 4410 (30%) constraints
6.20/2.54	c (2,2) translated 5880 (40%) constraints
6.20/2.59	c (2,2) translated 7350 (50%) constraints
6.50/2.64	c (2,2) translated 8820 (60%) constraints
6.50/2.68	c (2,2) translated 10290 (70%) constraints
6.81/2.73	c (2,2) translated 11760 (80%) constraints
6.81/2.77	c (2,2) translated 13230 (90%) constraints
7.29/3.00	c (2,2) translated 14700 (100%) constraints
7.29/3.00	c (2,2) CSP to CSPinCNF End
7.29/3.00	c (2,2) CSP: 100 int (0 aux), 0 bool (0 aux), 14700 ctr, max domain size 9
7.29/3.00	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
7.29/3.00	c (2,2) CSPinCNF Propagation Begin
7.29/3.00	c (2,2) 0 values, 0 unsatisfiable literals, and 2450 valid clauses are removed
7.29/3.00	c (2,2) CSPinCNF Propagation End
7.29/3.00	c (2,2) CSP: 100 int (0 aux), 0 bool (0 aux), 12250 ctr, max domain size 9
7.29/3.00	c (2,2) Heap : 506 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.29/3.00	c (2,2) Hybrid: #OE=100, #LE=0
7.29/3.00	c (2,2) Simplify CSPinCNF Begin
8.55/3.31	c (2,2) Simplify CSPinCNF End
8.55/3.31	c (2,2) CSP: 100 int (0 aux), 9866 bool (9866 aux), 22116 ctr, max domain size 9
8.55/3.31	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
8.55/3.31	c (2,2) Calculate Precise Domain Begin
8.55/3.32	c (2,2) 0 values are removed by re-calculation
8.55/3.32	c (2,2) Calculate Precise Domain End
8.55/3.32	c (2,2) CSP: 100 int (0 aux), 9866 bool (9866 aux), 22116 ctr, max domain size 9
8.55/3.32	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
8.55/3.32	c (2,2) CSPinCNF to SatSolver Begin
9.55/3.68	c (3,3) 2212 (10 %) CSP clauses are encoded (0 SAT variables, 10799 SAT clauses)
10.17/3.83	c (3,3) 4424 (20 %) CSP clauses are encoded (0 SAT variables, 20899 SAT clauses)
10.46/3.94	c (3,3) 6635 (30 %) CSP clauses are encoded (0 SAT variables, 30990 SAT clauses)
10.78/4.03	c (3,3) 8847 (40 %) CSP clauses are encoded (0 SAT variables, 41098 SAT clauses)
11.01/4.11	c (3,3) 11058 (50 %) CSP clauses are encoded (0 SAT variables, 51197 SAT clauses)
11.01/4.19	c (3,3) 13270 (60 %) CSP clauses are encoded (0 SAT variables, 61305 SAT clauses)
11.11/4.26	c (3,3) 15482 (70 %) CSP clauses are encoded (0 SAT variables, 71413 SAT clauses)
11.25/4.33	c (3,3) 17693 (80 %) CSP clauses are encoded (0 SAT variables, 81544 SAT clauses)
11.35/4.41	c (3,3) 19905 (90 %) CSP clauses are encoded (0 SAT variables, 91660 SAT clauses)
11.35/4.48	c (3,3) 22116 (100 %) CSP clauses are encoded (0 SAT variables, 101743 SAT clauses)
11.35/4.48	c (3,3) CSPinCNF to SatSolver End
11.35/4.48	c (3,3) Heap : 1013 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
11.35/4.48	c (3,3) 10666 bool, 101744 clause
11.35/4.48	c (3,3) Export Begin
11.49/4.57	c (4,4) Export to HOME/scop-8082-serial-file.bin
11.49/4.57	c (4,4) Export End
11.49/4.57	c (4,4) Export File Size: 0.02 MB
11.49/4.57	c (4,4) 0,0,2,2,2,2,3,STOP-AFTER(DIMACS)
11.49/4.57	c END-Prog: Thu Sep 12 14:30:49 CEST 2019
11.49/4.59	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-8082-serial-file.bin
12.19/5.04	c (0,0) Read Serial File Begin
12.19/5.04	c (0,0) HOME/scop-8082-serial-file.bin
12.46/5.25	c (0,0) Read Serial File End
12.46/5.26	
12.46/5.26	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
12.46/5.26	(Solving Process)
12.46/5.26	
12.46/5.28	c BEGIN-Prog: Thu Sep 12 14:30:50 CEST 2019
12.46/5.28	c PID: 8100
12.46/5.28	c IP: 172.20.3.124
12.46/5.28	c HOST: node124.alineos.net
12.46/5.29	c (0,0) SatSolver.solve Begin
12.46/5.29	c (0,0) HOME/cryptominisat5  HOME/instance-4387861-1568291484.xml-scop-8085.cnf
12.64/5.31	c (0,0) c Outputting solution to console
12.64/5.31	c (0,0) c CryptoMiniSat version 5.6.8
12.64/5.31	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
12.64/5.31	c (0,0) c CMS SHA revision GIT-notfound
12.64/5.31	c (0,0) c CMS is MIT licensed
12.64/5.31	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
12.64/5.31	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
12.64/5.31	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4387861-1568291484.xml-scop-8085.cnf
12.64/5.31	c (0,0) c Reading file 'HOME/instance-4387861-1568291484.xml-scop-8085.cnf'
12.64/5.31	c (0,0) c -- header says num vars:          10666
12.64/5.31	c (0,0) c -- header says num clauses:      101744
12.64/5.35	c (0,0) c -- clauses added: 101744
12.64/5.35	c (0,0) c -- xor clauses added: 0
12.64/5.35	c (0,0) c -- vars added 10666
12.64/5.35	c (0,0) c Parsing time: 0.03 s
12.64/5.37	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
12.64/5.37	c (0,0) c [distill] long cls tried: 16/16 cl-short:16 lit-r:0 T: 0.00 T-out: N T-r: 99.99%
12.79/5.68	c (0,0) c [distill] long cls tried: 673/689 cl-short:673 lit-r:170 T: 0.04 T-out: N T-r: 99.74%
12.79/6.00	c (1,0) c [distill] long cls tried: 686/1374 cl-short:686 lit-r:109 T: 0.04 T-out: N T-r: 99.71%
13.48/6.09	c (1,0) c   glue     1    53  8193   10666   73K   27K    3.00    2.73  1602  3485  3133     1   12.03   12.03
13.97/6.50	c (1,0) c [distill] long cls tried: 2697/4071 cl-short:2697 lit-r:1393 T: 0.18 T-out: N T-r: 98.70%
14.27/6.85	c (1,0) c   geom     1   101 16386   10666   73K   27K    3.00    2.73  5027  6202  5189     1   11.65   11.65
14.37/6.97	c (2,0) c [distill] long cls tried: 1065/5136 cl-short:1065 lit-r:319 T: 0.08 T-out: N T-r: 99.39%
15.07/7.67	c (2,0) c [distill] long cls tried: 2531/7667 cl-short:2531 lit-r:834 T: 0.20 T-out: N T-r: 98.53%
15.17/7.75	c (2,0) c   glue     1   151   24K   10666   73K   27K    3.00    2.73  7743  7108  9766     1   11.55   11.55
16.07/8.61	c (3,0) c [distill] long cls tried: 2547/10214 cl-short:2547 lit-r:896 T: 0.29 T-out: N T-r: 95.62%
16.07/8.69	c (3,0) c   glue     1   188   32K   10666   73K   27K    3.00    2.73 10383  9884 12548     1   11.65   11.65
16.68/9.20	c (4,0) c   glue     1   205   40K   10666   73K   27K    3.00    2.73 12692  8068   20K     1   11.44   11.44
16.97/9.51	c (4,0) c [distill] long cls tried: 2488/12702 cl-short:2488 lit-r:667 T: 0.30 T-out: N T-r: 95.27%
17.48/10.04	c (5,0) c   glue     1   236   49K   10666   73K   27K    3.00    2.73 13128 12682   22K     1   11.16   11.16
18.07/10.63	c (5,0) c [distill] long cls tried: 1929/14622 cl-short:1929 lit-r:788 T: 0.39 T-out: N T-r: 93.64%
18.38/10.94	c (5,0) c   geom     1   244   57K   10666   73K   27K    3.00    2.73 14740 11785   29K    11   11.03   11.03
18.98/11.58	c (6,0) c   glue     1   258   65K   10666   73K   27K    3.00    2.73 16976 13428   27K    12   10.31   10.31
19.88/12.40	c (7,0) c [distill] long cls tried: 2389/16876 cl-short:2388 lit-r:2346 T: 0.70 T-out: N T-r: 88.43%
20.08/12.64	c (7,0) c recursive minimization cost OK: 147Kcost/(% lits removed)
20.08/12.64	c (7,0) c more minimization effectiveness low: 0.00 % lits removed --> disabling
20.08/12.64	c (7,0) c --> Executing strategy token: handle-comps
20.08/12.64	c (7,0) c --> Executing strategy token: scc-vrepl
20.08/12.64	c (7,0) c [scc] new: 1 BP 0M T: 0.00
20.08/12.65	c (7,0) c --> Executing strategy token: cache-clean
20.08/12.65	c (7,0) c --> Executing strategy token: cache-tryboth
20.08/12.65	c (7,0) c --> Executing strategy token: sub-impl
20.08/12.65	c (7,0) c [impl sub] bin: 2553 T: 0.01 T-out: N w-visit: 21332
20.08/12.66	c (7,0) c --> Executing strategy token: intree-probe
20.08/12.66	c (7,0) c [scc] new: 1 BP 0M T: 0.00
20.08/12.67	c (7,0) c [vrep] vars 1 lits 31 rem-bin-cls 4 rem-long-cls 0 BP 0M T: 0.01
20.08/12.68	c (7,0) c [scc] new: 0 BP 0M T: 0.00
20.08/12.69	c (7,0) c [vrep] vars 0 lits 0 rem-bin-cls 0 rem-long-cls 0 BP 0M T: 0.01
20.18/12.75	c (7,0) c [intree] Set 0 vars hyper-added: 9 trans-irred::0 trans-red::7 T: 0.06 T-out: N T-r: 99.74%
20.39/12.97	c (8,0) c --> Executing strategy token: probe
20.39/12.97	c (8,0) c --> Executing strategy token: sub-str-cls-with-bin
20.39/12.97	c (8,0) c [distill] cache-based irred--  cl tried   147913 cl-sh     0 cl-rem   12 lit-rem      0 T: 0.09 T-out: N
20.39/12.97	c (8,0) c [distill] cache-based   red--  cl tried    30227 cl-sh   330 cl-rem  187 lit-rem    392 T: 0.12 T-out: Y
21.20/13.74	c (8,0) c --> Executing strategy token: distill-cls
21.20/13.74	c (8,0) c [distill] long cls tried: 10028/73950 cl-short:4 lit-r:0 T: 0.77 T-out: Y T-r: -0.01%
21.20/13.74	c (8,0) c [distill] long useful: 8/20056/147900 lits-rem: 0 0-depth-assigns: 0 T: 1.53 T-out: Y
21.20/13.74	c (8,0) c --> Executing strategy token: scc-vrepl
21.20/13.74	c (8,0) c [scc] new: 0 BP 0M T: 0.00
21.20/13.75	c (8,0) c --> Executing strategy token: sub-impl
21.20/13.75	c (8,0) c [impl sub] bin: 0 T: 0.01 T-out: N w-visit: 21332
21.20/13.75	c (8,0) c --> Executing strategy token: str-impl
21.20/13.75	c (8,0) c [impl str] lit bin: 0 (by stamp: 0) set-var: 0 T: 0.00 T-out: N T-r: 99.79% w-visit: 21332
21.20/13.76	c (8,0) c --> Executing strategy token: sub-impl
21.20/13.76	c (8,0) c [impl sub] bin: 0 T: 0.01 T-out: N w-visit: 21332
21.20/13.77	c (8,0) c --> Executing OCC strategy token(s): 'occ-backw-sub-str,occ-clean-implicit,occ-bve,occ-bva,occ-ternary-res,occ-xor,'
21.20/13.77	c (8,0) c [occ] mem usage for occur      7 MB
21.20/13.78	c (8,0) c [occ] mem usage for occur      3 MB
21.30/13.80	c (8,0) c Mem for watch alloc      : 11          MB (37.70     %)
21.30/13.80	c (8,0) c Mem for watch array      : 0           MB (1.65      %)
21.30/13.81	c (8,0) c --> Executing OCC strategy token: occ-backw-sub-str
21.30/13.81	c (8,0) c [occ-backw-sub-str-long-w-bins] subs: 0 str: 91 tried: 50756 0-depth ass: 0 T: 0.01 T-out: N T-r: 99.32%
21.50/14.08	c (9,0) c [occ-sub-long-w-long] rem cl: 1160 tried: 272878/136439 (200.0%) T: 0.27 T-out: N T-r: 16.60%
22.10/14.65	c (9,0) c [occ-sub-str-long-w-long] sub: 15 str: 521 tried: 409317/136439 (300.0)  T: 0.57 T-out: N T-r: 37.01%
22.10/14.65	c (9,0) c --> Executing OCC strategy token: occ-clean-implicit
22.10/14.65	c (9,0) c --> Executing OCC strategy token: occ-bve
22.10/14.65	c (9,0) c [occ-empty-res] Empty resolvent elimed: 0 T: 0.00 T-out: N
22.29/14.85	c (9,0) c [occ-bve] iter v-elim 4932
22.29/14.85	c (9,0) c cl_inc_rate=1.0, var_dec_rate=1.9 (grow=0)
22.29/14.85	c (9,0) c Reduced to 5733 vars, 94391 cls (grow=0)
22.40/14.91	c (9,0) c [occ-bve] iter v-elim 0
22.40/14.91	c (9,0) c cl_inc_rate=1.0, var_dec_rate=1.0 (grow=8)
22.40/14.92	c (9,0) c Reduced to 5733 vars, 94391 cls (grow=8)
22.40/14.98	c (10,0) c [occ-bve] iter v-elim 0
22.40/14.98	c (10,0) c cl_inc_rate=1.0, var_dec_rate=1.0 (grow=16)
22.40/14.98	c (10,0) c Reduced to 5733 vars, 94391 cls (grow=16)
22.40/14.98	c (10,0) c x n vars       : 5733
22.40/14.98	c (10,0) c  #try to eliminate:    27K
22.40/14.98	c (10,0) c  #var-elim        :   4932
22.40/14.98	c (10,0) c  #T-o: N
22.40/14.98	c (10,0) c  #T-r: 99.97%
22.40/14.98	c (10,0) c  #T  : 0.33
22.40/14.98	c (10,0) c [occur] 0.04 is overhead
22.40/14.98	c (10,0) c [occur] link-in T: 0.04 cleanup T: 0.00
22.40/14.98	c (10,0) c --> Executing OCC strategy token: occ-bva
22.40/14.98	c (10,0) c [occ-bva] global numcalls: 0
22.40/14.99	c (10,0) c --> Executing OCC strategy token: occ-ternary-res
22.40/14.99	c (10,0) c --> Executing OCC strategy token: occ-xor
22.40/14.99	c (10,0) c [occ-xor] sort occur list T: 0.01
22.61/15.12	c (10,0) c [occ-xor] found      0 T: 0.13 T-out: N T-r: 96.92%
22.61/15.12	c (10,0) c [xor-add-lem] added unit 0 bin 0 T: 0.00
22.61/15.15	c (10,0) c --> Executing strategy token: cl-consolidate
22.61/15.15	c (10,0) c [mem] consolidate  old-sz:  10145K new-sz:  6436K new bits offs: 0 T: 0.01
22.61/15.15	c (10,0) c --> Executing strategy token: str-impl
22.61/15.15	c (10,0) c [impl str] lit bin: 0 (by stamp: 0) set-var: 0 T: 0.00 T-out: N T-r: 99.82% w-visit: 21332
22.81/15.38	c (10,0) c --> Executing strategy token: cache-clean
22.81/15.38	c (10,0) c --> Executing strategy token: sub-str-cls-with-bin
22.81/15.38	c (10,0) c [distill] cache-based irred--  cl tried   147899 cl-sh     0 cl-rem    1 lit-rem      0 T: 0.10 T-out: N
22.81/15.38	c (10,0) c [distill] cache-based   red--  cl tried    25717 cl-sh   117 cl-rem  226 lit-rem    135 T: 0.12 T-out: Y
23.52/16.01	c (11,0) c --> Executing strategy token: distill-cls
23.52/16.01	c (11,0) c [distill] long cls tried: 10675/73949 cl-short:3 lit-r:0 T: 0.63 T-out: Y T-r: -0.02%
23.52/16.01	c (11,0) c [distill] long useful: 6/21350/147898 lits-rem: 0 0-depth-assigns: 0 T: 1.26 T-out: Y
23.52/16.01	c (11,0) c --> Executing strategy token: scc-vrepl
23.52/16.01	c (11,0) c [scc] new: 0 BP 0M T: 0.00
23.52/16.03	c (11,0) c --> Executing strategy token: check-cache-size
23.52/16.03	c (11,0) c --> Executing strategy token: renumber
23.52/16.03	c (11,0) c [renumber] T: 0.02
23.52/16.03	c (11,0) c --> Executing strategy token: sls
23.52/16.03	c (11,0) c [consolidate] mini T: 0.00
23.52/16.03	c (11,0) c global_timeout_multiplier: 4.40
23.52/16.04	c (11,0) c clause size stats. size3: 73949 size4: 0 size5: 0 larger: 0
23.82/16.31	c (11,0) c ------- FINAL TOTAL SEARCH STATS ---------
23.82/16.31	c (11,0) c UIP search time          : 7.56        (68.85     % time)
23.82/16.31	c (11,0) c restarts                 : 278         (262.11    confls per restart)
23.82/16.31	c (11,0) c blocked restarts         : 189         (0.68      per normal restart)
23.82/16.31	c (11,0) c time                     : 7.56        
23.82/16.31	c (11,0) c decisions                : 98026       (0.00      % random)
23.82/16.31	c (11,0) c propagations             : 17195574    
23.82/16.31	c (11,0) c decisions/conflicts      : 1.35        
23.82/16.31	c (11,0) c conflicts                : 72866       (9643.71   / sec)
23.82/16.31	c (11,0) c conf lits non-minim      : 915427      (12.56     lit/confl)
23.82/16.31	c (11,0) c conf lits final          : 10.94       
23.82/16.31	c (11,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
23.82/16.31	c (11,0) c red which0               : 6700        (9.19      % of confl)
23.82/16.31	c (11,0) c props/decision           : 0.00        
23.82/16.31	c (11,0) c props/conflict           : 0.00        
23.82/16.31	c (11,0) c 0-depth assigns          : 131         (2.29      % vars)
23.82/16.31	c (11,0) c 0-depth assigns by CNF   : 0           (0.00      % vars)
23.82/16.31	c (11,0) c reduceDB time            : 0.01        (0.11      % time)
23.82/16.31	c (11,0) c OccSimplifier time       : 1.03        (9.38      % time)
23.82/16.31	c (11,0) c [occur] 0.06 is overhead
23.82/16.31	c (11,0) c [occur] link-in T: 0.04 cleanup T: 0.02
23.82/16.31	c (11,0) c [occ-substr] long subBySub: 1160 subByStr: 15 lits-rem-str: 1133 T: 0.83
23.82/16.31	c (11,0) c SCC time                 : 0.01        (0.13      % time)
23.82/16.31	c (11,0) c [scc] new: 2 BP 0M  T: 0.01
23.82/16.31	c (11,0) c vrep replace time        : 0.02        (0.19      % time)
23.82/16.31	c (11,0) c vrep tree roots          : 1           
23.82/16.31	c (11,0) c vrep trees' crown        : 1           (1.00      leafs/tree)
23.82/16.31	c (11,0) c distill time             : 5.02        (45.72     % time)
23.82/16.31	c (11,0) c strength cache-irred time: 0.19        (1.74      % time)
23.82/16.31	c (11,0) c strength cache-red time  : 0.24        (2.20      % time)
23.82/16.31	c (11,0) c Conflicts in UIP         : 72866       (6640.08   confl/time_this_thread)
23.82/16.31	c (11,0) c Mem used                 : 31.29       MB
23.82/16.31	c (11,0) c Total time (this thread) : 10.97       
23.82/16.31	c (11,0) s UNSATISFIABLE
23.82/16.32	c (11,0) SatSolver.solve End
23.82/16.32	c (11,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
23.82/16.32	c (11,0) Show results Begin
23.82/16.32	s UNSATISFIABLE
23.82/16.32	c (11,0) Show results End
23.82/16.32	c (11,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
23.82/16.32	c (11,0) 11,11,STOP-AFTER(ALL)
23.82/16.32	c END-Prog: Thu Sep 12 14:31:01 CEST 2019

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387861-1568291484/watcher-4387861-1568291484 -o /tmp/evaluation-result-4387861-1568291484/solver-4387861-1568291484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568286434-6492 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387861-1568291484.xml 

running on 4 cores: 1,3,5,7

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
solver pid=8082, runsolver pid=8079
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 3.51 3.70 2.98 4/235 8099
/proc/meminfo: memFree=17123424/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 405088636 115843072 349 33554432000 4194304 5098028 140724114394688 140724114391944 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 349 296 221 0 87 0
[pid=8085] ppid=8082 vsize=15012696 memory=74220 CPUtime=0.12 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8082 5595 0 -1 1077944320 6335 0 0 0 10 2 0 0 20 0 15 0 405088637 15373000704 18555 33554432000 4194304 4196468 140724187548784 140724187531328 140458359635703 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
/proc/8085/statm: 3753174 18555 2938 1 0 3715579 0
[pid=8085/tid=8086] ppid=8082 vsize=15012696 memory=-2843876205222741150 CPUtime=0.08 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8082 5595 0 -1 4202560 4123 0 0 0 7 1 0 0 20 0 15 0 405088637 15373000704 18621 33554432000 4194304 4196468 140724187548784 140458331429608 140458359657629 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8087] ppid=8082 vsize=15012696 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 18621 33554432000 4194304 4196468 140724187548784 140458363877904 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8088] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457820105360 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8089] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457819052304 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8090] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457817999760 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8091] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457329756912 140458359646850 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8092] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 18621 33554432000 4194304 4196468 140724187548784 140456973297312 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8093] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088641 15373000704 18621 33554432000 4194304 4196468 140724187548784 140456704861424 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8094] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140456330353104 140458359654299 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8095] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8095/stat : 8095 (java) S 8082 8082 5595 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457328703728 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8096] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8082 5595 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457327651184 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8097] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0.01 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8082 5595 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457326598128 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8098] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140455832447328 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8099] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 18621 33554432000 4194304 4196468 140724187548784 140457325546544 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 75616 KiB

[startup+0.21087 s]*
/proc/loadavg: 3.51 3.70 2.98 3/235 8099
/proc/meminfo: memFree=17104816/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 405088636 115843072 349 33554432000 4194304 5098028 140724114394688 140724114391944 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 349 296 221 0 87 0
[pid=8085] ppid=8082 vsize=15012696 memory=89276 CPUtime=0.26 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8082 5595 0 -1 1077944320 11353 0 0 0 22 4 0 0 20 0 15 0 405088637 15373000704 22319 33554432000 4194304 4196468 140724187548784 140724187531328 140458359635703 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
/proc/8085/statm: 3753174 22319 2969 1 0 3715579 0
[pid=8085/tid=8086] ppid=8082 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8082 5595 0 -1 4202560 9082 0 0 0 17 3 0 0 20 0 15 0 405088637 15373000704 22319 33554432000 4194304 4196468 140724187548784 140458331453472 140458359657629 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8087] ppid=8082 vsize=15012696 memory=397 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 22319 33554432000 4194304 4196468 140724187548784 140458363877904 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8088] ppid=8082 vsize=15012696 memory=140334507579158 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457820105360 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8089] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457819052304 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8090] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457817999760 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8091] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457329756912 140458359646850 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8092] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 22319 33554432000 4194304 4196468 140724187548784 140456973297312 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8093] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088641 15373000704 22319 33554432000 4194304 4196468 140724187548784 140456704861424 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8094] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140456330353104 140458359654299 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8095] ppid=8082 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8085/task/8095/stat : 8095 (java) S 8082 8082 5595 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457328703728 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8096] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8082 5595 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457327651184 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8097] ppid=8082 vsize=15012696 memory=140334507570816 CPUtime=0.03 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) R 8082 8082 5595 0 -1 4202560 459 0 0 0 3 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457326598128 140458359657050 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8098] ppid=8082 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140455832447328 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8099] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 22319 33554432000 4194304 4196468 140724187548784 140457325546544 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90672 KiB

[startup+0.310641 s]*
/proc/loadavg: 3.51 3.70 2.98 3/235 8099
/proc/meminfo: memFree=17102272/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 405088636 115843072 349 33554432000 4194304 5098028 140724114394688 140724114391944 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 349 296 221 0 87 0
[pid=8085] ppid=8082 vsize=15012696 memory=92624 CPUtime=0.43 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8082 5595 0 -1 1077944320 11710 0 0 0 39 4 0 0 20 0 15 0 405088637 15373000704 23156 33554432000 4194304 4196468 140724187548784 140724187531328 140458359635703 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
/proc/8085/statm: 3753174 23156 3017 1 0 3715579 0
[pid=8085/tid=8086] ppid=8082 vsize=15012696 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8082 5595 0 -1 4202560 9268 0 0 0 27 3 0 0 20 0 15 0 405088637 15373000704 23156 33554432000 4194304 4196468 140724187548784 140458331451184 140458339818905 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8087] ppid=8082 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 23156 33554432000 4194304 4196468 140724187548784 140458363877904 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8088] ppid=8082 vsize=15012696 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457820105360 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8089] ppid=8082 vsize=15012696 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457819052304 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8090] ppid=8082 vsize=15012696 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457817999760 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8091] ppid=8082 vsize=15012696 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457329756912 140458359646850 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8092] ppid=8082 vsize=15012696 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405088640 15373000704 23156 33554432000 4194304 4196468 140724187548784 140456973297312 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8093] ppid=8082 vsize=15012696 memory=8549982201333320512 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088641 15373000704 23156 33554432000 4194304 4196468 140724187548784 140456704861424 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8094] ppid=8082 vsize=15012696 memory=8325818968683490714 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140456330353104 140458359654299 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8095] ppid=8082 vsize=15012696 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8085/task/8095/stat : 8095 (java) S 8082 8082 5595 0 -1 1077944384 441 0 0 0 3 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457328703728 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8096] ppid=8082 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8082 5595 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457327651184 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8097] ppid=8082 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8082 5595 0 -1 1077944384 478 0 0 0 7 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457326598128 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8098] ppid=8082 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140455832447328 140458359645909 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8099] ppid=8082 vsize=15012696 memory=3617010840927156015 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088643 15373000704 23156 33554432000 4194304 4196468 140724187548784 140457325546544 140458359646850 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 94020 KiB

[startup+0.709881 s]
/proc/loadavg: 3.51 3.70 2.98 4/235 8099
/proc/meminfo: memFree=17081256/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 405088636 115843072 349 33554432000 4194304 5098028 140724114394688 140724114391944 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 349 296 221 0 87 0
[pid=8085] ppid=8082 vsize=15021092 memory=132668 CPUtime=1.09 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8082 5595 0 -1 1077944320 19421 0 0 0 103 6 0 0 20 0 15 0 405088637 15381598208 33167 33554432000 4194304 4196468 140724187548784 140724187531328 140458359635703 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
/proc/8085/statm: 3755273 33167 3204 1 0 3716603 0
[pid=8085/tid=8086] ppid=8082 vsize=15021092 memory=-7816663703405220396 CPUtime=0.69 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8082 5595 0 -1 4202560 16296 0 0 0 64 5 0 0 20 0 15 0 405088637 15381598208 33167 33554432000 4194304 4196468 140724187548784 140458331467440 140458343716190 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8087] ppid=8082 vsize=15021092 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15381598208 33167 33554432000 4194304 4196468 140724187548784 140458363877904 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8088] ppid=8082 vsize=15021092 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457820105360 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8089] ppid=8082 vsize=15021092 memory=37328 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405088639 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457819052304 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8090] ppid=8082 vsize=15021092 memory=988 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088639 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457817999760 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8091] ppid=8082 vsize=15021092 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8082 5595 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405088640 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457329756912 140458359646850 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8092] ppid=8082 vsize=15021092 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405088640 15381598208 33167 33554432000 4194304 4196468 140724187548784 140456973297312 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8093] ppid=8082 vsize=15021092 memory=580 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088641 15381598208 33167 33554432000 4194304 4196468 140724187548784 140456704861424 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8094] ppid=8082 vsize=15021092 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140456330353104 140458359654299 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8095] ppid=8082 vsize=15021092 memory=10604 CPUtime=0.12 cores=1,3,5,7
/proc/8085/task/8095/stat : 8095 (java) R 8082 8082 5595 0 -1 4202560 782 0 0 0 12 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457328684744 140458344517348 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8096] ppid=8082 vsize=15021092 memory=3360 CPUtime=0.08 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) R 8082 8082 5595 0 -1 4202560 344 0 0 0 8 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457327637728 140458345651332 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8097] ppid=8082 vsize=15021092 memory=776 CPUtime=0.18 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8082 5595 0 -1 1077944384 665 0 0 0 18 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457326598128 140458359646850 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8098] ppid=8082 vsize=15021092 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140455832447328 140458359645909 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
[pid=8085/tid=8099] ppid=8082 vsize=15021092 memory=5960 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405088643 15381598208 33167 33554432000 4194304 4196468 140724187548784 140457325546544 140458359646850 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35979264 140724187550506 140724187550874 140724187550874 140724187553743 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 134064 KiB

[startup+1.50493 s]
/proc/loadavg: 3.51 3.70 2.98 5/235 8099
/proc/meminfo: memFree=17039936/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 405088636 115843072 349 33554432000 4194304 5098028 140724114394688 140724114391944 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 349 296 221 0 87 0

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

Current children cumulated CPU time: 22.71 s
Current children cumulated vsize: 8237452 KiB
Current children cumulated memory: 153984 KiB

[startup+16.001 s]*
/proc/loadavg: 3.18 3.62 2.96 3/240 8121
/proc/meminfo: memFree=17044504/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1476 CPUtime=11.64 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 583 28500 0 0 0 0 1139 25 20 0 1 0 405088636 115843072 369 33554432000 4194304 5098028 140724114394688 140724114391432 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 369 311 221 0 87 0
[pid=8100] ppid=8082 vsize=8068440 memory=121500 CPUtime=1.19 cores=1,3,5,7
/proc/8100/stat : 8100 (java) S 8082 8082 5595 0 -1 1077944320 20337 0 0 0 111 8 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 140730913680608 139964413361911 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
/proc/8100/statm: 2017110 30375 3210 1 0 1978454 0
[pid=8115] ppid=8100 vsize=56720 memory=31640 CPUtime=10.69 cores=1,3,5,7
/proc/8115/stat : 8115 (cryptominisat5) R 8100 8082 5595 0 -1 4202496 25056 0 0 0 1067 2 0 0 20 0 1 0 405089167 58081280 7910 33554432000 4194304 4451008 140723530169920 140723530164904 140175012897134 0 4 0 2 0 0 0 17 1 0 0 0 0 0 6549032 6559120 8056832 140723530171325 140723530171456 140723530171456 140723530174406 0
/proc/8115/statm: 14180 7910 727 63 0 7907 0
[pid=8100/tid=8101] ppid=8082 vsize=8068440 memory=-3622645143214314312 CPUtime=0.74 cores=1,3,5,7
/proc/8100/task/8101/stat : 8101 (java) S 8082 8082 5595 0 -1 1077944384 16852 0 0 0 69 5 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964385202080 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8102] ppid=8082 vsize=8068440 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8102/stat : 8102 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964417604240 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8103] ppid=8082 vsize=8068440 memory=6944656574621848725 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8103/stat : 8103 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964217772560 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8104] ppid=8082 vsize=8068440 memory=7451894300419318880 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8104/stat : 8104 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964216719760 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8105] ppid=8082 vsize=8068440 memory=7670301315261816931 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8105/stat : 8105 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964215666960 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8106] ppid=8082 vsize=8068440 memory=7090988413152880236 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8106/stat : 8106 (java) S 8082 8082 5595 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963859782512 139964413373058 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8107] ppid=8082 vsize=8068440 memory=7944460056254638417 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8107/stat : 8107 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963253384736 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8108] ppid=8082 vsize=8068440 memory=7523107478184158290 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8108/stat : 8108 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962984949104 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8109] ppid=8082 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8109/stat : 8109 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962610440528 139964413380507 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8110] ppid=8082 vsize=8068440 memory=121500 CPUtime=0.08 cores=1,3,5,7
/proc/8100/task/8110/stat : 8110 (java) S 8082 8082 5595 0 -1 1077944384 665 0 0 0 8 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963858729328 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8111] ppid=8082 vsize=8068440 memory=31444 CPUtime=0.09 cores=1,3,5,7
/proc/8100/task/8111/stat : 8111 (java) S 8082 8082 5595 0 -1 1077944384 380 0 0 0 9 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963790256368 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8112] ppid=8082 vsize=8068440 memory=175045687131974 CPUtime=0.21 cores=1,3,5,7
/proc/8100/task/8112/stat : 8112 (java) S 8082 8082 5595 0 -1 1077944384 1044 0 0 0 21 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963789203568 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8113] ppid=8082 vsize=8068440 memory=175045687131976 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8113/stat : 8113 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962112534752 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8114] ppid=8082 vsize=8068440 memory=175045687131977 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8114/stat : 8114 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963788151984 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8116] ppid=8082 vsize=8068440 memory=175045687131978 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8116/stat : 8116 (java) S 8082 8082 5595 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963857675968 139964413386521 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8118] ppid=8082 vsize=8068440 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8100/task/8118/stat : 8118 (java) S 8082 8082 5595 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961575649008 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8119] ppid=8082 vsize=8068440 memory=175045687131976 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8119/stat : 8119 (java) S 8082 8082 5595 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961709870736 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8120] ppid=8082 vsize=8068440 memory=175045687131977 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8120/stat : 8120 (java) S 8082 8082 5595 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 405089170 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961307225264 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
Current children cumulated CPU time: 23.52 s
Current children cumulated vsize: 8238288 KiB
Current children cumulated memory: 154616 KiB

[startup+16.2009 s]
/proc/loadavg: 3.18 3.62 2.96 3/240 8121
/proc/meminfo: memFree=17044504/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1476 CPUtime=11.64 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 583 28500 0 0 0 0 1139 25 20 0 1 0 405088636 115843072 369 33554432000 4194304 5098028 140724114394688 140724114391432 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 369 311 221 0 87 0
[pid=8100] ppid=8082 vsize=8068440 memory=121500 CPUtime=1.19 cores=1,3,5,7
/proc/8100/stat : 8100 (java) S 8082 8082 5595 0 -1 1077944320 20342 0 0 0 111 8 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 140730913680608 139964413361911 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
/proc/8100/statm: 2017110 30375 3210 1 0 1978454 0
[pid=8115] ppid=8100 vsize=58716 memory=31896 CPUtime=10.89 cores=1,3,5,7
/proc/8115/stat : 8115 (cryptominisat5) R 8100 8082 5595 0 -1 4202496 25839 0 0 0 1086 3 0 0 20 0 1 0 405089167 60125184 7974 33554432000 4194304 4451008 140723530169920 140723530164904 140175013132199 0 4 0 2 0 0 0 17 1 0 0 0 0 0 6549032 6559120 8056832 140723530171325 140723530171456 140723530171456 140723530174406 0
/proc/8115/statm: 14679 7974 739 63 0 8406 0
[pid=8100/tid=8101] ppid=8082 vsize=8068440 memory=7883944151737460079 CPUtime=0.74 cores=1,3,5,7
/proc/8100/task/8101/stat : 8101 (java) S 8082 8082 5595 0 -1 1077944384 16852 0 0 0 69 5 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964385202080 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8102] ppid=8082 vsize=8068440 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8102/stat : 8102 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964417604240 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8103] ppid=8082 vsize=8068440 memory=776 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8103/stat : 8103 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964217772560 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8104] ppid=8082 vsize=8068440 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8104/stat : 8104 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964216719760 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8105] ppid=8082 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8105/stat : 8105 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964215666960 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8106] ppid=8082 vsize=8068440 memory=120064 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8106/stat : 8106 (java) S 8082 8082 5595 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963859782512 139964413373058 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8107] ppid=8082 vsize=8068440 memory=34028 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8107/stat : 8107 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963253384736 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8108] ppid=8082 vsize=8068440 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8108/stat : 8108 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962984949104 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8109] ppid=8082 vsize=8068440 memory=984 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8109/stat : 8109 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962610440528 139964413380507 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8110] ppid=8082 vsize=8068440 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/8100/task/8110/stat : 8110 (java) S 8082 8082 5595 0 -1 1077944384 665 0 0 0 8 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963858729328 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8111] ppid=8082 vsize=8068440 memory=19932 CPUtime=0.09 cores=1,3,5,7
/proc/8100/task/8111/stat : 8111 (java) S 8082 8082 5595 0 -1 1077944384 380 0 0 0 9 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963790256368 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8112] ppid=8082 vsize=8068440 memory=14048 CPUtime=0.21 cores=1,3,5,7
/proc/8100/task/8112/stat : 8112 (java) S 8082 8082 5595 0 -1 1077944384 1049 0 0 0 21 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963789203568 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8113] ppid=8082 vsize=8068440 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8113/stat : 8113 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962112534752 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8114] ppid=8082 vsize=8068440 memory=500 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8114/stat : 8114 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963788151984 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8116] ppid=8082 vsize=8068440 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8116/stat : 8116 (java) S 8082 8082 5595 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963857675968 139964413386521 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8118] ppid=8082 vsize=8068440 memory=984 CPUtime=0.01 cores=1,3,5,7
/proc/8100/task/8118/stat : 8118 (java) S 8082 8082 5595 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961575649008 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8119] ppid=8082 vsize=8068440 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8119/stat : 8119 (java) S 8082 8082 5595 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961709870736 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8120] ppid=8082 vsize=8068440 memory=19932 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8120/stat : 8120 (java) S 8082 8082 5595 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 405089170 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961307225264 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
Current children cumulated CPU time: 23.72 s
Current children cumulated vsize: 8240284 KiB
Current children cumulated memory: 154872 KiB

[startup+16.301 s]
/proc/loadavg: 3.18 3.62 2.96 3/240 8121
/proc/meminfo: memFree=17044504/32770624 swapFree=66959212/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1476 CPUtime=11.64 cores=1,3,5,7
/proc/8082/stat : 8082 (scop.sh) S 8079 8082 5595 0 -1 4202496 583 28500 0 0 0 0 1139 25 20 0 1 0 405088636 115843072 369 33554432000 4194304 5098028 140724114394688 140724114391432 139796509839996 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16216064 140724114400099 140724114400368 140724114400368 140724114403277 0
/proc/8082/statm: 28282 369 311 221 0 87 0
[pid=8100] ppid=8082 vsize=8068440 memory=121500 CPUtime=1.19 cores=1,3,5,7
/proc/8100/stat : 8100 (java) S 8082 8082 5595 0 -1 1077944320 20342 0 0 0 111 8 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 140730913680608 139964413361911 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
/proc/8100/statm: 2017110 30375 3210 1 0 1978454 0
[pid=8115] ppid=8100 vsize=58716 memory=32036 CPUtime=10.99 cores=1,3,5,7
/proc/8115/stat : 8115 (cryptominisat5) R 8100 8082 5595 0 -1 4202496 25856 0 0 0 1096 3 0 0 20 0 1 0 405089167 60125184 8009 33554432000 4194304 4451008 140723530169920 140723530164904 140175012889478 0 4 0 2 0 0 0 17 1 0 0 0 0 0 6549032 6559120 8056832 140723530171325 140723530171456 140723530171456 140723530174406 0
/proc/8115/statm: 14679 8009 739 63 0 8406 0
[pid=8100/tid=8101] ppid=8082 vsize=8068440 memory=31896 CPUtime=0.74 cores=1,3,5,7
/proc/8100/task/8101/stat : 8101 (java) S 8082 8082 5595 0 -1 1077944384 16852 0 0 0 69 5 0 0 20 0 19 0 405089096 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964385202080 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8102] ppid=8082 vsize=8068440 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8102/stat : 8102 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964417604240 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8103] ppid=8082 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8103/stat : 8103 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964217772560 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8104] ppid=8082 vsize=8068440 memory=119492 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8104/stat : 8104 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964216719760 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8105] ppid=8082 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8105/stat : 8105 (java) S 8082 8082 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405089097 8262082560 30375 33554432000 4194304 4196468 140730913698064 139964215666960 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8106] ppid=8082 vsize=8068440 memory=119492 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8106/stat : 8106 (java) S 8082 8082 5595 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963859782512 139964413373058 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8107] ppid=8082 vsize=8068440 memory=22476 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8107/stat : 8107 (java) S 8082 8082 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963253384736 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8108] ppid=8082 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8108/stat : 8108 (java) S 8082 8082 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405089099 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962984949104 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8109] ppid=8082 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8109/stat : 8109 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962610440528 139964413380507 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8110] ppid=8082 vsize=8068440 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8100/task/8110/stat : 8110 (java) S 8082 8082 5595 0 -1 1077944384 665 0 0 0 8 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963858729328 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8111] ppid=8082 vsize=8068440 memory=121500 CPUtime=0.09 cores=1,3,5,7
/proc/8100/task/8111/stat : 8111 (java) S 8082 8082 5595 0 -1 1077944384 380 0 0 0 9 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963790256368 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8112] ppid=8082 vsize=8068440 memory=1476 CPUtime=0.21 cores=1,3,5,7
/proc/8100/task/8112/stat : 8112 (java) S 8082 8082 5595 0 -1 1077944384 1049 0 0 0 21 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963789203568 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8113] ppid=8082 vsize=8068440 memory=121500 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8113/stat : 8113 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139962112534752 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8114] ppid=8082 vsize=8068440 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8114/stat : 8114 (java) S 8082 8082 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405089102 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963788151984 139964413373058 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8116] ppid=8082 vsize=8068440 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8116/stat : 8116 (java) S 8082 8082 5595 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139963857675968 139964413386521 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8118] ppid=8082 vsize=8068440 memory=5788345327976277333 CPUtime=0.01 cores=1,3,5,7
/proc/8100/task/8118/stat : 8118 (java) S 8082 8082 5595 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961575649008 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8119] ppid=8082 vsize=8068440 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8119/stat : 8119 (java) S 8082 8082 5595 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405089168 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961709870736 139964413383837 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
[pid=8100/tid=8120] ppid=8082 vsize=8068440 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/8100/task/8120/stat : 8120 (java) S 8082 8082 5595 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 405089170 8262082560 30375 33554432000 4194304 4196468 140730913698064 139961307225264 139964413372117 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140730913702908 140730913703066 140730913703066 140730913705935 0
Current children cumulated CPU time: 23.82 s
Current children cumulated vsize: 8240284 KiB
Current children cumulated memory: 155012 KiB

Child status: 0
Real time (s): 16.342
CPU time (s): 23.9022
CPU user time (s): 23.5092
CPU system time (s): 0.392965
CPU usage (%): 146.262
Max. virtual memory (cumulated for all children) (KiB): 15140452
Max. memory (cumulated for all children) (KiB): 1061484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5092
system time used= 0.392965
maximum resident set size= 1066064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6098
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 8082
#   total CPU time (s): 23.9022
#   total CPU user time (s): 23.5092
#   total CPU system time (s): 0.392965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135663 second user time and 0.225682 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-12 14:30:45
IDJOB=4387861
IDBENCH=126890
IDSOLVER=2826
FILE ID=node124/4387861-1568291484
RUNJOBID= node124-1568286434-6492
PBS_JOBID= 21701080
Free space on /tmp= 52940 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.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-4387861-1568291484/watcher-4387861-1568291484 -o /tmp/evaluation-result-4387861-1568291484/solver-4387861-1568291484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568286434-6492 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387861-1568291484.xml

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

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=1471698995

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17186108 kB
MemAvailable:   31477316 kB
Buffers:          132680 kB
Cached:         14258404 kB
SwapCached:        45868 kB
Active:          1513140 kB
Inactive:       13268776 kB
Active(anon):     345692 kB
Inactive(anon):    86644 kB
Active(file):    1167448 kB
Inactive(file): 13182132 kB
Unevictable:      108624 kB
Mlocked:          108624 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             20448 kB
Writeback:           276 kB
AnonPages:        352384 kB
Mapped:            55820 kB
Shmem:             32744 kB
Slab:             398532 kB
SReclaimable:     370088 kB
SUnreclaim:        28444 kB
KernelStack:        4096 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6167060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 52920 MiB
End job on node124 at 2019-09-12 14:31:01