Trace number 4388056

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)SAT 34.4461 30.9503

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-5.xml
MD5SUMbe3388c5d29b2a85b1452e4a694387b2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.303618
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-5549-serial-file.bin HOME/instance-4388056-1568294367.xml
0.66/0.52	
0.66/0.52	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Thu Sep 12 15:18:46 CEST 2019
0.66/0.55	c PID: 5552
0.66/0.55	c IP: 172.20.3.145
0.66/0.55	c HOST: node145.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.43/0.91	c (0,0) Parsing End
1.43/0.91	c (0,0) CSP: 99 int (0 aux), 0 bool (0 aux), 60 ctr, max domain size 28
1.43/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.43/0.91	c (0,0) Constraint Name Generate Begin
1.43/0.92	c (0,0) Ctr:HOME/instance-4388056-1568294367.xml,Num:Var:WeightedSum
1.43/0.92	c (0,0) Constraint Name Generate End
1.43/0.92	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.43/0.92	c (0,0) CSP to CSPinCNF Begin
1.58/1.02	c (0,0) translated 6 (10%) constraints
1.58/1.03	c (0,0) translated 12 (20%) constraints
1.58/1.04	c (0,0) translated 18 (30%) constraints
1.58/1.05	c (0,0) translated 24 (40%) constraints
1.58/1.07	c (0,0) translated 30 (50%) constraints
1.58/1.07	c (0,0) translated 36 (60%) constraints
1.58/1.08	c (0,0) translated 42 (70%) constraints
1.58/1.09	c (0,0) translated 48 (80%) constraints
1.58/1.09	c (0,0) translated 54 (90%) constraints
1.58/1.10	c (0,0) translated 60 (100%) constraints
1.58/1.10	c (0,0) ===========================================
1.88/1.11	c (0,0) Hybrid: #OE=1, #LE=98
1.88/1.11	c (0,0) Hybrid
1.88/1.11	c (0,0) ===========================================
1.88/1.13	c (0,0) translated 6 (10%) constraints
1.88/1.13	c (0,0) translated 12 (20%) constraints
1.88/1.14	c (0,0) translated 18 (30%) constraints
1.88/1.14	c (0,0) translated 24 (40%) constraints
1.88/1.15	c (0,0) translated 30 (50%) constraints
1.88/1.15	c (0,0) translated 36 (60%) constraints
1.88/1.16	c (0,0) translated 42 (70%) constraints
1.88/1.16	c (0,0) translated 48 (80%) constraints
1.88/1.17	c (0,0) translated 54 (90%) constraints
1.88/1.17	c (0,0) translated 60 (100%) constraints
1.88/1.18	c (0,0) CSP to CSPinCNF End
1.88/1.18	c (0,0) CSP: 99 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
1.88/1.18	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
1.88/1.18	c (0,0) CSPinCNF Propagation Begin
1.88/1.19	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.88/1.19	c (0,0) CSPinCNF Propagation End
1.88/1.19	c (0,0) CSP: 99 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
1.88/1.19	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.12/1.20	c (0,0) Hybrid: #OE=1, #LE=98
2.12/1.20	c (0,0) Simplify CSPinCNF Begin
2.12/1.20	c (0,0) Simplify CSPinCNF End
2.12/1.20	c (0,0) CSP: 99 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.12/1.20	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.12/1.20	c (0,0) Calculate Precise Domain Begin
2.12/1.21	c (0,0) 0 values are removed by re-calculation
2.12/1.21	c (0,0) Calculate Precise Domain End
2.12/1.21	c (0,0) CSP: 99 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.12/1.21	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.12/1.21	c (0,0) CSPinCNF to SatSolver Begin
3.21/1.62	c (1,1) 12 (10 %) CSP clauses are encoded (0 SAT variables, 69404 SAT clauses)
3.36/1.75	c (1,1) 24 (20 %) CSP clauses are encoded (0 SAT variables, 126285 SAT clauses)
3.48/1.82	c (1,1) 36 (30 %) CSP clauses are encoded (0 SAT variables, 158728 SAT clauses)
3.64/1.92	c (1,1) 48 (40 %) CSP clauses are encoded (0 SAT variables, 205663 SAT clauses)
3.78/2.04	c (1,1) 60 (50 %) CSP clauses are encoded (0 SAT variables, 256825 SAT clauses)
3.89/2.16	c (1,1) 72 (60 %) CSP clauses are encoded (0 SAT variables, 311509 SAT clauses)
4.09/2.32	c (1,1) 84 (70 %) CSP clauses are encoded (0 SAT variables, 384698 SAT clauses)
4.23/2.44	c (1,1) 96 (80 %) CSP clauses are encoded (0 SAT variables, 440785 SAT clauses)
4.33/2.55	c (2,2) 108 (90 %) CSP clauses are encoded (0 SAT variables, 489659 SAT clauses)
4.45/2.66	c (2,2) 120 (100 %) CSP clauses are encoded (0 SAT variables, 540247 SAT clauses)
4.45/2.67	c (2,2) CSPinCNF to SatSolver End
4.45/2.67	c (2,2) Heap : 1070 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.45/2.67	c (2,2) 202754 bool, 545352 clause
4.45/2.67	c (2,2) Export Begin
4.56/2.79	c (2,2) Export to HOME/scop-5549-serial-file.bin
4.56/2.79	c (2,2) Export End
4.56/2.80	c (2,2) Export File Size: 0.09 MB
4.56/2.80	c (2,2) 0,0,0,0,0,0,2,STOP-AFTER(DIMACS)
4.56/2.80	c END-Prog: Thu Sep 12 15:18:48 CEST 2019
4.82/2.82	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-5549-serial-file.bin
5.34/3.27	c (0,0) Read Serial File Begin
5.34/3.27	c (0,0) HOME/scop-5549-serial-file.bin
5.74/3.76	c (0,0) Read Serial File End
5.74/3.77	
5.74/3.77	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
5.74/3.77	(Solving Process)
5.74/3.77	
5.74/3.79	c BEGIN-Prog: Thu Sep 12 15:18:49 CEST 2019
5.74/3.79	c PID: 5568
5.74/3.79	c IP: 172.20.3.145
5.74/3.79	c HOST: node145.alineos.net
5.74/3.80	c (0,0) SatSolver.solve Begin
5.74/3.80	c (0,0) HOME/cryptominisat5  HOME/instance-4388056-1568294367.xml-scop-5552.cnf
6.02/3.83	c (0,0) c Outputting solution to console
6.02/3.83	c (0,0) c CryptoMiniSat version 5.6.8
6.02/3.83	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
6.02/3.83	c (0,0) c CMS SHA revision GIT-notfound
6.02/3.83	c (0,0) c CMS is MIT licensed
6.02/3.83	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
6.02/3.83	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
6.02/3.83	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4388056-1568294367.xml-scop-5552.cnf
6.02/3.83	c (0,0) c Reading file 'HOME/instance-4388056-1568294367.xml-scop-5552.cnf'
6.02/3.83	c (0,0) c -- header says num vars:         202754
6.02/3.83	c (0,0) c -- header says num clauses:      545352
6.37/4.02	c (0,0) c -- clauses added: 545352
6.37/4.02	c (0,0) c -- xor clauses added: 0
6.37/4.02	c (0,0) c -- vars added 202754
6.37/4.02	c (0,0) c Parsing time: 0.17 s
6.37/4.08	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
6.37/4.08	c (0,0) c [distill] long cls tried: 17/14 cl-short:17 lit-r:8 T: 0.00 T-out: N T-r: 99.99%
7.16/4.82	c (1,0) c [distill] long cls tried: 577/428 cl-short:530 lit-r:380 T: 0.07 T-out: N T-r: 99.58%
8.26/5.96	c (2,0) c [distill] long cls tried: 576/932 cl-short:575 lit-r:366 T: 0.10 T-out: N T-r: 99.38%
8.57/6.25	c (3,0) c   glue     1    56  8193  197228  483K   61K    3.00    2.89  1107  3061  3519   397   15.19   14.54
10.26/8.00	c (4,0) c [distill] long cls tried: 2158/2838 cl-short:2128 lit-r:3062 T: 0.41 T-out: N T-r: 97.32%
11.38/9.01	c (5,0) c   geom     1    97 16386  195722  483K   61K    3.00    2.89  3430  6043  6032   729   16.26   15.62
11.97/9.60	c (6,0) c [distill] long cls tried: 784/3531 cl-short:746 lit-r:871 T: 0.16 T-out: N T-r: 99.02%
14.38/12.04	c (8,0) c   glue     1   138   24K  194400  483K   61K    3.00    2.89  6118  7201 10172   877   16.71   16.18
15.07/12.75	c (9,0) c [distill] long cls tried: 2588/5722 cl-short:2363 lit-r:4634 T: 0.70 T-out: N T-r: 95.53%
19.87/17.56	c (14,0) c [distill] long cls tried: 2744/8298 cl-short:2691 lit-r:6274 T: 1.15 T-out: N T-r: 92.70%
19.97/17.63	c (14,0) c   glue     1   188   32K  194304  483K   61K    3.00    2.89  8306  9773 12276  1210   16.63   16.07
24.49/22.11	c (18,0) c   glue     1   217   40K  194171  483K   61K    3.00    2.89 10670  8350 19493  1249   17.11   16.64
26.50/24.14	c (20,0) c [distill] long cls tried: 2469/10534 cl-short:2321 lit-r:5670 T: 1.22 T-out: N T-r: 92.64%
31.19/28.84	c (25,0) c   glue     1   239   49K  194147  483K   61K    3.00    2.89 11362 13606 19262  1349   16.98   16.54
32.69/30.40	c (27,0) c ------- FINAL TOTAL SEARCH STATS ---------
32.69/30.40	c (27,0) c UIP search time          : 26.29       (99.34     % time)
32.69/30.40	c (27,0) c restarts                 : 242         (212.02    confls per restart)
32.69/30.40	c (27,0) c blocked restarts         : 185         (0.76      per normal restart)
32.69/30.40	c (27,0) c time                     : 26.29       
32.69/30.40	c (27,0) c decisions                : 214890      (0.00      % random)
32.69/30.40	c (27,0) c propagations             : 207761291   
32.69/30.40	c (27,0) c decisions/conflicts      : 4.19        
32.69/30.40	c (27,0) c conflicts                : 51308       (1951.65   / sec)
32.69/30.40	c (27,0) c conf lits non-minim      : 1592749     (31.04     lit/confl)
32.69/30.40	c (27,0) c conf lits final          : 17.53       
32.69/30.40	c (27,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
32.69/30.40	c (27,0) c red which0               : 5296        (10.32     % of confl)
32.69/30.40	c (27,0) c props/decision           : 0.00        
32.69/30.40	c (27,0) c props/conflict           : 0.00        
32.69/30.40	c (27,0) c 0-depth assigns          : 8956        (4.42      % vars)
32.69/30.40	c (27,0) c 0-depth assigns by CNF   : 214         (0.11      % vars)
32.69/30.40	c (27,0) c reduceDB time            : 0.01        (0.03      % time)
32.69/30.40	c (27,0) c OccSimplifier time       : 0.00        (0.00      % time)
32.69/30.40	c (27,0) c [occur] 0.00 is overhead
32.69/30.40	c (27,0) c [occur] link-in T: 0.00 cleanup T: 0.00
32.69/30.40	c (27,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
32.69/30.40	c (27,0) c SCC time                 : 0.00        (0.00      % time)
32.69/30.40	c (27,0) c [scc] new: 0 BP 0M  T: 0.00
32.69/30.40	c (27,0) c vrep replace time        : 0.00        (0.00      % time)
32.69/30.40	c (27,0) c vrep tree roots          : 0           
32.69/30.40	c (27,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
32.69/30.40	c (27,0) c distill time             : 3.81        (14.40     % time)
32.69/30.40	c (27,0) c strength cache-irred time: 0.00        (0.00      % time)
32.69/30.40	c (27,0) c strength cache-red time  : 0.00        (0.00      % time)
32.69/30.40	c (27,0) c Conflicts in UIP         : 51308       (1938.73   confl/time_this_thread)
32.69/30.40	c (27,0) c Mem used                 : 100.84      MB
32.69/30.40	c (27,0) c Total time (this thread) : 26.46       
32.79/30.40	c (27,0) s SATISFIABLE
34.09/30.83	c (27,0) SatSolver.solve End
34.09/30.83	c (27,0) Heap : 225 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
34.09/30.83	c (27,0) Show results Begin
34.32/30.93	c (27,0) x[0] = 7
34.32/30.93	c (27,0) x[1] = 17
34.32/30.93	c (27,0) x[2] = 19
34.32/30.93	c (27,0) x[3] = 13
34.32/30.93	c (27,0) x[4] = 7
34.32/30.93	c (27,0) x[5] = 13
34.32/30.93	c (27,0) x[6] = 17
34.32/30.93	c (27,0) x[7] = 5
34.32/30.93	c (27,0) x[8] = 29
34.32/30.93	c (27,0) x[9] = 3
34.32/30.93	c (27,0) x[10] = 5
34.32/30.93	c (27,0) x[11] = 19
34.32/30.93	c (27,0) x[12] = 2
34.32/30.93	c (27,0) x[13] = 29
34.32/30.93	c (27,0) x[14] = 7
34.32/30.93	c (27,0) x[15] = 17
34.32/30.93	c (27,0) x[16] = 2
34.32/30.93	c (27,0) x[17] = 17
34.32/30.93	c (27,0) x[18] = 5
34.32/30.93	c (27,0) x[19] = 17
34.32/30.93	c (27,0) x[20] = 3
34.32/30.93	c (27,0) x[21] = 23
34.32/30.93	c (27,0) x[22] = 19
34.32/30.93	c (27,0) x[23] = 29
34.32/30.93	c (27,0) x[24] = 5
34.32/30.93	c (27,0) x[25] = 2
34.32/30.93	c (27,0) x[26] = 5
34.32/30.93	c (27,0) x[27] = 7
34.32/30.93	c (27,0) x[28] = 19
34.32/30.93	c (27,0) x[29] = 13
34.32/30.93	c (27,0) x[30] = 29
34.32/30.93	c (27,0) x[31] = 5
34.32/30.93	c (27,0) x[32] = 5
34.32/30.93	c (27,0) x[33] = 23
34.32/30.93	c (27,0) x[34] = 29
34.32/30.93	c (27,0) x[35] = 19
34.32/30.93	c (27,0) x[36] = 13
34.32/30.93	c (27,0) x[37] = 17
34.32/30.93	c (27,0) x[38] = 3
34.32/30.93	c (27,0) x[39] = 5
34.32/30.93	c (27,0) x[40] = 29
34.32/30.93	c (27,0) x[41] = 7
34.32/30.93	c (27,0) x[42] = 3
34.32/30.93	c (27,0) x[43] = 29
34.32/30.93	c (27,0) x[44] = 11
34.32/30.93	c (27,0) x[45] = 19
34.32/30.93	c (27,0) x[46] = 23
34.32/30.93	c (27,0) x[47] = 11
34.32/30.93	c (27,0) x[48] = 13
34.32/30.93	c (27,0) x[49] = 2
34.32/30.93	c (27,0) x[50] = 7
34.32/30.93	c (27,0) x[51] = 17
34.32/30.93	c (27,0) x[52] = 24
34.32/30.93	c (27,0) x[53] = 2
34.32/30.93	c (27,0) x[54] = 17
34.32/30.93	c (27,0) x[55] = 7
34.32/30.93	c (27,0) x[56] = 5
34.32/30.93	c (27,0) x[57] = 2
34.32/30.93	c (27,0) x[58] = 17
34.32/30.93	c (27,0) x[59] = 3
34.32/30.93	c (27,0) x[60] = 13
34.32/30.93	c (27,0) x[61] = 13
34.32/30.93	c (27,0) x[62] = 11
34.32/30.93	c (27,0) x[63] = 19
34.32/30.93	c (27,0) x[64] = 17
34.32/30.93	c (27,0) x[65] = 13
34.32/30.93	c (27,0) x[66] = 17
34.32/30.93	c (27,0) x[67] = 29
34.32/30.93	c (27,0) x[68] = 7
34.32/30.93	c (27,0) x[69] = 19
34.32/30.93	c (27,0) x[70] = 11
34.32/30.93	c (27,0) x[71] = 13
34.32/30.93	c (27,0) x[72] = 5
34.32/30.93	c (27,0) x[73] = 13
34.32/30.93	c (27,0) x[74] = 11
34.32/30.93	c (27,0) x[75] = 19
34.32/30.93	c (27,0) x[76] = 11
34.32/30.93	c (27,0) x[78] = 7
34.32/30.93	c (27,0) x[79] = 2
34.32/30.93	c (27,0) x[80] = 19
34.32/30.93	c (27,0) x[81] = 23
34.32/30.93	c (27,0) x[82] = 17
34.32/30.93	c (27,0) x[83] = 23
34.32/30.93	c (27,0) x[84] = 23
34.32/30.93	c (27,0) x[85] = 11
34.32/30.93	c (27,0) x[86] = 7
34.32/30.93	c (27,0) x[87] = 3
34.32/30.93	c (27,0) x[88] = 11
34.32/30.93	c (27,0) x[89] = 29
34.32/30.93	c (27,0) x[90] = 5
34.32/30.93	c (27,0) x[91] = 2
34.32/30.93	c (27,0) x[92] = 17
34.32/30.93	c (27,0) x[93] = 23
34.32/30.93	c (27,0) x[94] = 29
34.32/30.93	c (27,0) x[95] = 5
34.32/30.93	c (27,0) x[96] = 17
34.32/30.93	c (27,0) x[97] = 17
34.32/30.93	c (27,0) x[98] = 11
34.32/30.93	c (27,0) x[99] = 29
34.32/30.93	s SATISFIABLE
34.32/30.93	v <instantiation>
34.32/30.93	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]</list>
34.32/30.93	v     <values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 17 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 13 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 24 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 13 5 13 11 19 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 11 29</values>
34.32/30.93	v </instantiation>
34.32/30.93	c (27,0) Show results End
34.32/30.93	c (27,0) Heap : 225 MiB used (max 3925 MiB), NonHeap : 19 MiB used (max 0 MiB)
34.32/30.94	c (27,0) 27,27,STOP-AFTER(ALL)
34.32/30.94	c END-Prog: Thu Sep 12 15:19:17 CEST 2019

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4388056-1568294367/watcher-4388056-1568294367 -o /tmp/evaluation-result-4388056-1568294367/solver-4388056-1568294367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568289720-3778 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388056-1568294367.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
Current StackSize limit: 8192 KiB

solver pid=5549, runsolver pid=5546

[startup+0.100142 s]*
/proc/loadavg: 2.01 2.16 2.24 3/234 5566
/proc/meminfo: memFree=16784604/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405373229 115843072 349 33554432000 4194304 5098028 140732458903904 140732458901160 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 349 296 221 0 87 0
[pid=5552] ppid=5549 vsize=15012696 memory=72912 CPUtime=0.12 cores=1,3,5,7
/proc/5552/stat : 5552 (java) S 5549 5549 3746 0 -1 1077944320 6992 0 0 0 10 2 0 0 20 0 15 0 405373229 15373000704 18228 33554432000 4194304 4196468 140733160410080 140733160392624 140708080803575 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
/proc/5552/statm: 3753174 18228 2938 1 0 3715579 0
[pid=5552/tid=5553] ppid=5549 vsize=15012696 memory=-2915664431881770398 CPUtime=0.09 cores=1,3,5,7
/proc/5552/task/5553/stat : 5553 (java) R 5549 5549 3746 0 -1 4202560 4801 0 0 0 7 2 0 0 20 0 15 0 405373230 15373000704 18228 33554432000 4194304 4196468 140733160410080 140708052598736 140708063299648 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5554] ppid=5549 vsize=15012696 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5554/stat : 5554 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 18228 33554432000 4194304 4196468 140733160410080 140708085046416 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5555] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5555/stat : 5555 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707899202576 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5556] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5556/stat : 5556 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707898149776 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5557] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5557/stat : 5557 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707897096976 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5558] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5558/stat : 5558 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707051145584 140708080814722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5559] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5559/stat : 5559 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 18228 33554432000 4194304 4196468 140733160410080 140706685379616 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5560] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5560/stat : 5560 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373234 15373000704 18228 33554432000 4194304 4196468 140733160410080 140706416943984 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5561] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5561/stat : 5561 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140706042435408 140708080822171 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5562] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5562/stat : 5562 (java) S 5549 5549 3746 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707050093424 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5563] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5563/stat : 5563 (java) S 5549 5549 3746 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707049040624 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5564] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0.01 cores=1,3,5,7
/proc/5552/task/5564/stat : 5564 (java) S 5549 5549 3746 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707047987824 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5565] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5565/stat : 5565 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140705544530656 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5566] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5566/stat : 5566 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 18228 33554432000 4194304 4196468 140733160410080 140707046935216 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74308 KiB

