Trace number 4307511

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+glucose-syrup (2018-07-31)SAT 10.2474 3.80854

General information on the benchmark

NamePseudoBoolean-dec/
Pb-robin08_c18.xml
MD5SUM1bc3f3e5ba546c0eba55cc781441057a
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 benchmark4.45957
Satisfiable
(Un)Satisfiability was proved
Number of variables784
Number of constraints256
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":784}]
Minimum variable degree10
Maximum variable degree10
Distribution of variable degrees[{"degree":10,"count":784}]
Minimum constraint arity28
Maximum constraint arity49
Distribution of constraint arities[{"arity":28,"count":224},{"arity":49,"count":32}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":256}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-8603-serial-file.bin HOME/instance-4307511-1534187740.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 21:15:40 CEST 2018
0.65/0.56	c PID: 8606
0.65/0.56	c IP: 172.20.3.102
0.65/0.56	c HOST: node102.alineos.net
0.65/0.57	c (0,0) Parsing Begin
2.12/1.18	c (0,0) Parsing End
2.12/1.19	c (0,0) CSP: 0 int (0 aux), 784 bool (0 aux), 256 ctr, max domain size 2
2.12/1.19	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.12/1.19	c (0,0) Constraint Name Generate Begin
2.48/1.20	c (0,0) Ctr:HOME/instance-4307511-1534187740.xml,IntVar:Num:WeightedSum
2.48/1.20	c (0,0) Constraint Name Generate End
2.48/1.20	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.48/1.20	c (0,0) CSP to CSPinCNF Begin
2.68/1.39	c (0,0) translated 26 (10%) constraints
3.10/1.43	c (0,0) translated 52 (20%) constraints
3.10/1.46	c (0,0) translated 77 (30%) constraints
3.10/1.49	c (0,0) translated 103 (40%) constraints
3.39/1.52	c (0,0) translated 128 (50%) constraints
3.39/1.55	c (1,1) translated 154 (60%) constraints
3.39/1.57	c (1,1) translated 180 (70%) constraints
3.39/1.59	c (1,1) translated 205 (80%) constraints
3.76/1.63	c (1,1) translated 231 (90%) constraints
3.76/1.68	c (1,1) translated 256 (100%) constraints
4.50/1.82	c (1,1) STATISTICS1:HOME/instance-4307511-1534187740.xml,IntVar:Num:WeightedSum,784,256,281474976710656,2,1,49,281474976710656:32;134217728:224,2:7840,1:256,49:32;28:224,
4.50/1.82	c (1,1) ==========================================
4.50/1.82	c (1,1) Both Encoding selects:
4.50/1.82	c (1,1) Log
4.50/1.82	c (1,1) ==========================================
4.50/1.84	c (1,1) translated 26 (10%) constraints
4.50/1.84	c (1,1) translated 52 (20%) constraints
4.50/1.85	c (1,1) translated 77 (30%) constraints
4.50/1.86	c (1,1) translated 103 (40%) constraints
4.50/1.86	c (1,1) translated 128 (50%) constraints
4.50/1.87	c (1,1) translated 154 (60%) constraints
4.50/1.88	c (1,1) translated 180 (70%) constraints
4.50/1.88	c (1,1) translated 205 (80%) constraints
4.50/1.89	c (1,1) translated 231 (90%) constraints
4.95/1.90	c (1,1) translated 256 (100%) constraints
4.95/1.91	c (1,1) CSP to CSPinCNF End
4.95/1.91	c (1,1) CSP: 0 int (0 aux), 784 bool (0 aux), 256 ctr, max domain size 2
4.95/1.91	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.95/1.91	c (1,1) CSPinCNF Propagation Begin
4.95/1.97	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.95/1.97	c (1,1) CSPinCNF Propagation End
4.95/1.97	c (1,1) CSP: 0 int (0 aux), 784 bool (0 aux), 256 ctr, max domain size 2
4.95/1.97	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.95/1.97	c (1,1) Simplify CSPinCNF Begin
4.95/1.97	c (1,1) Simplify CSPinCNF End
4.95/1.98	c (1,1) CSP: 0 int (0 aux), 784 bool (0 aux), 256 ctr, max domain size 2
4.95/1.98	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.95/1.98	c (1,1) Calculate Precise Domain Begin
4.95/1.98	c (1,1) 0 values are removed by re-calculation
4.95/1.98	c (1,1) Calculate Precise Domain End
4.95/1.98	c (1,1) CSP: 0 int (0 aux), 784 bool (0 aux), 256 ctr, max domain size 2
4.95/1.98	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
4.95/1.98	c (1,1) CSPinCNF to SatSolver Begin
5.72/2.12	c (1,1) 26 (10 %) CSP clauses are being encoded (2134 SAT variables, 3975 SAT clauses)
5.72/2.16	c (1,1) 52 (20 %) CSP clauses are being encoded (3538 SAT variables, 8109 SAT clauses)
5.72/2.18	c (1,1) 77 (30 %) CSP clauses are being encoded (4888 SAT variables, 12084 SAT clauses)
6.09/2.21	c (1,1) 103 (40 %) CSP clauses are being encoded (6292 SAT variables, 16218 SAT clauses)
6.41/2.34	c (1,1) 128 (50 %) CSP clauses are being encoded (7252 SAT variables, 18243 SAT clauses)
6.41/2.35	c (1,1) 154 (60 %) CSP clauses are being encoded (7980 SAT variables, 18997 SAT clauses)
6.41/2.36	c (1,1) 180 (70 %) CSP clauses are being encoded (8708 SAT variables, 19751 SAT clauses)
6.41/2.38	c (1,1) 205 (80 %) CSP clauses are being encoded (9408 SAT variables, 20476 SAT clauses)
6.77/2.40	c (1,1) 231 (90 %) CSP clauses are being encoded (10814 SAT variables, 23564 SAT clauses)
6.77/2.45	c (1,1) 256 (100 %) CSP clauses are being encoded (14339 SAT variables, 34014 SAT clauses)
6.77/2.46	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
6.77/2.46	c (1,1) CSPinCNF to SatSolver End
6.77/2.46	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
7.19/2.53	c (1,1) STATISTICS2:HOME/instance-4307511-1534187740.xml,IntVar:Num:WeightedSum,784,256,281474976710656,2,1,49,281474976710656:32;134217728:224,2:7840,1:256,49:32;28:224,
7.19/2.53	c (1,1) 14480 bool, 34432 clause
7.19/2.53	c (1,1) Export Begin
8.02/2.71	c (2,2) Export to HOME/scop-8603-serial-file.bin
8.02/2.71	c (2,2) Export End
8.02/2.71	c (2,2) Export File Size: 0.29 MB
8.02/2.71	c (2,2) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
8.02/2.71	c END-Prog: Mon Aug 13 21:15:42 CEST 2018
8.02/2.72	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8603-serial-file.bin
8.71/3.22	c (0,0) Read Serial File Begin
8.71/3.22	c (0,0) HOME/scop-8603-serial-file.bin
9.08/3.49	c (0,0) Read Serial File End
9.38/3.50	
9.38/3.50	scop log+glucose-syrup (2018-07-31)
9.38/3.50	(Solving Process)
9.38/3.50	
9.38/3.53	c BEGIN-Prog: Mon Aug 13 21:15:43 CEST 2018
9.38/3.53	c PID: 8626
9.38/3.53	c IP: 172.20.3.102
9.38/3.53	c HOST: node102.alineos.net
9.38/3.54	c (0,0) SatSolver.solve Begin
9.38/3.54	c (0,0) 0 bool, 0 clause
9.38/3.54	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307511-1534187740.xml-scop-8606.cnf
9.58/3.65	c (0,0) c
9.58/3.65	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
9.58/3.65	c (0,0) c
9.58/3.65	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
9.58/3.65	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
9.58/3.65	c (0,0) c ========================================[ Problem Statistics ]===========================================
9.58/3.65	c (0,0) c |                                                                                                       |
9.58/3.65	c (0,0) c |  Number of variables:         14480                                                                   |
9.58/3.65	c (0,0) c |  Number of clauses:           34176                                                                   |
9.58/3.65	c (0,0) c |  Parse time:                   0.01 s                                                                 |
9.58/3.65	c (0,0) c |                                                                                                       |
9.58/3.65	c (0,0) c |  Eliminated clauses:           0.10 Mb                                                                |
9.58/3.66	c (0,0) c |  Simplification time:          0.02 s                                                                 |
9.58/3.66	c (0,0) c |                                                                                                       |
9.58/3.66	c (0,0) c |  Generating clones                                                                                    |
9.58/3.66	c (0,0) c |  all clones generated. Memory =  55.71Mb.                                                             |
9.58/3.66	c (0,0) c ========================================================================================================|
9.58/3.66	c (0,0) c last restart ## conflicts  :  138 1287 
9.58/3.66	c (0,0) c Thread 0 is 100% pure glucose! First thread to finish! (SAT answer).
9.58/3.66	c (0,0) c Total Memory so far : 631.74Mb
9.58/3.66	c (0,0) c
9.58/3.66	c (0,0) c real time : 0.0936 s
9.58/3.66	c (0,0) c cpu time  : 0.242122 s
9.58/3.66	c (0,0) c
9.58/3.66	c (0,0) c
9.58/3.66	c (0,0) c
9.58/3.66	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
9.58/3.66	c (0,0) c
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) c | Conflicts     |            1363 |        138 |        193 |        159 |        204 |        131 |        180 |        162 |        196 |
9.58/3.66	c (0,0) c | Decisions     |            8362 |       1780 |        972 |        926 |        987 |        828 |        956 |        929 |        984 |
9.58/3.66	c (0,0) c | Propagations  |          882457 |      96422 |     123629 |     102831 |     131869 |      82871 |     113898 |     103809 |     127128 |
9.58/3.66	c (0,0) c | Avg_Trail     |                 |       5098 |       4484 |       4369 |       4493 |       4363 |       4457 |       4384 |       4485 |
9.58/3.66	c (0,0) c | Avg_DL        |                 |        684 |        190 |        195 |        189 |        201 |        192 |        195 |        190 |
9.58/3.66	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) c | Exported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c | Glues         |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) c | Orig_Seen     |            20 % |       4987 |       7808 |       6665 |       7906 |       5828 |       7288 |       6724 |       7891 |
9.58/3.66	c (0,0) c | Diff Orig seen|                 |      X     |       2821 |       1678 |       2919 |        841 |       2301 |       1737 |       2904 |
9.58/3.66	c (0,0) c | Hamming       |            24 % |      X     |       3464 |       3586 |       3670 |       3761 |       3621 |       3525 |       3508 |
9.58/3.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.58/3.66	c (0,0) 
9.58/3.66	c (0,0) s SATISFIABLE
9.58/3.69	c (0,0) SatSolver.solve End
9.58/3.69	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
9.58/3.69	c (0,0) Show results Begin
9.99/3.76	s SATISFIABLE
9.99/3.79	v <instantiation>
9.99/3.79	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] x[200] x[201] x[202] x[203] x[204] x[205] x[206] x[207] x[208] x[209] x[210] x[211] x[212] x[213] x[214] x[215] x[216] x[217] x[218] x[219] x[220] x[221] x[222] x[223] x[224] x[225] x[226] x[227] x[228] x[229] x[230] x[231] x[232] x[233] x[234] x[235] x[236] x[237] x[238] x[239] x[240] x[241] x[242] x[243] x[244] x[245] x[246] x[247] x[248] x[249] x[250] x[251] x[252] x[253] x[254] x[255] x[256] x[257] x[258] x[259] x[260] x[261] x[262] x[263] x[264] x[265] x[266] x[267] x[268] x[269] x[270] x[271] x[272] x[273] x[274] x[275] x[276] x[277] x[278] x[279] x[280] x[281] x[282] x[283] x[284] x[285] x[286] x[287] x[288] x[289] x[290] x[291] x[292] x[293] x[294] x[295] x[296] x[297] x[298] x[299] x[300] x[301] x[302] x[303] x[304] x[305] x[306] x[307] x[308] x[309] x[310] x[311] x[312] x[313] x[314] x[315] x[316] x[317] x[318] x[319] x[320] x[321] x[322] x[323] x[324] x[325] x[326] x[327] x[328] x[329] x[330] x[331] x[332] x[333] x[334] x[335] x[336] x[337] x[338] x[339] x[340] x[341] x[342] x[343] x[344] x[345] x[346] x[347] x[348] x[349] x[350] x[351] x[352] x[353] x[354] x[355] x[356] x[357] x[358] x[359] x[360] x[361] x[362] x[363] x[364] x[365] x[366] x[367] x[368] x[369] x[370] x[371] x[372] x[373] x[374] x[375] x[376] x[377] x[378] x[379] x[380] x[381] x[382] x[383] x[384] x[385] x[386] x[387] x[388] x[389] x[390] x[391] x[392] x[393] x[394] x[395] x[396] x[397] x[398] x[399] x[400] x[401] x[402] x[403] x[404] x[405] x[406] x[407] x[408] x[409] x[410] x[411] x[412] x[413] x[414] x[415] x[416] x[417] x[418] x[419] x[420] x[421] x[422] x[423] x[424] x[425] x[426] x[427] x[428] x[429] x[430] x[431] x[432] x[433] x[434] x[435] x[436] x[437] x[438] x[439] x[440] x[441] x[442] x[443] x[444] x[445] x[446] x[447] x[448] x[449] x[450] x[451] x[452] x[453] x[454] x[455] x[456] x[457] x[458] x[459] x[460] x[461] x[462] x[463] x[464] x[465] x[466] x[467] x[468] x[469] x[470] x[471] x[472] x[473] x[474] x[475] x[476] x[477] x[478] x[479] x[480] x[481] x[482] x[483] x[484] x[485] x[486] x[487] x[488] x[489] x[490] x[491] x[492] x[493] x[494] x[495] x[496] x[497] x[498] x[499] x[500] x[501] x[502] x[503] x[504] x[505] x[506] x[507] x[508] x[509] x[510] x[511] x[512] x[513] x[514] x[515] x[516] x[517] x[518] x[519] x[520] x[521] x[522] x[523] x[524] x[525] x[526] x[527] x[528] x[529] x[530] x[531] x[532] x[533] x[534] x[535] x[536] x[537] x[538] x[539] x[540] x[541] x[542] x[543] x[544] x[545] x[546] x[547] x[548] x[549] x[550] x[551] x[552] x[553] x[554] x[555] x[556] x[557] x[558] x[559] x[560] x[561] x[562] x[563] x[564] x[565] x[566] x[567] x[568] x[569] x[570] x[571] x[572] x[573] x[574] x[575] x[576] x[577] x[578] x[579] x[580] x[581] x[582] x[583] x[584] x[585] x[586] x[587] x[588] x[589] x[590] x[591] x[592] x[593] x[594] x[595] x[596] x[597] x[598] x[599] x[600] x[601] x[602] x[603] x[604] x[605] x[606] x[607] x[608] x[609] x[610] x[611] x[612] x[613] x[614] x[615] x[616] x[617] x[618] x[619] x[620] x[621] x[622] x[623] x[624] x[625] x[626] x[627] x[628] x[629] x[630] x[631] x[632] x[633] x[634] x[635] x[636] x[637] x[638] x[639] x[640] x[641] x[642] x[643] x[644] x[645] x[646] x[647] x[648] x[649] x[650] x[651] x[652] x[653] x[654] x[655] x[656] x[657] x[658] x[659] x[660] x[661] x[662] x[663] x[664] x[665] x[666] x[667] x[668] x[669] x[670] x[671] x[672] x[673] x[674] x[675] x[676] x[677] x[678] x[679] x[680] x[681] x[682] x[683] x[684] x[685] x[686] x[687] x[688] x[689] x[690] x[691] x[692] x[693] x[694] x[695] x[696] x[697] x[698] x[699] x[700] x[701] x[702] x[703] x[704] x[705] x[706] x[707] x[708] x[709] x[710] x[711] x[712] x[713] x[714] x[715] x[716] x[717] x[718] x[719] x[720] x[721] x[722] x[723] x[724] x[725] x[726] x[727] x[728] x[729] x[730] x[731] x[732] x[733] x[734] x[735] x[736] x[737] x[738] x[739] x[740] x[741] x[742] x[743] x[744] x[745] x[746] x[747] x[748] x[749] x[750] x[751] x[752] x[753] x[754] x[755] x[756] x[757] x[758] x[759] x[760] x[761] x[762] x[763] x[764] x[765] x[766] x[767] x[768] x[769] x[770] x[771] x[772] x[773] x[774] x[775] x[776] x[777] x[778] x[779] x[780] x[781] x[782] x[783]</list>
9.99/3.79	v     <values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0</values>
9.99/3.79	v </instantiation>
9.99/3.79	c (0,0) Show results End
9.99/3.79	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
9.99/3.79	c (0,0) 0,0,STOP-AFTER(ALL)
9.99/3.79	c END-Prog: Mon Aug 13 21:15:43 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 (13976 MiB free)
  memory of node 1: 16384 MiB (13110 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307511-1534187740/watcher-4307511-1534187740 -o /tmp/evaluation-result-4307511-1534187740/solver-4307511-1534187740 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534187733-8464 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307511-1534187740.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=8603, runsolver pid=8600

[startup+0.100108 s]*
/proc/loadavg: 1.19 1.54 1.79 3/200 8625
/proc/meminfo: memFree=27641912/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236337122 115843072 348 33554432000 4194304 5098028 140725074034624 140725074031880 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 348 296 221 0 87 0
[pid=8606] ppid=8603 vsize=27313900 memory=109424 CPUtime=0.11 cores=0-7
/proc/8606/stat : 8606 (java) S 8603 8603 8437 0 -1 1077944320 6334 0 0 0 8 3 0 0 20 0 20 0 236337123 27969433600 27356 33554432000 4194304 4196468 140725366623600 140725366606144 139958477459191 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
/proc/8606/statm: 6828475 27356 2734 1 0 6790935 0
[pid=8606/tid=8607] ppid=8603 vsize=27313900 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8606/task/8607/stat : 8607 (java) R 8603 8603 8437 0 -1 4202560 4469 0 0 0 6 2 0 0 20 0 20 0 236337123 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958449293632 139957968696891 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8608] ppid=8603 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8606/task/8608/stat : 8608 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958481701264 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8609] ppid=8603 vsize=27313900 memory=140622470768256 CPUtime=0 cores=0-7
/proc/8606/task/8609/stat : 8609 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958295857424 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8610] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8610/stat : 8610 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958294805136 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8611] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8611/stat : 8611 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958293752336 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8612] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8612/stat : 8612 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958292700048 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8613] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8613/stat : 8613 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958291647248 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8614] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8614/stat : 8614 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958290594960 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8615] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8615/stat : 8615 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 27428 33554432000 4194304 4196468 140725366623600 139958289542160 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8616] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8616/stat : 8616 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337127 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956528814192 139958477470338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8617] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8617/stat : 8617 (java) S 8603 8603 8437 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956408279840 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8618] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8618/stat : 8618 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956139844720 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8619] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8619/stat : 8619 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 27428 33554432000 4194304 4196468 140725366623600 139955765336144 139958477477787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8620] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8620/stat : 8620 (java) S 8603 8603 8437 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956527762032 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8621] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8621/stat : 8621 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956526709232 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8622] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8622/stat : 8622 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956525656944 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8623] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8623/stat : 8623 (java) S 8603 8603 8437 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956524604144 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8624] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 27428 33554432000 4194304 4196468 140725366623600 139955267430752 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8625] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8625/stat : 8625 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 27428 33554432000 4194304 4196468 140725366623600 139956523551024 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 110816 KiB

