Trace number 4295804

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 both+MapleCOMSPS (2018-06-13)SAT 53.5258 41.6901

General information on the benchmark

NameSportsScheduling/
SportsScheduling-12_c18.xml
MD5SUM7e6479b2a75a5c904a12e855693ae1ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.54491
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints114
Number of domains2
Minimum domain size12
Maximum domain size66
Distribution of domain sizes[{"size":12,"count":144},{"size":66,"count":66}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":72},{"degree":4,"count":138}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":6},{"arity":2,"count":6},{"arity":3,"count":66},{"arity":6,"count":11},{"arity":12,"count":12},{"arity":22,"count":6},{"arity":24,"count":6},{"arity":66,"count":1}]
Number of extensional constraints66
Number of intensional constraints12
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":12},{"type":"allDifferent","count":13},{"type":"count","count":11},{"type":"cardinality","count":12}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.53	scop both+minisat_release (2018-06-13)
0.67/0.53	
0.67/0.55	c BEGIN-Prog: Thu Jul 26 01:12:46 CEST 2018
0.67/0.55	c PID: 3879
0.67/0.55	c IP: 172.20.3.102
0.67/0.55	c HOST: node102.alineos.net
0.67/0.56	c (0,0) Parsing Begin
1.43/0.98	c (0,0) Parsing End
1.43/0.99	c (0,0) CSP: 210 int (0 aux), 0 bool (0 aux), 114 ctr, max domain size 66
1.43/0.99	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.43/0.99	c (0,0) Constraint Name Generate Begin
1.43/1.00	c (0,0) Ctr:HOME/instance-4295804-1532560365.xml,AllDifferent:Cardinality:Count:Eq:ExtensionSupport:IntVar:Lt:Num
1.43/1.00	c (0,0) Constraint Name Generate End
1.43/1.00	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.43/1.00	c (0,0) CSP to CSPinCNF Begin
3.75/1.82	c (1,1) translated 12 (10%) constraints
4.44/2.47	c (1,1) translated 23 (20%) constraints
5.33/2.70	c (2,1) translated 35 (30%) constraints
5.93/2.90	c (2,1) translated 46 (40%) constraints
6.26/3.09	c (2,2) translated 57 (50%) constraints
7.52/3.42	c (2,2) translated 69 (60%) constraints
7.86/3.56	c (3,2) translated 80 (70%) constraints
8.80/3.84	c (3,2) translated 92 (80%) constraints
8.80/3.87	c (3,2) translated 103 (90%) constraints
9.11/3.94	c (3,3) translated 114 (100%) constraints
10.05/4.21	c (3,3) STATISTICS1:HOME/instance-4295804-1532560365.xml,AllDifferent:Cardinality:Count:Eq:ExtensionSupport:IntVar:Lt:Num,7086,30682,8388608,66,66,24,8388608:144;2097152:144;66:1770;32:22;11:798;1:375,66:19740;11:23160;2:46896;1:1980,66:2;12:222;11:66;10:66;9:66;8:66;7:66;6:66;5:66;4:7194;3:8262;2:14301;1:239,24:144;22:144;6:22;2:2943;1:82728;0:66,
10.05/4.21	c (3,3) ===========================================
10.05/4.21	c (3,3) Both Encoding selects:
10.05/4.21	c (3,3) Order
10.05/4.21	c (3,3) ===========================================
10.37/4.30	c (3,3) translated 3069 (10%) constraints
10.37/4.35	c (3,3) translated 6137 (20%) constraints
10.66/4.41	c (3,3) translated 9205 (30%) constraints
10.66/4.47	c (3,3) translated 12273 (40%) constraints
10.94/4.52	c (3,3) translated 15341 (50%) constraints
10.94/4.58	c (4,3) translated 18410 (60%) constraints
11.17/4.62	c (4,3) translated 21478 (70%) constraints
11.17/4.69	c (4,3) translated 24546 (80%) constraints
12.06/4.92	c (4,3) translated 27614 (90%) constraints
12.97/5.25	c (4,4) translated 30682 (100%) constraints
12.97/5.25	c (4,4) CSP to CSPinCNF End
12.97/5.26	c (4,4) CSP: 786 int (576 aux), 8670 bool (8670 aux), 35223 ctr, max domain size 64
12.97/5.26	c (4,4) Heap : 1126 MiB used (max 10795 MiB), NonHeap : 36 MiB used (max 0 MiB)
12.97/5.26	c (4,4) CSPinCNF Propagation Begin
14.55/5.74	c (5,4) 1764 values, 6351 unsatisfiable literals, and 4815 valid clauses are removed
14.55/5.74	c (5,4) CSPinCNF Propagation End
14.55/5.74	c (5,4) CSP: 2088 int (1878 aux), 7368 bool (7368 aux), 30408 ctr, max domain size 64
14.55/5.74	c (5,4) Heap : 1295 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
14.55/5.74	c (5,4) Simplify CSPinCNF Begin
15.16/5.95	c (5,5) Simplify CSPinCNF End
15.16/5.95	c (5,5) CSP: 2088 int (1878 aux), 12840 bool (12840 aux), 35880 ctr, max domain size 64
15.16/5.95	c (5,5) Heap : 1351 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
15.16/5.95	c (5,5) Calculate Precise Domain Begin
15.16/5.99	c (5,5) 6 values are removed by re-calculation
15.16/5.99	c (5,5) Calculate Precise Domain End
15.16/5.99	c (5,5) CSP: 2088 int (1878 aux), 12840 bool (12840 aux), 35880 ctr, max domain size 64
15.16/5.99	c (5,5) Heap : 1351 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
15.16/5.99	c (5,5) CSPinCNF to SatSolver Begin
15.75/6.14	c (5,5) 3588 (10 %) CSP clauses are encoded (19464 SAT variables, 9467 SAT clauses)
15.75/6.18	c (5,5) 7176 (20 %) CSP clauses are encoded (19464 SAT variables, 13055 SAT clauses)
16.01/6.22	c (5,5) 10764 (30 %) CSP clauses are encoded (19464 SAT variables, 16643 SAT clauses)
16.01/6.26	c (5,5) 14352 (40 %) CSP clauses are encoded (19464 SAT variables, 20231 SAT clauses)
16.01/6.28	c (5,5) 17940 (50 %) CSP clauses are encoded (19464 SAT variables, 23819 SAT clauses)
16.63/6.43	c (5,5) 21528 (60 %) CSP clauses are encoded (19464 SAT variables, 50402 SAT clauses)
17.19/6.78	c (6,5) 25116 (70 %) CSP clauses are encoded (19464 SAT variables, 184526 SAT clauses)
17.48/7.16	c (6,6) 28704 (80 %) CSP clauses are encoded (19464 SAT variables, 267505 SAT clauses)
17.97/7.36	c (6,6) 32292 (90 %) CSP clauses are encoded (19464 SAT variables, 285659 SAT clauses)
18.54/7.53	c (7,6) 35880 (100 %) CSP clauses are encoded (19464 SAT variables, 310063 SAT clauses)
18.54/7.53	c (7,6) CSPinCNF to SatSolver End
18.54/7.53	c (7,6) Heap : 2196 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
19.36/7.81	c (7,6) STATISTICS2:HOME/instance-4295804-1532560365.xml,AllDifferent:Cardinality:Count:Eq:ExtensionSupport:IntVar:Lt:Num,14928,35880,256,64,11,9,256:108;128:432;64:3648;32:32;21:45;16:96;14:5;12:15;11:438;10:1020;9:180;8:109;4:36;1:480,64:22908;11:19308;10:4620;8:104;7:104;5:11;4:57;3:1200;2:56592;1:1800,11:120;10:120;9:60;8:60;7:60;6:82;5:60;4:6540;3:6642;2:20964;1:1172,9:576;8:288;6:20;3:282;2:5478;1:87294,
19.36/7.81	c (7,6) SatSolver.solve Begin
19.36/7.81	c (7,6) 19464 bool, 310073 clause
19.36/7.81	c (7,6) 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-4295804-1532560365.xml-scop-3879.cnf HOME/instance-4295804-1532560365.xml-scop-3879.cnf.out
53.31/41.62	c (41,0) c This is COMiniSatPS.
53.31/41.62	c (41,0) c WARNING: for repeatability, setting FPU to use double precision
53.31/41.62	c (41,0) c ============================[ Problem Statistics ]=============================
53.31/41.62	c (41,0) c |                                                                             |
53.31/41.62	c (41,0) c |  Number of variables:         19464                                         |
53.31/41.62	c (41,0) c |  Number of clauses:          310073                                         |
53.31/41.62	c (41,0) c |  Parse time:                   0.08 s                                       |
53.31/41.62	c (41,0) c |  Eliminated clauses:           0.31 Mb                                      |
53.31/41.62	c (41,0) c Reduced to 10276 vars, 280959 cls (grow=0)
53.31/41.62	c (41,0) c No iterative elimination performed. (vars=10276, c/v ratio=27.3)
53.31/41.62	c (41,0) c |  Simplification time:          0.47 s                                       |
53.31/41.62	c (41,0) c |                                                                             |
53.31/41.62	c (41,0) c ============================[ Search Statistics ]==============================
53.31/41.62	c (41,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.31/41.62	c (41,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.31/41.62	c (41,0) c ===============================================================================
53.31/41.62	c (41,0) c ===============================================================================
53.31/41.62	c (41,0) c restarts              : 77
53.31/41.62	c (41,0) c conflicts             : 123573         (3664 /sec)
53.31/41.62	c (41,0) c decisions             : 223645         (0.00 % random) (6630 /sec)
53.31/41.62	c (41,0) c propagations          : 97760043       (2898248 /sec)
53.31/41.62	c (41,0) c conflict literals     : 11079891       (26.43 % deleted)
53.31/41.62	c (41,0) c CPU time              : 33.7307 s
53.31/41.62	c (41,0) 
53.31/41.62	c (41,0) s SATISFIABLE
53.31/41.64	c (41,6) SatSolver.solve End
53.31/41.64	c (41,6) Heap : 2534 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
53.31/41.64	c (41,6) Show results Begin
53.31/41.66	c (41,6) a[0][0] = 1
53.31/41.66	c (41,6) a[0][1] = 3
53.31/41.66	c (41,6) a[0][2] = 6
53.31/41.66	c (41,6) a[0][3] = 9
53.31/41.66	c (41,6) a[0][4] = 11
53.31/41.66	c (41,6) a[0][5] = 7
53.31/41.66	c (41,6) a[0][6] = 5
53.31/41.66	c (41,6) a[0][7] = 4
53.31/41.66	c (41,6) a[0][8] = 10
53.31/41.66	c (41,6) a[0][9] = 11
53.31/41.66	c (41,6) a[0][10] = 10
53.31/41.66	c (41,6) a[1][0] = 3
53.31/41.66	c (41,6) a[1][1] = 10
53.31/41.66	c (41,6) a[1][2] = 5
53.31/41.66	c (41,6) a[1][3] = 11
53.31/41.66	c (41,6) a[1][4] = 8
53.31/41.66	c (41,6) a[1][5] = 9
53.31/41.66	c (41,6) a[1][6] = 9
53.31/41.66	c (41,6) a[1][7] = 8
53.31/41.66	c (41,6) a[1][8] = 11
53.31/41.66	c (41,6) a[1][9] = 10
53.31/41.66	c (41,6) a[1][10] = 2
53.31/41.66	c (41,6) a[2][0] = 5
53.31/41.66	c (41,6) a[2][1] = 11
53.31/41.66	c (41,6) a[2][2] = 11
53.31/41.66	c (41,6) a[2][3] = 4
53.31/41.66	c (41,6) a[2][4] = 10
53.31/41.66	c (41,6) a[2][5] = 6
53.31/41.66	c (41,6) a[2][6] = 8
53.31/41.66	c (41,6) a[2][7] = 10
53.31/41.66	c (41,6) a[2][8] = 8
53.31/41.66	c (41,6) a[2][9] = 7
53.31/41.66	c (41,6) a[2][10] = 5
53.31/41.66	c (41,6) a[3][0] = 7
53.31/41.66	c (41,6) a[3][1] = 8
53.31/41.66	c (41,6) a[3][2] = 9
53.31/41.66	c (41,6) a[3][3] = 10
53.31/41.66	c (41,6) a[3][4] = 5
53.31/41.66	c (41,6) a[3][5] = 10
53.31/41.66	c (41,6) a[3][6] = 11
53.31/41.66	c (41,6) a[3][7] = 7
53.31/41.66	c (41,6) a[3][8] = 9
53.31/41.66	c (41,6) a[3][9] = 4
53.31/41.66	c (41,6) a[3][10] = 8
53.31/41.66	c (41,6) a[4][0] = 9
53.31/41.66	c (41,6) a[4][1] = 6
53.31/41.66	c (41,6) a[4][2] = 3
53.31/41.66	c (41,6) a[4][3] = 6
53.31/41.66	c (41,6) a[4][4] = 4
53.31/41.66	c (41,6) a[4][5] = 8
53.31/41.66	c (41,6) a[4][6] = 10
53.31/41.66	c (41,6) a[4][7] = 11
53.31/41.66	c (41,6) a[4][8] = 7
53.31/41.66	c (41,6) a[4][9] = 9
53.31/41.66	c (41,6) a[4][10] = 11
53.31/41.66	c (41,6) a[5][0] = 11
53.31/41.66	c (41,6) a[5][1] = 2
53.31/41.66	c (41,6) a[5][2] = 10
53.31/41.66	c (41,6) a[5][3] = 8
53.31/41.66	c (41,6) a[5][4] = 9
53.31/41.66	c (41,6) a[5][5] = 11
53.31/41.66	c (41,6) a[5][6] = 7
53.31/41.66	c (41,6) a[5][7] = 9
53.31/41.66	c (41,6) a[5][8] = 6
53.31/41.66	c (41,6) a[5][9] = 6
53.31/41.66	c (41,6) a[5][10] = 7
53.31/41.66	c (41,6) ad[0] = 8
53.31/41.66	c (41,6) ad[1] = 6
53.31/41.66	c (41,6) ad[2] = 9
53.31/41.66	c (41,6) ad[3] = 11
53.31/41.66	c (41,6) ad[4] = 10
53.31/41.66	c (41,6) ad[5] = 4
53.31/41.66	c (41,6) h[0][0] = 0
53.31/41.66	c (41,6) h[0][1] = 1
53.31/41.66	c (41,6) h[0][2] = 4
53.31/41.66	c (41,6) h[0][3] = 7
53.31/41.66	c (41,6) h[0][4] = 6
53.31/41.66	c (41,6) h[0][5] = 2
53.31/41.66	c (41,6) h[0][6] = 2
53.31/41.66	c (41,6) h[0][7] = 3
53.31/41.66	c (41,6) h[0][8] = 5
53.31/41.66	c (41,6) h[0][9] = 8
53.31/41.66	c (41,6) h[0][10] = 9
53.31/41.66	c (41,6) h[1][0] = 2
53.31/41.66	c (41,6) h[1][1] = 7
53.31/41.66	c (41,6) h[1][2] = 1
53.31/41.66	c (41,6) h[1][3] = 3
53.31/41.66	c (41,6) h[1][4] = 7
53.31/41.66	c (41,6) h[1][5] = 4
53.31/41.66	c (41,6) h[1][6] = 6
53.31/41.66	c (41,6) h[1][7] = 0
53.31/41.66	c (41,6) h[1][8] = 4
53.31/41.66	c (41,6) h[1][9] = 0
53.31/41.66	c (41,6) h[1][10] = 1
53.31/41.66	c (41,6) h[2][0] = 4
53.31/41.66	c (41,6) h[2][1] = 9
53.31/41.66	c (41,6) h[2][2] = 7
53.31/41.66	c (41,6) h[2][3] = 0
53.31/41.66	c (41,6) h[2][4] = 2
53.31/41.66	c (41,6) h[2][5] = 0
53.31/41.66	c (41,6) h[2][6] = 3
53.31/41.66	c (41,6) h[2][7] = 6
53.31/41.66	c (41,6) h[2][8] = 2
53.31/41.66	c (41,6) h[2][9] = 1
53.31/41.66	c (41,6) h[2][10] = 3
53.31/41.66	c (41,6) h[3][0] = 6
53.31/41.66	c (41,6) h[3][1] = 4
53.31/41.66	c (41,6) h[3][2] = 2
53.31/41.66	c (41,6) h[3][3] = 1
53.31/41.66	c (41,6) h[3][4] = 0
53.31/41.66	c (41,6) h[3][5] = 3
53.31/41.66	c (41,6) h[3][6] = 1
53.31/41.66	c (41,6) h[3][7] = 5
53.31/41.66	c (41,6) h[3][8] = 0
53.31/41.66	c (41,6) h[3][9] = 2
53.31/41.66	c (41,6) h[3][10] = 6
53.31/41.66	c (41,6) h[4][0] = 8
53.31/41.66	c (41,6) h[4][1] = 5
53.31/41.66	c (41,6) h[4][2] = 0
53.31/41.66	c (41,6) h[4][3] = 2
53.31/41.66	c (41,6) h[4][4] = 1
53.31/41.66	c (41,6) h[4][5] = 1
53.31/41.66	c (41,6) h[4][6] = 4
53.31/41.66	c (41,6) h[4][7] = 2
53.31/41.66	c (41,6) h[4][8] = 3
53.31/41.66	c (41,6) h[4][9] = 5
53.31/41.66	c (41,6) h[4][10] = 0
53.31/41.66	c (41,6) h[5][0] = 10
53.31/41.66	c (41,6) h[5][1] = 0
53.31/41.66	c (41,6) h[5][2] = 8
53.31/41.66	c (41,6) h[5][3] = 5
53.31/41.66	c (41,6) h[5][4] = 3
53.31/41.66	c (41,6) h[5][5] = 5
53.31/41.66	c (41,6) h[5][6] = 0
53.31/41.66	c (41,6) h[5][7] = 1
53.31/41.66	c (41,6) h[5][8] = 1
53.31/41.66	c (41,6) h[5][9] = 3
53.31/41.66	c (41,6) h[5][10] = 4
53.31/41.66	c (41,6) hd[0] = 0
53.31/41.66	c (41,6) hd[1] = 5
53.31/41.66	c (41,6) hd[2] = 1
53.31/41.66	c (41,6) hd[3] = 3
53.31/41.66	c (41,6) hd[4] = 7
53.31/41.66	c (41,6) hd[5] = 2
53.31/41.66	c (41,6) m[0][0] = 0
53.31/41.66	c (41,6) m[0][1] = 12
53.31/41.66	c (41,6) m[0][2] = 39
53.31/41.66	c (41,6) m[0][3] = 57
53.31/41.66	c (41,6) m[0][4] = 55
53.31/41.66	c (41,6) m[0][5] = 25
53.31/41.66	c (41,6) m[0][6] = 23
53.31/41.66	c (41,6) m[0][7] = 30
53.31/41.66	c (41,6) m[0][8] = 49
53.31/41.66	c (41,6) m[0][9] = 62
53.31/41.66	c (41,6) m[0][10] = 63
53.31/41.66	c (41,6) m[1][0] = 21
53.31/41.66	c (41,6) m[1][1] = 58
53.31/41.67	c (41,6) m[1][2] = 14
53.31/41.67	c (41,6) m[1][3] = 37
53.31/41.67	c (41,6) m[1][4] = 56
53.31/41.67	c (41,6) m[1][5] = 42
53.31/41.67	c (41,6) m[1][6] = 53
53.31/41.67	c (41,6) m[1][7] = 7
53.31/41.67	c (41,6) m[1][8] = 44
53.31/41.67	c (41,6) m[1][9] = 9
53.31/41.67	c (41,6) m[1][10] = 11
53.31/41.67	c (41,6) m[2][0] = 38
53.31/41.67	c (41,6) m[2][1] = 64
53.31/41.67	c (41,6) m[2][2] = 59
53.31/41.67	c (41,6) m[2][3] = 3
53.31/41.67	c (41,6) m[2][4] = 28
53.31/41.67	c (41,6) m[2][5] = 5
53.31/41.67	c (41,6) m[2][6] = 34
53.31/41.67	c (41,6) m[2][7] = 54
53.31/41.67	c (41,6) m[2][8] = 26
53.31/41.67	c (41,6) m[2][9] = 16
53.31/41.67	c (41,6) m[2][10] = 31
53.31/41.67	c (41,6) m[3][0] = 51
53.31/41.67	c (41,6) m[3][1] = 41
53.31/41.67	c (41,6) m[3][2] = 27
53.31/41.67	c (41,6) m[3][3] = 19
53.31/41.67	c (41,6) m[3][4] = 4
53.31/41.67	c (41,6) m[3][5] = 36
53.31/41.67	c (41,6) m[3][6] = 20
53.31/41.67	c (41,6) m[3][7] = 46
53.31/41.67	c (41,6) m[3][8] = 8
53.31/41.67	c (41,6) m[3][9] = 22
53.31/41.67	c (41,6) m[3][10] = 52
53.31/41.67	c (41,6) m[4][0] = 60
53.31/41.67	c (41,6) m[4][1] = 45
53.31/41.67	c (41,6) m[4][2] = 2
53.31/41.67	c (41,6) m[4][3] = 24
53.31/41.67	c (41,6) m[4][4] = 13
53.31/41.67	c (41,6) m[4][5] = 17
53.31/41.67	c (41,6) m[4][6] = 43
53.31/41.67	c (41,6) m[4][7] = 29
53.31/41.67	c (41,6) m[4][8] = 33
53.31/41.67	c (41,6) m[4][9] = 48
53.31/41.67	c (41,6) m[4][10] = 10
53.31/41.67	c (41,6) m[5][0] = 65
53.31/41.67	c (41,6) m[5][1] = 1
53.31/41.67	c (41,6) m[5][2] = 61
53.31/41.67	c (41,6) m[5][3] = 47
53.31/41.67	c (41,6) m[5][4] = 35
53.31/41.67	c (41,6) m[5][5] = 50
53.31/41.67	c (41,6) m[5][6] = 6
53.31/41.67	c (41,6) m[5][7] = 18
53.31/41.67	c (41,6) m[5][8] = 15
53.31/41.67	c (41,6) m[5][9] = 32
53.31/41.67	c (41,6) m[5][10] = 40
53.31/41.67	s SATISFIABLE
53.31/41.67	v <instantiation>
53.31/41.67	v     <list>h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[0][9] h[0][10] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[1][9] h[1][10] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[2][9] h[2][10] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[3][9] h[3][10] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] h[4][9] h[4][10] h[5][0] h[5][1] h[5][2] h[5][3] h[5][4] h[5][5] h[5][6] h[5][7] h[5][8] h[5][9] h[5][10] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[0][9] a[0][10] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[1][9] a[1][10] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[2][9] a[2][10] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[3][9] a[3][10] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] a[4][9] a[4][10] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[5][5] a[5][6] a[5][7] a[5][8] a[5][9] a[5][10] m[0][0] m[0][1] m[0][2] m[0][3] m[0][4] m[0][5] m[0][6] m[0][7] m[0][8] m[0][9] m[0][10] m[1][0] m[1][1] m[1][2] m[1][3] m[1][4] m[1][5] m[1][6] m[1][7] m[1][8] m[1][9] m[1][10] m[2][0] m[2][1] m[2][2] m[2][3] m[2][4] m[2][5] m[2][6] m[2][7] m[2][8] m[2][9] m[2][10] m[3][0] m[3][1] m[3][2] m[3][3] m[3][4] m[3][5] m[3][6] m[3][7] m[3][8] m[3][9] m[3][10] m[4][0] m[4][1] m[4][2] m[4][3] m[4][4] m[4][5] m[4][6] m[4][7] m[4][8] m[4][9] m[4][10] m[5][0] m[5][1] m[5][2] m[5][3] m[5][4] m[5][5] m[5][6] m[5][7] m[5][8] m[5][9] m[5][10] hd[0] hd[1] hd[2] hd[3] hd[4] hd[5] ad[0] ad[1] ad[2] ad[3] ad[4] ad[5]</list>
53.31/41.67	v     <values>0 1 4 7 6 2 2 3 5 8 9 2 7 1 3 7 4 6 0 4 0 1 4 9 7 0 2 0 3 6 2 1 3 6 4 2 1 0 3 1 5 0 2 6 8 5 0 2 1 1 4 2 3 5 0 10 0 8 5 3 5 0 1 1 3 4 1 3 6 9 11 7 5 4 10 11 10 3 10 5 11 8 9 9 8 11 10 2 5 11 11 4 10 6 8 10 8 7 5 7 8 9 10 5 10 11 7 9 4 8 9 6 3 6 4 8 10 11 7 9 11 11 2 10 8 9 11 7 9 6 6 7 0 12 39 57 55 25 23 30 49 62 63 21 58 14 37 56 42 53 7 44 9 11 38 64 59 3 28 5 34 54 26 16 31 51 41 27 19 4 36 20 46 8 22 52 60 45 2 24 13 17 43 29 33 48 10 65 1 61 47 35 50 6 18 15 32 40 0 5 1 3 7 2 8 6 9 11 10 4</values>
53.31/41.67	v </instantiation>
53.31/41.67	c (41,6) Show results End
53.31/41.67	c (41,6) Heap : 2534 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
53.31/41.67	c (41,6) 0,0,4,5,5,5,7,41,41,STOP-AFTER(ALL)
53.31/41.67	c END-Prog: Thu Jul 26 01:13:27 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 (8214 MiB free)
  memory of node 1: 16384 MiB (10526 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295804-1532560365/watcher-4295804-1532560365 -o /tmp/evaluation-result-4295804-1532560365/solver-4295804-1532560365 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295804-1532560365.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=3879, runsolver pid=3876

[startup+0.100136 s]*
/proc/loadavg: 3.08 2.40 2.19 4/215 3894
/proc/meminfo: memFree=19130132/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15011656 memory=72152 CPUtime=0.12 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 6197 0 0 0 10 2 0 0 20 0 15 0 73599661 15371935744 18038 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3752914 18038 2782 1 0 3715374 0
[pid=3879/tid=3881] ppid=3876 vsize=15011656 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) R 3876 3879 29212 0 -1 4202560 4551 0 0 0 8 1 0 0 20 0 15 0 73599661 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539938134416 140539946583915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15011656 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599664 15371935744 18302 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 18302 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 18302 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 18302 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) S 3876 3879 29212 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 18368 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 18368 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) S 3876 3879 29212 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 18368 33554432000 4194304 4196468 140724567805088 140539001088240 140539966319234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 18368 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599668 15371935744 18368 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72152 KiB