[startup+0.210878 s]*
/proc/loadavg: 2.01 2.16 2.24 3/234 5566
/proc/meminfo: memFree=16766568/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405373229 115843072 349 33554432000 4194304 5098028 140732458903904 140732458901160 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 349 296 221 0 87 0
[pid=5552] ppid=5549 vsize=15012696 memory=87996 CPUtime=0.25 cores=1,3,5,7
/proc/5552/stat : 5552 (java) S 5549 5549 3746 0 -1 1077944320 12073 0 0 0 22 3 0 0 20 0 15 0 405373229 15373000704 21999 33554432000 4194304 4196468 140733160410080 140733160392624 140708080803575 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
/proc/5552/statm: 3753174 21999 2944 1 0 3715579 0
[pid=5552/tid=5553] ppid=5549 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/5552/task/5553/stat : 5553 (java) R 5549 5549 3746 0 -1 4202560 9831 0 0 0 17 3 0 0 20 0 15 0 405373230 15373000704 21999 33554432000 4194304 4196468 140733160410080 140708052602960 140708064884062 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5554] ppid=5549 vsize=15012696 memory=345 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5554/stat : 5554 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 21999 33554432000 4194304 4196468 140733160410080 140708085046416 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5555] ppid=5549 vsize=15012696 memory=139815052971307 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5555/stat : 5555 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707899202576 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5556] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5556/stat : 5556 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707898149776 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5557] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5557/stat : 5557 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707897096976 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5558] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5558/stat : 5558 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707051145584 140708080814722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5559] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5559/stat : 5559 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 21999 33554432000 4194304 4196468 140733160410080 140706685379616 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5560] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5560/stat : 5560 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373234 15373000704 21999 33554432000 4194304 4196468 140733160410080 140706416943984 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5561] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5561/stat : 5561 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140706042435408 140708080822171 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5562] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5562/stat : 5562 (java) S 5549 5549 3746 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707050093424 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5563] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5563/stat : 5563 (java) S 5549 5549 3746 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707049040624 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5564] ppid=5549 vsize=15012696 memory=139815052965504 CPUtime=0.03 cores=1,3,5,7
/proc/5552/task/5564/stat : 5564 (java) R 5549 5549 3746 0 -1 4202560 439 0 0 0 3 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707047987824 140708064884062 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5565] ppid=5549 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5565/stat : 5565 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140705544530656 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5566] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5566/stat : 5566 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 21999 33554432000 4194304 4196468 140733160410080 140707046935216 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 89392 KiB