[startup+0.209776 s]*
/proc/loadavg: 1.19 1.54 1.79 2/200 8625
/proc/meminfo: memFree=27623756/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236337122 115843072 348 33554432000 4194304 5098028 140725074034624 140725074031880 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 348 296 221 0 87 0
[pid=8606] ppid=8603 vsize=27313900 memory=123816 CPUtime=0.25 cores=0-7
/proc/8606/stat : 8606 (java) S 8603 8603 8437 0 -1 1077944320 10201 0 0 0 21 4 0 0 20 0 20 0 236337123 27969433600 30954 33554432000 4194304 4196468 140725366623600 140725366606144 139958477459191 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
/proc/8606/statm: 6828475 30954 2837 1 0 6790935 0
[pid=8606/tid=8607] ppid=8603 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8606/task/8607/stat : 8607 (java) R 8603 8603 8437 0 -1 4202560 8115 0 0 0 16 3 0 0 20 0 20 0 236337123 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958449280544 139958469696318 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8608] ppid=8603 vsize=27313900 memory=330 CPUtime=0 cores=0-7
/proc/8606/task/8608/stat : 8608 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958481701264 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8609] ppid=8603 vsize=27313900 memory=140622470776976 CPUtime=0 cores=0-7
/proc/8606/task/8609/stat : 8609 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958295857424 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8610] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8610/stat : 8610 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958294805136 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8611] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8611/stat : 8611 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958293752336 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8612] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8612/stat : 8612 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958292700048 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8613] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8613/stat : 8613 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958291647248 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8614] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8614/stat : 8614 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958290594960 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8615] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8615/stat : 8615 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 30954 33554432000 4194304 4196468 140725366623600 139958289542160 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8616] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8616/stat : 8616 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337127 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956528814192 139958477470338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8617] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8617/stat : 8617 (java) S 8603 8603 8437 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956408279840 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8618] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8618/stat : 8618 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956139844720 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8619] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8619/stat : 8619 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 30954 33554432000 4194304 4196468 140725366623600 139955765336144 139958477477787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8620] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8620/stat : 8620 (java) S 8603 8603 8437 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956527762032 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8621] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8621/stat : 8621 (java) S 8603 8603 8437 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956526709232 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8622] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8622/stat : 8622 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956525656944 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8623] ppid=8603 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/8606/task/8623/stat : 8623 (java) S 8603 8603 8437 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 20 0 236337130 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956524604144 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8624] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 30954 33554432000 4194304 4196468 140725366623600 139955267430752 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8625] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8625/stat : 8625 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 30954 33554432000 4194304 4196468 140725366623600 139956523551024 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 125208 KiB

