Trace number 4307159

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 4.67383 2.45235

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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 benchmark2.12551
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
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-21387-serial-file.bin HOME/instance-4307159-1534179316.xml
0.65/0.53	
0.65/0.54	scop order+glucose-syrup (2018-07-31)
0.65/0.54	(Encoding Process)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 18:55:17 CEST 2018
0.65/0.56	c PID: 21390
0.65/0.56	c IP: 172.20.3.132
0.65/0.56	c HOST: node132.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.16/0.85	c (0,0) Parsing End
1.16/0.86	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 18 ctr, max domain size 17
1.16/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.16/0.86	c (0,0) Constraint Name Generate Begin
1.16/0.86	c (0,0) Ctr:HOME/instance-4307159-1534179316.xml,AllDifferent:Dist:Eq:IntVar
1.16/0.86	c (0,0) Constraint Name Generate End
1.16/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.86	c (0,0) CSP to CSPinCNF Begin
1.34/0.96	c (0,0) translated 2 (10%) constraints
1.34/0.97	c (0,0) translated 4 (20%) constraints
1.34/0.98	c (0,0) translated 6 (30%) constraints
1.34/0.99	c (0,0) translated 8 (40%) constraints
1.34/0.99	c (0,0) translated 9 (50%) constraints
1.34/1.00	c (0,0) translated 11 (60%) constraints
1.53/1.01	c (0,0) translated 13 (70%) constraints
1.53/1.01	c (0,0) translated 15 (80%) constraints
1.53/1.02	c (0,0) translated 17 (90%) constraints
1.53/1.05	c (0,0) translated 18 (100%) constraints
1.76/1.16	c (0,0) STATISTICS1:HOME/instance-4307159-1534179316.xml,AllDifferent:Dist:Eq:IntVar,24,200,272,17,16,3,272:64;17:28;16:120,17:200;16:336,16:2;8:2;2:164;1:32,3:64;2:148;1:48,
1.76/1.16	c (0,0) ==========================================
1.76/1.16	c (0,0) Order
1.76/1.16	c (0,0) ==========================================
1.76/1.17	c (0,0) translated 20 (10%) constraints
1.76/1.18	c (0,0) translated 40 (20%) constraints
1.76/1.18	c (0,0) translated 60 (30%) constraints
1.76/1.19	c (0,0) translated 80 (40%) constraints
1.99/1.20	c (0,0) translated 100 (50%) constraints
1.99/1.20	c (0,0) translated 120 (60%) constraints
1.99/1.21	c (0,0) translated 140 (70%) constraints
1.99/1.22	c (0,0) translated 160 (80%) constraints
1.99/1.22	c (0,0) translated 180 (90%) constraints
1.99/1.23	c (0,0) translated 200 (100%) constraints
1.99/1.23	c (0,0) CSP to CSPinCNF End
1.99/1.23	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 200 ctr, max domain size 17
1.99/1.23	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
1.99/1.23	c (0,0) CSPinCNF Propagation Begin
1.99/1.26	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/1.26	c (0,0) CSPinCNF Propagation End
1.99/1.26	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 200 ctr, max domain size 17
1.99/1.26	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
1.99/1.26	c (0,0) Simplify CSPinCNF Begin
2.25/1.32	c (0,0) Simplify CSPinCNF End
2.25/1.32	c (0,0) CSP: 24 int (0 aux), 328 bool (328 aux), 528 ctr, max domain size 17
2.25/1.32	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.25/1.32	c (0,0) Calculate Precise Domain Begin
2.25/1.33	c (0,0) 0 values are removed by re-calculation
2.25/1.33	c (0,0) Calculate Precise Domain End
2.25/1.33	c (0,0) CSP: 24 int (0 aux), 328 bool (328 aux), 528 ctr, max domain size 17
2.25/1.33	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.25/1.33	c (0,0) CSPinCNF to SatSolver Begin
2.49/1.46	c (0,0) 53 (10 %) CSP clauses are encoded (696 SAT variables, 6034 SAT clauses)
2.49/1.48	c (0,0) 106 (20 %) CSP clauses are encoded (696 SAT variables, 9345 SAT clauses)
2.49/1.48	c (0,0) 159 (30 %) CSP clauses are encoded (696 SAT variables, 9974 SAT clauses)
2.49/1.49	c (0,0) 212 (40 %) CSP clauses are encoded (696 SAT variables, 10541 SAT clauses)
2.49/1.49	c (0,0) 264 (50 %) CSP clauses are encoded (696 SAT variables, 11103 SAT clauses)
2.90/1.50	c (0,0) 317 (60 %) CSP clauses are encoded (696 SAT variables, 11696 SAT clauses)
2.90/1.50	c (0,0) 370 (70 %) CSP clauses are encoded (696 SAT variables, 12274 SAT clauses)
2.90/1.51	c (0,0) 423 (80 %) CSP clauses are encoded (696 SAT variables, 12852 SAT clauses)
2.90/1.51	c (0,0) 476 (90 %) CSP clauses are encoded (696 SAT variables, 13445 SAT clauses)
2.90/1.52	c (0,0) 528 (100 %) CSP clauses are encoded (696 SAT variables, 14007 SAT clauses)
2.90/1.52	c (0,0) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
2.90/1.52	c (0,0) CSPinCNF to SatSolver End
2.90/1.52	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.90/1.54	c (0,0) STATISTICS2:HOME/instance-4307159-1534179316.xml,AllDifferent:Dist:Eq:IntVar,352,528,272,17,16,3,272:64;17:56;16:240,17:256;16:576;2:656,16:2;8:2;2:492;1:32,3:64;2:296;1:704,
2.90/1.54	c (0,0) 696 bool, 14008 clause
2.90/1.54	c (0,0) Export Begin
3.30/1.61	c (1,1) Export to HOME/scop-21387-serial-file.bin
3.30/1.61	c (1,1) Export End
3.30/1.61	c (1,1) Export File Size: 0.01 MB
3.30/1.61	c (1,1) 0,0,0,0,0,0,0,STOP-AFTER(DIMACS)
3.30/1.61	c END-Prog: Mon Aug 13 18:55:18 CEST 2018
3.30/1.63	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-21387-serial-file.bin
3.96/2.12	c (0,0) Read Serial File Begin
3.96/2.12	c (0,0) HOME/scop-21387-serial-file.bin
4.10/2.26	c (0,0) Read Serial File End
4.10/2.27	
4.10/2.27	scop order+glucose-syrup (2018-07-31)
4.10/2.27	(Solving Process)
4.10/2.27	
4.25/2.30	c BEGIN-Prog: Mon Aug 13 18:55:19 CEST 2018
4.25/2.30	c PID: 21410
4.25/2.30	c IP: 172.20.3.132
4.25/2.30	c HOST: node132.alineos.net
4.25/2.30	c (0,0) SatSolver.solve Begin
4.25/2.30	c (0,0) 0 bool, 0 clause
4.25/2.30	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307159-1534179316.xml-scop-21390.cnf
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.25/2.36	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
4.25/2.36	c (0,0) c ========================================[ Problem Statistics ]===========================================
4.25/2.36	c (0,0) c |                                                                                                       |
4.25/2.36	c (0,0) c |  Number of variables:           696                                                                   |
4.25/2.36	c (0,0) c |  Number of clauses:           14008                                                                   |
4.25/2.36	c (0,0) c |  Parse time:                   0.00 s                                                                 |
4.25/2.36	c (0,0) c |                                                                                                       |
4.25/2.36	c (0,0) c |  Eliminated clauses:           0.00 Mb                                                                |
4.25/2.36	c (0,0) c |  Simplification time:          0.01 s                                                                 |
4.25/2.36	c (0,0) c |                                                                                                       |
4.25/2.36	c (0,0) c |  Generating clones                                                                                    |
4.25/2.36	c (0,0) c |  all clones generated. Memory =  32.42Mb.                                                             |
4.25/2.36	c (0,0) c ========================================================================================================|
4.25/2.36	c (0,0) c last restart ## conflicts  :  61 15 
4.25/2.36	c (0,0) c Thread 3 is 100% pure glucose! First thread to finish! (SAT answer).
4.25/2.36	c (0,0) c last restart ## conflicts  :  61 15 
4.25/2.36	c (0,0) c Total Memory so far : 608.45Mb
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c real time : 0.034595 s
4.25/2.36	c (0,0) c cpu time  : 0.087948 s
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
4.25/2.36	c (0,0) c
4.25/2.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.36	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
4.25/2.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.36	c (0,0) c | Conflicts     |            2298 |        320 |        230 |        351 |        351 |        329 |        345 |        335 |         37 |
4.25/2.36	c (0,0) c | Decisions     |            3529 |        410 |        378 |        544 |        544 |        514 |        536 |        529 |         74 |
4.25/2.36	c (0,0) c | Propagations  |          240518 |      32151 |      22912 |      37397 |      37397 |      34596 |      36575 |      35177 |       4313 |
4.25/2.36	c (0,0) c | Avg_Trail     |                 |        444 |        413 |        413 |        413 |        416 |        413 |        413 |        340 |
4.25/2.36	c (0,0) c | Avg_DL        |                 |         18 |         16 |         16 |         16 |         16 |         16 |         16 |         15 |
4.25/2.36	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.36	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.36	c (0,0) c | Exported      |              43 |          1 |          5 |          8 |          8 |          7 |          7 |          7 |          0 |
4.25/2.36	c (0,0) c | Imported      |             137 |          0 |          0 |         25 |         25 |         29 |         29 |         29 |          0 |
4.25/2.36	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c | Purge         |             137 |          0 |          0 |         25 |         25 |         29 |         29 |         29 |          0 |
4.25/2.37	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.37	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
4.25/2.37	c (0,0) c | Glues         |                 |          1 |          5 |          8 |          8 |          7 |          7 |          7 |          0 |
4.25/2.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.37	c (0,0) c | Orig_Seen     |            15 % |       2248 |       1822 |       2641 |       2641 |       2456 |       2579 |       2482 |        392 |
4.25/2.37	c (0,0) c | Diff Orig seen|                 | -      393 | -      819 | -        0 |      X     | -      185 | -       62 | -      159 | -     2249 |
4.25/2.37	c (0,0) c | Hamming       |            22 % |        240 |        199 |          0 |      X     |        190 |        100 |        164 |        219 |
4.25/2.37	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
4.25/2.37	c (0,0) 
4.25/2.37	c (0,0) s SATISFIABLE
4.25/2.38	c (0,0) SatSolver.solve End
4.25/2.38	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.25/2.38	c (0,0) Show results Begin
4.56/2.43	s SATISFIABLE
4.56/2.44	v <instantiation>
4.56/2.44	v     <list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]</list>
4.56/2.44	v     <values>10 13 1 3 16 0 15 11 3 9 7 12 10 2 16 1 5 15 11 4 6 13 14 8</values>
4.56/2.44	v </instantiation>
4.56/2.44	c (0,0) Show results End
4.56/2.44	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
4.56/2.44	c (0,0) 0,0,STOP-AFTER(ALL)
4.56/2.44	c END-Prog: Mon Aug 13 18:55:19 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 (6933 MiB free)
  memory of node 1: 16384 MiB (10413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307159-1534179316/watcher-4307159-1534179316 -o /tmp/evaluation-result-4307159-1534179316/solver-4307159-1534179316 -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-4307159-1534179316.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=21387, runsolver pid=21384


[startup+0.100801 s]*
/proc/loadavg: 6.70 7.74 8.05 3/204 21409
/proc/meminfo: memFree=17668808/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235494812 115843072 349 33554432000 4194304 5098028 140734265457824 140734265455080 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 349 296 221 0 87 0
[pid=21390] ppid=21387 vsize=27313900 memory=108176 CPUtime=0.1 cores=0-7
/proc/21390/stat : 21390 (java) S 21387 21387 18626 0 -1 1077944320 6440 0 0 0 8 2 0 0 20 0 20 0 235494813 27969433600 27044 33554432000 4194304 4196468 140735038083296 140735038065840 139754575462135 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
/proc/21390/statm: 6828475 27044 2757 1 0 6790935 0
[pid=21390/tid=21391] ppid=21387 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21390/task/21391/stat : 21391 (java) R 21387 21387 18626 0 -1 4202560 4562 0 0 0 7 2 0 0 20 0 20 0 235494813 27969433600 27044 33554432000 4194304 4196468 140735038083296 139754547296672 139754555738960 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21392] ppid=21387 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21390/task/21392/stat : 21392 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27044 33554432000 4194304 4196468 140735038083296 139754579704208 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21393] ppid=21387 vsize=27313900 memory=140243200837248 CPUtime=0 cores=0-7
/proc/21390/task/21393/stat : 21393 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27044 33554432000 4194304 4196468 140735038083296 139753997838608 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21394] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21394/stat : 21394 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27044 33554432000 4194304 4196468 140735038083296 139753996786320 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21395] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21395/stat : 21395 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753995733520 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21396] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21396/stat : 21396 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753994681232 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21397] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21397/stat : 21397 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753993628432 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21398] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21398/stat : 21398 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753992576144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21399] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21399/stat : 21399 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753991523344 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21400] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21400/stat : 21400 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494817 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753701005424 139754575473282 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21401] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21401/stat : 21401 (java) S 21387 21387 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 27109 33554432000 4194304 4196468 140735038083296 139752464442144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21402] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21402/stat : 21402 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 27109 33554432000 4194304 4196468 140735038083296 139752196007024 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21403] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21403/stat : 21403 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139751821498448 139754575480731 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21404] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21404/stat : 21404 (java) R 21387 21387 18626 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753699953264 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21405] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21405/stat : 21405 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753698900464 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21406] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21406/stat : 21406 (java) R 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753697848176 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21407] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21407/stat : 21407 (java) S 21387 21387 18626 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753696795376 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21408] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21408/stat : 21408 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 27109 33554432000 4194304 4196468 140735038083296 139751323593056 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21409] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21409/stat : 21409 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494821 27969433600 27109 33554432000 4194304 4196468 140735038083296 139753695742256 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109572 KiB

