Trace number 4307098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+glucose-syrup (2018-07-31)SAT 5.2683 2.65714

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.50775
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-19118-serial-file.bin HOME/instance-4307098-1534171236.xml
0.65/0.54	
0.65/0.54	scop order+glucose-syrup (2018-07-31)
0.65/0.54	(Encoding Process)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Mon Aug 13 16:40:37 CEST 2018
0.65/0.57	c PID: 19121
0.65/0.57	c IP: 172.20.3.132
0.65/0.57	c HOST: node132.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.17/0.86	c (0,0) Parsing End
1.17/0.87	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 36 ctr, max domain size 7
1.17/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.17/0.87	c (0,0) Constraint Name Generate Begin
1.17/0.87	c (0,0) Ctr:HOME/instance-4307098-1534171236.xml,AllDifferent:IntVar
1.17/0.87	c (0,0) Constraint Name Generate End
1.17/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.87	c (0,0) CSP to CSPinCNF Begin
1.54/1.06	c (0,0) translated 4 (10%) constraints
1.54/1.10	c (0,0) translated 8 (20%) constraints
1.80/1.13	c (0,0) translated 11 (30%) constraints
1.80/1.16	c (0,0) translated 15 (40%) constraints
1.80/1.18	c (0,0) translated 18 (50%) constraints
2.06/1.20	c (0,0) translated 22 (60%) constraints
2.06/1.21	c (0,0) translated 26 (70%) constraints
2.06/1.22	c (0,0) translated 29 (80%) constraints
2.06/1.23	c (0,0) translated 33 (90%) constraints
2.06/1.24	c (0,0) translated 36 (100%) constraints
2.06/1.29	c (0,0) STATISTICS1:HOME/instance-4307098-1534171236.xml,AllDifferent:IntVar,49,548,7,7,7,2,7:476,7:1336,7:32;6:8;5:8;4:8;3:8;2:484,2:476;1:384,
2.06/1.29	c (0,0) ==========================================
2.06/1.29	c (0,0) Order
2.06/1.29	c (0,0) ==========================================
2.31/1.31	c (0,0) translated 55 (10%) constraints
2.31/1.33	c (0,0) translated 110 (20%) constraints
2.31/1.34	c (0,0) translated 165 (30%) constraints
2.31/1.35	c (0,0) translated 220 (40%) constraints
2.31/1.35	c (0,0) translated 274 (50%) constraints
2.31/1.36	c (0,0) translated 329 (60%) constraints
2.31/1.37	c (0,0) translated 384 (70%) constraints
2.31/1.37	c (0,0) translated 439 (80%) constraints
2.31/1.38	c (0,0) translated 494 (90%) constraints
2.31/1.38	c (0,0) translated 548 (100%) constraints
2.31/1.39	c (0,0) CSP to CSPinCNF End
2.31/1.39	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 548 ctr, max domain size 7
2.31/1.39	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.31/1.39	c (0,0) CSPinCNF Propagation Begin
2.61/1.41	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/1.41	c (0,0) CSPinCNF Propagation End
2.61/1.41	c (0,0) CSP: 49 int (0 aux), 0 bool (0 aux), 548 ctr, max domain size 7
2.61/1.41	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.61/1.41	c (0,0) Simplify CSPinCNF Begin
2.88/1.51	c (0,0) Simplify CSPinCNF End
2.88/1.51	c (0,0) CSP: 49 int (0 aux), 952 bool (952 aux), 1500 ctr, max domain size 7
2.88/1.51	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.51	c (0,0) Calculate Precise Domain Begin
2.88/1.51	c (0,0) 0 values are removed by re-calculation
2.88/1.51	c (0,0) Calculate Precise Domain End
2.88/1.51	c (0,0) CSP: 49 int (0 aux), 952 bool (952 aux), 1500 ctr, max domain size 7
2.88/1.51	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.51	c (0,0) CSPinCNF to SatSolver Begin
2.88/1.59	c (1,1) 150 (10 %) CSP clauses are encoded (1246 SAT variables, 970 SAT clauses)
3.22/1.61	c (1,1) 300 (20 %) CSP clauses are encoded (1246 SAT variables, 1708 SAT clauses)
3.22/1.63	c (1,1) 450 (30 %) CSP clauses are encoded (1246 SAT variables, 2440 SAT clauses)
3.22/1.64	c (1,1) 600 (40 %) CSP clauses are encoded (1246 SAT variables, 3166 SAT clauses)
3.22/1.65	c (1,1) 750 (50 %) CSP clauses are encoded (1246 SAT variables, 3898 SAT clauses)
3.22/1.66	c (1,1) 900 (60 %) CSP clauses are encoded (1246 SAT variables, 4636 SAT clauses)
3.22/1.67	c (1,1) 1050 (70 %) CSP clauses are encoded (1246 SAT variables, 5362 SAT clauses)
3.22/1.67	c (1,1) 1200 (80 %) CSP clauses are encoded (1246 SAT variables, 6052 SAT clauses)
3.22/1.68	c (1,1) 1350 (90 %) CSP clauses are encoded (1246 SAT variables, 6748 SAT clauses)
3.22/1.69	c (1,1) 1500 (100 %) CSP clauses are encoded (1246 SAT variables, 7456 SAT clauses)
3.22/1.69	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
3.22/1.69	c (1,1) CSPinCNF to SatSolver End
3.22/1.69	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.61/1.71	c (1,1) STATISTICS2:HOME/instance-4307098-1534171236.xml,AllDifferent:IntVar,1001,1500,7,7,7,2,7:952,7:2288;2:1904,7:32;6:8;5:8;4:8;3:8;2:1436,2:952;1:2288,
3.61/1.72	c (1,1) 1246 bool, 7457 clause
3.61/1.72	c (1,1) Export Begin
3.61/1.80	c (1,1) Export to HOME/scop-19118-serial-file.bin
3.61/1.80	c (1,1) Export End
3.92/1.80	c (1,1) Export File Size: 0.01 MB
3.92/1.80	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.92/1.80	c END-Prog: Mon Aug 13 16:40:38 CEST 2018
3.92/1.82	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-19118-serial-file.bin
4.55/2.31	c (0,0) Read Serial File Begin
4.55/2.31	c (0,0) HOME/scop-19118-serial-file.bin
4.70/2.46	c (0,0) Read Serial File End
4.70/2.47	
4.70/2.47	scop order+glucose-syrup (2018-07-31)
4.70/2.47	(Solving Process)
4.70/2.47	
4.85/2.50	c BEGIN-Prog: Mon Aug 13 16:40:39 CEST 2018
4.85/2.50	c PID: 19141
4.85/2.50	c IP: 172.20.3.132
4.85/2.50	c HOST: node132.alineos.net
4.85/2.51	c (0,0) SatSolver.solve Begin
4.85/2.51	c (0,0) 0 bool, 0 clause
4.85/2.51	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307098-1534171236.xml-scop-19121.cnf
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.85/2.55	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
4.85/2.55	c (0,0) c ========================================[ Problem Statistics ]===========================================
4.85/2.55	c (0,0) c |                                                                                                       |
4.85/2.55	c (0,0) c |  Number of variables:          1246                                                                   |
4.85/2.55	c (0,0) c |  Number of clauses:            7457                                                                   |
4.85/2.55	c (0,0) c |  Parse time:                   0.00 s                                                                 |
4.85/2.55	c (0,0) c |                                                                                                       |
4.85/2.55	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
4.85/2.55	c (0,0) c |  Simplification time:          0.00 s                                                                 |
4.85/2.55	c (0,0) c |                                                                                                       |
4.85/2.55	c (0,0) c |  Generating clones                                                                                    |
4.85/2.55	c (0,0) c |  all clones generated. Memory =  30.82Mb.                                                             |
4.85/2.55	c (0,0) c ========================================================================================================|
4.85/2.55	c (0,0) c last restart ## conflicts  :  223 19 
4.85/2.55	c (0,0) c Thread 5 is 100% pure glucose! First thread to finish! (SAT answer).
4.85/2.55	c (0,0) c last restart ## conflicts  :  223 19 
4.85/2.55	c (0,0) c last restart ## conflicts  :  223 19 
4.85/2.55	c (0,0) c Total Memory so far : 542.86Mb
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c real time : 0.0212071 s
4.85/2.55	c (0,0) c cpu time  : 0.055923 s
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
4.85/2.55	c (0,0) c
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) c | Conflicts     |            2074 |        339 |        345 |        350 |        350 |        340 |        350 |          0 |          0 |
4.85/2.55	c (0,0) c | Decisions     |            3065 |        466 |        521 |        525 |        525 |        483 |        525 |         20 |          0 |
4.85/2.55	c (0,0) c | Propagations  |          189683 |      32872 |      30266 |      31070 |      31070 |      33221 |      31070 |        114 |          0 |
4.85/2.55	c (0,0) c | Avg_Trail     |                 |        558 |        490 |        492 |        492 |        479 |        492 |          0 |          0 |
4.85/2.55	c (0,0) c | Avg_DL        |                 |         21 |         21 |         21 |         21 |         21 |         21 |          0 |          0 |
4.85/2.55	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) c | Exported      |              16 |          2 |          3 |          3 |          3 |          2 |          3 |          0 |          0 |
4.85/2.55	c (0,0) c | Imported      |               5 |          0 |          1 |          1 |          1 |          1 |          1 |          0 |          0 |
4.85/2.55	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Purge         |               5 |          0 |          1 |          1 |          1 |          1 |          1 |          0 |          0 |
4.85/2.55	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.85/2.55	c (0,0) c | Glues         |                 |          2 |          3 |          3 |          3 |          2 |          3 |          0 |          0 |
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) c | Orig_Seen     |            22 % |       1872 |       2214 |       2265 |       2265 |       2349 |       2265 |          0 |          0 |
4.85/2.55	c (0,0) c | Diff Orig seen|                 | -      393 | -       51 | -        0 | -        0 |         84 |      X     | -     2265 | -     2265 |
4.85/2.55	c (0,0) c | Hamming       |            17 % |        333 |         92 |          0 |          0 |        288 |      X     |        390 |        390 |
4.85/2.55	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.85/2.55	c (0,0) 
4.85/2.55	c (0,0) s SATISFIABLE
4.85/2.58	c (0,0) SatSolver.solve End
4.85/2.58	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.85/2.58	c (0,0) Show results Begin
5.15/2.63	s SATISFIABLE
5.15/2.64	v <instantiation>
5.15/2.64	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]</list>
5.15/2.64	v     <values>4 0 5 3 6 2 1 2 1 4 0 5 3 6 3 6 2 1 4 0 5 0 5 3 6 2 1 4 1 4 0 5 3 6 2 6 2 1 4 0 5 3 5 3 6 2 1 4 0</values>
5.15/2.64	v </instantiation>
5.15/2.64	c (0,0) Show results End
5.15/2.64	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
5.15/2.64	c (0,0) 0,0,STOP-AFTER(ALL)
5.15/2.64	c END-Prog: Mon Aug 13 16:40:39 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 (6926 MiB free)
  memory of node 1: 16384 MiB (10424 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307098-1534171236/watcher-4307098-1534171236 -o /tmp/evaluation-result-4307098-1534171236/solver-4307098-1534171236 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534168708-18653 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307098-1534171236.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
solver pid=19118, runsolver pid=19115
Current StackSize limit: 8192 KiB


[startup+0.104003 s]*
/proc/loadavg: 7.96 8.28 7.91 2/204 19140
/proc/meminfo: memFree=17672704/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 234686820 115843072 348 33554432000 4194304 5098028 140728546229760 140728546227016 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 348 296 221 0 87 0
[pid=19121] ppid=19118 vsize=27313900 memory=107884 CPUtime=0.1 cores=0-7
/proc/19121/stat : 19121 (java) S 19118 19118 18626 0 -1 1077944320 6468 0 0 0 8 2 0 0 20 0 20 0 234686821 27969433600 26971 33554432000 4194304 4196468 140724918763456 140724918746000 140529447997175 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
/proc/19121/statm: 6828475 26971 2737 1 0 6790935 0
[pid=19121/tid=19122] ppid=19118 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19121/task/19122/stat : 19122 (java) R 19118 19118 18626 0 -1 4202560 4554 0 0 0 7 2 0 0 20 0 20 0 234686821 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529419772136 140529432077662 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19123] ppid=19118 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19121/task/19123/stat : 19123 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529452239888 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19124] ppid=19118 vsize=27313900 memory=139766073169536 CPUtime=0 cores=0-7
/proc/19121/task/19124/stat : 19124 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529266396304 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19125] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19125/stat : 19125 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529265343248 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19126] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19126/stat : 19126 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529264290704 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19127] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19127/stat : 19127 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529263237648 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19128] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19128/stat : 19128 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529262185104 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19129] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19129/stat : 19129 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529261132048 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19130] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19130/stat : 19130 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 26971 33554432000 4194304 4196468 140724918763456 140529260079504 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19131] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19131/stat : 19131 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686825 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527901051632 140529448008322 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19132] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19132/stat : 19132 (java) S 19118 19118 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527102060192 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19133] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19133/stat : 19133 (java) S 19118 19118 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 26971 33554432000 4194304 4196468 140724918763456 140526967837936 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19134] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19134/stat : 19134 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140526593333712 140529448015771 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19135] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19135/stat : 19135 (java) S 19118 19118 18626 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527899998448 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19136] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19136/stat : 19136 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527898945904 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19137] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19137/stat : 19137 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527897892848 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19138] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19138/stat : 19138 (java) S 19118 19118 18626 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527896840304 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19139] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19139/stat : 19139 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 26971 33554432000 4194304 4196468 140724918763456 140526095428576 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19140] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19140/stat : 19140 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686829 27969433600 26971 33554432000 4194304 4196468 140724918763456 140527895788720 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109276 KiB

