Trace number 4307379

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 16.3964 5.4074

General information on the benchmark

NameEternity/
Eternity-05-05_c18.xml
MD5SUMc4864a898575c3e068596f0b6cab168e
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 benchmark3.02228
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints46
Number of domains2
Minimum domain size8
Maximum domain size25
Distribution of domain sizes[{"size":8,"count":60},{"size":25,"count":25}]
Minimum variable degree1
Maximum variable degree6
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":80},{"degree":6,"count":1}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":20},{"arity":5,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":20},{"type":"allDifferent","count":1}]
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-18251-serial-file.bin HOME/instance-4307379-1534209657.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: Tue Aug 14 03:20:58 CEST 2018
0.65/0.56	c PID: 18254
0.65/0.56	c IP: 172.20.3.105
0.65/0.56	c HOST: node105.alineos.net
0.65/0.56	c (0,0) Parsing Begin
1.66/0.94	c (0,0) Parsing End
1.66/0.94	c (0,0) CSP: 85 int (0 aux), 0 bool (0 aux), 46 ctr, max domain size 25
1.66/0.95	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.66/0.95	c (0,0) Constraint Name Generate Begin
1.66/0.95	c (0,0) Ctr:HOME/instance-4307379-1534209657.xml,AllDifferent:Eq:ExtensionSupport:IntVar:Num
1.66/0.95	c (0,0) Constraint Name Generate End
1.66/0.95	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.66/0.95	c (0,0) CSP to CSPinCNF Begin
4.38/1.74	c (1,1) translated 5 (10%) constraints
5.63/2.06	c (1,1) translated 10 (20%) constraints
6.39/2.26	c (1,1) translated 14 (30%) constraints
7.06/2.48	c (1,1) translated 19 (40%) constraints
7.72/2.65	c (2,2) translated 23 (50%) constraints
8.38/2.81	c (2,2) translated 28 (60%) constraints
8.38/2.81	c (2,2) translated 33 (70%) constraints
8.38/2.81	c (2,2) translated 37 (80%) constraints
8.38/2.81	c (2,2) translated 42 (90%) constraints
8.38/2.81	c (2,2) translated 46 (100%) constraints
8.77/3.00	c (2,2) STATISTICS1:HOME/instance-4307379-1534209657.xml,AllDifferent:Eq:ExtensionSupport:IntVar:Num,3785,22072,25,25,26,2,25:300,25:1850;8:21040;2:38475;1:5280,26:25;25:2;5:250;4:8075;3:5000;2:8700;1:20,2:300;1:66065;0:25,
8.77/3.00	c (2,2) ==========================================
8.77/3.00	c (2,2) Both Encoding selects:
8.77/3.00	c (2,2) Order
8.77/3.00	c (2,2) ==========================================
9.70/3.13	c (2,2) translated 2208 (10%) constraints
10.07/3.21	c (2,2) translated 4415 (20%) constraints
10.46/3.30	c (2,2) translated 6622 (30%) constraints
10.46/3.35	c (2,2) translated 8829 (40%) constraints
10.46/3.40	c (2,2) translated 11036 (50%) constraints
10.86/3.43	c (2,2) translated 13244 (60%) constraints
10.86/3.47	c (2,2) translated 15451 (70%) constraints
11.24/3.50	c (2,2) translated 17658 (80%) constraints
11.24/3.54	c (3,2) translated 19865 (90%) constraints
11.24/3.57	c (3,3) translated 22072 (100%) constraints
11.24/3.57	c (3,3) CSP to CSPinCNF End
11.24/3.58	c (3,3) CSP: 85 int (0 aux), 3700 bool (3700 aux), 22092 ctr, max domain size 25
11.24/3.58	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
11.24/3.58	c (3,3) CSPinCNF Propagation Begin
12.56/3.94	c (3,3) 1529 values, 8631 unsatisfiable literals, and 8676 valid clauses are removed
12.56/3.94	c (3,3) CSPinCNF Propagation End
12.56/3.95	c (3,3) CSP: 1422 int (1337 aux), 2363 bool (2363 aux), 13416 ctr, max domain size 25
12.56/3.95	c (3,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
12.56/3.95	c (3,3) Simplify CSPinCNF Begin
12.97/4.01	c (3,3) Simplify CSPinCNF End
12.97/4.01	c (3,3) CSP: 1422 int (1337 aux), 2963 bool (2963 aux), 14016 ctr, max domain size 25
12.97/4.01	c (3,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
12.97/4.01	c (3,3) Calculate Precise Domain Begin
12.97/4.01	c (3,3) 0 values are removed by re-calculation
12.97/4.01	c (3,3) Calculate Precise Domain End
12.97/4.01	c (3,3) CSP: 1422 int (1337 aux), 2963 bool (2963 aux), 14016 ctr, max domain size 25
12.97/4.01	c (3,3) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
12.97/4.01	c (3,3) CSPinCNF to SatSolver Begin
13.27/4.17	c (3,3) 1402 (10 %) CSP clauses are encoded (3651 SAT variables, 9512 SAT clauses)
13.27/4.18	c (3,3) 2804 (20 %) CSP clauses are encoded (3651 SAT variables, 10914 SAT clauses)
13.62/4.20	c (3,3) 4205 (30 %) CSP clauses are encoded (3651 SAT variables, 12315 SAT clauses)
13.62/4.22	c (3,3) 5607 (40 %) CSP clauses are encoded (3651 SAT variables, 13717 SAT clauses)
13.62/4.23	c (3,3) 7008 (50 %) CSP clauses are encoded (3651 SAT variables, 15118 SAT clauses)
13.62/4.25	c (3,3) 8410 (60 %) CSP clauses are encoded (3651 SAT variables, 16520 SAT clauses)
13.62/4.26	c (3,3) 9812 (70 %) CSP clauses are encoded (3651 SAT variables, 17922 SAT clauses)
13.62/4.27	c (3,3) 11213 (80 %) CSP clauses are encoded (3651 SAT variables, 19323 SAT clauses)
13.62/4.28	c (3,3) 12615 (90 %) CSP clauses are encoded (3651 SAT variables, 20725 SAT clauses)
13.62/4.29	c (3,3) 14016 (100 %) CSP clauses are encoded (3651 SAT variables, 22126 SAT clauses)
13.62/4.29	c (3,3) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
13.62/4.29	c (3,3) CSPinCNF to SatSolver End
13.62/4.29	c (3,3) Heap : 1239 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
14.01/4.38	c (3,3) STATISTICS2:HOME/instance-4307379-1534209657.xml,AllDifferent:Eq:ExtensionSupport:IntVar:Num,4385,14016,25,25,25,2,25:72;16:348;4:180,25:882;16:948;8:15194;4:220;2:23732,25:10;16:12;9:1;5:120;4:4274;3:3031;2:6568,2:600;1:39776,
14.01/4.38	c (3,3) 3651 bool, 22127 clause
14.01/4.38	c (3,3) Export Begin
14.38/4.47	c (3,3) Export to HOME/scop-18251-serial-file.bin
14.38/4.47	c (3,3) Export End
14.38/4.47	c (3,3) Export File Size: 0.02 MB
14.38/4.47	c (3,3) 0,0,3,3,3,3,3,STOP-AFTER(DIMACS)
14.38/4.47	c END-Prog: Tue Aug 14 03:21:02 CEST 2018
14.38/4.49	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-18251-serial-file.bin
14.66/4.98	c (0,0) Read Serial File Begin
14.66/4.98	c (0,0) HOME/scop-18251-serial-file.bin
15.49/5.15	c (0,0) Read Serial File End
15.49/5.16	
15.49/5.16	scop order+glucose-syrup (2018-07-31)
15.49/5.16	(Solving Process)
15.49/5.16	
15.49/5.19	c BEGIN-Prog: Tue Aug 14 03:21:02 CEST 2018
15.49/5.19	c PID: 18274
15.49/5.19	c IP: 172.20.3.105
15.49/5.19	c HOST: node105.alineos.net
15.49/5.19	c (0,0) SatSolver.solve Begin
15.49/5.19	c (0,0) 0 bool, 0 clause
15.49/5.19	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307379-1534209657.xml-scop-18254.cnf
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
15.79/5.31	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
15.79/5.31	c (0,0) c ========================================[ Problem Statistics ]===========================================
15.79/5.31	c (0,0) c |                                                                                                       |
15.79/5.31	c (0,0) c |  Number of variables:          3651                                                                   |
15.79/5.31	c (0,0) c |  Number of clauses:           22127                                                                   |
15.79/5.31	c (0,0) c |  Parse time:                   0.01 s                                                                 |
15.79/5.31	c (0,0) c |                                                                                                       |
15.79/5.31	c (0,0) c |  Eliminated clauses:           0.05 Mb                                                                |
15.79/5.31	c (0,0) c |  Simplification time:          0.02 s                                                                 |
15.79/5.31	c (0,0) c |                                                                                                       |
15.79/5.31	c (0,0) c |  Generating clones                                                                                    |
15.79/5.31	c (0,0) c |  all clones generated. Memory =  40.57Mb.                                                             |
15.79/5.31	c (0,0) c ========================================================================================================|
15.79/5.31	c (0,0) c last restart ## conflicts  :  238 26 
15.79/5.31	c (0,0) c Thread 1 is 100% pure glucose! First thread to finish! (SAT answer).
15.79/5.31	c (0,0) c Total Memory so far : 616.61Mb
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c real time : 0.089256 s
15.79/5.31	c (0,0) c cpu time  : 0.405139 s
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
15.79/5.31	c (0,0) c
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) c | Conflicts     |            8932 |        954 |       1132 |       1293 |       1004 |       1205 |       1137 |        983 |       1224 |
15.79/5.31	c (0,0) c | Decisions     |           22020 |       2230 |       2745 |       3252 |       2516 |       2907 |       2729 |       2452 |       3189 |
15.79/5.31	c (0,0) c | Propagations  |         1977117 |     236434 |     249222 |     275832 |     217636 |     257191 |     253581 |     217478 |     269743 |
15.79/5.31	c (0,0) c | Avg_Trail     |                 |       1521 |       1380 |       1352 |       1430 |       1413 |       1393 |       1426 |       1367 |
15.79/5.31	c (0,0) c | Avg_DL        |                 |         17 |         18 |         17 |         19 |         17 |         20 |         19 |         19 |
15.79/5.31	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.79/5.31	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) c | Exported      |             963 |         80 |        132 |        148 |        113 |        119 |        136 |         94 |        141 |
15.79/5.31	c (0,0) c | Imported      |            5509 |        335 |        715 |        624 |        830 |        772 |        696 |        817 |        720 |
15.79/5.31	c (0,0) c | Good          |            1529 |         76 |        193 |        171 |        234 |        219 |        198 |        231 |        207 |
15.79/5.31	c (0,0) c | Purge         |            3980 |        259 |        522 |        453 |        596 |        553 |        498 |        586 |        513 |
15.79/5.31	c (0,0) c | Promoted      |             341 |         25 |         34 |         38 |         49 |         52 |         40 |         43 |         60 |
15.79/5.31	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.79/5.31	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) c | Unaries       |                 |          5 |          6 |         14 |          3 |          6 |          7 |          4 |          7 |
15.79/5.31	c (0,0) c | Binaries      |                 |         22 |         47 |         39 |         36 |         34 |         39 |         28 |         29 |
15.79/5.31	c (0,0) c | Glues         |                 |         80 |        132 |        148 |        113 |        119 |        136 |         94 |        141 |
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) c | Orig_Seen     |            26 % |       5405 |       6131 |       6311 |       5710 |       6209 |       6121 |       5603 |       6199 |
15.79/5.31	c (0,0) c | Diff Orig seen|                 | -      726 |      X     |        180 | -      421 |         78 | -       10 | -      528 |         68 |
15.79/5.31	c (0,0) c | Hamming       |             7 % |        348 |      X     |        302 |        259 |        308 |        246 |        279 |        282 |
15.79/5.31	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.79/5.31	c (0,0) 
15.79/5.31	c (0,0) s SATISFIABLE
15.79/5.33	c (0,0) SatSolver.solve End
15.79/5.33	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
15.79/5.33	c (0,0) Show results Begin
15.79/5.38	s SATISFIABLE
15.79/5.39	v <instantiation>
15.79/5.39	v     <list>id[0][0] id[0][1] id[0][2] id[0][3] id[0][4] id[1][0] id[1][1] id[1][2] id[1][3] id[1][4] id[2][0] id[2][1] id[2][2] id[2][3] id[2][4] id[3][0] id[3][1] id[3][2] id[3][3] id[3][4] id[4][0] id[4][1] id[4][2] id[4][3] id[4][4] top[0][0] top[0][1] top[0][2] top[0][3] top[0][4] top[1][0] top[1][1] top[1][2] top[1][3] top[1][4] top[2][0] top[2][1] top[2][2] top[2][3] top[2][4] top[3][0] top[3][1] top[3][2] top[3][3] top[3][4] top[4][0] top[4][1] top[4][2] top[4][3] top[4][4] left[0][0] left[0][1] left[0][2] left[0][3] left[0][4] left[1][0] left[1][1] left[1][2] left[1][3] left[1][4] left[2][0] left[2][1] left[2][2] left[2][3] left[2][4] left[3][0] left[3][1] left[3][2] left[3][3] left[3][4] left[4][0] left[4][1] left[4][2] left[4][3] left[4][4] bot[0] bot[1] bot[2] bot[3] bot[4] right[0] right[1] right[2] right[3] right[4]</list>
15.79/5.39	v     <values>1 14 5 4 3 6 18 16 17 10 11 22 23 21 8 13 20 24 19 12 0 7 15 9 2 0 0 0 0 0 1 6 4 4 3 2 5 6 4 2 3 4 7 7 1 1 5 7 5 3 0 2 3 1 1 0 5 4 5 6 0 7 5 7 6 0 6 6 7 4 0 1 3 2 2 0 0 0 0 0 0 0 0 0 0</values>
15.79/5.39	v </instantiation>
15.79/5.39	c (0,0) Show results End
15.79/5.39	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
15.79/5.39	c (0,0) 0,0,STOP-AFTER(ALL)
15.79/5.39	c END-Prog: Tue Aug 14 03:21:02 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 (13107 MiB free)
  memory of node 1: 16384 MiB (13469 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307379-1534209657/watcher-4307379-1534209657 -o /tmp/evaluation-result-4307379-1534209657/solver-4307379-1534209657 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534202086-17558 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307379-1534209657.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=18251, runsolver pid=18248

[startup+0.100149 s]*
/proc/loadavg: 7.04 7.99 8.19 3/200 18273
/proc/meminfo: memFree=27120716/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 562 320 0 0 0 0 0 0 20 0 1 0 238528870 115843072 349 33554432000 4194304 5098028 140733786800832 140733786798088 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 349 296 221 0 87 0
[pid=18254] ppid=18251 vsize=27313900 memory=106724 CPUtime=0.1 cores=0-7
/proc/18254/stat : 18254 (java) S 18251 18251 17530 0 -1 1077944320 6679 0 0 0 8 2 0 0 20 0 20 0 238528870 27969433600 26681 33554432000 4194304 4196468 140732706234944 140732706217488 139857070792439 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
/proc/18254/statm: 6828475 26681 2739 1 0 6790935 0
[pid=18254/tid=18255] ppid=18251 vsize=27313900 memory=7826300060579044764 CPUtime=0.09 cores=0-7
/proc/18254/task/18255/stat : 18255 (java) R 18251 18251 17530 0 -1 4202560 4815 0 0 0 7 2 0 0 20 0 20 0 238528871 27969433600 26746 33554432000 4194304 4196468 140732706234944 139857042615872 139857070814365 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18256] ppid=18251 vsize=27313900 memory=732370835089304549 CPUtime=0 cores=0-7
/proc/18254/task/18256/stat : 18256 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139857075034512 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18257] ppid=18251 vsize=27313900 memory=140696751851136 CPUtime=0 cores=0-7
/proc/18254/task/18257/stat : 18257 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856889190672 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18258] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18258/stat : 18258 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856888138384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18259] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18259/stat : 18259 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856887085584 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18260] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18260/stat : 18260 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856490167184 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18261] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18261/stat : 18261 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856489114384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18262] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18262/stat : 18262 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856488062096 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18263] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18263/stat : 18263 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 26746 33554432000 4194304 4196468 140732706234944 139856487009296 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18264] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18264/stat : 18264 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855458113648 139857070803586 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18265] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18265/stat : 18265 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 26746 33554432000 4194304 4196468 140732706234944 139854805459744 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18266] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18266/stat : 18266 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 26746 33554432000 4194304 4196468 140732706234944 139854671238256 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18267] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18267/stat : 18267 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139854296733776 139857070811035 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18268] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18268/stat : 18268 (java) S 18251 18251 17530 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855457061488 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18269] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18269/stat : 18269 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855456008688 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18270] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18270/stat : 18270 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855454956400 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18271] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18271/stat : 18271 (java) R 18251 18251 17530 0 -1 4202560 243 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855453903600 139857049686152 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18272] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18272/stat : 18272 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139853798828384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18273] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18273/stat : 18273 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 26746 33554432000 4194304 4196468 140732706234944 139855452850480 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108120 KiB

