Trace number 4295823

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
scop order+MapleCOMSPS (2018-06-13)SAT 394.459 385.113

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
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 benchmark394.459
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Thu Jul 26 08:11:17 CEST 2018
0.66/0.55	c PID: 6904
0.66/0.55	c IP: 172.20.3.150
0.66/0.55	c HOST: node150.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.08/1.12	c (0,0) Parsing End
2.08/1.13	c (0,0) CSP: 276 int (0 aux), 0 bool (0 aux), 266 ctr, max domain size 144
2.08/1.13	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.08/1.13	c (0,0) Constraint Name Generate Begin
2.08/1.15	c (0,0) Ctr:HOME/instance-4295823-1532585477.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
2.08/1.15	c (0,0) Constraint Name Generate End
2.08/1.15	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.08/1.15	c (0,0) CSP to CSPinCNF Begin
3.69/1.79	c (1,1) translated 27 (10%) constraints
4.29/1.99	c (1,1) translated 54 (20%) constraints
4.92/2.13	c (1,1) translated 80 (30%) constraints
5.19/2.24	c (1,1) translated 107 (40%) constraints
5.41/2.35	c (1,1) translated 133 (50%) constraints
5.41/2.36	c (1,1) translated 160 (60%) constraints
5.41/2.37	c (1,1) translated 187 (70%) constraints
5.41/2.37	c (1,1) translated 213 (80%) constraints
5.41/2.38	c (1,1) translated 240 (90%) constraints
5.41/2.38	c (1,1) translated 266 (100%) constraints
5.95/2.53	c (2,1) STATISTICS1:HOME/instance-4295823-1532585477.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,276,20784,144,144,12,3,144:264;12:1320;1:264,144:19140;12:21120;1:1908,12:48;3:19008;2:1584;1:144,3:264;2:1584;1:57624,
5.95/2.53	c (2,1) ===========================================
5.95/2.53	c (2,1) Order
5.95/2.53	c (2,1) ===========================================
6.67/2.75	c (2,2) translated 2079 (10%) constraints
7.30/2.95	c (2,2) translated 4157 (20%) constraints
7.93/3.13	c (2,2) translated 6236 (30%) constraints
8.21/3.28	c (2,2) translated 8314 (40%) constraints
8.71/3.40	c (2,2) translated 10392 (50%) constraints
8.82/3.52	c (2,2) translated 12471 (60%) constraints
8.95/3.63	c (3,3) translated 14549 (70%) constraints
9.05/3.74	c (3,3) translated 16628 (80%) constraints
9.17/3.86	c (3,3) translated 18706 (90%) constraints
9.27/3.98	c (3,3) translated 20784 (100%) constraints
9.27/3.98	c (3,3) CSP to CSPinCNF End
9.27/3.98	c (3,3) CSP: 276 int (0 aux), 1728 bool (1728 aux), 58944 ctr, max domain size 144
9.27/3.98	c (3,3) Heap : 901 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
9.27/3.98	c (3,3) CSPinCNF Propagation Begin
10.99/4.55	c (4,3) 492 values, 5292 unsatisfiable literals, and 8112 valid clauses are removed
10.99/4.55	c (4,3) CSPinCNF Propagation End
10.99/4.55	c (4,3) CSP: 456 int (180 aux), 1548 bool (1548 aux), 50832 ctr, max domain size 142
10.99/4.55	c (4,3) Heap : 1126 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
10.99/4.55	c (4,4) Simplify CSPinCNF Begin
11.56/4.76	c (4,4) Simplify CSPinCNF End
11.56/4.76	c (4,4) CSP: 456 int (180 aux), 4620 bool (4620 aux), 53904 ctr, max domain size 142
11.56/4.76	c (4,4) Heap : 1182 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.56/4.76	c (4,4) Calculate Precise Domain Begin
11.56/4.76	c (4,4) 0 values are removed by re-calculation
11.56/4.76	c (4,4) Calculate Precise Domain End
11.56/4.76	c (4,4) CSP: 456 int (180 aux), 4620 bool (4620 aux), 53904 ctr, max domain size 142
11.56/4.76	c (4,4) Heap : 1182 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.56/4.76	c (4,4) CSPinCNF to SatSolver Begin
12.57/5.10	c (4,4) 5391 (10 %) CSP clauses are encoded (23992 SAT variables, 52058 SAT clauses)
12.88/5.15	c (4,4) 10781 (20 %) CSP clauses are encoded (23992 SAT variables, 57448 SAT clauses)
12.88/5.19	c (4,4) 16172 (30 %) CSP clauses are encoded (23992 SAT variables, 62839 SAT clauses)
13.16/5.23	c (4,4) 21562 (40 %) CSP clauses are encoded (23992 SAT variables, 68229 SAT clauses)
13.16/5.25	c (4,4) 26952 (50 %) CSP clauses are encoded (23992 SAT variables, 73619 SAT clauses)
13.16/5.28	c (4,4) 32343 (60 %) CSP clauses are encoded (23992 SAT variables, 79010 SAT clauses)
13.34/5.30	c (4,4) 37733 (70 %) CSP clauses are encoded (23992 SAT variables, 84400 SAT clauses)
13.34/5.32	c (4,4) 43124 (80 %) CSP clauses are encoded (23992 SAT variables, 89791 SAT clauses)
13.34/5.35	c (4,4) 48514 (90 %) CSP clauses are encoded (23992 SAT variables, 95181 SAT clauses)
13.51/5.46	c (4,4) 53904 (100 %) CSP clauses are encoded (23992 SAT variables, 135474 SAT clauses)
13.51/5.46	c (4,4) CSPinCNF to SatSolver End
13.51/5.46	c (4,4) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
14.12/5.69	c (5,5) STATISTICS2:HOME/instance-4295823-1532585477.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,5076,53904,144,142,10,3,144:180;121:72;100:12;12:1440;11:968;10:232;1:432,142:20448;141:5076;129:8772;128:512;116:1392;12:26460;11:9648;10:1460;2:53732;1:432,10:44;3:16436;2:37160;1:264,3:264;2:3072;1:120996,
14.12/5.69	c (5,5) SatSolver.solve Begin
14.12/5.69	c (5,5) 23992 bool, 135572 clause
14.12/5.70	c (5,5) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4295823-1532585477.xml-scop-6904.cnf HOME/instance-4295823-1532585477.xml-scop-6904.cnf.out
394.18/385.02	c (384,0) c This is COMiniSatPS.
394.18/385.02	c (384,0) c WARNING: for repeatability, setting FPU to use double precision
394.18/385.02	c (384,0) c ============================[ Problem Statistics ]=============================
394.18/385.02	c (384,0) c |                                                                             |
394.18/385.02	c (384,0) c |  Number of variables:         23992                                         |
394.18/385.02	c (384,0) c |  Number of clauses:          135572                                         |
394.18/385.02	c (384,0) c |  Parse time:                   0.04 s                                       |
394.18/385.02	c (384,0) c |  Eliminated clauses:           0.42 Mb                                      |
394.18/385.02	c (384,0) c Reduced to 13791 vars, 102909 cls (grow=0)
394.18/385.02	c (384,0) c |  Eliminated clauses:           0.65 Mb                                      |
394.18/385.02	c (384,0) c Reduced to 10512 vars, 105216 cls (grow=8)
394.18/385.02	c (384,0) c cl_inc_rate=1.022, var_dec_rate=1.312
394.18/385.02	c (384,0) c |  Eliminated clauses:           0.80 Mb                                      |
394.18/385.02	c (384,0) c Reduced to 8762 vars, 110356 cls (grow=16)
394.18/385.02	c (384,0) c cl_inc_rate=1.049, var_dec_rate=1.200
394.18/385.02	c (384,0) c |  Eliminated clauses:           0.93 Mb                                      |
394.18/385.02	c (384,0) c Reduced to 7554 vars, 119116 cls (grow=32)
394.18/385.02	c (384,0) c cl_inc_rate=1.079, var_dec_rate=1.160
394.18/385.02	c (384,0) c |  Eliminated clauses:           1.14 Mb                                      |
394.18/385.02	c (384,0) c Reduced to 6171 vars, 145857 cls (grow=64)
394.18/385.02	c (384,0) c cl_inc_rate=1.224, var_dec_rate=1.224
394.18/385.02	c (384,0) c No. effective iterative eliminations: 4
394.18/385.02	c (384,0) c |  Simplification time:          1.03 s                                       |
394.18/385.02	c (384,0) c |                                                                             |
394.18/385.02	c (384,0) c ============================[ Search Statistics ]==============================
394.18/385.02	c (384,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
394.18/385.02	c (384,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
394.18/385.02	c (384,0) c ===============================================================================
394.18/385.02	c (384,0) c ===============================================================================
394.18/385.02	c (384,0) c restarts              : 85
394.18/385.02	c (384,0) c conflicts             : 893717         (2357 /sec)
394.18/385.02	c (384,0) c decisions             : 1011770        (0.00 % random) (2668 /sec)
394.18/385.02	c (384,0) c propagations          : 733765721      (1935116 /sec)
394.18/385.02	c (384,0) c conflict literals     : 97105878       (26.52 % deleted)
394.18/385.02	c (384,0) c CPU time              : 379.184 s
394.18/385.02	c (384,0) 
394.18/385.02	c (384,0) s SATISFIABLE
394.18/385.05	c (384,5) SatSolver.solve End
394.18/385.05	c (384,5) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
394.18/385.05	c (384,5) Show results Begin
394.18/385.07	c (384,5) x[0][0] = 0
394.18/385.07	c (384,5) x[0][1] = 11
394.18/385.07	c (384,5) x[0][2] = 4
394.18/385.07	c (384,5) x[0][3] = 1
394.18/385.07	c (384,5) x[0][4] = 5
394.18/385.07	c (384,5) x[0][5] = 9
394.18/385.07	c (384,5) x[0][6] = 8
394.18/385.07	c (384,5) x[0][7] = 6
394.18/385.07	c (384,5) x[0][8] = 7
394.18/385.07	c (384,5) x[0][9] = 10
394.18/385.07	c (384,5) x[0][10] = 3
394.18/385.07	c (384,5) x[0][11] = 2
394.18/385.07	c (384,5) x[1][0] = 10
394.18/385.07	c (384,5) x[1][1] = 1
394.18/385.07	c (384,5) x[1][2] = 8
394.18/385.07	c (384,5) x[1][3] = 7
394.18/385.07	c (384,5) x[1][4] = 11
394.18/385.07	c (384,5) x[1][5] = 6
394.18/385.07	c (384,5) x[1][6] = 9
394.18/385.07	c (384,5) x[1][7] = 2
394.18/385.07	c (384,5) x[1][8] = 5
394.18/385.07	c (384,5) x[1][9] = 0
394.18/385.07	c (384,5) x[1][10] = 4
394.18/385.07	c (384,5) x[1][11] = 3
394.18/385.07	c (384,5) x[2][0] = 5
394.18/385.07	c (384,5) x[2][1] = 3
394.18/385.07	c (384,5) x[2][2] = 2
394.18/385.07	c (384,5) x[2][3] = 9
394.18/385.07	c (384,5) x[2][4] = 7
394.18/385.07	c (384,5) x[2][5] = 4
394.18/385.07	c (384,5) x[2][6] = 0
394.18/385.07	c (384,5) x[2][7] = 11
394.18/385.07	c (384,5) x[2][8] = 10
394.18/385.07	c (384,5) x[2][9] = 1
394.18/385.07	c (384,5) x[2][10] = 6
394.18/385.07	c (384,5) x[2][11] = 8
394.18/385.07	c (384,5) x[3][0] = 11
394.18/385.07	c (384,5) x[3][1] = 6
394.18/385.07	c (384,5) x[3][2] = 5
394.18/385.07	c (384,5) x[3][3] = 3
394.18/385.07	c (384,5) x[3][4] = 8
394.18/385.07	c (384,5) x[3][5] = 0
394.18/385.07	c (384,5) x[3][6] = 10
394.18/385.07	c (384,5) x[3][7] = 9
394.18/385.07	c (384,5) x[3][8] = 1
394.18/385.07	c (384,5) x[3][9] = 4
394.18/385.07	c (384,5) x[3][10] = 2
394.18/385.07	c (384,5) x[3][11] = 7
394.18/385.07	c (384,5) x[4][0] = 3
394.18/385.07	c (384,5) x[4][1] = 8
394.18/385.07	c (384,5) x[4][2] = 1
394.18/385.07	c (384,5) x[4][3] = 6
394.18/385.07	c (384,5) x[4][4] = 4
394.18/385.07	c (384,5) x[4][5] = 2
394.18/385.07	c (384,5) x[4][6] = 11
394.18/385.07	c (384,5) x[4][7] = 10
394.18/385.07	c (384,5) x[4][8] = 0
394.18/385.07	c (384,5) x[4][9] = 7
394.18/385.07	c (384,5) x[4][10] = 5
394.18/385.07	c (384,5) x[4][11] = 9
394.18/385.07	c (384,5) x[5][0] = 1
394.18/385.07	c (384,5) x[5][1] = 9
394.18/385.07	c (384,5) x[5][2] = 10
394.18/385.07	c (384,5) x[5][3] = 4
394.18/385.07	c (384,5) x[5][4] = 0
394.18/385.07	c (384,5) x[5][5] = 5
394.18/385.07	c (384,5) x[5][6] = 7
394.18/385.07	c (384,5) x[5][7] = 3
394.18/385.07	c (384,5) x[5][8] = 11
394.18/385.07	c (384,5) x[5][9] = 2
394.18/385.07	c (384,5) x[5][10] = 8
394.18/385.07	c (384,5) x[5][11] = 6
394.18/385.07	c (384,5) x[6][0] = 4
394.18/385.07	c (384,5) x[6][1] = 2
394.18/385.07	c (384,5) x[6][2] = 7
394.18/385.07	c (384,5) x[6][3] = 0
394.18/385.07	c (384,5) x[6][4] = 9
394.18/385.08	c (384,5) x[6][5] = 8
394.18/385.08	c (384,5) x[6][6] = 6
394.18/385.08	c (384,5) x[6][7] = 1
394.18/385.08	c (384,5) x[6][8] = 3
394.18/385.08	c (384,5) x[6][9] = 5
394.18/385.08	c (384,5) x[6][10] = 11
394.18/385.08	c (384,5) x[6][11] = 10
394.18/385.08	c (384,5) x[7][0] = 2
394.18/385.08	c (384,5) x[7][1] = 4
394.18/385.08	c (384,5) x[7][2] = 0
394.18/385.08	c (384,5) x[7][3] = 10
394.18/385.08	c (384,5) x[7][4] = 1
394.18/385.08	c (384,5) x[7][5] = 11
394.18/385.08	c (384,5) x[7][6] = 3
394.18/385.08	c (384,5) x[7][7] = 7
394.18/385.08	c (384,5) x[7][8] = 6
394.18/385.08	c (384,5) x[7][9] = 8
394.18/385.08	c (384,5) x[7][10] = 9
394.18/385.08	c (384,5) x[7][11] = 5
394.18/385.08	c (384,5) x[8][0] = 9
394.18/385.08	c (384,5) x[8][1] = 10
394.18/385.08	c (384,5) x[8][2] = 3
394.18/385.08	c (384,5) x[8][3] = 2
394.18/385.08	c (384,5) x[8][4] = 6
394.18/385.08	c (384,5) x[8][5] = 7
394.18/385.08	c (384,5) x[8][6] = 4
394.18/385.08	c (384,5) x[8][7] = 5
394.18/385.08	c (384,5) x[8][8] = 8
394.18/385.08	c (384,5) x[8][9] = 11
394.18/385.08	c (384,5) x[8][10] = 0
394.18/385.08	c (384,5) x[8][11] = 1
394.18/385.08	c (384,5) x[9][0] = 8
394.18/385.08	c (384,5) x[9][1] = 5
394.18/385.08	c (384,5) x[9][2] = 6
394.18/385.08	c (384,5) x[9][3] = 11
394.18/385.08	c (384,5) x[9][4] = 10
394.18/385.08	c (384,5) x[9][5] = 3
394.18/385.08	c (384,5) x[9][6] = 1
394.18/385.08	c (384,5) x[9][7] = 0
394.18/385.08	c (384,5) x[9][8] = 2
394.18/385.08	c (384,5) x[9][9] = 9
394.18/385.08	c (384,5) x[9][10] = 7
394.18/385.08	c (384,5) x[9][11] = 4
394.18/385.08	c (384,5) x[10][0] = 6
394.18/385.08	c (384,5) x[10][1] = 7
394.18/385.08	c (384,5) x[10][2] = 11
394.18/385.08	c (384,5) x[10][3] = 8
394.18/385.08	c (384,5) x[10][4] = 2
394.18/385.08	c (384,5) x[10][5] = 1
394.18/385.08	c (384,5) x[10][6] = 5
394.18/385.08	c (384,5) x[10][7] = 4
394.18/385.08	c (384,5) x[10][8] = 9
394.18/385.08	c (384,5) x[10][9] = 3
394.18/385.08	c (384,5) x[10][10] = 10
394.18/385.08	c (384,5) x[10][11] = 0
394.18/385.08	c (384,5) x[11][0] = 7
394.18/385.08	c (384,5) x[11][1] = 0
394.18/385.08	c (384,5) x[11][2] = 9
394.18/385.08	c (384,5) x[11][3] = 5
394.18/385.08	c (384,5) x[11][4] = 3
394.18/385.08	c (384,5) x[11][5] = 10
394.18/385.08	c (384,5) x[11][6] = 2
394.18/385.08	c (384,5) x[11][7] = 8
394.18/385.08	c (384,5) x[11][8] = 4
394.18/385.08	c (384,5) x[11][9] = 6
394.18/385.08	c (384,5) x[11][10] = 1
394.18/385.08	c (384,5) x[11][11] = 11
394.18/385.08	c (384,5) y[0][1] = 131
394.18/385.08	c (384,5) y[0][2] = 64
394.18/385.08	c (384,5) y[0][3] = 133
394.18/385.08	c (384,5) y[0][4] = 41
394.18/385.08	c (384,5) y[0][5] = 21
394.18/385.08	c (384,5) y[0][6] = 56
394.18/385.08	c (384,5) y[0][7] = 30
394.18/385.08	c (384,5) y[0][8] = 115
394.18/385.08	c (384,5) y[0][9] = 106
394.18/385.08	c (384,5) y[0][10] = 75
394.18/385.08	c (384,5) y[0][11] = 86
394.18/385.08	c (384,5) y[1][0] = 142
394.18/385.08	c (384,5) y[1][2] = 44
394.18/385.08	c (384,5) y[1][3] = 79
394.18/385.08	c (384,5) y[1][4] = 107
394.18/385.08	c (384,5) y[1][5] = 114
394.18/385.08	c (384,5) y[1][6] = 33
394.18/385.08	c (384,5) y[1][7] = 50
394.18/385.08	c (384,5) y[1][8] = 125
394.18/385.08	c (384,5) y[1][9] = 60
394.18/385.08	c (384,5) y[1][10] = 88
394.18/385.08	c (384,5) y[1][11] = 3
394.18/385.08	c (384,5) y[2][0] = 53
394.18/385.08	c (384,5) y[2][1] = 99
394.18/385.08	c (384,5) y[2][3] = 69
394.18/385.08	c (384,5) y[2][4] = 19
394.18/385.08	c (384,5) y[2][5] = 124
394.18/385.08	c (384,5) y[2][6] = 84
394.18/385.08	c (384,5) y[2][7] = 11
394.18/385.08	c (384,5) y[2][8] = 46
394.18/385.08	c (384,5) y[2][9] = 73
394.18/385.08	c (384,5) y[2][10] = 138
394.18/385.08	c (384,5) y[2][11] = 116
394.18/385.08	c (384,5) y[3][0] = 23
394.18/385.08	c (384,5) y[3][1] = 90
394.18/385.08	c (384,5) y[3][2] = 113
394.18/385.08	c (384,5) y[3][4] = 80
394.18/385.08	c (384,5) y[3][5] = 48
394.18/385.08	c (384,5) y[3][6] = 10
394.18/385.08	c (384,5) y[3][7] = 129
394.18/385.08	c (384,5) y[3][8] = 25
394.18/385.08	c (384,5) y[3][9] = 136
394.18/385.08	c (384,5) y[3][10] = 98
394.18/385.08	c (384,5) y[3][11] = 67
394.18/385.08	c (384,5) y[4][0] = 63
394.18/385.08	c (384,5) y[4][1] = 140
394.18/385.08	c (384,5) y[4][2] = 85
394.18/385.08	c (384,5) y[4][3] = 102
394.18/385.08	c (384,5) y[4][5] = 2
394.18/385.08	c (384,5) y[4][6] = 119
394.18/385.08	c (384,5) y[4][7] = 22
394.18/385.08	c (384,5) y[4][8] = 72
394.18/385.08	c (384,5) y[4][9] = 127
394.18/385.08	c (384,5) y[4][10] = 29
394.18/385.08	c (384,5) y[4][11] = 45
394.18/385.08	c (384,5) y[5][0] = 109
394.18/385.08	c (384,5) y[5][1] = 81
394.18/385.08	c (384,5) y[5][2] = 58
394.18/385.08	c (384,5) y[5][3] = 4
394.18/385.08	c (384,5) y[5][4] = 24
394.18/385.08	c (384,5) y[5][6] = 103
394.18/385.08	c (384,5) y[5][7] = 135
394.18/385.08	c (384,5) y[5][8] = 95
394.18/385.08	c (384,5) y[5][9] = 38
394.18/385.08	c (384,5) y[5][10] = 20
394.18/385.08	c (384,5) y[5][11] = 126
394.18/385.08	c (384,5) y[6][0] = 100
394.18/385.08	c (384,5) y[6][1] = 110
394.18/385.08	c (384,5) y[6][2] = 7
394.18/385.08	c (384,5) y[6][3] = 120
394.18/385.08	c (384,5) y[6][4] = 141
394.18/385.08	c (384,5) y[6][5] = 92
394.18/385.08	c (384,5) y[6][7] = 37
394.18/385.08	c (384,5) y[6][8] = 51
394.18/385.08	c (384,5) y[6][9] = 17
394.18/385.08	c (384,5) y[6][10] = 71
394.18/385.08	c (384,5) y[6][11] = 34
394.18/385.08	c (384,5) y[7][0] = 74
394.18/385.08	c (384,5) y[7][1] = 28
394.18/385.08	c (384,5) y[7][2] = 132
394.18/385.08	c (384,5) y[7][3] = 118
394.18/385.08	c (384,5) y[7][4] = 121
394.18/385.08	c (384,5) y[7][5] = 47
394.18/385.08	c (384,5) y[7][6] = 15
394.18/385.08	c (384,5) y[7][8] = 66
394.18/385.08	c (384,5) y[7][9] = 8
394.18/385.08	c (384,5) y[7][10] = 57
394.18/385.08	c (384,5) y[7][11] = 101
394.18/385.08	c (384,5) y[8][0] = 93
394.18/385.08	c (384,5) y[8][1] = 70
394.18/385.08	c (384,5) y[8][2] = 123
394.18/385.08	c (384,5) y[8][3] = 14
394.18/385.08	c (384,5) y[8][4] = 6
394.18/385.08	c (384,5) y[8][5] = 139
394.18/385.08	c (384,5) y[8][6] = 40
394.18/385.08	c (384,5) y[8][7] = 77
394.18/385.08	c (384,5) y[8][9] = 35
394.18/385.08	c (384,5) y[8][10] = 108
394.18/385.08	c (384,5) y[8][11] = 49
394.18/385.08	c (384,5) y[9][0] = 128
394.18/385.08	c (384,5) y[9][1] = 5
394.18/385.08	c (384,5) y[9][2] = 18
394.18/385.08	c (384,5) y[9][3] = 59
394.18/385.08	c (384,5) y[9][4] = 94
394.18/385.08	c (384,5) y[9][5] = 27
394.18/385.08	c (384,5) y[9][6] = 61
394.18/385.08	c (384,5) y[9][7] = 96
394.18/385.08	c (384,5) y[9][8] = 134
394.18/385.08	c (384,5) y[9][10] = 43
394.18/385.08	c (384,5) y[9][11] = 76
394.18/385.08	c (384,5) y[10][0] = 42
394.18/385.08	c (384,5) y[10][1] = 55
394.18/385.08	c (384,5) y[10][2] = 83
394.18/385.08	c (384,5) y[10][3] = 32
394.18/385.08	c (384,5) y[10][4] = 62
394.18/385.08	c (384,5) y[10][5] = 97
394.18/385.08	c (384,5) y[10][6] = 137
394.18/385.08	c (384,5) y[10][7] = 112
394.18/385.08	c (384,5) y[10][8] = 9
394.18/385.08	c (384,5) y[10][9] = 87
394.18/385.08	c (384,5) y[10][11] = 12
394.18/385.08	c (384,5) y[11][0] = 31
394.18/385.08	c (384,5) y[11][1] = 36
394.18/385.08	c (384,5) y[11][2] = 105
394.18/385.08	c (384,5) y[11][3] = 89
394.18/385.08	c (384,5) y[11][4] = 111
394.18/385.08	c (384,5) y[11][5] = 82
394.18/385.08	c (384,5) y[11][6] = 122
394.18/385.08	c (384,5) y[11][7] = 68
394.18/385.08	c (384,5) y[11][8] = 16
394.18/385.08	c (384,5) y[11][9] = 54
394.18/385.08	c (384,5) y[11][10] = 1
394.18/385.08	s SATISFIABLE
394.18/385.08	v <instantiation>
394.18/385.08	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][0] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][0] y[2][1] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][0] y[3][1] y[3][2] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][0] y[4][1] y[4][2] y[4][3] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][9] y[8][10] y[8][11] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][10] y[9][11] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][11] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10]</list>
394.18/385.08	v     <values>0 11 4 1 5 9 8 6 7 10 3 2 10 1 8 7 11 6 9 2 5 0 4 3 5 3 2 9 7 4 0 11 10 1 6 8 11 6 5 3 8 0 10 9 1 4 2 7 3 8 1 6 4 2 11 10 0 7 5 9 1 9 10 4 0 5 7 3 11 2 8 6 4 2 7 0 9 8 6 1 3 5 11 10 2 4 0 10 1 11 3 7 6 8 9 5 9 10 3 2 6 7 4 5 8 11 0 1 8 5 6 11 10 3 1 0 2 9 7 4 6 7 11 8 2 1 5 4 9 3 10 0 7 0 9 5 3 10 2 8 4 6 1 11 131 64 133 41 21 56 30 115 106 75 86 142 44 79 107 114 33 50 125 60 88 3 53 99 69 19 124 84 11 46 73 138 116 23 90 113 80 48 10 129 25 136 98 67 63 140 85 102 2 119 22 72 127 29 45 109 81 58 4 24 103 135 95 38 20 126 100 110 7 120 141 92 37 51 17 71 34 74 28 132 118 121 47 15 66 8 57 101 93 70 123 14 6 139 40 77 35 108 49 128 5 18 59 94 27 61 96 134 43 76 42 55 83 32 62 97 137 112 9 87 12 31 36 105 89 111 82 122 68 16 54 1</values>
394.18/385.08	v </instantiation>
394.18/385.08	c (384,5) Show results End
394.18/385.08	c (384,5) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
394.18/385.08	c (384,5) 0,0,3,4,4,4,4,384,384,STOP-AFTER(ALL)
394.18/385.08	c END-Prog: Thu Jul 26 08:17:42 CEST 2018

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 (9863 MiB free)
  memory of node 1: 16384 MiB (13062 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295823-1532585477/watcher-4295823-1532585477 -o /tmp/evaluation-result-4295823-1532585477/solver-4295823-1532585477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295823-1532585477.xml 

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

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

solver pid=6904, runsolver pid=6901

[startup+0.100093 s]*
/proc/loadavg: 2.72 2.35 2.16 3/220 6919
/proc/meminfo: memFree=23419164/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15011656 memory=70076 CPUtime=0.11 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 6241 0 0 0 9 2 0 0 20 0 15 0 76110951 15371935744 17519 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3752914 17519 2782 1 0 3715374 0
[pid=6904/tid=6906] ppid=6901 vsize=15011656 memory=7100839887183514216 CPUtime=0.09 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) R 6901 6904 32649 0 -1 4202560 4580 0 0 0 7 2 0 0 20 0 15 0 76110952 15371935744 17783 33554432000 4194304 4196468 140723324983888 140233624658312 140233633122141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 17783 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 17783 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 17849 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 17849 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 17849 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0.01 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) S 6901 6904 32649 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232619944560 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 17849 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 70076 KiB

