Trace number 4307423

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+glucose-syrup (2018-07-31)UNSAT 14.0436 4.41397

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-7-cp_c18.xml
MD5SUM6202e41c7df8f203e59ab292b28f5059
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.065
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints2529
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":112}]
Minimum variable degree92
Maximum variable degree93
Distribution of variable degrees[{"degree":92,"count":96},{"degree":93,"count":16}]
Minimum constraint arity4
Maximum constraint arity112
Distribution of constraint arities[{"arity":4,"count":2520},{"arity":16,"count":8},{"arity":112,"count":1}]
Number of extensional constraints0
Number of intensional constraints2520
Distribution of constraint types[{"type":"intension","count":2520},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-8682-serial-file.bin HOME/instance-4307423-1534192132.xml
0.65/0.52	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Mon Aug 13 22:28:53 CEST 2018
0.65/0.55	c PID: 8685
0.65/0.55	c IP: 172.20.3.107
0.65/0.55	c HOST: node107.alineos.net
0.65/0.56	c (0,0) Parsing Begin
4.22/1.53	c (1,0) Parsing End
4.22/1.54	c (1,0) CSP: 112 int (0 aux), 0 bool (0 aux), 2529 ctr, max domain size 4
4.22/1.54	c (1,0) Heap : 563 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.22/1.54	c (1,0) Constraint Name Generate Begin
4.22/1.56	c (1,1) Ctr:HOME/instance-4307423-1534192132.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
4.22/1.56	c (1,1) Constraint Name Generate End
4.22/1.56	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
4.22/1.56	c (1,1) CSP to CSPinCNF Begin
4.81/1.73	c (1,1) translated 253 (10%) constraints
4.81/1.79	c (1,1) translated 506 (20%) constraints
5.10/1.82	c (1,1) translated 759 (30%) constraints
5.10/1.84	c (1,1) translated 1012 (40%) constraints
5.10/1.86	c (1,1) translated 1265 (50%) constraints
5.10/1.88	c (1,1) translated 1518 (60%) constraints
5.36/1.90	c (1,1) translated 1771 (70%) constraints
5.36/1.92	c (1,1) translated 2024 (80%) constraints
5.36/1.93	c (1,1) translated 2277 (90%) constraints
6.29/2.18	c (1,1) translated 2529 (100%) constraints
7.47/2.43	c (1,1) STATISTICS1:HOME/instance-4307423-1534192132.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,719,3820,32768,4,4,16,32768:56;4:4640;1:781,4:10079;2:1821;1:1675,4:2679;3:469;2:607;1:65,16:56;2:5421;1:2749,
7.47/2.43	c (1,1) ==========================================
7.47/2.43	c (1,1) Both Encoding selects:
7.47/2.43	c (1,1) Order
7.47/2.43	c (1,1) ==========================================
7.47/2.47	c (1,1) translated 382 (10%) constraints
7.90/2.51	c (1,1) translated 764 (20%) constraints
7.90/2.54	c (2,1) translated 1146 (30%) constraints
7.90/2.57	c (2,2) translated 1528 (40%) constraints
7.90/2.60	c (2,2) translated 1910 (50%) constraints
8.30/2.62	c (2,2) translated 2292 (60%) constraints
8.30/2.68	c (2,2) translated 2674 (70%) constraints
8.73/2.74	c (2,2) translated 3056 (80%) constraints
8.73/2.78	c (2,2) translated 3438 (90%) constraints
9.15/2.81	c (2,2) translated 3820 (100%) constraints
9.15/2.81	c (2,2) CSP to CSPinCNF End
9.15/2.82	c (2,2) CSP: 196 int (84 aux), 1055 bool (1055 aux), 4928 ctr, max domain size 5
9.15/2.82	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
9.15/2.82	c (2,2) CSPinCNF Propagation Begin
9.55/2.93	c (2,2) 188 values, 1386 unsatisfiable literals, and 1122 valid clauses are removed
9.55/2.93	c (2,2) CSPinCNF Propagation End
9.55/2.93	c (2,2) CSP: 336 int (224 aux), 915 bool (915 aux), 3806 ctr, max domain size 5
9.55/2.93	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
9.55/2.93	c (2,2) Simplify CSPinCNF Begin
9.98/3.04	c (2,2) Simplify CSPinCNF End
9.98/3.04	c (2,2) CSP: 336 int (224 aux), 2543 bool (2543 aux), 5434 ctr, max domain size 5
9.98/3.04	c (2,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.98/3.04	c (2,2) Calculate Precise Domain Begin
9.98/3.08	c (2,2) 0 values are removed by re-calculation
9.98/3.08	c (2,2) Calculate Precise Domain End
9.98/3.08	c (2,2) CSP: 336 int (224 aux), 2543 bool (2543 aux), 5434 ctr, max domain size 5
9.98/3.08	c (2,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.98/3.08	c (2,2) CSPinCNF to SatSolver Begin
10.37/3.19	c (2,2) 544 (10 %) CSP clauses are encoded (3119 SAT variables, 2067 SAT clauses)
10.80/3.22	c (2,2) 1087 (20 %) CSP clauses are encoded (3119 SAT variables, 3798 SAT clauses)
10.80/3.24	c (2,2) 1631 (30 %) CSP clauses are encoded (3119 SAT variables, 5335 SAT clauses)
10.80/3.26	c (2,2) 2174 (40 %) CSP clauses are encoded (3119 SAT variables, 6889 SAT clauses)
10.80/3.28	c (2,2) 2717 (50 %) CSP clauses are encoded (3119 SAT variables, 7444 SAT clauses)
10.80/3.29	c (2,2) 3261 (60 %) CSP clauses are encoded (3119 SAT variables, 7988 SAT clauses)
11.20/3.32	c (2,2) 3804 (70 %) CSP clauses are encoded (3119 SAT variables, 10435 SAT clauses)
11.20/3.35	c (2,2) 4348 (80 %) CSP clauses are encoded (3119 SAT variables, 12883 SAT clauses)
11.20/3.38	c (2,2) 4891 (90 %) CSP clauses are encoded (3119 SAT variables, 15330 SAT clauses)
11.20/3.39	c (2,2) 5434 (100 %) CSP clauses are encoded (3119 SAT variables, 16661 SAT clauses)
11.20/3.39	c (2,2) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
11.20/3.39	c (2,2) CSPinCNF to SatSolver End
11.20/3.39	c (2,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
11.61/3.44	c (2,2) STATISTICS2:HOME/instance-4307423-1534192132.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2879,5434,64,5,4,7,64:48;32:96;25:48;4:1760;1:35,5:288;4:4707;2:12385;1:35,4:1941;3:215;2:3069;1:209,7:48;6:96;3:48;2:1795;1:12769,
11.61/3.44	c (2,2) 3119 bool, 16664 clause
11.61/3.44	c (2,2) Export Begin
11.97/3.52	c (2,2) Export to HOME/scop-8682-serial-file.bin
11.97/3.52	c (2,2) Export End
11.97/3.52	c (2,2) Export File Size: 0.02 MB
11.97/3.52	c (2,2) 1,1,2,2,2,2,2,STOP-AFTER(DIMACS)
11.97/3.52	c END-Prog: Mon Aug 13 22:28:55 CEST 2018
11.97/3.54	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8682-serial-file.bin
12.64/4.03	c (0,0) Read Serial File Begin
12.64/4.03	c (0,0) HOME/scop-8682-serial-file.bin
12.79/4.19	c (0,0) Read Serial File End
12.93/4.20	
12.93/4.20	scop order+glucose-syrup (2018-07-31)
12.93/4.20	(Solving Process)
12.93/4.20	
12.93/4.23	c BEGIN-Prog: Mon Aug 13 22:28:56 CEST 2018
12.93/4.23	c PID: 8705
12.93/4.23	c IP: 172.20.3.107
12.93/4.23	c HOST: node107.alineos.net
12.93/4.23	c (0,0) SatSolver.solve Begin
12.93/4.23	c (0,0) 0 bool, 0 clause
12.93/4.23	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307423-1534192132.xml-scop-8685.cnf
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
13.14/4.39	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
13.14/4.39	c (0,0) c ========================================[ Problem Statistics ]===========================================
13.14/4.39	c (0,0) c |                                                                                                       |
13.14/4.39	c (0,0) c |  Number of variables:          3119                                                                   |
13.14/4.39	c (0,0) c |  Number of clauses:           16664                                                                   |
13.14/4.39	c (0,0) c |  Parse time:                   0.01 s                                                                 |
13.14/4.39	c (0,0) c |                                                                                                       |
13.14/4.39	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
13.14/4.39	c (0,0) c |  Simplification time:          0.01 s                                                                 |
13.14/4.39	c (0,0) c |                                                                                                       |
13.14/4.39	c (0,0) c |  Generating clones                                                                                    |
13.14/4.39	c (0,0) c |  all clones generated. Memory =  35.49Mb.                                                             |
13.14/4.39	c (0,0) c ========================================================================================================|
13.14/4.39	c (0,0) c Thread 0 is 100% pure glucose! First thread to finish! (UNSAT answer).
13.14/4.39	c (0,0) c Total Memory so far : 613.42Mb
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c real time : 0.134474 s
13.14/4.39	c (0,0) c cpu time  : 0.789284 s
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
13.14/4.39	c (0,0) c
13.14/4.39	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.39	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
13.14/4.39	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.39	c (0,0) c | Conflicts     |           26722 |       3924 |       3514 |       3316 |       3206 |       3134 |       2814 |       3043 |       3771 |
13.14/4.39	c (0,0) c | Decisions     |           42637 |       5831 |       5507 |       5143 |       5357 |       4946 |       4741 |       5238 |       5874 |
13.14/4.39	c (0,0) c | Propagations  |         3596243 |     479878 |     433601 |     495235 |     458394 |     454892 |     399060 |     409644 |     465539 |
13.14/4.39	c (0,0) c | Avg_Trail     |                 |        717 |        937 |        897 |       1098 |       1088 |       1082 |       1057 |        879 |
13.14/4.39	c (0,0) c | Avg_DL        |                 |         14 |         16 |         14 |         19 |         18 |         21 |         20 |         15 |
13.14/4.39	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
13.14/4.39	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
13.14/4.39	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.40	c (0,0) c | Exported      |             917 |        129 |        145 |        119 |        106 |         71 |         82 |        115 |        150 |
13.14/4.40	c (0,0) c | Imported      |            4437 |        787 |        562 |        519 |        263 |        392 |        458 |        704 |        752 |
13.14/4.40	c (0,0) c | Good          |             319 |         60 |         41 |         35 |         21 |         30 |         29 |         48 |         55 |
13.14/4.40	c (0,0) c | Purge         |            4118 |        727 |        521 |        484 |        242 |        362 |        429 |        656 |        697 |
13.14/4.40	c (0,0) c | Promoted      |             283 |          6 |         30 |         48 |         36 |         36 |         42 |         39 |         46 |
13.14/4.40	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
13.14/4.40	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
13.14/4.40	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.40	c (0,0) c | Unaries       |                 |         15 |          9 |          3 |          2 |          2 |          2 |          2 |          7 |
13.14/4.40	c (0,0) c | Binaries      |                 |         25 |          6 |          6 |          7 |          4 |          6 |          7 |         25 |
13.14/4.40	c (0,0) c | Glues         |                 |        129 |        145 |        119 |        106 |         71 |         82 |        115 |        150 |
13.14/4.40	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.40	c (0,0) c | Orig_Seen     |            38 % |       4490 |       7160 |       6487 |       6190 |       6461 |       7022 |       7166 |       6906 |
13.14/4.40	c (0,0) c | Diff Orig seen|                 |      X     |       2670 |       1997 |       1700 |       1971 |       2532 |       2676 |       2416 |
13.14/4.40	c (0,0) c | Hamming       |            18 % |      X     |        610 |        489 |        640 |        704 |        633 |        494 |        542 |
13.14/4.40	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
13.14/4.40	c (0,0) 
13.14/4.40	c (0,0) s UNSATISFIABLE
14.00/4.40	c (0,0) SatSolver.solve End
14.00/4.40	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
14.00/4.40	c (0,0) Show results Begin
14.00/4.40	s UNSATISFIABLE
14.00/4.40	c (0,0) Show results End
14.00/4.40	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
14.00/4.40	c (0,0) 0,0,STOP-AFTER(ALL)
14.00/4.40	c END-Prog: Mon Aug 13 22:28:56 CEST 2018

Verifier Data


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 (12433 MiB free)
  memory of node 1: 16384 MiB (10106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307423-1534192132/watcher-4307423-1534192132 -o /tmp/evaluation-result-4307423-1534192132/solver-4307423-1534192132 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307423-1534192132.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=8682, runsolver pid=8679
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 4.76 3.84 2.25 3/200 8704
/proc/meminfo: memFree=22987772/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236776380 115843072 348 33554432000 4194304 5098028 140736881524256 140736881521512 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 348 296 221 0 87 0
[pid=8685] ppid=8682 vsize=27313900 memory=106264 CPUtime=0.1 cores=0-7
/proc/8685/stat : 8685 (java) S 8682 8682 7303 0 -1 1077944320 6023 0 0 0 8 2 0 0 20 0 20 0 236776380 27969433600 26566 33554432000 4194304 4196468 140727887844064 140727887826608 140134889889527 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
/proc/8685/statm: 6828475 26566 2738 1 0 6790935 0
[pid=8685/tid=8686] ppid=8682 vsize=27313900 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8685/task/8686/stat : 8686 (java) R 8682 8682 7303 0 -1 4202560 4127 0 0 0 7 2 0 0 20 0 20 0 236776381 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134861721728 140134873970044 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8687] ppid=8682 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8685/task/8687/stat : 8687 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134894131728 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8688] ppid=8682 vsize=27313900 memory=140527884441216 CPUtime=0 cores=0-7
/proc/8685/task/8688/stat : 8688 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134312524432 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8689] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8689/stat : 8689 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134311471376 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8690] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8690/stat : 8690 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134310418832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8691] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8691/stat : 8691 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134309366800 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8692] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8692/stat : 8692 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134308314256 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8693] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8693/stat : 8693 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134307261200 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8694] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8694/stat : 8694 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134306208656 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8695] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8695/stat : 8695 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 26566 33554432000 4194304 4196468 140727887844064 140134149544176 140134889900674 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8696] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8696/stat : 8696 (java) S 8682 8682 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 26566 33554432000 4194304 4196468 140727887844064 140132636157088 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8697] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8697/stat : 8697 (java) S 8682 8682 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 26631 33554432000 4194304 4196468 140727887844064 140132501934832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8698] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8698/stat : 8698 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140132127430608 140134889908123 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8699] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8699/stat : 8699 (java) S 8682 8682 7303 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140134148492016 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8700] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8700/stat : 8700 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140134147439472 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8701] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8701/stat : 8701 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140134146386416 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8702] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8702/stat : 8702 (java) S 8682 8682 7303 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140134145333872 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8703] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8703/stat : 8703 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140131629525472 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8704] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8704/stat : 8704 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 26631 33554432000 4194304 4196468 140727887844064 140134144281264 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 107656 KiB