[startup+0.210467 s]*
/proc/loadavg: 7.04 7.99 8.19 2/200 18273
/proc/meminfo: memFree=27104468/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 562 320 0 0 0 0 0 0 20 0 1 0 238528870 115843072 349 33554432000 4194304 5098028 140733786800832 140733786798088 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 349 296 221 0 87 0
[pid=18254] ppid=18251 vsize=27313900 memory=121096 CPUtime=0.24 cores=0-7
/proc/18254/stat : 18254 (java) S 18251 18251 17530 0 -1 1077944320 10499 0 0 0 21 3 0 0 20 0 20 0 238528870 27969433600 30274 33554432000 4194304 4196468 140732706234944 140732706217488 139857070792439 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
/proc/18254/statm: 6828475 30274 2898 1 0 6790935 0
[pid=18254/tid=18255] ppid=18251 vsize=27313900 memory=0 CPUtime=0.19 cores=0-7
/proc/18254/task/18255/stat : 18255 (java) R 18251 18251 17530 0 -1 4202560 8394 0 0 0 17 2 0 0 20 0 20 0 238528871 27969433600 30274 33554432000 4194304 4196468 140732706234944 139857042581040 139857052186173 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18256] ppid=18251 vsize=27313900 memory=732370835089304549 CPUtime=0 cores=0-7
/proc/18254/task/18256/stat : 18256 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139857075034512 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18257] ppid=18251 vsize=27313900 memory=140696751851136 CPUtime=0 cores=0-7
/proc/18254/task/18257/stat : 18257 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856889190672 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18258] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18258/stat : 18258 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856888138384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18259] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18259/stat : 18259 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856887085584 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18260] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18260/stat : 18260 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856490167184 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18261] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18261/stat : 18261 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856489114384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18262] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18262/stat : 18262 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856488062096 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18263] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18263/stat : 18263 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 30274 33554432000 4194304 4196468 140732706234944 139856487009296 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18264] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18264/stat : 18264 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855458113648 139857070803586 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18265] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18265/stat : 18265 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 30274 33554432000 4194304 4196468 140732706234944 139854805459744 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18266] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18266/stat : 18266 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 30274 33554432000 4194304 4196468 140732706234944 139854671238256 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18267] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18267/stat : 18267 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139854296733776 139857070811035 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18268] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18268/stat : 18268 (java) S 18251 18251 17530 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855457061488 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18269] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18269/stat : 18269 (java) S 18251 18251 17530 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855456008688 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18270] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18270/stat : 18270 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855454956400 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18271] ppid=18251 vsize=27313900 memory=0 CPUtime=0.02 cores=0-7
/proc/18254/task/18271/stat : 18271 (java) S 18251 18251 17530 0 -1 1077944384 288 0 0 0 2 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855453903600 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18272] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18272/stat : 18272 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139853798828384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18273] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18273/stat : 18273 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 30274 33554432000 4194304 4196468 140732706234944 139855452850480 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122492 KiB