[startup+0.210303 s]*
/proc/loadavg: 2.72 2.35 2.16 3/220 6919
/proc/meminfo: memFree=23401888/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15011656 memory=86184 CPUtime=0.25 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 10463 0 0 0 22 3 0 0 20 0 15 0 76110951 15371935744 21546 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3752914 21546 2940 1 0 3715374 0
[pid=6904/tid=6906] ppid=6901 vsize=15011656 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) R 6901 6904 32649 0 -1 4202560 8335 0 0 0 17 3 0 0 20 0 15 0 76110952 15371935744 21546 33554432000 4194304 4196468 140723324983888 140233624671376 140233115007568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15011656 memory=288230617609666583 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 21546 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15011656 memory=288370887040845440 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 21546 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 21546 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 21546 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 21546 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) S 6901 6904 32649 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0.03 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) R 6901 6904 32649 0 -1 4202560 310 0 0 0 3 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232619944560 140233632205300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 21546 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86184 KiB

[startup+0.310314 s]*
/proc/loadavg: 2.72 2.35 2.16 3/220 6919
/proc/meminfo: memFree=23398912/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15011656 memory=89704 CPUtime=0.42 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 11014 0 0 0 39 3 0 0 20 0 15 0 76110951 15371935744 22426 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3752914 22426 2980 1 0 3715374 0
[pid=6904/tid=6906] ppid=6901 vsize=15011656 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) R 6901 6904 32649 0 -1 4202560 8691 0 0 0 27 3 0 0 20 0 15 0 76110952 15371935744 22426 33554432000 4194304 4196468 140723324983888 140233624650480 140233114942304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15011656 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 22426 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 22426 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15011656 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 22426 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15011656 memory=140510727610575 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15371935744 22426 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15011656 memory=140510727631311 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76110955 15371935744 22426 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15011656 memory=281021455234944 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15011656 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) R 6901 6904 32649 0 -1 4202560 428 0 0 0 3 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232622050160 140233630480976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15011656 memory=140510727643023 CPUtime=0.01 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) R 6901 6904 32649 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15011656 memory=140510889133696 CPUtime=0.07 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) R 6901 6904 32649 0 -1 4202560 353 0 0 0 7 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232619944560 140233632210488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15011656 memory=140510727648159 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15011656 memory=140510965244647 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) R 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110958 15371935744 22426 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89704 KiB