[startup+0.210432 s]*
/proc/loadavg: 6.70 7.74 8.05 2/204 21409
/proc/meminfo: memFree=17651924/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235494812 115843072 349 33554432000 4194304 5098028 140734265457824 140734265455080 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 349 296 221 0 87 0
[pid=21390] ppid=21387 vsize=27313900 memory=122552 CPUtime=0.24 cores=0-7
/proc/21390/stat : 21390 (java) S 21387 21387 18626 0 -1 1077944320 10334 0 0 0 21 3 0 0 20 0 20 0 235494813 27969433600 30638 33554432000 4194304 4196468 140735038083296 140735038065840 139754575462135 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
/proc/21390/statm: 6828475 30638 2899 1 0 6790935 0
[pid=21390/tid=21391] ppid=21387 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21390/task/21391/stat : 21391 (java) R 21387 21387 18626 0 -1 4202560 8176 0 0 0 16 3 0 0 20 0 20 0 235494813 27969433600 30638 33554432000 4194304 4196468 140735038083296 139754547242800 139754575484061 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21392] ppid=21387 vsize=27313900 memory=339 CPUtime=0 cores=0-7
/proc/21390/task/21392/stat : 21392 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139754579704208 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21393] ppid=21387 vsize=27313900 memory=140243200856481 CPUtime=0 cores=0-7
/proc/21390/task/21393/stat : 21393 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753997838608 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21394] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21394/stat : 21394 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753996786320 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21395] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21395/stat : 21395 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753995733520 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21396] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21396/stat : 21396 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753994681232 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21397] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21397/stat : 21397 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753993628432 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21398] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21398/stat : 21398 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753992576144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21399] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21399/stat : 21399 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753991523344 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21400] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21400/stat : 21400 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494817 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753701005424 139754575473282 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21401] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21401/stat : 21401 (java) S 21387 21387 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 30638 33554432000 4194304 4196468 140735038083296 139752464442144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21402] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21402/stat : 21402 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 30638 33554432000 4194304 4196468 140735038083296 139752196007024 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21403] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21403/stat : 21403 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139751821498448 139754575480731 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21404] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21404/stat : 21404 (java) S 21387 21387 18626 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753699953264 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21405] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21405/stat : 21405 (java) S 21387 21387 18626 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753698900464 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21406] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21406/stat : 21406 (java) S 21387 21387 18626 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753697848176 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21407] ppid=21387 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/21390/task/21407/stat : 21407 (java) S 21387 21387 18626 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753696795376 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21408] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21408/stat : 21408 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 30638 33554432000 4194304 4196468 140735038083296 139751323593056 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21409] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21409/stat : 21409 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494821 27969433600 30638 33554432000 4194304 4196468 140735038083296 139753695742256 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 123948 KiB