[startup+0.310348 s]*
/proc/loadavg: 7.04 7.99 8.19 2/200 18273
/proc/meminfo: memFree=27100560/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 562 320 0 0 0 0 0 0 20 0 1 0 238528870 115843072 349 33554432000 4194304 5098028 140733786800832 140733786798088 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 349 296 221 0 87 0
[pid=18254] ppid=18251 vsize=27313900 memory=125088 CPUtime=0.42 cores=0-7
/proc/18254/stat : 18254 (java) S 18251 18251 17530 0 -1 1077944320 11119 0 0 0 38 4 0 0 20 0 20 0 238528870 27969433600 31272 33554432000 4194304 4196468 140732706234944 140732706217488 139857070792439 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
/proc/18254/statm: 6828475 31272 2980 1 0 6790935 0
[pid=18254/tid=18255] ppid=18251 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18254/task/18255/stat : 18255 (java) R 18251 18251 17530 0 -1 4202560 8825 0 0 0 27 2 0 0 20 0 20 0 238528871 27969433600 31272 33554432000 4194304 4196468 140732706234944 139857042587888 139857054872926 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18256] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18256/stat : 18256 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139857075034512 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18257] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18257/stat : 18257 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856889190672 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18258] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18258/stat : 18258 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856888138384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18259] ppid=18251 vsize=27313900 memory=140696619149999 CPUtime=0 cores=0-7
/proc/18254/task/18259/stat : 18259 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856887085584 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18260] ppid=18251 vsize=27313900 memory=140696619152304 CPUtime=0 cores=0-7
/proc/18254/task/18260/stat : 18260 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856490167184 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18261] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18261/stat : 18261 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856489114384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18262] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18262/stat : 18262 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856488062096 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18263] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18263/stat : 18263 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528873 27969433600 31272 33554432000 4194304 4196468 140732706234944 139856487009296 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18264] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18264/stat : 18264 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855458113648 139857070803586 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18265] ppid=18251 vsize=27313900 memory=2111047226267556 CPUtime=0 cores=0-7
/proc/18254/task/18265/stat : 18265 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 31272 33554432000 4194304 4196468 140732706234944 139854805459744 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18266] ppid=18251 vsize=27313900 memory=2111047226293204 CPUtime=0 cores=0-7
/proc/18254/task/18266/stat : 18266 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238528875 27969433600 31272 33554432000 4194304 4196468 140732706234944 139854671238256 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18267] ppid=18251 vsize=27313900 memory=2111047226272164 CPUtime=0 cores=0-7
/proc/18254/task/18267/stat : 18267 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139854296733776 139857070811035 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18268] ppid=18251 vsize=27313900 memory=2111047226293236 CPUtime=0.01 cores=0-7
/proc/18254/task/18268/stat : 18268 (java) S 18251 18251 17530 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855457061488 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18269] ppid=18251 vsize=27313900 memory=2111047226293268 CPUtime=0.01 cores=0-7
/proc/18254/task/18269/stat : 18269 (java) S 18251 18251 17530 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855456008688 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18270] ppid=18251 vsize=27313900 memory=2111047226293028 CPUtime=0 cores=0-7
/proc/18254/task/18270/stat : 18270 (java) S 18251 18251 17530 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855454956400 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18271] ppid=18251 vsize=27313900 memory=2111047226281380 CPUtime=0.07 cores=0-7
/proc/18254/task/18271/stat : 18271 (java) S 18251 18251 17530 0 -1 1077944384 328 0 0 0 7 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855453903600 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18272] ppid=18251 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18272/stat : 18272 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139853798828384 139857070802645 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18273] ppid=18251 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/18254/task/18273/stat : 18273 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27969433600 31272 33554432000 4194304 4196468 140732706234944 139855452850480 139857070803586 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126484 KiB