[startup+0.700919 s]
/proc/loadavg: 2.72 2.35 2.16 3/220 6919
/proc/meminfo: memFree=23377208/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15020052 memory=127700 CPUtime=1 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 17654 0 0 0 95 5 0 0 20 0 15 0 76110951 15380533248 31925 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3755013 31925 3158 1 0 3716398 0
[pid=6904/tid=6906] ppid=6901 vsize=15020052 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) D 6901 6904 32649 0 -1 1077944384 14869 0 0 0 62 5 0 0 20 0 15 0 76110952 15380533248 31925 33554432000 4194304 4196468 140723324983888 140233624662912 140233645525549 0 4 0 25189583 18446744072101727780 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15380533248 31925 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15020052 memory=79 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15380533248 31925 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15020084 memory=1 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110953 15380566016 31925 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15020084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15380566016 31925 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15020084 memory=170193246498398 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76110955 15380566016 31925 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15020052 memory=446415 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76110955 15380533248 31949 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76110955 15380533248 31949 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15380533248 31949 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15020052 memory=7809523229951467574 CPUtime=0.1 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 655 0 0 0 10 0 0 0 20 0 15 0 76110958 15380533248 31949 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15020052 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) R 6901 6904 32649 0 -1 4202560 270 0 0 0 5 0 0 0 20 0 15 0 76110958 15380533248 31949 33554432000 4194304 4196468 140723324983888 140232620997360 140233636814304 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15020084 memory=-3535359994705171810 CPUtime=0.16 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) S 6901 6904 32649 0 -1 1077944384 499 0 0 0 16 0 0 0 20 0 15 0 76110958 15380566016 31949 33554432000 4194304 4196468 140723324983888 140232619944560 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15020084 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76110958 15380566016 31949 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110958 15380533248 31949 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 127700 KiB