[startup+0.309406 s]*
/proc/loadavg: 1.19 1.54 1.79 2/200 8625
/proc/meminfo: memFree=27620220/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236337122 115843072 348 33554432000 4194304 5098028 140725074034624 140725074031880 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 348 296 221 0 87 0
[pid=8606] ppid=8603 vsize=27313900 memory=127856 CPUtime=0.42 cores=0-7
/proc/8606/stat : 8606 (java) S 8603 8603 8437 0 -1 1077944320 10771 0 0 0 37 5 0 0 20 0 20 0 236337123 27969433600 31964 33554432000 4194304 4196468 140725366623600 140725366606144 139958477459191 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
/proc/8606/statm: 6828475 31964 2975 1 0 6790935 0
[pid=8606/tid=8607] ppid=8603 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8606/task/8607/stat : 8607 (java) R 8603 8603 8437 0 -1 4202560 8497 0 0 0 25 4 0 0 20 0 20 0 236337123 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958449254640 139958459022751 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8608] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8608/stat : 8608 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958481701264 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8609] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8609/stat : 8609 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958295857424 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8610] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8610/stat : 8610 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958294805136 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8611] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8611/stat : 8611 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958293752336 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8612] ppid=8603 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/8606/task/8612/stat : 8612 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958292700048 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8613] ppid=8603 vsize=27313900 memory=140622329639855 CPUtime=0 cores=0-7
/proc/8606/task/8613/stat : 8613 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958291647248 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8614] ppid=8603 vsize=27313900 memory=140622329642160 CPUtime=0 cores=0-7
/proc/8606/task/8614/stat : 8614 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958290594960 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8615] ppid=8603 vsize=27313900 memory=140622329644464 CPUtime=0 cores=0-7
/proc/8606/task/8615/stat : 8615 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337126 27969433600 31964 33554432000 4194304 4196468 140725366623600 139958289542160 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8616] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8616/stat : 8616 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337127 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956528814192 139958477470338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8617] ppid=8603 vsize=27313900 memory=281244659295888 CPUtime=0 cores=0-7
/proc/8606/task/8617/stat : 8617 (java) S 8603 8603 8437 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956408279840 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8618] ppid=8603 vsize=27313900 memory=281244659302800 CPUtime=0 cores=0-7
/proc/8606/task/8618/stat : 8618 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337128 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956139844720 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8619] ppid=8603 vsize=27313900 memory=281244659243952 CPUtime=0 cores=0-7
/proc/8606/task/8619/stat : 8619 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337130 27969433600 31964 33554432000 4194304 4196468 140725366623600 139955765336144 139958477477787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8620] ppid=8603 vsize=27313900 memory=281244659316624 CPUtime=0.01 cores=0-7
/proc/8606/task/8620/stat : 8620 (java) S 8603 8603 8437 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 20 0 236337130 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956527762032 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8621] ppid=8603 vsize=27313900 memory=281244659323536 CPUtime=0.01 cores=0-7
/proc/8606/task/8621/stat : 8621 (java) S 8603 8603 8437 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 20 0 236337130 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956526709232 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8622] ppid=8603 vsize=27313900 memory=281244659321232 CPUtime=0.01 cores=0-7
/proc/8606/task/8622/stat : 8622 (java) S 8603 8603 8437 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 20 0 236337130 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956525656944 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8623] ppid=8603 vsize=27313900 memory=281244659337392 CPUtime=0.07 cores=0-7
/proc/8606/task/8623/stat : 8623 (java) S 8603 8603 8437 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 20 0 236337130 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956524604144 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8624] ppid=8603 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8624/stat : 8624 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 31964 33554432000 4194304 4196468 140725366623600 139955267430752 139958477469397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8625] ppid=8603 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8606/task/8625/stat : 8625 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337131 27969433600 31964 33554432000 4194304 4196468 140725366623600 139956523551024 139958477470338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 129248 KiB