[startup+0.310737 s]*
/proc/loadavg: 2.01 2.16 2.24 4/234 5566
/proc/meminfo: memFree=16763516/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405373229 115843072 349 33554432000 4194304 5098028 140732458903904 140732458901160 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 349 296 221 0 87 0
[pid=5552] ppid=5549 vsize=15012696 memory=92228 CPUtime=0.43 cores=1,3,5,7
/proc/5552/stat : 5552 (java) S 5549 5549 3746 0 -1 1077944320 13057 0 0 0 40 3 0 0 20 0 15 0 405373229 15373000704 23057 33554432000 4194304 4196468 140733160410080 140733160392624 140708080803575 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
/proc/5552/statm: 3753174 23057 3063 1 0 3715579 0
[pid=5552/tid=5553] ppid=5549 vsize=15012696 memory=7022364632946311227 CPUtime=0.3 cores=1,3,5,7
/proc/5552/task/5553/stat : 5553 (java) R 5549 5549 3746 0 -1 4202560 10606 0 0 0 27 3 0 0 20 0 15 0 405373230 15373000704 23057 33554432000 4194304 4196468 140733160410080 140708052586592 140708080806914 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5554] ppid=5549 vsize=15012696 memory=288230604707987820 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5554/stat : 5554 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 23057 33554432000 4194304 4196468 140733160410080 140708085046416 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5555] ppid=5549 vsize=15012696 memory=15259242303067664 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5555/stat : 5555 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707899202576 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5556] ppid=5549 vsize=15012696 memory=279629885897072 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5556/stat : 5556 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707898149776 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5557] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5557/stat : 5557 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707897096976 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5558] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5558/stat : 5558 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707051145584 140708080814722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5559] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5559/stat : 5559 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405373233 15373000704 23057 33554432000 4194304 4196468 140733160410080 140706685379616 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5560] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5560/stat : 5560 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373234 15373000704 23057 33554432000 4194304 4196468 140733160410080 140706416943984 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5561] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5561/stat : 5561 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140706042435408 140708080822171 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5562] ppid=5549 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5552/task/5562/stat : 5562 (java) S 5549 5549 3746 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707050093424 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5563] ppid=5549 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5552/task/5563/stat : 5563 (java) S 5549 5549 3746 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707049040624 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5564] ppid=5549 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5552/task/5564/stat : 5564 (java) S 5549 5549 3746 0 -1 1077944384 481 0 0 0 7 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707047987824 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5565] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5565/stat : 5565 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140705544530656 140708080813781 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5566] ppid=5549 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5566/stat : 5566 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373236 15373000704 23057 33554432000 4194304 4196468 140733160410080 140707046935216 140708080814722 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 93624 KiB