[startup+0.210409 s]*
/proc/loadavg: 3.08 2.40 2.19 3/215 3894
/proc/meminfo: memFree=19115312/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15011656 memory=85508 CPUtime=0.25 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 9854 0 0 0 22 3 0 0 20 0 15 0 73599661 15371935744 21377 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3752914 21377 2916 1 0 3715374 0
[pid=3879/tid=3881] ppid=3876 vsize=15011656 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) R 3876 3879 29212 0 -1 4202560 7744 0 0 0 17 2 0 0 20 0 15 0 73599661 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539938128912 140539966320022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15011656 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15011656 memory=140061975476674 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599664 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 21377 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 21377 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 21377 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) R 3876 3879 29212 0 -1 4202560 312 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539003193328 140539966320022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) R 3876 3879 29212 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0.03 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) R 3876 3879 29212 0 -1 4202560 305 0 0 0 3 0 0 0 20 0 15 0 73599667 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539001088240 140539966329434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 21377 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599668 15371935744 21377 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85508 KiB

[startup+0.310326 s]*
/proc/loadavg: 3.08 2.40 2.19 3/215 3894
/proc/meminfo: memFree=19110784/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15011656 memory=89676 CPUtime=0.43 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 10463 0 0 0 39 4 0 0 20 0 15 0 73599661 15371935744 22419 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3752914 22419 2984 1 0 3715374 0
[pid=3879/tid=3881] ppid=3876 vsize=15011656 memory=4638778402628129104 CPUtime=0.3 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) R 3876 3879 29212 0 -1 4202560 8176 0 0 0 27 3 0 0 20 0 15 0 73599661 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539938112240 140539966330013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15011656 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15011656 memory=140061975078528 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15011656 memory=280123672824736 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15011656 memory=67 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15011656 memory=280123811493200 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599664 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15011656 memory=67 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 22419 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15011656 memory=64996 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599665 15371935744 22419 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15011656 memory=67300 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 22419 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) R 3876 3879 29212 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 73599667 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15011656 memory=140061836449423 CPUtime=0.02 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) R 3876 3879 29212 0 -1 4202560 247 0 0 0 2 0 0 0 20 0 15 0 73599667 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539002140784 140539950707805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15011656 memory=280123811513952 CPUtime=0.07 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) R 3876 3879 29212 0 -1 4202560 344 0 0 0 7 0 0 0 20 0 15 0 73599667 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539001088240 140539944840385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15011656 memory=140061836430863 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15371935744 22419 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15011656 memory=140061975078538 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) R 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599668 15371935744 22419 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89676 KiB