[startup+1.5082 s]
/proc/loadavg: 2.72 2.35 2.16 5/220 6919
/proc/meminfo: memFree=23344972/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15022100 memory=192664 CPUtime=3.11 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 21624 0 0 0 303 8 0 0 20 0 15 0 76110951 15382630400 48166 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3755525 48166 3205 1 0 3716910 0
[pid=6904/tid=6906] ppid=6901 vsize=15022100 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) R 6901 6904 32649 0 -1 4202560 16049 0 0 0 141 6 0 0 20 0 15 0 76110952 15382630400 48166 33554432000 4194304 4196468 140723324983888 140233624679664 140233114988276 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15022100 memory=6153415073917325930 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15382630400 48166 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15022100 memory=7013623403556268376 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15382630400 48166 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15022100 memory=7013623403556268376 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76110953 15382630400 48166 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15022100 memory=7013623403556268376 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76110953 15382630400 48166 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76110955 15382630400 48166 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0

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

/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 27 0 0 0 10 10 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6921] ppid=6901 vsize=15683912 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6921/stat : 6921 (java) S 6901 6904 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76111523 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232696173760 140233652870937 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6923] ppid=6901 vsize=15683912 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6923/stat : 6923 (java) S 6901 6904 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230547979440 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6924] ppid=6901 vsize=15683912 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6924/stat : 6924 (java) S 6901 6904 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230279544880 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6925] ppid=6901 vsize=15683912 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6925/stat : 6925 (java) S 6901 6904 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 76111526 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230816423584 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 391.57 s
Current children cumulated vsize: 15798260 KiB
Current children cumulated memory: 1834356 KiB