[startup+0.702673 s]
/proc/loadavg: 2.01 2.16 2.24 3/234 5566
/proc/meminfo: memFree=16741560/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405373229 115843072 349 33554432000 4194304 5098028 140732458903904 140732458901160 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 349 296 221 0 87 0
[pid=5552] ppid=5549 vsize=15021092 memory=130316 CPUtime=1.02 cores=1,3,5,7
/proc/5552/stat : 5552 (java) S 5549 5549 3746 0 -1 1077944320 20407 0 0 0 96 6 0 0 20 0 15 0 405373229 15381598208 32579 33554432000 4194304 4196468 140733160410080 140733160392624 140708080803575 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
/proc/5552/statm: 3755273 32579 3215 1 0 3716603 0
[pid=5552/tid=5553] ppid=5549 vsize=15021092 memory=1778988877057 CPUtime=0.68 cores=1,3,5,7
/proc/5552/task/5553/stat : 5553 (java) R 5549 5549 3746 0 -1 4202560 17505 0 0 0 63 5 0 0 20 0 15 0 405373230 15381598208 32579 33554432000 4194304 4196468 140733160410080 140708052634672 140708080824922 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5554] ppid=5549 vsize=15021092 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5554/stat : 5554 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405373231 15381598208 32579 33554432000 4194304 4196468 140733160410080 140708085046416 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5555] ppid=5549 vsize=15021092 memory=3928 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5555/stat : 5555 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707899202576 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5556] ppid=5549 vsize=15021092 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5556/stat : 5556 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707898149776 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5557] ppid=5549 vsize=15021092 memory=1676 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5557/stat : 5557 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373231 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707897096976 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5558] ppid=5549 vsize=15021092 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5558/stat : 5558 (java) S 5549 5549 3746 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405373233 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707051145584 140708080814722 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5559] ppid=5549 vsize=15021092 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5559/stat : 5559 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405373233 15381598208 32579 33554432000 4194304 4196468 140733160410080 140706685379616 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5560] ppid=5549 vsize=15021092 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5560/stat : 5560 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373234 15381598208 32579 33554432000 4194304 4196468 140733160410080 140706416943984 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5561] ppid=5549 vsize=15021092 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5561/stat : 5561 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140706042435408 140708080822171 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5562] ppid=5549 vsize=15021092 memory=7984 CPUtime=0.07 cores=1,3,5,7
/proc/5552/task/5562/stat : 5562 (java) S 5549 5549 3746 0 -1 1077944384 475 0 0 0 7 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707050093424 140708080814722 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5563] ppid=5549 vsize=15021092 memory=10596 CPUtime=0.08 cores=1,3,5,7
/proc/5552/task/5563/stat : 5563 (java) S 5549 5549 3746 0 -1 1077944384 472 0 0 0 8 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707049040624 140708080814722 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5564] ppid=5549 vsize=15021092 memory=14012 CPUtime=0.16 cores=1,3,5,7
/proc/5552/task/5564/stat : 5564 (java) R 5549 5549 3746 0 -1 4202560 623 0 0 0 16 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707047982400 140708073909190 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5565] ppid=5549 vsize=15021092 memory=14080 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5565/stat : 5565 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140705544530656 140708080813781 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
[pid=5552/tid=5566] ppid=5549 vsize=15021092 memory=19928 CPUtime=0 cores=1,3,5,7
/proc/5552/task/5566/stat : 5566 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405373236 15381598208 32579 33554432000 4194304 4196468 140733160410080 140707046935216 140708080814722 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16482304 140733160416042 140733160416410 140733160416410 140733160419279 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 131712 KiB