[startup+0.704602 s]
/proc/loadavg: 3.08 2.40 2.19 3/215 3894
/proc/meminfo: memFree=19029568/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15020052 memory=130048 CPUtime=1.01 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 17701 0 0 0 95 6 0 0 20 0 15 0 73599661 15380533248 32512 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3755013 32512 3176 1 0 3716398 0
[pid=3879/tid=3881] ppid=3876 vsize=15020052 memory=15316 CPUtime=0.68 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) R 3876 3879 29212 0 -1 4202560 14930 0 0 0 63 5 0 0 20 0 15 0 73599661 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539938145968 140539966330013 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15020052 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15020052 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15020052 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73599664 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73599665 15380533248 32512 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599665 15380533248 32512 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15380533248 32512 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15020052 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) S 3876 3879 29212 0 -1 1077944384 595 0 0 0 8 0 0 0 20 0 15 0 73599667 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15020052 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) S 3876 3879 29212 0 -1 1077944384 330 0 0 0 7 0 0 0 20 0 15 0 73599667 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15020052 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) S 3876 3879 29212 0 -1 1077944384 504 0 0 0 16 0 0 0 20 0 15 0 73599667 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539001088240 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15020052 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73599667 15380533248 32512 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599668 15380533248 32512 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130048 KiB