[startup+0.701001 s]
/proc/loadavg: 7.04 7.99 8.19 2/200 18273
/proc/meminfo: memFree=27076252/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 562 320 0 0 0 0 0 0 20 0 1 0 238528870 115843072 349 33554432000 4194304 5098028 140733786800832 140733786798088 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 349 296 221 0 87 0
[pid=18254] ppid=18251 vsize=27322296 memory=163652 CPUtime=0.99 cores=0-7
/proc/18254/stat : 18254 (java) S 18251 18251 17530 0 -1 1077944320 18401 0 0 0 93 6 0 0 20 0 20 0 238528870 27978031104 40913 33554432000 4194304 4196468 140732706234944 140732706217488 139857070792439 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
/proc/18254/statm: 6830574 40913 3147 1 0 6791959 0
[pid=18254/tid=18255] ppid=18251 vsize=27322296 memory=78477642469056 CPUtime=0.66 cores=0-7
/proc/18254/task/18255/stat : 18255 (java) R 18251 18251 17530 0 -1 4202560 15562 0 0 0 62 4 0 0 20 0 20 0 238528871 27978031104 40913 33554432000 4194304 4196468 140732706234944 139857042626192 139857070804374 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18256] ppid=18251 vsize=27322296 memory=140696619175014 CPUtime=0 cores=0-7
/proc/18254/task/18256/stat : 18256 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27978031104 40913 33554432000 4194304 4196468 140732706234944 139857075034512 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18257] ppid=18251 vsize=27322296 memory=294329804 CPUtime=0 cores=0-7
/proc/18254/task/18257/stat : 18257 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27978031104 40913 33554432000 4194304 4196468 140732706234944 139856889190672 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18258] ppid=18251 vsize=27322296 memory=2372 CPUtime=0 cores=0-7
/proc/18254/task/18258/stat : 18258 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27978031104 40913 33554432000 4194304 4196468 140732706234944 139856888138384 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0

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