[startup+0.210086 s]*
/proc/loadavg: 4.76 3.84 2.25 2/200 8704
/proc/meminfo: memFree=22971772/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236776380 115843072 348 33554432000 4194304 5098028 140736881524256 140736881521512 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 348 296 221 0 87 0
[pid=8685] ppid=8682 vsize=27313900 memory=120980 CPUtime=0.24 cores=0-7
/proc/8685/stat : 8685 (java) S 8682 8682 7303 0 -1 1077944320 9965 0 0 0 20 4 0 0 20 0 20 0 236776380 27969433600 30245 33554432000 4194304 4196468 140727887844064 140727887826608 140134889889527 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
/proc/8685/statm: 6828475 30245 2867 1 0 6790935 0
[pid=8685/tid=8686] ppid=8682 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8685/task/8686/stat : 8686 (java) R 8682 8682 7303 0 -1 4202560 7867 0 0 0 17 3 0 0 20 0 20 0 236776381 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134861679232 140134871283261 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8687] ppid=8682 vsize=27313900 memory=331 CPUtime=0 cores=0-7
/proc/8685/task/8687/stat : 8687 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134894131728 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8688] ppid=8682 vsize=27313900 memory=140527884450151 CPUtime=0 cores=0-7
/proc/8685/task/8688/stat : 8688 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134312524432 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8689] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8689/stat : 8689 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134311471376 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8690] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8690/stat : 8690 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134310418832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8691] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8691/stat : 8691 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134309366800 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8692] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8692/stat : 8692 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134308314256 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8693] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8693/stat : 8693 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134307261200 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8694] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8694/stat : 8694 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134306208656 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8695] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8695/stat : 8695 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134149544176 140134889900674 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8696] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8696/stat : 8696 (java) S 8682 8682 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 30311 33554432000 4194304 4196468 140727887844064 140132636157088 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8697] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8697/stat : 8697 (java) S 8682 8682 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 30311 33554432000 4194304 4196468 140727887844064 140132501934832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8698] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8698/stat : 8698 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140132127430608 140134889908123 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8699] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8699/stat : 8699 (java) S 8682 8682 7303 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134148492016 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8700] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8700/stat : 8700 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134147439472 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8701] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8701/stat : 8701 (java) S 8682 8682 7303 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134146386416 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8702] ppid=8682 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/8685/task/8702/stat : 8702 (java) S 8682 8682 7303 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134145333872 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8703] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8703/stat : 8703 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140131629525472 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8704] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8704/stat : 8704 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 30311 33554432000 4194304 4196468 140727887844064 140134144281264 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122372 KiB