[startup+1.50519 s]
/proc/loadavg: 3.00 2.40 2.19 5/215 3894
/proc/meminfo: memFree=18996436/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15024148 memory=172284 CPUtime=2.86 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 21644 0 0 0 278 8 0 0 20 0 15 0 73599661 15384727552 43071 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3756037 43071 3202 1 0 3717422 0
[pid=3879/tid=3881] ppid=3876 vsize=15024148 memory=2244 CPUtime=1.47 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) R 3876 3879 29212 0 -1 4202560 16238 0 0 0 141 6 0 0 20 0 15 0 73599661 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539938142448 140539468005071 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15024148 memory=280123673061088 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73599663 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15024148 memory=280123673070080 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73599663 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73599664 15384727552 43071 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0

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

/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 19 0 73599668 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3896] ppid=3876 vsize=15683912 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3896/stat : 3896 (java) S 3876 3879 29212 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539785877056 140539966332697 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3898] ppid=3876 vsize=15683912 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3898/stat : 3898 (java) S 3876 3879 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536832831536 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3899] ppid=3876 vsize=15683912 memory=15258134151170438 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3899/stat : 3899 (java) S 3876 3879 29212 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536564399280 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3900] ppid=3876 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3900/stat : 3900 (java) S 3876 3879 29212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73600446 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536967060512 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 51.72 s
Current children cumulated vsize: 15789152 KiB
Current children cumulated memory: 2498416 KiB