[startup+0.210345 s]*
/proc/loadavg: 7.96 8.28 7.91 2/204 19140
/proc/meminfo: memFree=17657616/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 234686820 115843072 348 33554432000 4194304 5098028 140728546229760 140728546227016 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 348 296 221 0 87 0
[pid=19121] ppid=19118 vsize=27313900 memory=121988 CPUtime=0.24 cores=0-7
/proc/19121/stat : 19121 (java) S 19118 19118 18626 0 -1 1077944320 10223 0 0 0 21 3 0 0 20 0 20 0 234686821 27969433600 30497 33554432000 4194304 4196468 140724918763456 140724918746000 140529447997175 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
/proc/19121/statm: 6828475 30497 2895 1 0 6790935 0
[pid=19121/tid=19122] ppid=19118 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19121/task/19122/stat : 19122 (java) R 19118 19118 18626 0 -1 4202560 8096 0 0 0 16 3 0 0 20 0 20 0 234686821 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529419805920 140529433690678 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19123] ppid=19118 vsize=27313900 memory=339 CPUtime=0 cores=0-7
/proc/19121/task/19123/stat : 19123 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529452239888 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19124] ppid=19118 vsize=27313900 memory=139766073188564 CPUtime=0 cores=0-7
/proc/19121/task/19124/stat : 19124 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529266396304 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19125] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19125/stat : 19125 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529265343248 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19126] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19126/stat : 19126 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529264290704 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19127] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19127/stat : 19127 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529263237648 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19128] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19128/stat : 19128 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529262185104 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19129] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19129/stat : 19129 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529261132048 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19130] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19130/stat : 19130 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 30497 33554432000 4194304 4196468 140724918763456 140529260079504 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19131] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19131/stat : 19131 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686825 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527901051632 140529448008322 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19132] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19132/stat : 19132 (java) S 19118 19118 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527102060192 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19133] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19133/stat : 19133 (java) S 19118 19118 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 30497 33554432000 4194304 4196468 140724918763456 140526967837936 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19134] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19134/stat : 19134 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140526593333712 140529448015771 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19135] ppid=19118 vsize=27313900 memory=0 CPUtime=0.01 cores=0-7
/proc/19121/task/19135/stat : 19135 (java) S 19118 19118 18626 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527899998448 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19136] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19136/stat : 19136 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527898945904 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19137] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19137/stat : 19137 (java) S 19118 19118 18626 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527897892848 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19138] ppid=19118 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/19121/task/19138/stat : 19138 (java) S 19118 19118 18626 0 -1 1077944384 295 0 0 0 2 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527896840304 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19139] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19139/stat : 19139 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 30497 33554432000 4194304 4196468 140724918763456 140526095428576 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19140] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19140/stat : 19140 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686829 27969433600 30497 33554432000 4194304 4196468 140724918763456 140527895788720 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 123380 KiB