[startup+0.309692 s]*
/proc/loadavg: 4.76 3.84 2.25 2/200 8704
/proc/meminfo: memFree=22967740/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236776380 115843072 348 33554432000 4194304 5098028 140736881524256 140736881521512 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 348 296 221 0 87 0
[pid=8685] ppid=8682 vsize=27313900 memory=125196 CPUtime=0.41 cores=0-7
/proc/8685/stat : 8685 (java) S 8682 8682 7303 0 -1 1077944320 10651 0 0 0 37 4 0 0 20 0 20 0 236776380 27969433600 31299 33554432000 4194304 4196468 140727887844064 140727887826608 140134889889527 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
/proc/8685/statm: 6828475 31299 2965 1 0 6790935 0
[pid=8685/tid=8686] ppid=8682 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8685/task/8686/stat : 8686 (java) R 8682 8682 7303 0 -1 4202560 8345 0 0 0 26 3 0 0 20 0 20 0 236776381 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134861684808 140134873970014 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8687] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8687/stat : 8687 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134894131728 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8688] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8688/stat : 8688 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134312524432 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8689] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8689/stat : 8689 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134311471376 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8690] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8690/stat : 8690 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134310418832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8691] ppid=8682 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/8685/task/8691/stat : 8691 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134309366800 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8692] ppid=8682 vsize=27313900 memory=140527773250479 CPUtime=0 cores=0-7
/proc/8685/task/8692/stat : 8692 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134308314256 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8693] ppid=8682 vsize=27313900 memory=140527773252784 CPUtime=0 cores=0-7
/proc/8685/task/8693/stat : 8693 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134307261200 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8694] ppid=8682 vsize=27313900 memory=140527773255088 CPUtime=0 cores=0-7
/proc/8685/task/8694/stat : 8694 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134306208656 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8695] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8695/stat : 8695 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134149544176 140134889900674 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8696] ppid=8682 vsize=27313900 memory=281055546517136 CPUtime=0 cores=0-7
/proc/8685/task/8696/stat : 8696 (java) S 8682 8682 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 31299 33554432000 4194304 4196468 140727887844064 140132636157088 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8697] ppid=8682 vsize=27313900 memory=281055546524048 CPUtime=0 cores=0-7
/proc/8685/task/8697/stat : 8697 (java) S 8682 8682 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236776385 27969433600 31299 33554432000 4194304 4196468 140727887844064 140132501934832 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8698] ppid=8682 vsize=27313900 memory=281055546465328 CPUtime=0 cores=0-7
/proc/8685/task/8698/stat : 8698 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140132127430608 140134889908123 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8699] ppid=8682 vsize=27313900 memory=281055546537872 CPUtime=0.01 cores=0-7
/proc/8685/task/8699/stat : 8699 (java) S 8682 8682 7303 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134148492016 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8700] ppid=8682 vsize=27313900 memory=281055546544784 CPUtime=0.01 cores=0-7
/proc/8685/task/8700/stat : 8700 (java) S 8682 8682 7303 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134147439472 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8701] ppid=8682 vsize=27313900 memory=281055546542480 CPUtime=0 cores=0-7
/proc/8685/task/8701/stat : 8701 (java) S 8682 8682 7303 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134146386416 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8702] ppid=8682 vsize=27313900 memory=281055546558640 CPUtime=0.06 cores=0-7
/proc/8685/task/8702/stat : 8702 (java) S 8682 8682 7303 0 -1 1077944384 326 0 0 0 6 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134145333872 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8703] ppid=8682 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8703/stat : 8703 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140131629525472 140134889899733 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8704] ppid=8682 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8685/task/8704/stat : 8704 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27969433600 31299 33554432000 4194304 4196468 140727887844064 140134144281264 140134889900674 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126588 KiB