[startup+1.50088 s]
/proc/loadavg: 2.01 2.16 2.24 3/234 5566
/proc/meminfo: memFree=16716188/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405373229 115843072 349 33554432000 4194304 5098028 140732458903904 140732458901160 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 349 296 221 0 87 0

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

/proc/5568/task/5584/stat : 5584 (java) S 5549 5549 3746 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405373612 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160058807488 140160691719961 0 4 2 25189581 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5586] ppid=5549 vsize=8068440 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5586/stat : 5586 (java) S 5549 5549 3746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 405373613 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158003293488 140160691717277 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5587] ppid=5549 vsize=8068440 memory=508 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5587/stat : 5587 (java) S 5549 5549 3746 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 405373613 8262082560 30827 33554432000 4194304 4196468 140725381863216 140157734863024 140160691717277 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5588] ppid=5549 vsize=8068440 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5588/stat : 5588 (java) S 5549 5549 3746 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405373615 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158137523888 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
Current children cumulated CPU time: 31.99 s
Current children cumulated vsize: 8315500 KiB
Current children cumulated memory: 226372 KiB

[startup+30.402 s]
/proc/loadavg: 2.06 2.16 2.23 3/239 5590
/proc/meminfo: memFree=16619788/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1476 CPUtime=4.83 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 583 25482 0 0 0 0 455 28 20 0 1 0 405373229 115843072 369 33554432000 4194304 5098028 140732458903904 140732458900648 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 369 311 221 0 87 0
[pid=5568] ppid=5549 vsize=8068440 memory=123308 CPUtime=1.39 cores=1,3,5,7
/proc/5568/stat : 5568 (java) S 5549 5549 3746 0 -1 1077944320 20141 0 0 0 130 9 0 0 20 0 19 0 405373511 8262082560 30827 33554432000 4194304 4196468 140725381863216 140725381845760 140160691695351 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
/proc/5568/statm: 2017110 30827 3203 1 0 1978454 0
[pid=5583] ppid=5568 vsize=135816 memory=103256 CPUtime=26.57 cores=1,3,5,7
/proc/5583/stat : 5583 (cryptominisat5) R 5568 5549 3746 0 -1 4202496 98501 0 0 0 2646 11 0 0 20 0 1 0 405373611 139075584 25814 33554432000 4194304 4451008 140733453829280 140733453825208 140394223115360 0 4 0 2 0 0 0 17 3 0 0 0 0 0 6549032 6559120 27557888 140733453833149 140733453833280 140733453833280 140733453836230 0
/proc/5583/statm: 33954 25814 653 63 0 27681 0
[pid=5568/tid=5569] ppid=5549 vsize=8068440 memory=7517461425848348768 CPUtime=0.79 cores=1,3,5,7
/proc/5568/task/5569/stat : 5569 (java) S 5549 5549 3746 0 -1 1077944384 16800 0 0 0 73 6 0 0 20 0 19 0 405373512 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160663535520 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5570] ppid=5549 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5570/stat : 5570 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160695938192 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5571] ppid=5549 vsize=8068440 memory=123308 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5571/stat : 5571 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160496106512 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5572] ppid=5549 vsize=8068440 memory=101412 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5572/stat : 5572 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160495053712 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5573] ppid=5549 vsize=8068440 memory=-7457052372387209120 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5573/stat : 5573 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160494000912 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5574] ppid=5549 vsize=8068440 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5574/stat : 5574 (java) S 5549 5549 3746 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405373514 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160071051632 140160691706498 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5575] ppid=5549 vsize=8068440 memory=1676 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5575/stat : 5575 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405373515 8262082560 30827 33554432000 4194304 4196468 140725381863216 140159546811424 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5576] ppid=5549 vsize=8068440 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5576/stat : 5576 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373515 8262082560 30827 33554432000 4194304 4196468 140725381863216 140159278375792 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5577] ppid=5549 vsize=8068440 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5577/stat : 5577 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405373517 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158903867216 140160691713947 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5578] ppid=5549 vsize=8068440 memory=712 CPUtime=0.15 cores=1,3,5,7
/proc/5568/task/5578/stat : 5578 (java) S 5549 5549 3746 0 -1 1077944384 645 0 0 0 15 0 0 0 20 0 19 0 405373517 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160069999472 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5579] ppid=5549 vsize=8068440 memory=2832 CPUtime=0.15 cores=1,3,5,7
/proc/5568/task/5579/stat : 5579 (java) S 5549 5549 3746 0 -1 1077944384 697 0 0 0 15 0 0 0 20 0 19 0 405373517 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160068946672 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5580] ppid=5549 vsize=8068440 memory=111636 CPUtime=0.23 cores=1,3,5,7
/proc/5568/task/5580/stat : 5580 (java) R 5549 5549 3746 0 -1 1077944384 610 0 0 0 23 0 0 0 20 0 19 0 405373517 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160067893872 140160691706498 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5581] ppid=5549 vsize=8068440 memory=804 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5581/stat : 5581 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405373518 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158405962464 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5582] ppid=5549 vsize=8068440 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5582/stat : 5582 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373518 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160066841264 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5584] ppid=5549 vsize=8068440 memory=916 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5584/stat : 5584 (java) S 5549 5549 3746 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405373612 8262082560 30827 33554432000 4194304 4196468 140725381863216 140160058807488 140160691719961 0 4 2 25189581 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5586] ppid=5549 vsize=8068440 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5586/stat : 5586 (java) R 5549 5549 3746 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 405373613 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158003293488 140160683936741 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5587] ppid=5549 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5587/stat : 5587 (java) S 5549 5549 3746 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 405373613 8262082560 30827 33554432000 4194304 4196468 140725381863216 140157734863024 140160691717277 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5588] ppid=5549 vsize=8068440 memory=7984 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5588/stat : 5588 (java) S 5549 5549 3746 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405373615 8262082560 30827 33554432000 4194304 4196468 140725381863216 140158137523888 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
Current children cumulated CPU time: 32.79 s
Current children cumulated vsize: 8317384 KiB
Current children cumulated memory: 228040 KiB