[startup+0.700856 s]
/proc/loadavg: 1.19 1.54 1.79 2/200 8625
/proc/meminfo: memFree=27596512/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236337122 115843072 348 33554432000 4194304 5098028 140725074034624 140725074031880 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 348 296 221 0 87 0
[pid=8606] ppid=8603 vsize=27320172 memory=164784 CPUtime=1 cores=0-7
/proc/8606/stat : 8606 (java) S 8603 8603 8437 0 -1 1077944320 17667 0 0 0 93 7 0 0 20 0 20 0 236337123 27975856128 41196 33554432000 4194304 4196468 140725366623600 140725366606144 139958477459191 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
/proc/8606/statm: 6830043 41196 3114 1 0 6791447 0
[pid=8606/tid=8607] ppid=8603 vsize=27320172 memory=281244659695280 CPUtime=0.67 cores=0-7
/proc/8606/task/8607/stat : 8607 (java) R 8603 8603 8437 0 -1 4202560 14935 0 0 0 61 6 0 0 20 0 20 0 236337123 27975856128 41196 33554432000 4194304 4196468 140725366623600 139958449284880 139958477481117 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8608] ppid=8603 vsize=27320172 memory=140622329848688 CPUtime=0 cores=0-7
/proc/8606/task/8608/stat : 8608 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27975856128 41196 33554432000 4194304 4196468 140725366623600 139958481701264 139958477469397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8609] ppid=8603 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/8606/task/8609/stat : 8609 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337126 27975856128 41196 33554432000 4194304 4196468 140725366623600 139958295857424 139958477469397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0
[pid=8606/tid=8610] ppid=8603 vsize=27320172 memory=2120 CPUtime=0 cores=0-7
/proc/8606/task/8610/stat : 8610 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337126 27975856128 41196 33554432000 4194304 4196468 140725366623600 139958294805136 139958477469397 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13144064 140725366625258 140725366625581 140725366625581 140725366628303 0

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