[startup+0.309613 s]*
/proc/loadavg: 7.96 8.28 7.91 2/204 19140
/proc/meminfo: memFree=17655104/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 234686820 115843072 348 33554432000 4194304 5098028 140728546229760 140728546227016 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 348 296 221 0 87 0
[pid=19121] ppid=19118 vsize=27313900 memory=125764 CPUtime=0.42 cores=0-7
/proc/19121/stat : 19121 (java) S 19118 19118 18626 0 -1 1077944320 10773 0 0 0 38 4 0 0 20 0 20 0 234686821 27969433600 31441 33554432000 4194304 4196468 140724918763456 140724918746000 140529447997175 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
/proc/19121/statm: 6828475 31441 2968 1 0 6790935 0
[pid=19121/tid=19122] ppid=19118 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19121/task/19122/stat : 19122 (java) R 19118 19118 18626 0 -1 4202560 8482 0 0 0 26 3 0 0 20 0 20 0 234686821 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529419792624 140529429370944 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19123] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19123/stat : 19123 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529452239888 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19124] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19124/stat : 19124 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529266396304 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19125] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19125/stat : 19125 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529265343248 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19126] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19126/stat : 19126 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529264290704 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19127] ppid=19118 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/19121/task/19127/stat : 19127 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529263237648 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19128] ppid=19118 vsize=27313900 memory=139765953426351 CPUtime=0 cores=0-7
/proc/19121/task/19128/stat : 19128 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529262185104 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19129] ppid=19118 vsize=27313900 memory=139765953428656 CPUtime=0 cores=0-7
/proc/19121/task/19129/stat : 19129 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529261132048 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19130] ppid=19118 vsize=27313900 memory=139765953430960 CPUtime=0 cores=0-7
/proc/19121/task/19130/stat : 19130 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27969433600 31441 33554432000 4194304 4196468 140724918763456 140529260079504 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19131] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19131/stat : 19131 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686825 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527901051632 140529448008322 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19132] ppid=19118 vsize=27313900 memory=279531906868880 CPUtime=0 cores=0-7
/proc/19121/task/19132/stat : 19132 (java) S 19118 19118 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527102060192 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19133] ppid=19118 vsize=27313900 memory=279531906875792 CPUtime=0 cores=0-7
/proc/19121/task/19133/stat : 19133 (java) S 19118 19118 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 234686826 27969433600 31441 33554432000 4194304 4196468 140724918763456 140526967837936 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19134] ppid=19118 vsize=27313900 memory=279531906817072 CPUtime=0 cores=0-7
/proc/19121/task/19134/stat : 19134 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140526593333712 140529448015771 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19135] ppid=19118 vsize=27313900 memory=279531906889616 CPUtime=0.01 cores=0-7
/proc/19121/task/19135/stat : 19135 (java) S 19118 19118 18626 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527899998448 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19136] ppid=19118 vsize=27313900 memory=279531906896528 CPUtime=0 cores=0-7
/proc/19121/task/19136/stat : 19136 (java) S 19118 19118 18626 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527898945904 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19137] ppid=19118 vsize=27313900 memory=279531906894224 CPUtime=0.01 cores=0-7
/proc/19121/task/19137/stat : 19137 (java) S 19118 19118 18626 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527897892848 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19138] ppid=19118 vsize=27313900 memory=279531906910384 CPUtime=0.07 cores=0-7
/proc/19121/task/19138/stat : 19138 (java) S 19118 19118 18626 0 -1 1077944384 315 0 0 0 7 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527896840304 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19139] ppid=19118 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19139/stat : 19139 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27969433600 31441 33554432000 4194304 4196468 140724918763456 140526095428576 140529448007381 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19140] ppid=19118 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/19121/task/19140/stat : 19140 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686829 27969433600 31441 33554432000 4194304 4196468 140724918763456 140527895788720 140529448008322 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 127156 KiB