[startup+384.001 s]*
/proc/loadavg: 2.00 2.12 2.12 3/225 6931
/proc/meminfo: memFree=21638840/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15683912 memory=1752068 CPUtime=14.94 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 30393 0 0 0 1451 43 0 0 20 0 19 0 76110951 16060325888 438017 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3920978 438017 3231 1 0 3881834 0
[pid=6920] ppid=6904 vsize=114348 memory=82288 CPUtime=378.24 cores=0,2,4,6
/proc/6920/stat : 6920 (minisat_release) R 6904 6904 32649 0 -1 4202496 73019 0 0 0 37817 7 0 0 20 0 1 0 76111523 117092352 20572 33554432000 4194304 4308513 140720762454272 140720762451176 4276392 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35696640 140720762458801 140720762459310 140720762459310 140720762462149 0
/proc/6920/statm: 28587 20572 353 28 0 24827 0
[pid=6904/tid=6906] ppid=6901 vsize=15683912 memory=6935054825532540783 CPUtime=5.72 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) S 6901 6904 32649 0 -1 1077944384 17687 0 0 0 541 31 0 0 20 0 19 0 76110952 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233624685568 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15683912 memory=8532 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15683912 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15683912 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15683912 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15683912 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15683912 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15683912 memory=14220 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15683912 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15683912 memory=644 CPUtime=3.8 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 3537 0 0 0 378 2 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15683912 memory=1792 CPUtime=3.92 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) S 6901 6904 32649 0 -1 1077944384 4033 0 0 0 391 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15683912 memory=-5059952977386882957 CPUtime=1.26 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) S 6901 6904 32649 0 -1 1077944384 3694 0 0 0 125 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232619944560 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15683912 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15683912 memory=1728 CPUtime=0.2 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 27 0 0 0 10 10 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6921] ppid=6901 vsize=15683912 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6921/stat : 6921 (java) S 6901 6904 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76111523 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232696173760 140233652870937 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6923] ppid=6901 vsize=15683912 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6923/stat : 6923 (java) S 6901 6904 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230547979440 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6924] ppid=6901 vsize=15683912 memory=956 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6924/stat : 6924 (java) S 6901 6904 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230279544880 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6925] ppid=6901 vsize=15683912 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6925/stat : 6925 (java) S 6901 6904 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 76111526 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230816423584 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 393.18 s
Current children cumulated vsize: 15798260 KiB
Current children cumulated memory: 1834356 KiB