[startup+0.310432 s]*
/proc/loadavg: 6.70 7.74 8.05 2/204 21409
/proc/meminfo: memFree=17648884/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235494812 115843072 349 33554432000 4194304 5098028 140734265457824 140734265455080 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 349 296 221 0 87 0
[pid=21390] ppid=21387 vsize=27313900 memory=126624 CPUtime=0.41 cores=0-7
/proc/21390/stat : 21390 (java) S 21387 21387 18626 0 -1 1077944320 10976 0 0 0 37 4 0 0 20 0 20 0 235494813 27969433600 31656 33554432000 4194304 4196468 140735038083296 140735038065840 139754575462135 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
/proc/21390/statm: 6828475 31656 2966 1 0 6790935 0
[pid=21390/tid=21391] ppid=21387 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21390/task/21391/stat : 21391 (java) R 21387 21387 18626 0 -1 4202560 8564 0 0 0 26 3 0 0 20 0 20 0 235494813 27969433600 31656 33554432000 4194304 4196468 140735038083296 139754547257584 139754555737457 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21392] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21392/stat : 21392 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139754579704208 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21393] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21393/stat : 21393 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753997838608 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21394] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21394/stat : 21394 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753996786320 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21395] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21395/stat : 21395 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753995733520 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21396] ppid=21387 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/21390/task/21396/stat : 21396 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753994681232 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21397] ppid=21387 vsize=27313900 memory=140243097449391 CPUtime=0 cores=0-7
/proc/21390/task/21397/stat : 21397 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753993628432 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21398] ppid=21387 vsize=27313900 memory=140243097451696 CPUtime=0 cores=0-7
/proc/21390/task/21398/stat : 21398 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753992576144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21399] ppid=21387 vsize=27313900 memory=140243097454000 CPUtime=0 cores=0-7
/proc/21390/task/21399/stat : 21399 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753991523344 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21400] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21400/stat : 21400 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494817 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753701005424 139754575473282 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21401] ppid=21387 vsize=27313900 memory=280486194914960 CPUtime=0 cores=0-7
/proc/21390/task/21401/stat : 21401 (java) S 21387 21387 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 31656 33554432000 4194304 4196468 140735038083296 139752464442144 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21402] ppid=21387 vsize=27313900 memory=280486194921872 CPUtime=0 cores=0-7
/proc/21390/task/21402/stat : 21402 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494818 27969433600 31656 33554432000 4194304 4196468 140735038083296 139752196007024 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21403] ppid=21387 vsize=27313900 memory=280486194863152 CPUtime=0 cores=0-7
/proc/21390/task/21403/stat : 21403 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139751821498448 139754575480731 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21404] ppid=21387 vsize=27313900 memory=280486194935696 CPUtime=0.02 cores=0-7
/proc/21390/task/21404/stat : 21404 (java) S 21387 21387 18626 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753699953264 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21405] ppid=21387 vsize=27313900 memory=280486194942608 CPUtime=0 cores=0-7
/proc/21390/task/21405/stat : 21405 (java) S 21387 21387 18626 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753698900464 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21406] ppid=21387 vsize=27313900 memory=280486194940304 CPUtime=0.01 cores=0-7
/proc/21390/task/21406/stat : 21406 (java) S 21387 21387 18626 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753697848176 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21407] ppid=21387 vsize=27313900 memory=280486194956464 CPUtime=0.07 cores=0-7
/proc/21390/task/21407/stat : 21407 (java) S 21387 21387 18626 0 -1 1077944384 444 0 0 0 7 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753696795376 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21408] ppid=21387 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21408/stat : 21408 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494820 27969433600 31656 33554432000 4194304 4196468 140735038083296 139751323593056 139754575472341 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21409] ppid=21387 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/21390/task/21409/stat : 21409 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494821 27969433600 31656 33554432000 4194304 4196468 140735038083296 139753695742256 139754575473282 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128020 KiB