[startup+0.700886 s]
/proc/loadavg: 4.76 3.84 2.25 2/200 8704
/proc/meminfo: memFree=22943556/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236776380 115843072 348 33554432000 4194304 5098028 140736881524256 140736881521512 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 348 296 221 0 87 0
[pid=8685] ppid=8682 vsize=27320172 memory=165012 CPUtime=1.03 cores=0-7
/proc/8685/stat : 8685 (java) S 8682 8682 7303 0 -1 1077944320 17703 0 0 0 96 7 0 0 20 0 20 0 236776380 27975856128 41253 33554432000 4194304 4196468 140727887844064 140727887826608 140134889889527 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
/proc/8685/statm: 6830043 41253 3128 1 0 6791447 0
[pid=8685/tid=8686] ppid=8682 vsize=27320172 memory=281055546916528 CPUtime=0.67 cores=0-7
/proc/8685/task/8686/stat : 8686 (java) R 8682 8682 7303 0 -1 4202560 14847 0 0 0 62 5 0 0 20 0 20 0 236776381 27975856128 41253 33554432000 4194304 4196468 140727887844064 140134861725312 140134393515021 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8687] ppid=8682 vsize=27320172 memory=140527773459312 CPUtime=0 cores=0-7
/proc/8685/task/8687/stat : 8687 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27975856128 41253 33554432000 4194304 4196468 140727887844064 140134894131728 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8688] ppid=8682 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8688/stat : 8688 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27975856128 41253 33554432000 4194304 4196468 140727887844064 140134312524432 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8689] ppid=8682 vsize=27320172 memory=872 CPUtime=0 cores=0-7
/proc/8685/task/8689/stat : 8689 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27975856128 41253 33554432000 4194304 4196468 140727887844064 140134311471376 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0

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