[startup+0.700882 s]
/proc/loadavg: 7.96 8.28 7.91 2/204 19140
/proc/meminfo: memFree=17631252/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 234686820 115843072 348 33554432000 4194304 5098028 140728546229760 140728546227016 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 348 296 221 0 87 0
[pid=19121] ppid=19118 vsize=27320248 memory=162780 CPUtime=0.99 cores=0-7
/proc/19121/stat : 19121 (java) S 19118 19118 18626 0 -1 1077944320 17760 0 0 0 93 6 0 0 20 0 20 0 234686821 27975933952 40695 33554432000 4194304 4196468 140724918763456 140724918746000 140529447997175 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
/proc/19121/statm: 6830062 40695 3128 1 0 6791447 0
[pid=19121/tid=19122] ppid=19118 vsize=27320248 memory=279531907268272 CPUtime=0.67 cores=0-7
/proc/19121/task/19122/stat : 19122 (java) R 19118 19118 18626 0 -1 4202560 14967 0 0 0 62 5 0 0 20 0 20 0 234686821 27975933952 40695 33554432000 4194304 4196468 140724918763456 140529419829072 140529432077662 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19123] ppid=19118 vsize=27320248 memory=139765953635184 CPUtime=0 cores=0-7
/proc/19121/task/19123/stat : 19123 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27975933952 40695 33554432000 4194304 4196468 140724918763456 140529452239888 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19124] ppid=19118 vsize=27320248 memory=0 CPUtime=0 cores=0-7
/proc/19121/task/19124/stat : 19124 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686824 27975933952 40695 33554432000 4194304 4196468 140724918763456 140529266396304 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19125] ppid=19118 vsize=27320248 memory=10784 CPUtime=0 cores=0-7
/proc/19121/task/19125/stat : 19125 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27975933952 40695 33554432000 4194304 4196468 140724918763456 140529265343248 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0

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