[startup+40.801 s]
/proc/loadavg: 2.55 2.35 2.18 3/220 3900
/proc/meminfo: memFree=16234636/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15683912 memory=2410476 CPUtime=19.55 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 32872 0 0 0 1905 50 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3920978 602619 3234 1 0 3881834 0
[pid=3895] ppid=3879 vsize=105240 memory=88128 CPUtime=32.96 cores=0,2,4,6
/proc/3895/stat : 3895 (minisat_release) R 3879 3879 29212 0 -1 4202496 43560 0 0 0 3291 5 0 0 20 0 1 0 73600444 107765760 22032 33554432000 4194304 4308513 140736501811888 140736501808888 4276465 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 31113216 140736501818033 140736501818542 140736501818542 140736501821381 0
/proc/3895/statm: 26310 22032 354 28 0 22550 0
[pid=3879/tid=3881] ppid=3876 vsize=15683912 memory=74788 CPUtime=7.29 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) S 3876 3879 29212 0 -1 1077944384 18336 0 0 0 686 43 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539938147328 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15683912 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15683912 memory=920 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15683912 memory=2410476 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15683912 memory=-6237260532469557610 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15683912 memory=608092894283300981 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 73599664 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15683912 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15683912 memory=800 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15683912 memory=5196 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) S 3876 3879 29212 0 -1 1077944384 3168 0 0 0 525 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15683912 memory=12816 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) S 3876 3879 29212 0 -1 1077944384 4353 0 0 0 524 1 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15683912 memory=1332 CPUtime=1.67 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) S 3876 3879 29212 0 -1 1077944384 5592 0 0 0 165 2 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539001088240 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15683912 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15683912 memory=3328 CPUtime=0.01 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 19 0 73599668 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3896] ppid=3876 vsize=15683912 memory=3032 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3896/stat : 3896 (java) S 3876 3879 29212 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539785877056 140539966332697 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3898] ppid=3876 vsize=15683912 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3898/stat : 3898 (java) S 3876 3879 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536832831536 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3899] ppid=3876 vsize=15683912 memory=312155947512627226 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3899/stat : 3899 (java) S 3876 3879 29212 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536564399280 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3900] ppid=3876 vsize=15683912 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3900/stat : 3900 (java) S 3876 3879 29212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73600446 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536967060512 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 52.51 s
Current children cumulated vsize: 15789152 KiB
Current children cumulated memory: 2498604 KiB