[startup+0.700969 s]
/proc/loadavg: 6.70 7.74 8.05 2/204 21409
/proc/meminfo: memFree=17624344/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235494812 115843072 349 33554432000 4194304 5098028 140734265457824 140734265455080 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 349 296 221 0 87 0
[pid=21390] ppid=21387 vsize=27322296 memory=164516 CPUtime=0.98 cores=0-7
/proc/21390/stat : 21390 (java) S 21387 21387 18626 0 -1 1077944320 18123 0 0 0 92 6 0 0 20 0 20 0 235494813 27978031104 41129 33554432000 4194304 4196468 140735038083296 140735038065840 139754575462135 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
/proc/21390/statm: 6830574 41129 3144 1 0 6791959 0
[pid=21390/tid=21391] ppid=21387 vsize=27322296 memory=280486195314352 CPUtime=0.66 cores=0-7
/proc/21390/task/21391/stat : 21391 (java) R 21387 21387 18626 0 -1 4202560 15120 0 0 0 61 5 0 0 20 0 20 0 235494813 27978031104 41129 33554432000 4194304 4196468 140735038083296 139754547294032 139754575484061 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21392] ppid=21387 vsize=27322296 memory=140243097658224 CPUtime=0 cores=0-7
/proc/21390/task/21392/stat : 21392 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27978031104 41129 33554432000 4194304 4196468 140735038083296 139754579704208 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21393] ppid=21387 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/21390/task/21393/stat : 21393 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27978031104 41129 33554432000 4194304 4196468 140735038083296 139753997838608 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21394] ppid=21387 vsize=27322296 memory=10784 CPUtime=0 cores=0-7
/proc/21390/task/21394/stat : 21394 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27978031104 41129 33554432000 4194304 4196468 140735038083296 139753996786320 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0

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