# the end of solver process 19118 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.06861 s, system=0.199683 s

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

[startup+1.60114 s]
/proc/loadavg: 7.96 8.28 7.91 3/204 19140
/proc/meminfo: memFree=17606204/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 234686820 115843072 348 33554432000 4194304 5098028 140728546229760 140728546227016 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 348 296 221 0 87 0
[pid=19121] ppid=19118 vsize=27328508 memory=225856 CPUtime=3.22 cores=0-7
/proc/19121/stat : 19121 (java) S 19118 19118 18626 0 -1 1077944320 22228 0 0 0 311 11 0 0 20 0 20 0 234686821 27984392192 56464 33554432000 4194304 4196468 140724918763456 140724918746000 140529447997175 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
/proc/19121/statm: 6832127 56464 3206 1 0 6792983 0
[pid=19121/tid=19122] ppid=19118 vsize=27328508 memory=6944652177228980320 CPUtime=1.56 cores=0-7
/proc/19121/task/19122/stat : 19122 (java) R 19118 19118 18626 0 -1 4202560 16474 0 0 0 149 7 0 0 20 0 20 0 234686821 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529419834224 140528931918456 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19123] ppid=19118 vsize=27328508 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/19121/task/19123/stat : 19123 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529452239888 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19124] ppid=19118 vsize=27328508 memory=1392 CPUtime=0 cores=0-7
/proc/19121/task/19124/stat : 19124 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529266396304 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19125] ppid=19118 vsize=27328508 memory=4132 CPUtime=0 cores=0-7
/proc/19121/task/19125/stat : 19125 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529265343248 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19126] ppid=19118 vsize=27328508 memory=63624 CPUtime=0 cores=0-7
/proc/19121/task/19126/stat : 19126 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529264290704 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19127] ppid=19118 vsize=27328508 memory=1236 CPUtime=0 cores=0-7
/proc/19121/task/19127/stat : 19127 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529263237648 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19128] ppid=19118 vsize=27328508 memory=2444 CPUtime=0 cores=0-7
/proc/19121/task/19128/stat : 19128 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529262185104 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19129] ppid=19118 vsize=27328508 memory=1832 CPUtime=0 cores=0-7
/proc/19121/task/19129/stat : 19129 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529261132048 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19130] ppid=19118 vsize=27328508 memory=1920 CPUtime=0 cores=0-7
/proc/19121/task/19130/stat : 19130 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686824 27984392192 56464 33554432000 4194304 4196468 140724918763456 140529260079504 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19131] ppid=19118 vsize=27328508 memory=1192 CPUtime=0 cores=0-7
/proc/19121/task/19131/stat : 19131 (java) S 19118 19118 18626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 234686825 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527901051632 140529448008322 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19132] ppid=19118 vsize=27328508 memory=1616 CPUtime=0 cores=0-7
/proc/19121/task/19132/stat : 19132 (java) S 19118 19118 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 234686826 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527102060192 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19133] ppid=19118 vsize=27328508 memory=1384 CPUtime=0 cores=0-7
/proc/19121/task/19133/stat : 19133 (java) S 19118 19118 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 234686826 27984392192 56464 33554432000 4194304 4196468 140724918763456 140526967837936 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19134] ppid=19118 vsize=27328508 memory=752 CPUtime=0 cores=0-7
/proc/19121/task/19134/stat : 19134 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140526593333712 140529448015771 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19135] ppid=19118 vsize=27328508 memory=164 CPUtime=0.35 cores=0-7
/proc/19121/task/19135/stat : 19135 (java) R 19118 19118 18626 0 -1 4202560 880 0 0 0 35 0 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527899981520 140529426444475 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19136] ppid=19118 vsize=27328508 memory=-7384994778349281184 CPUtime=0.27 cores=0-7
/proc/19121/task/19136/stat : 19136 (java) S 19118 19118 18626 0 -1 1077944384 330 0 0 0 26 1 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527898945904 140529448008322 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19137] ppid=19118 vsize=27328508 memory=-7385037615359298921 CPUtime=0.25 cores=0-7
/proc/19121/task/19137/stat : 19137 (java) R 19118 19118 18626 0 -1 4202560 531 0 0 0 25 0 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527897892848 140529427235632 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19138] ppid=19118 vsize=27328508 memory=7681905605394137914 CPUtime=0.74 cores=0-7
/proc/19121/task/19138/stat : 19138 (java) R 19118 19118 18626 0 -1 4202560 2653 0 0 0 73 1 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527896835344 140529448018522 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19139] ppid=19118 vsize=27328508 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/19121/task/19139/stat : 19139 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234686828 27984392192 56464 33554432000 4194304 4196468 140724918763456 140526095428576 140529448007381 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
[pid=19121/tid=19140] ppid=19118 vsize=27328508 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/19121/task/19140/stat : 19140 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234686829 27984392192 56464 33554432000 4194304 4196468 140724918763456 140527895788720 140529448008322 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39362560 140724918768616 140724918768941 140724918768941 140724918771663 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 27441636 KiB
Current children cumulated memory: 227248 KiB