[startup+41.2009 s]
/proc/loadavg: 2.50 2.35 2.18 3/220 3900
/proc/meminfo: memFree=16223320/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15683912 memory=2410476 CPUtime=19.55 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 32872 0 0 0 1905 50 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3920978 602619 3234 1 0 3881834 0
[pid=3895] ppid=3879 vsize=105240 memory=88128 CPUtime=33.36 cores=0,2,4,6
/proc/3895/stat : 3895 (minisat_release) R 3879 3879 29212 0 -1 4202496 43567 0 0 0 3331 5 0 0 20 0 1 0 73600444 107765760 22032 33554432000 4194304 4308513 140736501811888 140736501808888 4262781 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 31113216 140736501818033 140736501818542 140736501818542 140736501821381 0
/proc/3895/statm: 26310 22032 354 28 0 22550 0
[pid=3879/tid=3881] ppid=3876 vsize=15683912 memory=15316 CPUtime=7.29 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) S 3876 3879 29212 0 -1 1077944384 18336 0 0 0 686 43 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539938147328 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15683912 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15683912 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15683912 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15683912 memory=15258134151170438 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 73599664 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15683912 memory=140061837132384 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15683912 memory=320432873545147076 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) S 3876 3879 29212 0 -1 1077944384 3168 0 0 0 525 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15683912 memory=288292181670907622 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) S 3876 3879 29212 0 -1 1077944384 4353 0 0 0 524 1 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15683912 memory=1329904169539632283 CPUtime=1.67 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) S 3876 3879 29212 0 -1 1077944384 5592 0 0 0 165 2 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539001088240 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15683912 memory=-7519992627934885056 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15683912 memory=8414074075373934941 CPUtime=0.01 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 19 0 73599668 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3896] ppid=3876 vsize=15683912 memory=1329904169539632281 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3896/stat : 3896 (java) S 3876 3879 29212 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539785877056 140539966332697 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3898] ppid=3876 vsize=15683912 memory=4945108146174336560 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3898/stat : 3898 (java) S 3876 3879 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536832831536 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3899] ppid=3876 vsize=15683912 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3899/stat : 3899 (java) S 3876 3879 29212 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536564399280 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3900] ppid=3876 vsize=15683912 memory=6768 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3900/stat : 3900 (java) S 3876 3879 29212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73600446 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536967060512 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 52.91 s
Current children cumulated vsize: 15789152 KiB
Current children cumulated memory: 2498604 KiB