[startup+384.801 s]
/proc/loadavg: 2.00 2.12 2.12 3/225 6931
/proc/meminfo: memFree=21638840/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15683912 memory=1752068 CPUtime=14.94 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 30393 0 0 0 1451 43 0 0 20 0 19 0 76110951 16060325888 438017 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3920978 438017 3231 1 0 3881834 0
[pid=6920] ppid=6904 vsize=114348 memory=82288 CPUtime=379.03 cores=0,2,4,6
/proc/6920/stat : 6920 (minisat_release) R 6904 6904 32649 0 -1 4202496 73021 0 0 0 37896 7 0 0 20 0 1 0 76111523 117092352 20572 33554432000 4194304 4308513 140720762454272 140720762451176 4275920 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35696640 140720762458801 140720762459310 140720762459310 140720762462149 0
/proc/6920/statm: 28587 20572 353 28 0 24827 0
[pid=6904/tid=6906] ppid=6901 vsize=15683912 memory=928 CPUtime=5.72 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) S 6901 6904 32649 0 -1 1077944384 17687 0 0 0 541 31 0 0 20 0 19 0 76110952 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233624685568 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15683912 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15683912 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15683912 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15683912 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15683912 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15683912 memory=3408 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15683912 memory=934452 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15683912 memory=1752068 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15683912 memory=82288 CPUtime=3.8 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 3537 0 0 0 378 2 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15683912 memory=0 CPUtime=3.92 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) S 6901 6904 32649 0 -1 1077944384 4033 0 0 0 391 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15683912 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) S 6901 6904 32649 0 -1 1077944384 3694 0 0 0 125 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232619944560 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15683912 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 27 0 0 0 10 10 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6921] ppid=6901 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6921/stat : 6921 (java) S 6901 6904 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76111523 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232696173760 140233652870937 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6923] ppid=6901 vsize=15683912 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6923/stat : 6923 (java) S 6901 6904 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230547979440 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6924] ppid=6901 vsize=15683912 memory=3408 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6924/stat : 6924 (java) S 6901 6904 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230279544880 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6925] ppid=6901 vsize=15683912 memory=934452 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6925/stat : 6925 (java) S 6901 6904 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 76111526 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230816423584 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 393.97 s
Current children cumulated vsize: 15798260 KiB
Current children cumulated memory: 1834356 KiB