[startup+3.80847 s]
# the end of solver process 8603 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.86364 s, system=0.383792 s

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

[startup+3.20097 s]
/proc/loadavg: 1.50 1.59 1.81 3/200 8645
/proc/meminfo: memFree=27683652/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1468 CPUtime=8.1 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 588 27959 0 0 0 0 788 22 20 0 1 0 236337122 115843072 367 33554432000 4194304 5098028 140725074034624 140725074031368 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 367 311 221 0 87 0
[pid=8626] ppid=8603 vsize=7752048 memory=73940 CPUtime=0.61 cores=0-7
/proc/8626/stat : 8626 (java) S 8603 8603 8437 0 -1 1077944320 12707 0 0 0 57 4 0 0 20 0 20 0 236337395 7938097152 18485 33554432000 4194304 4196468 140721241883568 140721241866112 140709600243447 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
/proc/8626/statm: 1938012 18485 3003 1 0 1899951 0
[pid=8626/tid=8627] ppid=8603 vsize=7752048 memory=972 CPUtime=0.44 cores=0-7
/proc/8626/task/8627/stat : 8627 (java) R 8603 8603 8437 0 -1 4202560 10152 0 0 0 41 3 0 0 20 0 20 0 236337396 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709572066528 140709580519168 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8628] ppid=8603 vsize=7752048 memory=13888 CPUtime=0 cores=0-7
/proc/8626/task/8628/stat : 8628 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709604486032 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8629] ppid=8603 vsize=7752048 memory=2228 CPUtime=0 cores=0-7
/proc/8626/task/8629/stat : 8629 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709084867344 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8630] ppid=8603 vsize=7752048 memory=31904 CPUtime=0 cores=0-7
/proc/8626/task/8630/stat : 8630 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709083815056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8631] ppid=8603 vsize=7752048 memory=11904 CPUtime=0 cores=0-7
/proc/8626/task/8631/stat : 8631 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709082762256 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8632] ppid=8603 vsize=7752048 memory=281244659310480 CPUtime=0 cores=0-7
/proc/8626/task/8632/stat : 8632 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709081708944 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8633] ppid=8603 vsize=7752048 memory=281244659089648 CPUtime=0 cores=0-7
/proc/8626/task/8633/stat : 8633 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709080656144 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8634] ppid=8603 vsize=7752048 memory=281244659092880 CPUtime=0 cores=0-7
/proc/8626/task/8634/stat : 8634 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18485 33554432000 4194304 4196468 140721241883568 140709079603856 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8635] ppid=8603 vsize=7752048 memory=1392 CPUtime=0 cores=0-7
/proc/8626/task/8635/stat : 8635 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337397 7938097152 18551 33554432000 4194304 4196468 140721241883568 140709078551056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8636] ppid=8603 vsize=7752048 memory=538884 CPUtime=0 cores=0-7
/proc/8626/task/8636/stat : 8636 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236337399 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708424948336 140709600254594 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8637] ppid=8603 vsize=7752048 memory=8257237230052613020 CPUtime=0 cores=0-7
/proc/8626/task/8637/stat : 8637 (java) S 8603 8603 8437 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236337399 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708228883744 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8638] ppid=8603 vsize=7752048 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/8626/task/8638/stat : 8638 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337399 7938097152 18551 33554432000 4194304 4196468 140721241883568 140707960448624 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8639] ppid=8603 vsize=7752048 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/8626/task/8639/stat : 8639 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140707585940048 140709600262043 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8640] ppid=8603 vsize=7752048 memory=-7522837583129502606 CPUtime=0.02 cores=0-7
/proc/8626/task/8640/stat : 8640 (java) S 8603 8603 8437 0 -1 1077944384 313 0 0 0 2 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708423895152 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8641] ppid=8603 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/8626/task/8641/stat : 8641 (java) S 8603 8603 8437 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708422842352 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8642] ppid=8603 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/8626/task/8642/stat : 8642 (java) S 8603 8603 8437 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708421790064 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8643] ppid=8603 vsize=7752048 memory=0 CPUtime=0.09 cores=0-7
/proc/8626/task/8643/stat : 8643 (java) S 8603 8603 8437 0 -1 1077944384 533 0 0 0 9 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708420737264 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8644] ppid=8603 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8644/stat : 8644 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140707088034656 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8645] ppid=8603 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8645/stat : 8645 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236337402 7938097152 18551 33554432000 4194304 4196468 140721241883568 140708419685168 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 75408 KiB