[startup+41.601 s]
/proc/loadavg: 2.50 2.35 2.18 3/220 3900
/proc/meminfo: memFree=16223320/32770624 swapFree=67076648/67108860
[pid=3879] ppid=3876 vsize=15683912 memory=2410476 CPUtime=19.55 cores=0,2,4,6
/proc/3879/stat : 3879 (java) S 3876 3879 29212 0 -1 1077944320 32872 0 0 0 1905 50 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140724567787632 140539966308087 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
/proc/3879/statm: 3920978 602619 3234 1 0 3881834 0
[pid=3895] ppid=3879 vsize=105240 memory=88128 CPUtime=33.76 cores=0,2,4,6
/proc/3895/stat : 3895 (minisat_release) R 3879 3879 29212 0 -1 4202496 43568 0 0 0 3371 5 0 0 20 0 1 0 73600444 107765760 22032 33554432000 4194304 4308513 140736501811888 140736501808888 4264112 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 31113216 140736501818033 140736501818542 140736501818542 140736501821381 0
/proc/3895/statm: 26310 22032 354 28 0 22550 0
[pid=3879/tid=3881] ppid=3876 vsize=15683912 memory=74472 CPUtime=7.29 cores=0,2,4,6
/proc/3879/task/3881/stat : 3881 (java) S 3876 3879 29212 0 -1 1077944384 18336 0 0 0 686 43 0 0 20 0 19 0 73599661 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539938147328 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3882] ppid=3876 vsize=15683912 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3882/stat : 3882 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539970550032 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3883] ppid=3876 vsize=15683912 memory=2410476 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3883/stat : 3883 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539788638608 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3884] ppid=3876 vsize=15683912 memory=2410476 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3884/stat : 3884 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539787586064 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3885] ppid=3876 vsize=15683912 memory=87632 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3885/stat : 3885 (java) S 3876 3879 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73599663 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539424483984 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3886] ppid=3876 vsize=15683912 memory=7521100882031695979 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3886/stat : 3886 (java) S 3876 3879 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 73599664 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539004246512 140539966319234 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3887] ppid=3876 vsize=15683912 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3887/stat : 3887 (java) S 3876 3879 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538510566816 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3888] ppid=3876 vsize=15683912 memory=3016 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3888/stat : 3888 (java) S 3876 3879 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 73599665 16060325888 602619 33554432000 4194304 4196468 140724567805088 140538242131440 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3889] ppid=3876 vsize=15683912 memory=5213588 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3889/stat : 3889 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537867623120 140539966326683 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3890] ppid=3876 vsize=15683912 memory=1412 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3890/stat : 3890 (java) S 3876 3879 29212 0 -1 1077944384 3168 0 0 0 525 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539003193328 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3891] ppid=3876 vsize=15683912 memory=2976 CPUtime=5.25 cores=0,2,4,6
/proc/3879/task/3891/stat : 3891 (java) S 3876 3879 29212 0 -1 1077944384 4353 0 0 0 524 1 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539002140784 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3892] ppid=3876 vsize=15683912 memory=2410476 CPUtime=1.67 cores=0,2,4,6
/proc/3879/task/3892/stat : 3892 (java) S 3876 3879 29212 0 -1 1077944384 5592 0 0 0 165 2 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539001088240 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3893] ppid=3876 vsize=15683912 memory=87676 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3893/stat : 3893 (java) S 3876 3879 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73599667 16060325888 602619 33554432000 4194304 4196468 140724567805088 140537369717344 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3894] ppid=3876 vsize=15683912 memory=640 CPUtime=0.01 cores=0,2,4,6
/proc/3879/task/3894/stat : 3894 (java) S 3876 3879 29212 0 -1 1077944384 5 0 0 0 1 0 0 0 20 0 19 0 73599668 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539000036144 140539966319234 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3896] ppid=3876 vsize=15683912 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3896/stat : 3896 (java) S 3876 3879 29212 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140539785877056 140539966332697 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3898] ppid=3876 vsize=15683912 memory=960 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3898/stat : 3898 (java) S 3876 3879 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536832831536 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3899] ppid=3876 vsize=15683912 memory=55 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3899/stat : 3899 (java) S 3876 3879 29212 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 73600444 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536564399280 140539966330013 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
[pid=3879/tid=3900] ppid=3876 vsize=15683912 memory=2320539327352816488 CPUtime=0 cores=0,2,4,6
/proc/3879/task/3900/stat : 3900 (java) S 3876 3879 29212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73600446 16060325888 602619 33554432000 4194304 4196468 140724567805088 140536967060512 140539966318293 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36593664 140724567806964 140724567807241 140724567807241 140724567809999 0
Current children cumulated CPU time: 53.31 s
Current children cumulated vsize: 15789152 KiB
Current children cumulated memory: 2498604 KiB