/proc/18254/task/18265/stat : 18265 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238528875 27982225408 196028 33554432000 4194304 4196468 140732706234944 139854805459744 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18266] ppid=18251 vsize=27326392 memory=9041 CPUtime=0 cores=0-7
/proc/18254/task/18266/stat : 18266 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238528875 27982225408 196028 33554432000 4194304 4196468 140732706234944 139854671238256 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18267] ppid=18251 vsize=27326392 memory=4420 CPUtime=0 cores=0-7
/proc/18254/task/18267/stat : 18267 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139854296733776 139857070811035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18268] ppid=18251 vsize=27326392 memory=6628 CPUtime=1.93 cores=0-7
/proc/18254/task/18268/stat : 18268 (java) R 18251 18251 17530 0 -1 4202560 2381 0 0 0 192 1 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139855457053264 139857054289227 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18269] ppid=18251 vsize=27326392 memory=8836 CPUtime=1.76 cores=0-7
/proc/18254/task/18269/stat : 18269 (java) R 18251 18251 17530 0 -1 4202560 1825 0 0 0 176 0 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139855455998608 139857055900483 0 4 2 25189581 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18270] ppid=18251 vsize=27326392 memory=56 CPUtime=1.91 cores=0-7
/proc/18254/task/18270/stat : 18270 (java) R 18251 18251 17530 0 -1 4202560 3353 0 0 0 189 2 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139855454942928 139857049170962 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18271] ppid=18251 vsize=27326392 memory=28218657131 CPUtime=0.98 cores=0-7
/proc/18254/task/18271/stat : 18271 (java) R 18251 18251 17530 0 -1 4202560 3565 0 0 0 97 1 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139855453902000 139857049158766 0 4 2 25189581 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18272] ppid=18251 vsize=27326392 memory=28218657134 CPUtime=0 cores=0-7
/proc/18254/task/18272/stat : 18272 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139853798828384 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18273] ppid=18251 vsize=27326392 memory=28218657134 CPUtime=0 cores=0-7
/proc/18254/task/18273/stat : 18273 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 196028 33554432000 4194304 4196468 140732706234944 139855452850480 139857070803586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 27439520 KiB
Current children cumulated memory: 785508 KiB