[startup+3.60091 s]
/proc/loadavg: 1.50 1.59 1.81 3/200 8645
/proc/meminfo: memFree=27683652/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1468 CPUtime=8.1 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 588 27959 0 0 0 0 788 22 20 0 1 0 236337122 115843072 367 33554432000 4194304 5098028 140725074034624 140725074031368 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 367 311 221 0 87 0
[pid=8626] ppid=8603 vsize=8413904 memory=125268 CPUtime=1.48 cores=0-7
/proc/8626/stat : 8626 (java) S 8603 8603 8437 0 -1 1077944320 19615 0 0 0 137 11 0 0 20 0 24 0 236337395 8615837696 31317 33554432000 4194304 4196468 140721241883568 140721241866112 140709600243447 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
/proc/8626/statm: 2103476 31317 3151 1 0 2064875 0
[pid=8626/tid=8627] ppid=8603 vsize=8413904 memory=1572 CPUtime=0.84 cores=0-7
/proc/8626/task/8627/stat : 8627 (java) R 8603 8603 8437 0 -1 4202560 15627 0 0 0 75 9 0 0 20 0 24 0 236337396 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709572066192 140709580518750 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8628] ppid=8603 vsize=8413904 memory=1996 CPUtime=0 cores=0-7
/proc/8626/task/8628/stat : 8628 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709604486032 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8629] ppid=8603 vsize=8413904 memory=55 CPUtime=0 cores=0-7
/proc/8626/task/8629/stat : 8629 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709084867344 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8630] ppid=8603 vsize=8413904 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/8626/task/8630/stat : 8630 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709083815056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8631] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8631/stat : 8631 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709082762256 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8632] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8632/stat : 8632 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709081708944 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8633] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8633/stat : 8633 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709080656144 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8634] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8634/stat : 8634 (java) S 8603 8603 8437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709079603856 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8635] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8635/stat : 8635 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236337397 8615837696 31317 33554432000 4194304 4196468 140721241883568 140709078551056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8636] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8636/stat : 8636 (java) S 8603 8603 8437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236337399 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708424948336 140709600254594 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8637] ppid=8603 vsize=8413904 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/8626/task/8637/stat : 8637 (java) S 8603 8603 8437 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236337399 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708228883744 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8638] ppid=8603 vsize=8413904 memory=281244659990784 CPUtime=0 cores=0-7
/proc/8626/task/8638/stat : 8638 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337399 8615837696 31317 33554432000 4194304 4196468 140721241883568 140707960448624 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8639] ppid=8603 vsize=8413904 memory=140622329990448 CPUtime=0 cores=0-7
/proc/8626/task/8639/stat : 8639 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140707585940048 140709600262043 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8640] ppid=8603 vsize=8413904 memory=0 CPUtime=0.14 cores=0-7
/proc/8626/task/8640/stat : 8640 (java) S 8603 8603 8437 0 -1 1077944384 647 0 0 0 14 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708423895152 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8641] ppid=8603 vsize=8413904 memory=0 CPUtime=0.1 cores=0-7
/proc/8626/task/8641/stat : 8641 (java) S 8603 8603 8437 0 -1 1077944384 286 0 0 0 10 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708422842352 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8642] ppid=8603 vsize=8413904 memory=0 CPUtime=0.12 cores=0-7
/proc/8626/task/8642/stat : 8642 (java) S 8603 8603 8437 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708421790064 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8643] ppid=8603 vsize=8413904 memory=0 CPUtime=0.23 cores=0-7
/proc/8626/task/8643/stat : 8643 (java) S 8603 8603 8437 0 -1 1077944384 859 0 0 0 23 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708420737264 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8644] ppid=8603 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/8626/task/8644/stat : 8644 (java) S 8603 8603 8437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140707088034656 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8645] ppid=8603 vsize=8413904 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8626/task/8645/stat : 8645 (java) S 8603 8603 8437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236337402 8615837696 31317 33554432000 4194304 4196468 140721241883568 140708419685168 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
Current children cumulated CPU time: 9.58 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 126736 KiB