# the end of solver process 8682 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.7039 s, system=0.339738 s

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

[startup+3.20114 s]
/proc/loadavg: 4.76 3.84 2.25 5/200 8704
/proc/meminfo: memFree=22556676/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236776380 115843072 348 33554432000 4194304 5098028 140736881524256 140736881521512 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 348 296 221 0 87 0
[pid=8685] ppid=8682 vsize=27328508 memory=564736 CPUtime=10.8 cores=0-7
/proc/8685/stat : 8685 (java) S 8682 8682 7303 0 -1 1077944320 29896 0 0 0 1063 17 0 0 20 0 20 0 236776380 27984392192 141184 33554432000 4194304 4196468 140727887844064 140727887826608 140134889889527 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
/proc/8685/statm: 6832127 141184 3216 1 0 6792983 0
[pid=8685/tid=8686] ppid=8682 vsize=27328508 memory=281055546310896 CPUtime=3.15 cores=0-7
/proc/8685/task/8686/stat : 8686 (java) R 8682 8682 7303 0 -1 4202560 16953 0 0 0 304 11 0 0 20 0 20 0 236776381 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134861726448 140134398169287 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8687] ppid=8682 vsize=27328508 memory=281055546314128 CPUtime=0 cores=0-7
/proc/8685/task/8687/stat : 8687 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134894131728 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8688] ppid=8682 vsize=27328508 memory=281055546563776 CPUtime=0 cores=0-7
/proc/8685/task/8688/stat : 8688 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134312524432 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8689] ppid=8682 vsize=27328508 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8685/task/8689/stat : 8689 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134311471376 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8690] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8690/stat : 8690 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134310418832 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8691] ppid=8682 vsize=27328508 memory=825241649 CPUtime=0 cores=0-7
/proc/8685/task/8691/stat : 8691 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134309366800 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8692] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8692/stat : 8692 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134308314256 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8693] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8693/stat : 8693 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134307261200 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8694] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8694/stat : 8694 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776383 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134306208656 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8695] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8695/stat : 8695 (java) S 8682 8682 7303 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236776385 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134149544176 140134889900674 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8696] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8696/stat : 8696 (java) S 8682 8682 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236776385 27984392192 141184 33554432000 4194304 4196468 140727887844064 140132636157088 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8697] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8697/stat : 8697 (java) S 8682 8682 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236776385 27984392192 141184 33554432000 4194304 4196468 140727887844064 140132501934832 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8698] ppid=8682 vsize=27328508 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/8685/task/8698/stat : 8698 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140132127430608 140134889908123 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8699] ppid=8682 vsize=27328508 memory=1399101730491701635 CPUtime=2.15 cores=0-7
/proc/8685/task/8699/stat : 8699 (java) R 8682 8682 7303 0 -1 4202560 2687 0 0 0 215 0 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134148477008 140134889903409 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8700] ppid=8682 vsize=27328508 memory=-7522837583129502606 CPUtime=2.09 cores=0-7
/proc/8685/task/8700/stat : 8700 (java) R 8682 8682 7303 0 -1 4202560 1654 0 0 0 208 1 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134147421184 140134874203104 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8701] ppid=8682 vsize=27328508 memory=288230574492221466 CPUtime=2.08 cores=0-7
/proc/8685/task/8701/stat : 8701 (java) R 8682 8682 7303 0 -1 4202560 3443 0 0 0 207 1 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134146367952 140134873381890 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8702] ppid=8682 vsize=27328508 memory=0 CPUtime=1.28 cores=0-7
/proc/8685/task/8702/stat : 8702 (java) S 8682 8682 7303 0 -1 1077944384 3802 0 0 0 127 1 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134145333872 140134889900674 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8703] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8703/stat : 8703 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140131629525472 140134889899733 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
[pid=8685/tid=8704] ppid=8682 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/8685/task/8704/stat : 8704 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776388 27984392192 141184 33554432000 4194304 4196468 140727887844064 140134144281264 140134889900674 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28278784 140727887848426 140727887848749 140727887848749 140727887851471 0
Current children cumulated CPU time: 10.8 s
Current children cumulated vsize: 27441636 KiB
Current children cumulated memory: 566128 KiB