Child status: 0
Real time (s): 41.6901
CPU time (s): 53.5258
CPU user time (s): 52.9369
CPU system time (s): 0.58894
CPU usage (%): 128.39
Max. virtual memory (cumulated for all children) (KiB): 15789152
Max. memory (cumulated for all children) (KiB): 2498604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.9369
system time used= 0.58894
maximum resident set size= 2417292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6694
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 3879
#   total CPU time (s): 53.5258
#   total CPU user time (s): 52.9369
#   total CPU system time (s): 0.58894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.325329 second user time and 0.440151 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 01:12:45
IDJOB=4295804
IDBENCH=141603
IDSOLVER=2755
FILE ID=node102/4295804-1532560365
RUNJOBID= node102-1532535327-29243
PBS_JOBID= 21021949
Free space on /tmp= 52716 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-12_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295804-1532560365/watcher-4295804-1532560365 -o /tmp/evaluation-result-4295804-1532560365/solver-4295804-1532560365 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295804-1532560365.xml

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

MD5SUM BENCH= 7e6479b2a75a5c904a12e855693ae1ca
RANDOM SEED=2114123837

node102.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.51
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.51
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.51
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.51
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:        19191432 kB
MemAvailable:   26808408 kB
Buffers:          167188 kB
Cached:          7685528 kB
SwapCached:         5552 kB
Active:          6371120 kB
Inactive:        6661544 kB
Active(anon):    5149100 kB
Inactive(anon):    55124 kB
Active(file):    1222020 kB
Inactive(file):  6606420 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076648 kB
Dirty:             26828 kB
Writeback:             0 kB
AnonPages:       5144176 kB
Mapped:            45228 kB
Shmem:             21580 kB
Slab:             237464 kB
SReclaimable:     208744 kB
SUnreclaim:        28720 kB
KernelStack:        3904 kB
PageTables:        15508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13026192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4993024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52300 MiB
End job on node102 at 2018-07-26 01:13:27