[startup+3.80096 s]
/proc/loadavg: 1.50 1.59 1.81 3/200 8645
/proc/meminfo: memFree=27683652/32770624 swapFree=67030664/67108860
[pid=8603] ppid=8600 vsize=113128 memory=1468 CPUtime=8.1 cores=0-7
/proc/8603/stat : 8603 (scop.sh) S 8600 8603 8437 0 -1 4202496 588 27959 0 0 0 0 788 22 20 0 1 0 236337122 115843072 367 33554432000 4194304 5098028 140725074034624 140725074031368 139655863300732 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10252288 140725074035747 140725074035971 140725074035971 140725074038733 0
/proc/8603/statm: 28282 367 311 221 0 87 0
[pid=8626] ppid=8603 vsize=8151752 memory=135848 CPUtime=2.1 cores=0-7
/proc/8626/stat : 8626 (java) S 8603 8603 8437 0 -1 1077944320 20162 6470 0 0 172 12 24 2 20 0 21 0 236337395 8347394048 33962 33554432000 4194304 4196468 140721241883568 140721241866112 140709600243447 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
/proc/8626/statm: 2037938 33962 3176 1 0 1999337 0
[pid=8626/tid=8627] ppid=8603 vsize=8151752 memory=7728 CPUtime=1.21 cores=0-7
/proc/8626/task/8627/stat : 8627 (java) S 8603 8603 8437 0 -1 1077944384 15791 6470 0 0 86 9 24 2 20 0 21 0 236337396 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709572086928 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8628] ppid=8603 vsize=8151752 memory=0 CPUtime=0.26 cores=0-7
/proc/8626/task/8628/stat : 8628 (java) S 8603 8603 8437 0 -1 1077944384 2 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709604486032 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8629] ppid=8603 vsize=8151752 memory=248241757 CPUtime=0.26 cores=0-7
/proc/8626/task/8629/stat : 8629 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709084867344 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8630] ppid=8603 vsize=8151752 memory=0 CPUtime=0.26 cores=0-7
/proc/8626/task/8630/stat : 8630 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709083815056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8631] ppid=8603 vsize=8151752 memory=0 CPUtime=0.26 cores=0-7
/proc/8626/task/8631/stat : 8631 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709082762256 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8632] ppid=8603 vsize=8151752 memory=4 CPUtime=0.26 cores=0-7
/proc/8626/task/8632/stat : 8632 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709081708944 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8633] ppid=8603 vsize=8151752 memory=0 CPUtime=0.26 cores=0-7
/proc/8626/task/8633/stat : 8633 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709080656144 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8634] ppid=8603 vsize=8151752 memory=1394 CPUtime=0.26 cores=0-7
/proc/8626/task/8634/stat : 8634 (java) S 8603 8603 8437 0 -1 1077944384 2 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709079603856 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8635] ppid=8603 vsize=8151752 memory=93240 CPUtime=0.26 cores=0-7
/proc/8626/task/8635/stat : 8635 (java) S 8603 8603 8437 0 -1 1077944384 3 6470 0 0 0 0 24 2 20 0 21 0 236337397 8347394048 33962 33554432000 4194304 4196468 140721241883568 140709078551056 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8636] ppid=8603 vsize=8151752 memory=281244659702272 CPUtime=0.26 cores=0-7
/proc/8626/task/8636/stat : 8636 (java) S 8603 8603 8437 0 -1 1077944384 5 6470 0 0 0 0 24 2 20 0 21 0 236337399 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708424948544 140709600254594 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8637] ppid=8603 vsize=8151752 memory=7523071198212214892 CPUtime=0.26 cores=0-7
/proc/8626/task/8637/stat : 8637 (java) S 8603 8603 8437 0 -1 1077944384 13 6470 0 0 0 0 24 2 20 0 21 0 236337399 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708228883744 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8638] ppid=8603 vsize=8151752 memory=5787213827131598673 CPUtime=0.26 cores=0-7
/proc/8626/task/8638/stat : 8638 (java) S 8603 8603 8437 0 -1 1077944384 1 6470 0 0 0 0 24 2 20 0 21 0 236337399 8347394048 33962 33554432000 4194304 4196468 140721241883568 140707960448624 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8639] ppid=8603 vsize=8151752 memory=7019257425709197167 CPUtime=0.26 cores=0-7
/proc/8626/task/8639/stat : 8639 (java) S 8603 8603 8437 0 -1 1077944384 22 6470 0 0 0 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140707585938816 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8640] ppid=8603 vsize=8151752 memory=5787213852901402449 CPUtime=0.45 cores=0-7
/proc/8626/task/8640/stat : 8640 (java) S 8603 8603 8437 0 -1 1077944384 677 6470 0 0 19 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708423879664 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8641] ppid=8603 vsize=8151752 memory=5787213827131598673 CPUtime=0.39 cores=0-7
/proc/8626/task/8641/stat : 8641 (java) S 8603 8603 8437 0 -1 1077944384 302 6470 0 0 13 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708422842352 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8642] ppid=8603 vsize=8151752 memory=7377266082641571430 CPUtime=0.42 cores=0-7
/proc/8626/task/8642/stat : 8642 (java) S 8603 8603 8437 0 -1 1077944384 831 6470 0 0 16 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708421790064 140709600254594 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8643] ppid=8603 vsize=8151752 memory=7377266091248086113 CPUtime=0.58 cores=0-7
/proc/8626/task/8643/stat : 8643 (java) S 8603 8603 8437 0 -1 1077944384 1089 6470 0 0 32 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140708420732784 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
[pid=8626/tid=8644] ppid=8603 vsize=8151752 memory=7377266091248216422 CPUtime=0.26 cores=0-7
/proc/8626/task/8644/stat : 8644 (java) S 8603 8603 8437 0 -1 1077944384 3 6470 0 0 0 0 24 2 20 0 21 0 236337402 8347394048 33962 33554432000 4194304 4196468 140721241883568 140707088034656 140709600253653 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25284608 140721241887922 140721241888045 140721241888045 140721241890767 0
Current children cumulated CPU time: 10.2 s
Current children cumulated vsize: 8264880 KiB
Current children cumulated memory: 137316 KiB