[startup+4.00029 s]*
/proc/loadavg: 4.76 3.84 2.25 2/200 8724
/proc/meminfo: memFree=23016692/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1468 CPUtime=12.04 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 589 31443 0 0 0 0 1184 20 20 0 1 0 236776380 115843072 367 33554432000 4194304 5098028 140736881524256 140736881521000 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 367 311 221 0 87 0
[pid=8705] ppid=8682 vsize=7752048 memory=74420 CPUtime=0.6 cores=0-7
/proc/8705/stat : 8705 (java) S 8682 8682 7303 0 -1 1077944320 12410 0 0 0 57 3 0 0 20 0 20 0 236776734 7938097152 18605 33554432000 4194304 4196468 140734453915296 140734453897840 139733894745847 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
/proc/8705/statm: 1938012 18605 2991 1 0 1899951 0
[pid=8705/tid=8706] ppid=8682 vsize=7752048 memory=667680 CPUtime=0.44 cores=0-7
/proc/8705/task/8706/stat : 8706 (java) R 8682 8682 7303 0 -1 4202560 10056 0 0 0 42 2 0 0 20 0 20 0 236776734 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733866557744 139733875021634 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8707] ppid=8682 vsize=7752048 memory=7236273430346819951 CPUtime=0 cores=0-7
/proc/8705/task/8707/stat : 8707 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733898988560 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8708] ppid=8682 vsize=7752048 memory=3472468656780246473 CPUtime=0 cores=0-7
/proc/8705/task/8708/stat : 8708 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733699157136 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8709] ppid=8682 vsize=7752048 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8705/task/8709/stat : 8709 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733698104080 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8710] ppid=8682 vsize=7752048 memory=2241 CPUtime=0 cores=0-7
/proc/8705/task/8710/stat : 8710 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733697051536 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8711] ppid=8682 vsize=7752048 memory=2244 CPUtime=0 cores=0-7
/proc/8705/task/8711/stat : 8711 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733695998480 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8712] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8712/stat : 8712 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733694945936 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8713] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8713/stat : 8713 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733693892880 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8714] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8714/stat : 8714 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776736 7938097152 18605 33554432000 4194304 4196468 140734453915296 139733692840336 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8715] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8715/stat : 8715 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776737 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732719700720 139733894756994 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8716] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8716/stat : 8716 (java) S 8682 8682 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236776738 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732533110432 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8717] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8717/stat : 8717 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776738 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732264674544 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8718] ppid=8682 vsize=7752048 memory=-2897801490638248215 CPUtime=0 cores=0-7
/proc/8705/task/8718/stat : 8718 (java) S 8682 8682 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236776740 7938097152 18605 33554432000 4194304 4196468 140734453915296 139731890166224 139733894764443 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8719] ppid=8682 vsize=7752048 memory=6944656575208382560 CPUtime=0.01 cores=0-7
/proc/8705/task/8719/stat : 8719 (java) S 8682 8682 7303 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 20 0 236776740 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732718647536 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8720] ppid=8682 vsize=7752048 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/8705/task/8720/stat : 8720 (java) S 8682 8682 7303 0 -1 1077944384 190 0 0 0 2 0 0 0 20 0 20 0 236776740 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732717594992 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8721] ppid=8682 vsize=7752048 memory=6944656575208382560 CPUtime=0.01 cores=0-7
/proc/8705/task/8721/stat : 8721 (java) S 8682 8682 7303 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 20 0 236776740 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732716541936 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8722] ppid=8682 vsize=7752048 memory=0 CPUtime=0.09 cores=0-7
/proc/8705/task/8722/stat : 8722 (java) S 8682 8682 7303 0 -1 1077944384 368 0 0 0 9 0 0 0 20 0 20 0 236776740 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732715489392 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8723] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8723/stat : 8723 (java) S 8682 8682 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236776741 7938097152 18605 33554432000 4194304 4196468 140734453915296 139731392261088 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8724] ppid=8682 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/8705/task/8724/stat : 8724 (java) S 8682 8682 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236776741 7938097152 18605 33554432000 4194304 4196468 140734453915296 139732714437808 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 75888 KiB