[startup+385.001 s]*
/proc/loadavg: 2.00 2.12 2.12 3/225 6931
/proc/meminfo: memFree=21638840/32770624 swapFree=67108860/67108860
[pid=6904] ppid=6901 vsize=15683912 memory=1752068 CPUtime=14.94 cores=0,2,4,6
/proc/6904/stat : 6904 (java) S 6901 6904 32649 0 -1 1077944320 30393 0 0 0 1451 43 0 0 20 0 19 0 76110951 16060325888 438017 33554432000 4194304 4196468 140723324983888 140723324966432 140233652846327 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
/proc/6904/statm: 3920978 438017 3231 1 0 3881834 0
[pid=6920] ppid=6904 vsize=114348 memory=82288 CPUtime=379.24 cores=0,2,4,6
/proc/6920/stat : 6920 (minisat_release) R 6904 6904 32649 0 -1 4202496 73021 0 0 0 37917 7 0 0 20 0 1 0 76111523 117092352 20572 33554432000 4194304 4308513 140720762454272 140720762451176 4262652 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35696640 140720762458801 140720762459310 140720762459310 140720762462149 0
/proc/6920/statm: 28587 20572 353 28 0 24827 0
[pid=6904/tid=6906] ppid=6901 vsize=15683912 memory=6935054825532540783 CPUtime=5.72 cores=0,2,4,6
/proc/6904/task/6906/stat : 6906 (java) S 6901 6904 32649 0 -1 1077944384 17687 0 0 0 541 31 0 0 20 0 19 0 76110952 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233624685568 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6907] ppid=6901 vsize=15683912 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6907/stat : 6907 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233657089168 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6908] ppid=6901 vsize=15683912 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6908/stat : 6908 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233448172560 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6909] ppid=6901 vsize=15683912 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6909/stat : 6909 (java) S 6901 6904 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233447119760 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6910] ppid=6901 vsize=15683912 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6910/stat : 6910 (java) S 6901 6904 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76110953 16060325888 438017 33554432000 4194304 4196468 140723324983888 140233446066960 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6911] ppid=6901 vsize=15683912 memory=7892 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6911/stat : 6911 (java) S 6901 6904 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232623102320 140233652857474 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6912] ppid=6901 vsize=15683912 memory=840 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6912/stat : 6912 (java) S 6901 6904 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232091493408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6913] ppid=6901 vsize=15683912 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6913/stat : 6913 (java) S 6901 6904 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76110955 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231957271408 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6914] ppid=6901 vsize=15683912 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6914/stat : 6914 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231582766928 140233652864923 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6915] ppid=6901 vsize=15683912 memory=3408 CPUtime=3.8 cores=0,2,4,6
/proc/6904/task/6915/stat : 6915 (java) S 6901 6904 32649 0 -1 1077944384 3537 0 0 0 378 2 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232622050160 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6916] ppid=6901 vsize=15683912 memory=934452 CPUtime=3.92 cores=0,2,4,6
/proc/6904/task/6916/stat : 6916 (java) S 6901 6904 32649 0 -1 1077944384 4033 0 0 0 391 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232620997360 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6917] ppid=6901 vsize=15683912 memory=39056 CPUtime=1.26 cores=0,2,4,6
/proc/6904/task/6917/stat : 6917 (java) S 6901 6904 32649 0 -1 1077944384 3694 0 0 0 125 1 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232619944560 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6918] ppid=6901 vsize=15683912 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6918/stat : 6918 (java) S 6901 6904 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140231084862176 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6919] ppid=6901 vsize=15683912 memory=3456 CPUtime=0.2 cores=0,2,4,6
/proc/6904/task/6919/stat : 6919 (java) S 6901 6904 32649 0 -1 1077944384 27 0 0 0 10 10 0 0 20 0 19 0 76110958 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232618891952 140233652857474 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6921] ppid=6901 vsize=15683912 memory=1752068 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6921/stat : 6921 (java) S 6901 6904 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76111523 16060325888 438017 33554432000 4194304 4196468 140723324983888 140232696173760 140233652870937 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6923] ppid=6901 vsize=15683912 memory=82288 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6923/stat : 6923 (java) S 6901 6904 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230547979440 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6924] ppid=6901 vsize=15683912 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6924/stat : 6924 (java) S 6901 6904 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76111524 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230279544880 140233652868253 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
[pid=6904/tid=6925] ppid=6901 vsize=15683912 memory=920 CPUtime=0 cores=0,2,4,6
/proc/6904/task/6925/stat : 6925 (java) S 6901 6904 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 76111526 16060325888 438017 33554432000 4194304 4196468 140723324983888 140230816423584 140233652856533 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20049920 140723324990451 140723324990729 140723324990729 140723324993487 0
Current children cumulated CPU time: 394.18 s
Current children cumulated vsize: 15798260 KiB
Current children cumulated memory: 1834356 KiB