[startup+30.8013 s]
/proc/loadavg: 2.06 2.16 2.23 3/239 5590
/proc/meminfo: memFree=16619788/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1476 CPUtime=4.83 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 583 25482 0 0 0 0 455 28 20 0 1 0 405373229 115843072 369 33554432000 4194304 5098028 140732458903904 140732458900648 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 369 311 221 0 87 0
[pid=5568] ppid=5549 vsize=8068440 memory=240556 CPUtime=2.6 cores=1,3,5,7
/proc/5568/stat : 5568 (java) S 5549 5549 3746 0 -1 1077944320 26521 0 0 0 249 11 0 0 20 0 19 0 405373511 8262082560 60139 33554432000 4194304 4196468 140725381863216 140725381845760 140160691695351 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
/proc/5568/statm: 2017110 60139 3231 1 0 1978454 0
[pid=5583] ppid=5568 vsize=108120 memory=77188 CPUtime=26.66 cores=1,3,5,7
/proc/5583/stat : 5583 (cryptominisat5) R 5568 5549 3746 0 -1 4202496 98607 0 0 0 2654 12 0 0 20 0 1 0 405373611 110714880 19297 33554432000 4194304 4451008 140733453829280 140733453826568 140394222669426 0 4 0 2 0 0 0 17 3 0 0 0 0 0 6549032 6559120 27557888 140733453833149 140733453833280 140733453833280 140733453836230 0
/proc/5583/statm: 27030 19297 693 63 0 20757 0
[pid=5568/tid=5569] ppid=5549 vsize=8068440 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/5568/task/5569/stat : 5569 (java) S 5549 5549 3746 0 -1 1077944384 16800 0 0 0 73 6 0 0 20 0 19 0 405373512 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160663535520 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5570] ppid=5549 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5570/stat : 5570 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160695938192 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5571] ppid=5549 vsize=8068440 memory=4 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5571/stat : 5571 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160496106512 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5572] ppid=5549 vsize=8068440 memory=23 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5572/stat : 5572 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160495053712 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5573] ppid=5549 vsize=8068440 memory=73 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5573/stat : 5573 (java) S 5549 5549 3746 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405373513 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160494000912 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5574] ppid=5549 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5574/stat : 5574 (java) S 5549 5549 3746 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405373514 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160071051632 140160691706498 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5575] ppid=5549 vsize=8068440 memory=1565 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5575/stat : 5575 (java) S 5549 5549 3746 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405373515 8262082560 60139 33554432000 4194304 4196468 140725381863216 140159546811424 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5576] ppid=5549 vsize=8068440 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5576/stat : 5576 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373515 8262082560 60139 33554432000 4194304 4196468 140725381863216 140159278375792 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5577] ppid=5549 vsize=8068440 memory=288230604624101685 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5577/stat : 5577 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405373517 8262082560 60139 33554432000 4194304 4196468 140725381863216 140158903867216 140160691713947 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5578] ppid=5549 vsize=8068440 memory=13848564522550896 CPUtime=0.52 cores=1,3,5,7
/proc/5568/task/5578/stat : 5578 (java) R 5549 5549 3746 0 -1 4202560 3373 0 0 0 52 0 0 0 20 0 19 0 405373517 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160069984680 140160676622019 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5579] ppid=5549 vsize=8068440 memory=2496 CPUtime=0.53 cores=1,3,5,7
/proc/5568/task/5579/stat : 5579 (java) R 5549 5549 3746 0 -1 4202560 3271 0 0 0 52 1 0 0 20 0 19 0 405373517 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160068939160 140160673218632 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5580] ppid=5549 vsize=8068440 memory=1760 CPUtime=0.32 cores=1,3,5,7
/proc/5568/task/5580/stat : 5580 (java) S 5549 5549 3746 0 -1 1077944384 1389 0 0 0 32 0 0 0 20 0 19 0 405373517 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160067893872 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5581] ppid=5549 vsize=8068440 memory=139814942940017 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5581/stat : 5581 (java) S 5549 5549 3746 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405373518 8262082560 60139 33554432000 4194304 4196468 140725381863216 140158405962464 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5582] ppid=5549 vsize=8068440 memory=139814943173045 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5582/stat : 5582 (java) S 5549 5549 3746 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405373518 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160066841264 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5584] ppid=5549 vsize=8068440 memory=139814943267511 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5584/stat : 5584 (java) S 5549 5549 3746 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405373612 8262082560 60139 33554432000 4194304 4196468 140725381863216 140160058807488 140160691719961 0 4 2 25189581 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5586] ppid=5549 vsize=8068440 memory=139814943247300 CPUtime=0.37 cores=1,3,5,7
/proc/5568/task/5586/stat : 5586 (java) S 5549 5549 3746 0 -1 4202560 307 0 0 0 37 0 0 0 20 0 19 0 405373613 8262082560 60139 33554432000 4194304 4196468 140725381863216 140158003293712 140160691717277 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5587] ppid=5549 vsize=8068440 memory=139814943250332 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5587/stat : 5587 (java) S 5549 5549 3746 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 405373613 8262082560 60139 33554432000 4194304 4196468 140725381863216 140157734863024 140160691717277 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5588] ppid=5549 vsize=8068440 memory=1476 CPUtime=0 cores=1,3,5,7
/proc/5568/task/5588/stat : 5588 (java) S 5549 5549 3746 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405373615 8262082560 60139 33554432000 4194304 4196468 140725381863216 140158137523888 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
Current children cumulated CPU time: 34.09 s
Current children cumulated vsize: 8289688 KiB
Current children cumulated memory: 319220 KiB