[startup+2.40097 s]
/proc/loadavg: 7.32 8.14 7.87 4/204 19160
/proc/meminfo: memFree=17723864/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1468 CPUtime=3.94 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 589 24148 0 0 0 0 382 12 20 0 1 0 234686820 115843072 367 33554432000 4194304 5098028 140728546229760 140728546226504 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 367 311 221 0 87 0
[pid=19141] ppid=19118 vsize=7752068 memory=92468 CPUtime=0.76 cores=0-7
/proc/19141/stat : 19141 (java) S 19118 19118 18626 0 -1 1077944320 15839 0 0 0 72 4 0 0 20 0 20 0 234687003 7938117632 23117 33554432000 4194304 4196468 140720572158096 140720572140640 140493481066231 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
/proc/19141/statm: 1938017 23117 3044 1 0 1899951 0
[pid=19141/tid=19142] ppid=19118 vsize=7752068 memory=24059 CPUtime=0.55 cores=0-7
/proc/19141/task/19142/stat : 19142 (java) R 19118 19118 18626 0 -1 4202560 13475 0 0 0 52 3 0 0 20 0 20 0 234687003 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493452869328 140493481078166 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19143] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19143/stat : 19143 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493485308432 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19144] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19144/stat : 19144 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493285477008 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19145] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19145/stat : 19145 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493284423952 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19146] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19146/stat : 19146 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493283371408 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19147] ppid=19118 vsize=7752068 memory=1 CPUtime=0 cores=0-7
/proc/19141/task/19147/stat : 19147 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493282319376 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19148] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19148/stat : 19148 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140493281266832 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19149] ppid=19118 vsize=7752068 memory=1 CPUtime=0 cores=0-7
/proc/19141/task/19149/stat : 19149 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492960426768 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19150] ppid=19118 vsize=7752068 memory=139765953605237 CPUtime=0 cores=0-7
/proc/19141/task/19150/stat : 19150 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234687004 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492959374224 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19151] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19151/stat : 19151 (java) S 19118 19118 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 234687006 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492440340720 140493481077378 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19152] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19152/stat : 19152 (java) S 19118 19118 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 234687006 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492071232672 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19153] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19153/stat : 19153 (java) S 19118 19118 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 234687007 7938117632 23117 33554432000 4194304 4196468 140720572158096 140491937010416 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19154] ppid=19118 vsize=7752068 memory=0 CPUtime=0 cores=0-7
/proc/19141/task/19154/stat : 19154 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140491562506192 140493481084827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19155] ppid=19118 vsize=7752068 memory=0 CPUtime=0.02 cores=0-7
/proc/19141/task/19155/stat : 19155 (java) S 19118 19118 18626 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492439288560 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19156] ppid=19118 vsize=7752068 memory=0 CPUtime=0.02 cores=0-7
/proc/19141/task/19156/stat : 19156 (java) R 19118 19118 18626 0 -1 1077944384 161 0 0 0 2 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492438236016 140493481077378 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19157] ppid=19118 vsize=7752068 memory=0 CPUtime=0.02 cores=0-7
/proc/19141/task/19157/stat : 19157 (java) S 19118 19118 18626 0 -1 1077944384 80 0 0 0 2 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492437182960 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19158] ppid=19118 vsize=7752068 memory=0 CPUtime=0.12 cores=0-7
/proc/19141/task/19158/stat : 19158 (java) R 19118 19118 18626 0 -1 4202560 348 0 0 0 12 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492436130416 140493481087578 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19159] ppid=19118 vsize=7752068 memory=1392 CPUtime=0 cores=0-7
/proc/19141/task/19159/stat : 19159 (java) S 19118 19118 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140491064601056 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19160] ppid=19118 vsize=7752068 memory=260800 CPUtime=0 cores=0-7
/proc/19141/task/19160/stat : 19160 (java) S 19118 19118 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 234687009 7938117632 23117 33554432000 4194304 4196468 140720572158096 140492435077808 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 7865196 KiB
Current children cumulated memory: 93936 KiB