Child status: 0
Real time (s): 3.80854
CPU time (s): 10.2474
CPU user time (s): 9.86364
CPU system time (s): 0.383792
CPU usage (%): 269.065
Max. virtual memory (cumulated for all children) (KiB): 27443512
Max. memory (cumulated for all children) (KiB): 541224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.86364
system time used= 0.383792
maximum resident set size= 542504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8026
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 8603
#   total CPU time (s): 10.2474
#   total CPU user time (s): 9.86364
#   total CPU system time (s): 0.383792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052835 second user time and 0.077139 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 21:15:40
IDJOB=4307511
IDBENCH=141235
IDSOLVER=2789
FILE ID=node102/4307511-1534187740
RUNJOBID= node102-1534187733-8464
PBS_JOBID= 21037987
Free space on /tmp= 38736 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-robin08_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307511-1534187740/watcher-4307511-1534187740 -o /tmp/evaluation-result-4307511-1534187740/solver-4307511-1534187740 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534187733-8464 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307511-1534187740.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1bc3f3e5ba546c0eba55cc781441057a
RANDOM SEED=1824785688

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:        27737180 kB
MemAvailable:   31879104 kB
Buffers:          176508 kB
Cached:          4213144 kB
SwapCached:        51240 kB
Active:          1866456 kB
Inactive:        2602512 kB
Active(anon):       4104 kB
Inactive(anon):   126928 kB
Active(file):    1862352 kB
Inactive(file):  2475584 kB
Unevictable:        7332 kB
Mlocked:            7332 kB
SwapTotal:      67108860 kB
SwapFree:       67030664 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:         48504 kB
Mapped:            51252 kB
Shmem:             48988 kB
Slab:             260596 kB
SReclaimable:     232448 kB
SUnreclaim:        28148 kB
KernelStack:        3536 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 38724 MiB
End job on node102 at 2018-08-13 21:15:44