[startup+30.901 s]
/proc/loadavg: 2.06 2.16 2.23 3/239 5590
/proc/meminfo: memFree=16619788/32770624 swapFree=66997568/67108860
[pid=5549] ppid=5546 vsize=113128 memory=1476 CPUtime=4.83 cores=1,3,5,7
/proc/5549/stat : 5549 (scop.sh) S 5546 5549 3746 0 -1 4202496 583 25482 0 0 0 0 455 28 20 0 1 0 405373229 115843072 369 33554432000 4194304 5098028 140732458903904 140732458900648 139952415105660 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31457280 140732458906467 140732458906736 140732458906736 140732458909645 0
/proc/5549/statm: 28282 369 311 221 0 87 0
[pid=5568] ppid=5549 vsize=7937364 memory=244332 CPUtime=29.49 cores=1,3,5,7
/proc/5568/stat : 5568 (java) S 5549 5549 3746 0 -1 1077944320 26901 98642 0 0 270 11 2656 12 20 0 17 0 405373511 8127860736 61083 33554432000 4194304 4196468 140725381863216 140725381845760 140160691695351 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
/proc/5568/statm: 1984341 61083 3233 1 0 1945685 0
[pid=5568/tid=5569] ppid=5549 vsize=7937364 memory=208752 CPUtime=27.56 cores=1,3,5,7
/proc/5568/task/5569/stat : 5569 (java) R 5549 5549 3746 0 -1 4202560 17044 98642 0 0 81 7 2656 12 20 0 17 0 405373512 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160663512416 140160167712004 0 4 2 25189581 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5570] ppid=5549 vsize=7937364 memory=1476 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5570/stat : 5570 (java) S 5549 5549 3746 0 -1 1077944384 1 98642 0 0 0 0 2656 12 20 0 17 0 405373513 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160695938192 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5571] ppid=5549 vsize=7937364 memory=279629886085088 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5571/stat : 5571 (java) S 5549 5549 3746 0 -1 1077944384 1 98642 0 0 0 0 2656 12 20 0 17 0 405373513 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160496106512 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5572] ppid=5549 vsize=7937364 memory=-7965959130280075168 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5572/stat : 5572 (java) S 5549 5549 3746 0 -1 1077944384 1 98642 0 0 0 0 2656 12 20 0 17 0 405373513 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160495053712 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5573] ppid=5549 vsize=7937364 memory=15 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5573/stat : 5573 (java) S 5549 5549 3746 0 -1 1077944384 2 98642 0 0 0 0 2656 12 20 0 17 0 405373513 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160494000912 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5574] ppid=5549 vsize=7937364 memory=15 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5574/stat : 5574 (java) S 5549 5549 3746 0 -1 1077944384 5 98642 0 0 0 0 2656 12 20 0 17 0 405373514 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160071051632 140160691706498 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5575] ppid=5549 vsize=7937364 memory=279629886206000 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5575/stat : 5575 (java) S 5549 5549 3746 0 -1 1077944384 13 98642 0 0 0 0 2656 12 20 0 17 0 405373515 8127860736 61083 33554432000 4194304 4196468 140725381863216 140159546811424 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5576] ppid=5549 vsize=7937364 memory=7809901913577187175 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5576/stat : 5576 (java) S 5549 5549 3746 0 -1 1077944384 1 98642 0 0 0 0 2656 12 20 0 17 0 405373515 8127860736 61083 33554432000 4194304 4196468 140725381863216 140159278375792 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5577] ppid=5549 vsize=7937364 memory=3471202396320846929 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5577/stat : 5577 (java) S 5549 5549 3746 0 -1 1077944384 3 98642 0 0 0 0 2656 12 20 0 17 0 405373517 8127860736 61083 33554432000 4194304 4196468 140725381863216 140158903867216 140160691713947 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5578] ppid=5549 vsize=7937364 memory=6655300316396806240 CPUtime=27.26 cores=1,3,5,7
/proc/5568/task/5578/stat : 5578 (java) R 5549 5549 3746 0 -1 4202560 3434 98642 0 0 58 0 2656 12 20 0 17 0 405373517 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160069999472 140160673213728 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5579] ppid=5549 vsize=7937364 memory=7086529915128342380 CPUtime=27.26 cores=1,3,5,7
/proc/5568/task/5579/stat : 5579 (java) R 5549 5549 3746 0 -1 1077944384 3281 98642 0 0 57 1 2656 12 20 0 17 0 405373517 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160068946672 140160691706498 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5580] ppid=5549 vsize=7937364 memory=101252 CPUtime=27.02 cores=1,3,5,7
/proc/5568/task/5580/stat : 5580 (java) R 5549 5549 3746 0 -1 4202560 1438 98642 0 0 34 0 2656 12 20 0 17 0 405373517 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160067893872 140160691716698 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5581] ppid=5549 vsize=7937364 memory=1476 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5581/stat : 5581 (java) S 5549 5549 3746 0 -1 1077944384 3 98642 0 0 0 0 2656 12 20 0 17 0 405373518 8127860736 61083 33554432000 4194304 4196468 140725381863216 140158405962464 140160691705557 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5582] ppid=5549 vsize=7937364 memory=123308 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5582/stat : 5582 (java) S 5549 5549 3746 0 -1 1077944384 1 98642 0 0 0 0 2656 12 20 0 17 0 405373518 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160066841264 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5584] ppid=5549 vsize=7937364 memory=101416 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5584/stat : 5584 (java) S 5549 5549 3746 0 -1 1077944384 31 98642 0 0 0 0 2656 12 20 0 17 0 405373612 8127860736 61083 33554432000 4194304 4196468 140725381863216 140160058806672 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
[pid=5568/tid=5588] ppid=5549 vsize=7937364 memory=0 CPUtime=26.68 cores=1,3,5,7
/proc/5568/task/5588/stat : 5588 (java) S 5549 5549 3746 0 -1 1077944384 27 98642 0 0 0 0 2656 12 20 0 17 0 405373615 8127860736 61083 33554432000 4194304 4196468 140725381863216 140158137525680 140160691706498 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140725381870588 140725381870746 140725381870746 140725381873615 0
Current children cumulated CPU time: 34.32 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 245808 KiB