[startup+4.40086 s]
/proc/loadavg: 4.76 3.84 2.25 2/200 8724
/proc/meminfo: memFree=23016692/32770624 swapFree=67108860/67108860
[pid=8682] ppid=8679 vsize=113128 memory=1468 CPUtime=12.04 cores=0-7
/proc/8682/stat : 8682 (scop.sh) S 8679 8682 7303 0 -1 4202496 589 31443 0 0 0 0 1184 20 20 0 1 0 236776380 115843072 367 33554432000 4194304 5098028 140736881524256 140736881521000 140528488985212 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34381824 140736881525795 140736881526019 140736881526019 140736881528781 0
/proc/8682/statm: 28282 367 311 221 0 87 0
[pid=8705] ppid=8682 vsize=8413904 memory=120740 CPUtime=1.96 cores=0-7
/proc/8705/stat : 8705 (java) S 8682 8682 7303 0 -1 1077944320 18452 6113 0 0 106 7 78 5 20 0 23 0 236776734 8615837696 30185 33554432000 4194304 4196468 140734453915296 140734453897840 139733894745847 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
/proc/8705/statm: 2103476 30185 3124 1 0 2064875 0
[pid=8705/tid=8706] ppid=8682 vsize=8413904 memory=1288 CPUtime=1.58 cores=0-7
/proc/8705/task/8706/stat : 8706 (java) S 8682 8682 7303 0 -1 1077944384 15490 6113 0 0 70 5 78 5 20 0 23 0 236776734 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733866586000 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8707] ppid=8682 vsize=8413904 memory=1088 CPUtime=0.83 cores=0-7
/proc/8705/task/8707/stat : 8707 (java) S 8682 8682 7303 0 -1 1077944384 1 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733898988560 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8708] ppid=8682 vsize=8413904 memory=15512 CPUtime=0.83 cores=0-7
/proc/8705/task/8708/stat : 8708 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733699157136 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8709] ppid=8682 vsize=8413904 memory=35640 CPUtime=0.83 cores=0-7
/proc/8705/task/8709/stat : 8709 (java) S 8682 8682 7303 0 -1 1077944384 1 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733698104080 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8710] ppid=8682 vsize=8413904 memory=3312 CPUtime=0.83 cores=0-7
/proc/8705/task/8710/stat : 8710 (java) S 8682 8682 7303 0 -1 1077944384 3 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733697051536 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8711] ppid=8682 vsize=8413904 memory=1392 CPUtime=0.83 cores=0-7
/proc/8705/task/8711/stat : 8711 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733695998480 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8712] ppid=8682 vsize=8413904 memory=448312 CPUtime=0.83 cores=0-7
/proc/8705/task/8712/stat : 8712 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733694945936 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8713] ppid=8682 vsize=8413904 memory=6944656591801717918 CPUtime=0.83 cores=0-7
/proc/8705/task/8713/stat : 8713 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733693892880 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8714] ppid=8682 vsize=8413904 memory=-7384994778349281184 CPUtime=0.83 cores=0-7
/proc/8705/task/8714/stat : 8714 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 23 0 236776736 8615837696 30185 33554432000 4194304 4196468 140734453915296 139733692840336 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8715] ppid=8682 vsize=8413904 memory=-7522837415797432224 CPUtime=0.83 cores=0-7
/proc/8705/task/8715/stat : 8715 (java) S 8682 8682 7303 0 -1 1077944384 5 6113 0 0 0 0 78 5 20 0 23 0 236776737 8615837696 30185 33554432000 4194304 4196468 140734453915296 139732719700720 139733894756994 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8716] ppid=8682 vsize=8413904 memory=-7522837583129502606 CPUtime=0.83 cores=0-7
/proc/8705/task/8716/stat : 8716 (java) S 8682 8682 7303 0 -1 1077944384 13 6113 0 0 0 0 78 5 20 0 23 0 236776738 8615837696 30185 33554432000 4194304 4196468 140734453915296 139732533110432 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8717] ppid=8682 vsize=8413904 memory=0 CPUtime=0.83 cores=0-7
/proc/8705/task/8717/stat : 8717 (java) S 8682 8682 7303 0 -1 1077944384 1 6113 0 0 0 0 78 5 20 0 23 0 236776738 8615837696 29684 33554432000 4194304 4196468 140734453915296 139732264674544 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8718] ppid=8682 vsize=8413904 memory=7014751519633396584 CPUtime=0.83 cores=0-7
/proc/8705/task/8718/stat : 8718 (java) S 8682 8682 7303 0 -1 1077944384 1 6113 0 0 0 0 78 5 20 0 23 0 236776740 8615837696 29684 33554432000 4194304 4196468 140734453915296 139731890166224 139733894764443 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8719] ppid=8682 vsize=8413904 memory=7450752942659365733 CPUtime=0.86 cores=0-7
/proc/8705/task/8719/stat : 8719 (java) S 8682 8682 7303 0 -1 1077944384 439 6113 0 0 3 0 78 5 20 0 23 0 236776740 8615837696 29684 33554432000 4194304 4196468 140734453915296 139732718647536 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8720] ppid=8682 vsize=8413904 memory=6370452059520919144 CPUtime=0.89 cores=0-7
/proc/8705/task/8720/stat : 8720 (java) S 8682 8682 7303 0 -1 1077944384 297 6113 0 0 6 0 78 5 20 0 23 0 236776740 8615837696 29678 33554432000 4194304 4196468 140734453915296 139732717594992 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8721] ppid=8682 vsize=8282828 memory=7367994819987136845 CPUtime=0.89 cores=0-7
/proc/8705/task/8721/stat : 8721 (java) S 8682 8682 7303 0 -1 1077944384 254 6113 0 0 6 0 78 5 20 0 22 0 236776740 8481615872 29678 33554432000 4194304 4196468 140734453915296 139732716541936 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8722] ppid=8682 vsize=8282828 memory=6372993048290552936 CPUtime=1.02 cores=0-7
/proc/8705/task/8722/stat : 8722 (java) S 8682 8682 7303 0 -1 1077944384 573 6113 0 0 19 0 78 5 20 0 22 0 236776740 8481615872 29678 33554432000 4194304 4196468 140734453915296 139732715489392 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8723] ppid=8682 vsize=8282828 memory=281055546595968 CPUtime=0.83 cores=0-7
/proc/8705/task/8723/stat : 8723 (java) S 8682 8682 7303 0 -1 1077944384 3 6113 0 0 0 0 78 5 20 0 22 0 236776741 8481615872 29678 33554432000 4194304 4196468 140734453915296 139731392261088 139733894756053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
[pid=8705/tid=8724] ppid=8682 vsize=8282828 memory=-9033784095325601727 CPUtime=0.83 cores=0-7
/proc/8705/task/8724/stat : 8724 (java) S 8682 8682 7303 0 -1 1077944384 2 6113 0 0 0 0 78 5 20 0 22 0 236776741 8481615872 29678 33554432000 4194304 4196468 140734453915296 139732714437808 139733894756994 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140734453916850 140734453916973 140734453916973 140734453919695 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 122208 KiB