# the end of solver process 21387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.46601 s, system=0.207816 s

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

[startup+1.60117 s]
/proc/loadavg: 6.70 7.74 8.05 2/204 21409
/proc/meminfo: memFree=17598596/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235494812 115843072 349 33554432000 4194304 5098028 140734265457824 140734265455080 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 349 296 221 0 87 0
[pid=21390] ppid=21387 vsize=27328528 memory=246480 CPUtime=3.3 cores=0-7
/proc/21390/stat : 21390 (java) S 21387 21387 18626 0 -1 1077944320 23791 0 0 0 319 11 0 0 20 0 20 0 235494813 27984412672 61620 33554432000 4194304 4196468 140735038083296 140735038065840 139754575462135 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
/proc/21390/statm: 6832132 61620 3214 1 0 6792983 0
[pid=21390/tid=21391] ppid=21387 vsize=27328528 memory=6944652177228980320 CPUtime=1.56 cores=0-7
/proc/21390/task/21391/stat : 21391 (java) R 21387 21387 18626 0 -1 4202560 17047 0 0 0 150 6 0 0 20 0 20 0 235494813 27984412672 61620 33554432000 4194304 4196468 140735038083296 139754547296064 139754575474070 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21392] ppid=21387 vsize=27328528 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/21390/task/21392/stat : 21392 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139754579704208 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21393] ppid=21387 vsize=27328528 memory=1396 CPUtime=0 cores=0-7
/proc/21390/task/21393/stat : 21393 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753997838608 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21394] ppid=21387 vsize=27328528 memory=4132 CPUtime=0 cores=0-7
/proc/21390/task/21394/stat : 21394 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753996786320 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21395] ppid=21387 vsize=27328528 memory=63796 CPUtime=0 cores=0-7
/proc/21390/task/21395/stat : 21395 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753995733520 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21396] ppid=21387 vsize=27328528 memory=1236 CPUtime=0 cores=0-7
/proc/21390/task/21396/stat : 21396 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753994681232 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21397] ppid=21387 vsize=27328528 memory=2444 CPUtime=0 cores=0-7
/proc/21390/task/21397/stat : 21397 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753993628432 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21398] ppid=21387 vsize=27328528 memory=1832 CPUtime=0 cores=0-7
/proc/21390/task/21398/stat : 21398 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753992576144 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21399] ppid=21387 vsize=27328528 memory=1920 CPUtime=0 cores=0-7
/proc/21390/task/21399/stat : 21399 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494816 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753991523344 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21400] ppid=21387 vsize=27328528 memory=1192 CPUtime=0 cores=0-7
/proc/21390/task/21400/stat : 21400 (java) S 21387 21387 18626 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 235494817 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753701005424 139754575473282 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21401] ppid=21387 vsize=27328528 memory=1616 CPUtime=0 cores=0-7
/proc/21390/task/21401/stat : 21401 (java) S 21387 21387 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235494818 27984412672 61620 33554432000 4194304 4196468 140735038083296 139752464442144 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21402] ppid=21387 vsize=27328528 memory=1384 CPUtime=0 cores=0-7
/proc/21390/task/21402/stat : 21402 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494818 27984412672 61620 33554432000 4194304 4196468 140735038083296 139752196007024 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21403] ppid=21387 vsize=27328528 memory=752 CPUtime=0 cores=0-7
/proc/21390/task/21403/stat : 21403 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139751821498448 139754575480731 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21404] ppid=21387 vsize=27328528 memory=164 CPUtime=0.35 cores=0-7
/proc/21390/task/21404/stat : 21404 (java) R 21387 21387 18626 0 -1 4202560 1271 0 0 0 34 1 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753699945896 139754558958905 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21405] ppid=21387 vsize=27328528 memory=-7384994778349281184 CPUtime=0.32 cores=0-7
/proc/21390/task/21405/stat : 21405 (java) S 21387 21387 18626 0 -1 1077944384 606 0 0 0 32 0 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753698900464 139754575473282 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21406] ppid=21387 vsize=27328528 memory=-7385037615359298921 CPUtime=0.33 cores=0-7
/proc/21390/task/21406/stat : 21406 (java) S 21387 21387 18626 0 -1 1077944384 563 0 0 0 33 0 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753697848176 139754575473282 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21407] ppid=21387 vsize=27328528 memory=7681905605394137914 CPUtime=0.7 cores=0-7
/proc/21390/task/21407/stat : 21407 (java) R 21387 21387 18626 0 -1 4202560 2965 0 0 0 69 1 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753696795376 139754575474070 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21408] ppid=21387 vsize=27328528 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/21390/task/21408/stat : 21408 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494820 27984412672 61620 33554432000 4194304 4196468 140735038083296 139751323593056 139754575472341 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
[pid=21390/tid=21409] ppid=21387 vsize=27328528 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/21390/task/21409/stat : 21409 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494821 27984412672 61620 33554432000 4194304 4196468 140735038083296 139753695742256 139754575473282 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25595904 140735038092264 140735038092589 140735038092589 140735038095311 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 27441656 KiB
Current children cumulated memory: 247876 KiB