Child status: 0
Real time (s): 30.9503
CPU time (s): 34.4461
CPU user time (s): 33.8974
CPU system time (s): 0.548701
CPU usage (%): 111.295
Max. virtual memory (cumulated for all children) (KiB): 15140452
Max. memory (cumulated for all children) (KiB): 1111084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8974
system time used= 0.548701
maximum resident set size= 1110048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6339
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 5549
#   total CPU time (s): 34.4461
#   total CPU user time (s): 33.8974
#   total CPU system time (s): 0.548701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.251366 second user time and 0.373325 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-12 15:18:46
IDJOB=4388056
IDBENCH=133432
IDSOLVER=2826
FILE ID=node145/4388056-1568294367
RUNJOBID= node145-1568289720-3778
PBS_JOBID= 21701095
Free space on /tmp= 52520 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-5.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-4388056-1568294367/watcher-4388056-1568294367 -o /tmp/evaluation-result-4388056-1568294367/solver-4388056-1568294367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568289720-3778 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388056-1568294367.xml

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

MD5SUM BENCH= be3388c5d29b2a85b1452e4a694387b2
RANDOM SEED=1024321640

node145.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.59
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.59
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.59
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.59
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:        16844448 kB
MemAvailable:   30743588 kB
Buffers:          132004 kB
Cached:         13834744 kB
SwapCached:         2212 kB
Active:          4176476 kB
Inactive:       10913320 kB
Active(anon):    1119932 kB
Inactive(anon):    43548 kB
Active(file):    3056544 kB
Inactive(file): 10869772 kB
Unevictable:      108488 kB
Mlocked:          108488 kB
SwapTotal:      67108860 kB
SwapFree:       66997568 kB
Dirty:             20692 kB
Writeback:             0 kB
AnonPages:       1233760 kB
Mapped:            55460 kB
Shmem:             32328 kB
Slab:             429684 kB
SReclaimable:     401284 kB
SUnreclaim:        28400 kB
KernelStack:        4096 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7171124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52500 MiB
End job on node145 at 2019-09-12 15:19:17