[startup+5.40735 s]
# the end of solver process 18251 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.9916 s, system=0.404807 s

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

[startup+3.20127 s]
/proc/loadavg: 7.04 7.99 8.19 6/200 18273
/proc/meminfo: memFree=26454576/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 562 320 0 0 0 0 0 0 20 0 1 0 238528870 115843072 349 33554432000 4194304 5098028 140733786800832 140733786798088 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 349 296 221 0 87 0
[pid=18254] ppid=18251 vsize=27326392 memory=798720 CPUtime=10.07 cores=0-7
/proc/18254/stat : 18254 (java) S 18251 18251 17530 0 -1 1077944320 31173 0 0 0 986 21 0 0 20 0 20 0 238528870 27982225408 199680 33554432000 4194304 4196468 140732706234944 140732706217488 139857070792439 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
/proc/18254/statm: 6831598 199680 3200 1 0 6792983 0
[pid=18254/tid=18255] ppid=18251 vsize=27326392 memory=174708 CPUtime=3.15 cores=0-7
/proc/18254/task/18255/stat : 18255 (java) R 18251 18251 17530 0 -1 4202560 18556 0 0 0 301 14 0 0 20 0 20 0 238528871 27982225408 199680 33554432000 4194304 4196468 140732706234944 139857042628288 139856576823297 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18256] ppid=18251 vsize=27326392 memory=3984 CPUtime=0 cores=0-7
/proc/18254/task/18256/stat : 18256 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139857075034512 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18257] ppid=18251 vsize=27326392 memory=1916 CPUtime=0 cores=0-7
/proc/18254/task/18257/stat : 18257 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856889190672 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18258] ppid=18251 vsize=27326392 memory=7528 CPUtime=0 cores=0-7
/proc/18254/task/18258/stat : 18258 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856888138384 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18259] ppid=18251 vsize=27326392 memory=808 CPUtime=0 cores=0-7
/proc/18254/task/18259/stat : 18259 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856887085584 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18260] ppid=18251 vsize=27326392 memory=1696 CPUtime=0 cores=0-7
/proc/18254/task/18260/stat : 18260 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856490167184 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18261] ppid=18251 vsize=27326392 memory=294329804 CPUtime=0 cores=0-7
/proc/18254/task/18261/stat : 18261 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856489114384 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18262] ppid=18251 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18262/stat : 18262 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856488062096 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18263] ppid=18251 vsize=27326392 memory=54 CPUtime=0 cores=0-7
/proc/18254/task/18263/stat : 18263 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528873 27982225408 199680 33554432000 4194304 4196468 140732706234944 139856487009296 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18264] ppid=18251 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18264/stat : 18264 (java) S 18251 18251 17530 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 238528875 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855458113648 139857070803586 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18265] ppid=18251 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18265/stat : 18265 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238528875 27982225408 199680 33554432000 4194304 4196468 140732706234944 139854805459744 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18266] ppid=18251 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18266/stat : 18266 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238528875 27982225408 199680 33554432000 4194304 4196468 140732706234944 139854671238256 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18267] ppid=18251 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/18254/task/18267/stat : 18267 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139854296733776 139857070811035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18268] ppid=18251 vsize=27326392 memory=0 CPUtime=2.02 cores=0-7
/proc/18254/task/18268/stat : 18268 (java) R 18251 18251 17530 0 -1 4202560 2445 0 0 0 201 1 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855457053264 139857054203334 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18269] ppid=18251 vsize=27326392 memory=0 CPUtime=1.85 cores=0-7
/proc/18254/task/18269/stat : 18269 (java) R 18251 18251 17530 0 -1 4202560 1847 0 0 0 185 0 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855456008816 139857049981888 0 4 2 25189581 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18270] ppid=18251 vsize=27326392 memory=0 CPUtime=2 cores=0-7
/proc/18254/task/18270/stat : 18270 (java) R 18251 18251 17530 0 -1 4202560 3374 0 0 0 198 2 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855454949424 139857054318225 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18271] ppid=18251 vsize=27326392 memory=281393238415232 CPUtime=0.99 cores=0-7
/proc/18254/task/18271/stat : 18271 (java) R 18251 18251 17530 0 -1 1077944384 3589 0 0 0 98 1 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855453903600 139857070803586 0 4 2 25189581 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18272] ppid=18251 vsize=27326392 memory=8292088533921144977 CPUtime=0 cores=0-7
/proc/18254/task/18272/stat : 18272 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139853798828384 139857070802645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
[pid=18254/tid=18273] ppid=18251 vsize=27326392 memory=1414353297708861353 CPUtime=0 cores=0-7
/proc/18254/task/18273/stat : 18273 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238528878 27982225408 199680 33554432000 4194304 4196468 140732706234944 139855452850480 139857070803586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 17661952 140732706243561 140732706243885 140732706243885 140732706246607 0
Current children cumulated CPU time: 10.07 s
Current children cumulated vsize: 27439520 KiB
Current children cumulated memory: 800116 KiB