[startup+2.00035 s]*
/proc/loadavg: 6.70 7.74 8.05 2/204 21429
/proc/meminfo: memFree=17708840/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1472 CPUtime=3.36 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 590 24182 0 0 0 0 324 12 20 0 1 0 235494812 115843072 368 33554432000 4194304 5098028 140734265457824 140734265454568 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 368 311 221 0 87 0
[pid=21410] ppid=21387 vsize=7749964 memory=67680 CPUtime=0.48 cores=0-7
/proc/21410/stat : 21410 (java) S 21387 21387 18626 0 -1 1077944320 10498 0 0 0 45 3 0 0 20 0 20 0 235494976 7935963136 16920 33554432000 4194304 4196468 140735833218736 140735833201280 139895814856439 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
/proc/21410/statm: 1937491 16920 2995 1 0 1899951 0
[pid=21410/tid=21411] ppid=21387 vsize=7749964 memory=6791534058613427641 CPUtime=0.35 cores=0-7
/proc/21410/task/21411/stat : 21411 (java) R 21387 21387 18626 0 -1 4202560 8212 0 0 0 32 3 0 0 20 0 20 0 235494977 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895786685232 139895801061538 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21412] ppid=21387 vsize=7749964 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21410/task/21412/stat : 21412 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895819099024 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21413] ppid=21387 vsize=7749964 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/21410/task/21413/stat : 21413 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895619267344 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21414] ppid=21387 vsize=7749964 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/21410/task/21414/stat : 21414 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895618215056 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21415] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21415/stat : 21415 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895617162256 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21416] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21416/stat : 21416 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895616108944 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21417] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21417/stat : 21417 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895615056144 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21418] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21418/stat : 21418 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895614003856 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21419] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21419/stat : 21419 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494978 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895612951056 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21420] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21420/stat : 21420 (java) S 21387 21387 18626 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235494979 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895042599536 139895814867586 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21421] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21421/stat : 21421 (java) S 21387 21387 18626 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235494980 7935963136 16920 33554432000 4194304 4196468 140735833218736 139894399690016 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21422] ppid=21387 vsize=7749964 memory=2241 CPUtime=0 cores=0-7
/proc/21410/task/21422/stat : 21422 (java) S 21387 21387 18626 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235494980 7935963136 16920 33554432000 4194304 4196468 140735833218736 139894265468528 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21423] ppid=21387 vsize=7749964 memory=2244 CPUtime=0 cores=0-7
/proc/21410/task/21423/stat : 21423 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139893890964048 139895814875035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21424] ppid=21387 vsize=7749964 memory=0 CPUtime=0.02 cores=0-7
/proc/21410/task/21424/stat : 21424 (java) S 21387 21387 18626 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895041546352 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21425] ppid=21387 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/21410/task/21425/stat : 21425 (java) S 21387 21387 18626 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895040493552 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21426] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21426/stat : 21426 (java) S 21387 21387 18626 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895039441264 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21427] ppid=21387 vsize=7749964 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21427/stat : 21427 (java) S 21387 21387 18626 0 -1 1077944384 278 0 0 0 8 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895038388464 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21428] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21428/stat : 21428 (java) S 21387 21387 18626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235494982 7935963136 16920 33554432000 4194304 4196468 140735833218736 139893393058656 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21429] ppid=21387 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/21410/task/21429/stat : 21429 (java) S 21387 21387 18626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235494983 7935963136 16920 33554432000 4194304 4196468 140735833218736 139895037336368 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 7863092 KiB
Current children cumulated memory: 69152 KiB