Child status: 0
Real time (s): 4.41397
CPU time (s): 14.0436
CPU user time (s): 13.7039
CPU system time (s): 0.339738
CPU usage (%): 318.164
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 647152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7039
system time used= 0.339738
maximum resident set size= 648976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10932
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 8682
#   total CPU time (s): 14.0436
#   total CPU user time (s): 13.7039
#   total CPU system time (s): 0.339738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062275 second user time and 0.081275 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-13 22:28:52
IDJOB=4307423
IDBENCH=141387
IDSOLVER=2789
FILE ID=node107/4307423-1534192132
RUNJOBID= node107-1534191883-7330
PBS_JOBID= 21037998
Free space on /tmp= 39620 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-7-cp_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307423-1534192132/watcher-4307423-1534192132 -o /tmp/evaluation-result-4307423-1534192132/solver-4307423-1534192132 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307423-1534192132.xml

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

MD5SUM BENCH= 6202e41c7df8f203e59ab292b28f5059
RANDOM SEED=990806519

node107.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.40
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.40
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.40
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.40
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:        23082128 kB
MemAvailable:   31901468 kB
Buffers:          232644 kB
Cached:          8782888 kB
SwapCached:            0 kB
Active:          4705060 kB
Inactive:        4365360 kB
Active(anon):       4036 kB
Inactive(anon):   103580 kB
Active(file):    4701024 kB
Inactive(file):  4261780 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:         61836 kB
Mapped:            53644 kB
Shmem:             49804 kB
Slab:             313076 kB
SReclaimable:     284996 kB
SUnreclaim:        28080 kB
KernelStack:        3184 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39612 MiB
End job on node107 at 2018-08-13 22:28:56