[startup+4.80033 s]
/proc/loadavg: 6.80 7.92 8.17 5/200 18273
/proc/meminfo: memFree=26161980/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1472 CPUtime=14.66 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 591 34471 0 0 0 0 1435 31 20 0 1 0 238528870 115843072 368 33554432000 4194304 5098028 140733786800832 140733786797576 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+5.20095 s]
/proc/loadavg: 6.80 7.92 8.17 3/200 18293
/proc/meminfo: memFree=27136044/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1472 CPUtime=14.66 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 591 34471 0 0 0 0 1435 31 20 0 1 0 238528870 115843072 368 33554432000 4194304 5098028 140733786800832 140733786797576 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 368 311 221 0 87 0
[pid=18274] ppid=18251 vsize=7756256 memory=99696 CPUtime=0.97 cores=0-7
/proc/18274/stat : 18274 (java) S 18251 18251 17530 0 -1 1077944320 17775 0 0 0 92 5 0 0 20 0 20 0 238529319 7942406144 24924 33554432000 4194304 4196468 140721860316896 140721860299440 140474056867575 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
/proc/18274/statm: 1939064 24924 3098 1 0 1900463 0
[pid=18274/tid=18275] ppid=18251 vsize=7756256 memory=15100 CPUtime=0.68 cores=0-7
/proc/18274/task/18275/stat : 18275 (java) R 18251 18251 17530 0 -1 4202560 15173 0 0 0 64 4 0 0 20 0 20 0 238529319 7942406144 24924 33554432000 4194304 4196468 140721860316896 140474028707056 140474056879510 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18276] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18276/stat : 18276 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140474061110160 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18277] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18277/stat : 18277 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473541491472 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18278] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18278/stat : 18278 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473540439184 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18279] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18279/stat : 18279 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473539386384 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18280] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18280/stat : 18280 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473538333072 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18281] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18281/stat : 18281 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473537280272 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18282] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18282/stat : 18282 (java) S 18251 18251 17530 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473536227984 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18283] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18283/stat : 18283 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529321 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473535175184 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18284] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18284/stat : 18284 (java) S 18251 18251 17530 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 238529322 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473351686768 140474056878722 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18285] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18285/stat : 18285 (java) S 18251 18251 17530 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238529323 7942406144 24924 33554432000 4194304 4196468 140721860316896 140472609662240 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18286] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18286/stat : 18286 (java) S 18251 18251 17530 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 238529323 7942406144 24924 33554432000 4194304 4196468 140721860316896 140472475440752 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18287] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18287/stat : 18287 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140472100936272 140474056886171 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18288] ppid=18251 vsize=7756256 memory=0 CPUtime=0.03 cores=0-7
/proc/18274/task/18288/stat : 18288 (java) S 18251 18251 17530 0 -1 1077944384 421 0 0 0 3 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473350633584 140474056878722 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18289] ppid=18251 vsize=7756256 memory=0 CPUtime=0.01 cores=0-7
/proc/18274/task/18289/stat : 18289 (java) R 18251 18251 17530 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473349580784 140474056878722 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18290] ppid=18251 vsize=7756256 memory=0 CPUtime=0.05 cores=0-7
/proc/18274/task/18290/stat : 18290 (java) R 18251 18251 17530 0 -1 4202560 279 0 0 0 5 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473012295168 140474049202520 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18291] ppid=18251 vsize=7756256 memory=0 CPUtime=0.16 cores=0-7
/proc/18274/task/18291/stat : 18291 (java) R 18251 18251 17530 0 -1 4202560 512 0 0 0 16 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473011263728 140474056879510 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18292] ppid=18251 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/18274/task/18292/stat : 18292 (java) S 18251 18251 17530 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238529325 7942406144 24924 33554432000 4194304 4196468 140721860316896 140471603030880 140474056877781 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18293] ppid=18251 vsize=7756256 memory=170985786 CPUtime=0 cores=0-7
/proc/18274/task/18293/stat : 18293 (java) S 18251 18251 17530 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238529326 7942406144 24924 33554432000 4194304 4196468 140721860316896 140473010211632 140474056878722 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 7869384 KiB
Current children cumulated memory: 101168 KiB