[startup+2.60085 s]
/proc/loadavg: 7.32 8.14 7.87 4/204 19160
/proc/meminfo: memFree=17723864/32770624 swapFree=67108860/67108860
[pid=19118] ppid=19115 vsize=113128 memory=1468 CPUtime=3.94 cores=0-7
/proc/19118/stat : 19118 (scop.sh) S 19115 19118 18626 0 -1 4202496 589 24148 0 0 0 0 382 12 20 0 1 0 234686820 115843072 367 33554432000 4194304 5098028 140728546229760 140728546226504 140103350874748 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21778432 140728546231330 140728546231555 140728546231555 140728546234317 0
/proc/19118/statm: 28282 367 311 221 0 87 0
[pid=19141] ppid=19118 vsize=8217292 memory=115184 CPUtime=1.21 cores=0-7
/proc/19141/stat : 19141 (java) S 19118 19118 18626 0 -1 1077944320 17668 2129 0 0 111 5 5 0 20 0 22 0 234687003 8414507008 28796 33554432000 4194304 4196468 140720572158096 140720572140640 140493481066231 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
/proc/19141/statm: 2054323 28796 3126 1 0 2015722 0
[pid=19141/tid=19142] ppid=19118 vsize=8217292 memory=-7384994778349281184 CPUtime=0.8 cores=0-7
/proc/19141/task/19142/stat : 19142 (java) R 19118 19118 18626 0 -1 4202560 14636 2129 0 0 71 4 5 0 20 0 22 0 234687003 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493452877584 140493465146718 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19143] ppid=19118 vsize=8217292 memory=-7522837415797432224 CPUtime=0.05 cores=0-7
/proc/19141/task/19143/stat : 19143 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493485308432 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19144] ppid=19118 vsize=8217292 memory=-7522837583129502606 CPUtime=0.05 cores=0-7
/proc/19141/task/19144/stat : 19144 (java) S 19118 19118 18626 0 -1 1077944384 3 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493285477008 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19145] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19145/stat : 19145 (java) S 19118 19118 18626 0 -1 1077944384 2 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493284423952 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19146] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19146/stat : 19146 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493283371408 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19147] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19147/stat : 19147 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493282319376 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19148] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19148/stat : 19148 (java) S 19118 19118 18626 0 -1 1077944384 2 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140493281266832 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19149] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19149/stat : 19149 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492960426768 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19150] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19150/stat : 19150 (java) S 19118 19118 18626 0 -1 1077944384 2 2129 0 0 0 0 5 0 20 0 22 0 234687004 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492959374224 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19151] ppid=19118 vsize=8217292 memory=6791534058613427641 CPUtime=0.05 cores=0-7
/proc/19141/task/19151/stat : 19151 (java) S 19118 19118 18626 0 -1 1077944384 5 2129 0 0 0 0 5 0 20 0 22 0 234687006 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492440340720 140493481077378 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19152] ppid=19118 vsize=8217292 memory=288230596050944315 CPUtime=0.05 cores=0-7
/proc/19141/task/19152/stat : 19152 (java) S 19118 19118 18626 0 -1 1077944384 13 2129 0 0 0 0 5 0 20 0 22 0 234687006 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492071232672 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19153] ppid=19118 vsize=8217292 memory=14133333755955770 CPUtime=0.05 cores=0-7
/proc/19141/task/19153/stat : 19153 (java) S 19118 19118 18626 0 -1 1077944384 21 2129 0 0 0 0 5 0 20 0 22 0 234687007 8414507008 28796 33554432000 4194304 4196468 140720572158096 140491937010416 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19154] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19154/stat : 19154 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140491562506192 140493481084827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19155] ppid=19118 vsize=8217292 memory=0 CPUtime=0.08 cores=0-7
/proc/19141/task/19155/stat : 19155 (java) S 19118 19118 18626 0 -1 1077944384 432 2129 0 0 3 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492439288560 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19156] ppid=19118 vsize=8217292 memory=6656426216303648864 CPUtime=0.12 cores=0-7
/proc/19141/task/19156/stat : 19156 (java) S 19118 19118 18626 0 -1 1077944384 379 2129 0 0 7 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492438236016 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19157] ppid=19118 vsize=8217292 memory=0 CPUtime=0.11 cores=0-7
/proc/19141/task/19157/stat : 19157 (java) S 19118 19118 18626 0 -1 1077944384 180 2129 0 0 6 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492437182960 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19158] ppid=19118 vsize=8217292 memory=0 CPUtime=0.25 cores=0-7
/proc/19141/task/19158/stat : 19158 (java) S 19118 19118 18626 0 -1 1077944384 561 2129 0 0 20 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492436130416 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19159] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19159/stat : 19159 (java) S 19118 19118 18626 0 -1 1077944384 3 2129 0 0 0 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140491064601056 140493481076437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
[pid=19141/tid=19160] ppid=19118 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/19141/task/19160/stat : 19160 (java) S 19118 19118 18626 0 -1 1077944384 1 2129 0 0 0 0 5 0 20 0 22 0 234687009 8414507008 28796 33554432000 4194304 4196468 140720572158096 140492435077808 140493481077378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18087936 140720572163249 140720572163373 140720572163373 140720572166095 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 8330420 KiB
Current children cumulated memory: 116652 KiB