[startup+2.40087 s]
/proc/loadavg: 6.70 7.74 8.05 2/204 21429
/proc/meminfo: memFree=17708840/32770624 swapFree=67108860/67108860
[pid=21387] ppid=21384 vsize=113128 memory=1472 CPUtime=3.36 cores=0-7
/proc/21387/stat : 21387 (scop.sh) S 21384 21387 18626 0 -1 4202496 590 24182 0 0 0 0 324 12 20 0 1 0 235494812 115843072 368 33554432000 4194304 5098028 140734265457824 140734265454568 140459191931516 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30404608 140734265463842 140734265464067 140734265464067 140734265466829 0
/proc/21387/statm: 28282 368 311 221 0 87 0
[pid=21410] ppid=21387 vsize=8282828 memory=117504 CPUtime=1.2 cores=0-7
/proc/21410/stat : 21410 (java) S 21387 21387 18626 0 -1 1077944320 17685 3319 0 0 106 6 8 0 20 0 22 0 235494976 8481615872 29376 33554432000 4194304 4196468 140735833218736 140735833201280 139895814856439 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
/proc/21410/statm: 2070707 29376 3146 1 0 2032106 0
[pid=21410/tid=21411] ppid=21387 vsize=8282828 memory=4 CPUtime=0.81 cores=0-7
/proc/21410/task/21411/stat : 21411 (java) R 21387 21387 18626 0 -1 4202560 14661 3319 0 0 69 4 8 0 20 0 22 0 235494977 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895786658816 139895798936926 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21412] ppid=21387 vsize=8282828 memory=31 CPUtime=0.08 cores=0-7
/proc/21410/task/21412/stat : 21412 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895819099024 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21413] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21413/stat : 21413 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895619267344 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21414] ppid=21387 vsize=8282828 memory=24404 CPUtime=0.08 cores=0-7
/proc/21410/task/21414/stat : 21414 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895618215056 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21415] ppid=21387 vsize=8282828 memory=3323 CPUtime=0.08 cores=0-7
/proc/21410/task/21415/stat : 21415 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895617162256 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21416] ppid=21387 vsize=8282828 memory=24739 CPUtime=0.08 cores=0-7
/proc/21410/task/21416/stat : 21416 (java) S 21387 21387 18626 0 -1 1077944384 2 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895616108944 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21417] ppid=21387 vsize=8282828 memory=6791534058613427641 CPUtime=0.08 cores=0-7
/proc/21410/task/21417/stat : 21417 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895615056144 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21418] ppid=21387 vsize=8282828 memory=288230596050944315 CPUtime=0.08 cores=0-7
/proc/21410/task/21418/stat : 21418 (java) S 21387 21387 18626 0 -1 1077944384 3 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895614003856 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21419] ppid=21387 vsize=8282828 memory=14133333755955770 CPUtime=0.08 cores=0-7
/proc/21410/task/21419/stat : 21419 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494978 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895612951056 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21420] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21420/stat : 21420 (java) S 21387 21387 18626 0 -1 1077944384 5 3319 0 0 0 0 8 0 20 0 22 0 235494979 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895042599536 139895814867586 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21421] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21421/stat : 21421 (java) S 21387 21387 18626 0 -1 1077944384 13 3319 0 0 0 0 8 0 20 0 22 0 235494980 8481615872 29376 33554432000 4194304 4196468 140735833218736 139894399690016 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21422] ppid=21387 vsize=8282828 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/21410/task/21422/stat : 21422 (java) S 21387 21387 18626 0 -1 1077944384 21 3319 0 0 0 0 8 0 20 0 22 0 235494980 8481615872 29376 33554432000 4194304 4196468 140735833218736 139894265468528 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21423] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21423/stat : 21423 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139893890964048 139895814875035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21424] ppid=21387 vsize=8282828 memory=0 CPUtime=0.13 cores=0-7
/proc/21410/task/21424/stat : 21424 (java) S 21387 21387 18626 0 -1 1077944384 498 3319 0 0 5 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895041546352 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21425] ppid=21387 vsize=8282828 memory=0 CPUtime=0.12 cores=0-7
/proc/21410/task/21425/stat : 21425 (java) S 21387 21387 18626 0 -1 1077944384 184 3319 0 0 4 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895040493552 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21426] ppid=21387 vsize=8282828 memory=0 CPUtime=0.13 cores=0-7
/proc/21410/task/21426/stat : 21426 (java) S 21387 21387 18626 0 -1 1077944384 389 3319 0 0 5 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895039441264 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21427] ppid=21387 vsize=8282828 memory=0 CPUtime=0.27 cores=0-7
/proc/21410/task/21427/stat : 21427 (java) S 21387 21387 18626 0 -1 1077944384 495 3319 0 0 19 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895038388464 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21428] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21428/stat : 21428 (java) S 21387 21387 18626 0 -1 1077944384 3 3319 0 0 0 0 8 0 20 0 22 0 235494982 8481615872 29376 33554432000 4194304 4196468 140735833218736 139893393058656 139895814866645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
[pid=21410/tid=21429] ppid=21387 vsize=8282828 memory=0 CPUtime=0.08 cores=0-7
/proc/21410/task/21429/stat : 21429 (java) S 21387 21387 18626 0 -1 1077944384 1 3319 0 0 0 0 8 0 20 0 22 0 235494983 8481615872 29376 33554432000 4194304 4196468 140735833218736 139895037336368 139895814867586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11784192 140735833220273 140735833220397 140735833220397 140735833223119 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 118976 KiB