[startup+5.4009 s]
/proc/loadavg: 6.80 7.92 8.17 3/200 18293
/proc/meminfo: memFree=27136044/32770624 swapFree=67108804/67108860
[pid=18251] ppid=18248 vsize=113128 memory=1472 CPUtime=14.66 cores=0-7
/proc/18251/stat : 18251 (scop.sh) S 18248 18251 17530 0 -1 4202496 591 34471 0 0 0 0 1435 31 20 0 1 0 238528870 115843072 368 33554432000 4194304 5098028 140733786800832 140733786797576 140024911016572 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36425728 140733786805283 140733786805507 140733786805507 140733786808269 0
/proc/18251/statm: 28282 368 311 221 0 87 0
[pid=18274] ppid=18251 vsize=8018620 memory=122904 CPUtime=1.7 cores=0-7
/proc/18274/stat : 18274 (java) R 18251 18251 17530 0 -1 4202496 18997 4888 0 0 122 7 40 1 20 0 19 0 238529319 8211066880 30726 33554432000 4194304 4196468 140721860316896 140721860299440 140474041884048 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
/proc/18274/statm: 2004655 30726 3179 1 0 1966054 0
[pid=18274/tid=18276] ppid=18251 vsize=8018620 memory=0 CPUtime=0.41 cores=0-7
/proc/18274/task/18276/stat : 18276 (java) R 18251 18251 17530 0 -1 1077944384 1 4888 0 0 0 0 40 1 20 0 19 0 238529321 8211066880 30730 33554432000 4194304 4196468 140721860316896 140474061110160 140474056877781 256 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18277] ppid=18251 vsize=8018620 memory=7223887401239728208 CPUtime=0.41 cores=0-7
/proc/18274/task/18277/stat : 18277 (java) R 18251 18251 17530 0 -1 4202560 3 4888 0 0 0 0 40 1 20 0 17 0 238529321 8211066880 30759 33554432000 4194304 4196468 140721860316896 140473541491472 140474056877781 256 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
[pid=18274/tid=18280] ppid=18251 vsize=8018620 memory=8226000841794767541 CPUtime=0.41 cores=0-7
/proc/18274/task/18280/stat : 18280 (java) R 18251 18251 17530 0 -1 1077944384 2 4888 0 0 0 0 40 1 20 0 10 0 238529321 8211066880 30846 33554432000 4194304 4196468 140721860316896 140473538333072 140474056877781 256 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19959808 140721860322481 140721860322605 140721860322605 140721860325327 0
Current children cumulated CPU time: 16.36 s
Current children cumulated vsize: 8131748 KiB
Current children cumulated memory: 124376 KiB

Child status: 0
Real time (s): 5.4074
CPU time (s): 16.3964
CPU user time (s): 15.9916
CPU system time (s): 0.404807
CPU usage (%): 303.221
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 1216264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9916
system time used= 0.404807
maximum resident set size= 1221324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8509
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 18251
#   total CPU time (s): 16.3964
#   total CPU user time (s): 15.9916
#   total CPU system time (s): 0.404807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05047 second user time and 0.115268 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-14 03:20:57
IDJOB=4307379
IDBENCH=141659
IDSOLVER=2789
FILE ID=node105/4307379-1534209657
RUNJOBID= node105-1534202086-17558
PBS_JOBID= 21038015
Free space on /tmp= 41072 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Eternity/Eternity-05-05_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-4307379-1534209657/watcher-4307379-1534209657 -o /tmp/evaluation-result-4307379-1534209657/solver-4307379-1534209657 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534202086-17558 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307379-1534209657.xml

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

MD5SUM BENCH= c4864a898575c3e068596f0b6cab168e
RANDOM SEED=1579817526

node105.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.32
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.32
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.32
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.32
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:        27215184 kB
MemAvailable:   31906484 kB
Buffers:          189024 kB
Cached:          4758648 kB
SwapCached:           16 kB
Active:          1997772 kB
Inactive:        3002972 kB
Active(anon):       4792 kB
Inactive(anon):   100500 kB
Active(file):    1992980 kB
Inactive(file):  2902472 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              8404 kB
Writeback:             0 kB
AnonPages:        113712 kB
Mapped:            51648 kB
Shmem:             49780 kB
Slab:             251108 kB
SReclaimable:     223368 kB
SUnreclaim:        27740 kB
KernelStack:        3600 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 41064 MiB
End job on node105 at 2018-08-14 03:21:03