Child status: 0
Real time (s): 2.65714
CPU time (s): 5.2683
CPU user time (s): 5.06861
CPU system time (s): 0.199683
CPU usage (%): 198.269
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 262192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.06861
system time used= 0.199683
maximum resident set size= 263460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7353
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 19118
#   total CPU time (s): 5.2683
#   total CPU user time (s): 5.06861
#   total CPU system time (s): 0.199683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04187 second user time and 0.070418 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 16:40:37
IDJOB=4307098
IDBENCH=141018
IDSOLVER=2788
FILE ID=node132/4307098-1534171236
RUNJOBID= node132-1534168708-18653
PBS_JOBID= 21037974
Free space on /tmp= 38332 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307098-1534171236/watcher-4307098-1534171236 -o /tmp/evaluation-result-4307098-1534171236/solver-4307098-1534171236 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534168708-18653 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307098-1534171236.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=1116962863

node132.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.65
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.65
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.65
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.65
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:        17768968 kB
MemAvailable:   31900048 kB
Buffers:          258980 kB
Cached:         13984252 kB
SwapCached:            0 kB
Active:          7024948 kB
Inactive:        7273428 kB
Active(anon):       4684 kB
Inactive(anon):   102816 kB
Active(file):    7020264 kB
Inactive(file):  7170612 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8488 kB
Writeback:             0 kB
AnonPages:         65296 kB
Mapped:            55680 kB
Shmem:             49824 kB
Slab:             396692 kB
SReclaimable:     368664 kB
SUnreclaim:        28028 kB
KernelStack:        3488 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38324 MiB
End job on node132 at 2018-08-13 16:40:39