Child status: 0
Real time (s): 385.113
CPU time (s): 394.459
CPU user time (s): 393.914
CPU system time (s): 0.544886
CPU usage (%): 102.427
Max. virtual memory (cumulated for all children) (KiB): 15798260
Max. memory (cumulated for all children) (KiB): 1834356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.914
system time used= 0.544886
maximum resident set size= 1760732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13258
involuntary context switches= 541


# summary of solver processes directly reported to runsolver:
#   pid: 6904
#   total CPU time (s): 394.459
#   total CPU user time (s): 393.914
#   total CPU system time (s): 0.544886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3089 second user time and 4.29492 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 08:11:17
IDJOB=4295823
IDBENCH=141605
IDSOLVER=2756
FILE ID=node150/4295823-1532585477
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53100 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295823-1532585477/watcher-4295823-1532585477 -o /tmp/evaluation-result-4295823-1532585477/solver-4295823-1532585477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295823-1532585477.xml

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

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=1562016781

node150.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.76
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.76
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.76
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.76
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:        23476856 kB
MemAvailable:   30979892 kB
Buffers:          197256 kB
Cached:          7521520 kB
SwapCached:            0 kB
Active:          3094984 kB
Inactive:        5630260 kB
Active(anon):     956944 kB
Inactive(anon):    76676 kB
Active(file):    2138040 kB
Inactive(file):  5553584 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7832 kB
Writeback:             0 kB
AnonPages:        933064 kB
Mapped:            52584 kB
Shmem:             25224 kB
Slab:             267680 kB
SReclaimable:     239872 kB
SUnreclaim:        27808 kB
KernelStack:        3984 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13453236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53092 MiB
End job on node150 at 2018-07-26 08:17:42