Child status: 0
Real time (s): 2.45235
CPU time (s): 4.67383
CPU user time (s): 4.46601
CPU system time (s): 0.207816
CPU usage (%): 190.586
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 247876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.46601
system time used= 0.207816
maximum resident set size= 249316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6902
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 21387
#   total CPU time (s): 4.67383
#   total CPU user time (s): 4.46601
#   total CPU system time (s): 0.207816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041124 second user time and 0.071215 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 18:55:16
IDJOB=4307159
IDBENCH=141165
IDSOLVER=2788
FILE ID=node132/4307159-1534179316
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/GracefulGraph/GracefulGraph-K04-P02_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-4307159-1534179316/watcher-4307159-1534179316 -o /tmp/evaluation-result-4307159-1534179316/solver-4307159-1534179316 -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-4307159-1534179316.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=1977188697

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:        17764248 kB
MemAvailable:   31898640 kB
Buffers:          260880 kB
Cached:         13985764 kB
SwapCached:            0 kB
Active:          7027580 kB
Inactive:        7274780 kB
Active(anon):       5584 kB
Inactive(anon):   102816 kB
Active(file):    7021996 kB
Inactive(file):  7171964 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8728 kB
Writeback:            76 kB
AnonPages:         85420 kB
Mapped:            55832 kB
Shmem:             49824 kB
Slab:             397164 kB
SReclaimable:     368892 kB
SUnreclaim:        28272 kB
KernelStack:        3616 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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 18:55:19