Trace number 4297002

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-07)UNSAT 10.9421 3.27285

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-6-cp_c18.xml
MD5SUMc46d03ece148f4d4d488319a25e0c2d7
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 benchmark10.9421
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1808
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":96}]
Minimum variable degree77
Maximum variable degree78
Distribution of variable degrees[{"degree":77,"count":80},{"degree":78,"count":16}]
Minimum constraint arity4
Maximum constraint arity96
Distribution of constraint arities[{"arity":4,"count":1800},{"arity":16,"count":7},{"arity":96,"count":1}]
Number of extensional constraints0
Number of intensional constraints1800
Distribution of constraint types[{"type":"intension","count":1800},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.53	
0.66/0.53	scop order+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Fri Jul 27 03:49:12 CEST 2018
0.66/0.56	c PID: 7898
0.66/0.56	c IP: 172.20.3.148
0.66/0.56	c HOST: node148.alineos.net
0.66/0.56	c (0,0) Parsing Begin
3.65/1.45	c (0,0) Parsing End
3.65/1.46	c (0,0) CSP: 96 int (0 aux), 0 bool (0 aux), 1808 ctr, max domain size 4
4.06/1.60	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.06/1.60	c (0,0) Constraint Name Generate Begin
4.06/1.60	c (0,0) Ctr:HOME/instance-4297002-1532656151.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
4.06/1.60	c (0,0) Constraint Name Generate End
4.06/1.60	c (0,0) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.06/1.60	c (0,0) CSP to CSPinCNF Begin
4.06/1.64	c (1,1) translated 181 (10%) constraints
4.06/1.69	c (1,1) translated 362 (20%) constraints
4.61/1.73	c (1,1) translated 543 (30%) constraints
4.61/1.75	c (1,1) translated 724 (40%) constraints
4.61/1.77	c (1,1) translated 904 (50%) constraints
4.61/1.78	c (1,1) translated 1085 (60%) constraints
4.61/1.79	c (1,1) translated 1266 (70%) constraints
4.87/1.81	c (1,1) translated 1447 (80%) constraints
4.87/1.82	c (1,1) translated 1628 (90%) constraints
5.68/2.05	c (1,1) translated 1808 (100%) constraints
6.54/2.26	c (1,1) STATISTICS1:HOME/instance-4297002-1532656151.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,610,2908,32768,4,4,16,32768:48;4:3259;1:661,4:7189;2:1542;1:1435,4:1930;3:404;2:514;1:60,16:48;2:3920;1:2342,
6.54/2.26	c (1,1) ===========================================
6.54/2.26	c (1,1) Order
6.54/2.26	c (1,1) ===========================================
6.92/2.30	c (1,1) translated 291 (10%) constraints
6.92/2.33	c (1,1) translated 582 (20%) constraints
6.92/2.36	c (1,1) translated 873 (30%) constraints
6.92/2.39	c (1,1) translated 1164 (40%) constraints
7.34/2.41	c (1,1) translated 1454 (50%) constraints
7.34/2.44	c (1,1) translated 1745 (60%) constraints
7.34/2.49	c (1,1) translated 2036 (70%) constraints
7.76/2.53	c (2,1) translated 2327 (80%) constraints
7.76/2.57	c (2,2) translated 2618 (90%) constraints
7.76/2.58	c (2,2) translated 2908 (100%) constraints
7.76/2.59	c (2,2) CSP to CSPinCNF End
7.76/2.59	c (2,2) CSP: 168 int (72 aux), 898 bool (898 aux), 3860 ctr, max domain size 5
7.76/2.59	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.76/2.59	c (2,2) CSPinCNF Propagation Begin
8.16/2.70	c (2,2) 188 values, 1210 unsatisfiable literals, and 994 valid clauses are removed
8.16/2.70	c (2,2) CSPinCNF Propagation End
8.57/2.70	c (2,2) CSP: 308 int (212 aux), 758 bool (758 aux), 2866 ctr, max domain size 5
8.57/2.70	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
8.57/2.70	c (2,2) Simplify CSPinCNF Begin
8.57/2.79	c (2,2) Simplify CSPinCNF End
8.57/2.79	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
8.57/2.79	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
8.57/2.79	c (2,2) Calculate Precise Domain Begin
8.94/2.83	c (2,2) 0 values are removed by re-calculation
8.94/2.83	c (2,2) Calculate Precise Domain End
8.94/2.83	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
8.94/2.83	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
8.94/2.83	c (2,2) CSPinCNF to SatSolver Begin
9.29/2.92	c (2,2) 423 (10 %) CSP clauses are encoded (2595 SAT variables, 1623 SAT clauses)
9.29/2.95	c (2,2) 845 (20 %) CSP clauses are encoded (2595 SAT variables, 3020 SAT clauses)
9.29/2.97	c (2,2) 1267 (30 %) CSP clauses are encoded (2595 SAT variables, 4222 SAT clauses)
9.29/2.98	c (2,2) 1690 (40 %) CSP clauses are encoded (2595 SAT variables, 5431 SAT clauses)
9.29/2.99	c (2,2) 2112 (50 %) CSP clauses are encoded (2595 SAT variables, 6051 SAT clauses)
9.68/3.01	c (2,2) 2534 (60 %) CSP clauses are encoded (2595 SAT variables, 6864 SAT clauses)
9.68/3.03	c (2,2) 2957 (70 %) CSP clauses are encoded (2595 SAT variables, 8800 SAT clauses)
9.68/3.06	c (2,2) 3379 (80 %) CSP clauses are encoded (2595 SAT variables, 11126 SAT clauses)
9.68/3.07	c (2,2) 3801 (90 %) CSP clauses are encoded (2595 SAT variables, 12500 SAT clauses)
9.68/3.09	c (2,2) 4223 (100 %) CSP clauses are encoded (2595 SAT variables, 13558 SAT clauses)
9.68/3.09	c (2,2) CSPinCNF to SatSolver End
9.68/3.09	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
10.13/3.13	c (2,2) STATISTICS2:HOME/instance-4297002-1532656151.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2423,4223,64,5,4,7,64:40;32:80;25:40;4:1459;1:35,5:240;4:3913;2:9102;1:35,4:1312;3:182;2:2553;1:176,7:40;6:80;3:40;2:1494;1:9422,
10.13/3.13	c (2,2) SatSolver.solve Begin
10.13/3.13	c (2,2) 2595 bool, 13561 clause
10.13/3.13	c (2,2) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297002-1532656151.xml-scop-7898.cnf HOME/instance-4297002-1532656151.xml-scop-7898.cnf.out
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c WARNING: for repeatability, setting FPU to use double precision
10.49/3.23	c (2,0) c 8 solvers engines and 1 companion as a blackboard created.
10.49/3.23	c (2,0) c ========================================[ Problem Statistics ]===========================================
10.49/3.23	c (2,0) c |                                                                                                       |
10.49/3.23	c (2,0) c |  Number of variables:          2595                                                                   |
10.49/3.23	c (2,0) c |  Number of clauses:           13561                                                                   |
10.49/3.23	c (2,0) c |  Parse time:                   0.00 s                                                                 |
10.49/3.23	c (2,0) c |                                                                                                       |
10.49/3.23	c (2,0) c |  Eliminated clauses:           0.01 Mb                                                                |
10.49/3.23	c (2,0) c |  Simplification time:          0.01 s                                                                 |
10.49/3.23	c (2,0) c |                                                                                                       |
10.49/3.23	c (2,0) c |  Generating clones                                                                                    |
10.49/3.23	c (2,0) c |  all clones generated. Memory =  34.24Mb.                                                             |
10.49/3.23	c (2,0) c ========================================================================================================|
10.49/3.23	c (2,0) c Thread 2 is 100% pure glucose! First thread to finish! (UNSAT answer).
10.49/3.23	c (2,0) c Total Memory so far : 610.44Mb
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c real time : 0.0816178 s
10.49/3.23	c (2,0) c cpu time  : 0.35994 s
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
10.49/3.23	c (2,0) c
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) c | Conflicts     |           12719 |       1125 |       1425 |       2589 |       2002 |       1768 |       1520 |       1187 |       1103 |
10.49/3.23	c (2,0) c | Decisions     |           22587 |       2422 |       2605 |       4042 |       3429 |       3292 |       2878 |       2019 |       1900 |
10.49/3.23	c (2,0) c | Propagations  |         1628374 |     166181 |     222970 |     235903 |     221637 |     214905 |     194876 |     184592 |     187310 |
10.49/3.23	c (2,0) c | Avg_Trail     |                 |       1167 |       1150 |        764 |        769 |        946 |        987 |       1078 |       1048 |
10.49/3.23	c (2,0) c | Avg_DL        |                 |         26 |         27 |         17 |         19 |         22 |         23 |         37 |         34 |
10.49/3.23	c (2,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.49/3.23	c (2,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) c | Exported      |             471 |         29 |         49 |        155 |         66 |         66 |         52 |         25 |         29 |
10.49/3.23	c (2,0) c | Imported      |            2142 |        169 |        129 |        316 |        387 |        347 |        311 |        291 |        192 |
10.49/3.23	c (2,0) c | Good          |             194 |         10 |          9 |         39 |         38 |         33 |         25 |         24 |         16 |
10.49/3.23	c (2,0) c | Purge         |            1948 |        159 |        120 |        277 |        349 |        314 |        286 |        267 |        176 |
10.49/3.23	c (2,0) c | Promoted      |             130 |          7 |          9 |         26 |          7 |         16 |         12 |         24 |         29 |
10.49/3.23	c (2,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.49/3.23	c (2,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) c | Unaries       |                 |          9 |          4 |         11 |          7 |          8 |          6 |          1 |          1 |
10.49/3.23	c (2,0) c | Binaries      |                 |          6 |          2 |         19 |         16 |          6 |          6 |          2 |          1 |
10.49/3.23	c (2,0) c | Glues         |                 |         29 |         49 |        155 |         66 |         66 |         52 |         25 |         29 |
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) c | Orig_Seen     |            34 % |       4890 |       5139 |       3767 |       3914 |       5101 |       5110 |       4848 |       4599 |
10.49/3.23	c (2,0) c | Diff Orig seen|                 |       1123 |       1372 |      X     |        147 |       1334 |       1343 |       1081 |        832 |
10.49/3.23	c (2,0) c | Hamming       |            19 % |        600 |        536 |      X     |        304 |        483 |        496 |        515 |        550 |
10.49/3.23	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.49/3.23	c (2,0) 
10.49/3.23	c (2,0) s UNSATISFIABLE
10.49/3.23	c (2,2) SatSolver.solve End
10.49/3.23	c (2,2) Heap : 1239 MiB used (max 21589 MiB), NonHeap : 36 MiB used (max 0 MiB)
10.49/3.23	c (2,2) Show results Begin
10.49/3.23	s UNSATISFIABLE
10.49/3.23	c (2,2) Show results End
10.49/3.23	c (2,2) Heap : 1239 MiB used (max 21589 MiB), NonHeap : 36 MiB used (max 0 MiB)
10.49/3.23	c (2,2) 0,0,2,2,2,2,2,2,2,STOP-AFTER(ALL)
10.49/3.23	c END-Prog: Fri Jul 27 03:49:14 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 (8325 MiB free)
  memory of node 1: 16384 MiB (14855 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297002-1532656151/watcher-4297002-1532656151 -o /tmp/evaluation-result-4297002-1532656151/solver-4297002-1532656151 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532656086-7266 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297002-1532656151.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=7898, runsolver pid=7895

[startup+0.100153 s]*
/proc/loadavg: 4.40 7.39 8.29 2/198 7918
/proc/meminfo: memFree=23642040/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27312552 memory=109876 CPUtime=0.1 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 6457 0 0 0 8 2 0 0 20 0 20 0 83178261 27968053248 27469 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6828138 27469 2747 1 0 6790598 0
[pid=7898/tid=7900] ppid=7895 vsize=27312552 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 4593 0 0 0 7 2 0 0 20 0 20 0 83178262 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132981205016 140132993480060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27312552 memory=140029131462272 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 27469 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 27469 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 27469 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27469 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) S 7895 7898 7239 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27534 33554432000 4194304 4196468 140731643494160 140132000630896 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27534 33554432000 4194304 4196468 140731643494160 140131999578096 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27534 33554432000 4194304 4196468 140731643494160 140131998525808 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27534 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 27534 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27968053248 27534 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 109876 KiB

[startup+0.209957 s]*
/proc/loadavg: 4.40 7.39 8.29 2/198 7918
/proc/meminfo: memFree=23624172/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27312552 memory=124132 CPUtime=0.24 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 10327 0 0 0 21 3 0 0 20 0 20 0 83178261 27968053248 31033 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6828138 31033 2856 1 0 6790598 0
[pid=7898/tid=7900] ppid=7895 vsize=27312552 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 8257 0 0 0 17 3 0 0 20 0 20 0 83178262 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132981198288 140133009411478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27312552 memory=9326 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27312552 memory=140029131469298 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31033 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31033 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) S 7895 7898 7239 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140132000630896 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) S 7895 7898 7239 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140131999578096 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140131998525808 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31033 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27968053248 31033 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 124132 KiB

[startup+0.309612 s]*
/proc/loadavg: 4.40 7.39 8.29 2/198 7918
/proc/meminfo: memFree=23621008/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27312552 memory=127860 CPUtime=0.42 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 10878 0 0 0 38 4 0 0 20 0 20 0 83178261 27968053248 31965 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6828138 31965 2922 1 0 6790598 0
[pid=7898/tid=7900] ppid=7895 vsize=27312552 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 8635 0 0 0 26 3 0 0 20 0 20 0 83178262 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132981203696 140132990963099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27312552 memory=140029020173231 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27312552 memory=140029020175536 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27312552 memory=140029020177840 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27312552 memory=280058040362640 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31965 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27312552 memory=280058040369552 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178266 27968053248 31965 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27312552 memory=280058040310832 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27312552 memory=280058040383376 CPUtime=0 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) S 7895 7898 7239 0 -1 1077944384 456 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140132000630896 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27312552 memory=280058040390288 CPUtime=0.01 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) S 7895 7898 7239 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140131999578096 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27312552 memory=280058040387984 CPUtime=0.01 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) S 7895 7898 7239 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140131998525808 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27312552 memory=280058040404592 CPUtime=0.07 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 282 0 0 0 7 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27968053248 31965 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27968053248 31965 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127860 KiB

[startup+0.700827 s]
/proc/loadavg: 4.40 7.39 8.29 2/198 7918
/proc/meminfo: memFree=23596824/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27318824 memory=166896 CPUtime=1.02 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 17748 0 0 0 96 6 0 0 20 0 20 0 83178261 27974475776 41724 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6829706 41724 3135 1 0 6791110 0
[pid=7898/tid=7900] ppid=7895 vsize=27318824 memory=0 CPUtime=0.66 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 15005 0 0 0 62 4 0 0 20 0 20 0 83178262 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132981237600 140133009421469 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27318824 memory=5372 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27318824 memory=1440 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27318824 memory=4612 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27318824 memory=1200 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27318824 memory=15876 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27318824 memory=4044 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83178266 27974475776 41724 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0

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

[pid=7898/tid=7917] ppid=7895 vsize=27318824 memory=1008 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27974475776 41724 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27318824 memory=1952 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27974475776 41724 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 27318824 KiB
Current children cumulated memory: 166896 KiB

[startup+1.50087 s]
/proc/loadavg: 4.40 7.39 8.29 4/198 7918
/proc/meminfo: memFree=23549920/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27322996 memory=266776 CPUtime=4.06 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 23610 0 0 0 395 11 0 0 20 0 20 0 83178261 27978747904 66694 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6830749 66694 3207 1 0 6792134 0
[pid=7898/tid=7900] ppid=7895 vsize=27322996 memory=0 CPUtime=1.47 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 16077 0 0 0 140 7 0 0 20 0 20 0 83178262 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132981222080 140132990963118 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27322996 memory=280058040919216 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27322996 memory=36094905156586 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27322996 memory=36094905156586 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27322996 memory=280058040942400 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83178266 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27322996 memory=5372 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83178266 27978747904 66694 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27322996 memory=1440 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178266 27978747904 66694 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27322996 memory=4612 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27322996 memory=1200 CPUtime=0.64 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) R 7895 7898 7239 0 -1 4202560 1703 0 0 0 64 0 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140132000616400 140132992786320 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27322996 memory=15876 CPUtime=0.54 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) R 7895 7898 7239 0 -1 4202560 966 0 0 0 54 0 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140131999571288 140133009420890 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27322996 memory=4044 CPUtime=0.77 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) R 7895 7898 7239 0 -1 4202560 2163 0 0 0 77 0 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140131998511832 140132990943761 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27322996 memory=14240 CPUtime=0.58 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 1354 0 0 0 57 1 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27978747904 66694 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27322996 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27978747904 66694 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 27322996 KiB
Current children cumulated memory: 266776 KiB

[startup+3.1008 s]*
/proc/loadavg: 4.40 7.39 8.29 7/198 7918
/proc/meminfo: memFree=23228884/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27327160 memory=525556 CPUtime=10.13 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 29149 0 0 0 994 19 0 0 20 0 20 0 83178261 27983011840 131389 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6831790 131389 3224 1 0 6792646 0
[pid=7898/tid=7900] ppid=7895 vsize=27327160 memory=8316850467074736180 CPUtime=3.06 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) R 7895 7898 7239 0 -1 4202560 17102 0 0 0 295 11 0 0 20 0 20 0 83178262 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132981237136 140132528233104 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27327160 memory=9358 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27327160 memory=140029131469795 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27327160 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27327160 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83178264 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83178266 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83178266 27983011840 131389 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178266 27983011840 131389 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27327160 memory=0 CPUtime=1.93 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) R 7895 7898 7239 0 -1 4202560 2053 0 0 0 192 1 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140132000611888 140132992896331 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27327160 memory=0 CPUtime=1.84 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) R 7895 7898 7239 0 -1 4202560 1454 0 0 0 183 1 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140131999566688 140132988645386 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27327160 memory=-1 CPUtime=2.02 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) R 7895 7898 7239 0 -1 4202560 3469 0 0 0 201 1 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140131998504160 140132994308390 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27327160 memory=-1 CPUtime=1.23 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 3724 0 0 0 121 2 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83178269 27983011840 131389 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27327160 memory=-1 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83178270 27983011840 131389 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 525556 KiB

[startup+3.27279 s]
# the end of solver process 7898 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.7111 s, system=0.230967 s

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

[startup+3.21194 s]
/proc/loadavg: 4.40 7.39 8.29 7/198 7918
/proc/meminfo: memFree=23228884/32770624 swapFree=67108404/67108860
[pid=7898] ppid=7895 vsize=27984808 memory=553840 CPUtime=10.49 cores=0-7
/proc/7898/stat : 7898 (java) S 7895 7898 7239 0 -1 1077944320 30176 0 0 0 1029 20 0 0 20 0 24 0 83178261 28656443392 138460 33554432000 4194304 4196468 140731643494160 140731643476704 140133009399543 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
/proc/7898/statm: 6996202 138460 3231 1 0 6957058 0
[pid=7898/tid=7900] ppid=7895 vsize=27984808 memory=36095106484458 CPUtime=3.15 cores=0-7
/proc/7898/task/7900/stat : 7900 (java) S 7895 7898 7239 0 -1 1077944384 17461 0 0 0 303 12 0 0 20 0 24 0 83178262 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132981238784 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7901] ppid=7895 vsize=27984808 memory=492016 CPUtime=0 cores=0-7
/proc/7898/task/7901/stat : 7901 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140133013642128 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7902] ppid=7895 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7902/stat : 7902 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132431330064 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7903] ppid=7895 vsize=27984808 memory=55 CPUtime=0 cores=0-7
/proc/7898/task/7903/stat : 7903 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132430277776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7904] ppid=7895 vsize=27984808 memory=8562125494162282060 CPUtime=0 cores=0-7
/proc/7898/task/7904/stat : 7904 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132429224976 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7905] ppid=7895 vsize=27984808 memory=7294805103678564499 CPUtime=0 cores=0-7
/proc/7898/task/7905/stat : 7905 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132428171664 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7906] ppid=7895 vsize=27984808 memory=-8990763340995141536 CPUtime=0 cores=0-7
/proc/7898/task/7906/stat : 7906 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132427118864 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7907] ppid=7895 vsize=27984808 memory=4012 CPUtime=0 cores=0-7
/proc/7898/task/7907/stat : 7907 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132426066576 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7908] ppid=7895 vsize=27984808 memory=24472 CPUtime=0 cores=0-7
/proc/7898/task/7908/stat : 7908 (java) S 7895 7898 7239 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83178264 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132425013776 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7909] ppid=7895 vsize=27984808 memory=2396 CPUtime=0 cores=0-7
/proc/7898/task/7909/stat : 7909 (java) S 7895 7898 7239 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 83178266 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132001684080 140133009410690 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7910] ppid=7895 vsize=27984808 memory=1300 CPUtime=0 cores=0-7
/proc/7898/task/7910/stat : 7910 (java) S 7895 7898 7239 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 83178266 28656443392 138460 33554432000 4194304 4196468 140731643494160 140130958435616 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7911] ppid=7895 vsize=27984808 memory=1732 CPUtime=0 cores=0-7
/proc/7898/task/7911/stat : 7911 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178266 28656443392 138460 33554432000 4194304 4196468 140731643494160 140130690000496 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7912] ppid=7895 vsize=27984808 memory=1716 CPUtime=0 cores=0-7
/proc/7898/task/7912/stat : 7912 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140130315491920 140133009418139 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7913] ppid=7895 vsize=27984808 memory=0 CPUtime=2.03 cores=0-7
/proc/7898/task/7913/stat : 7913 (java) R 7895 7898 7239 0 -1 4202560 2590 0 0 0 202 1 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140132000616776 140132988646325 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7914] ppid=7895 vsize=27984808 memory=0 CPUtime=1.92 cores=0-7
/proc/7898/task/7914/stat : 7914 (java) S 7895 7898 7239 0 -1 1077944384 1470 0 0 0 191 1 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140131999578096 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7915] ppid=7895 vsize=27984808 memory=0 CPUtime=2.09 cores=0-7
/proc/7898/task/7915/stat : 7915 (java) S 7895 7898 7239 0 -1 1077944384 3483 0 0 0 208 1 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140131998525808 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7916] ppid=7895 vsize=27984808 memory=0 CPUtime=1.25 cores=0-7
/proc/7898/task/7916/stat : 7916 (java) S 7895 7898 7239 0 -1 1077944384 3773 0 0 0 123 2 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140131997473008 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7917] ppid=7895 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7917/stat : 7917 (java) S 7895 7898 7239 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83178269 28656443392 138460 33554432000 4194304 4196468 140731643494160 140129817586528 140133009409749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
[pid=7898/tid=7918] ppid=7895 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/7898/task/7918/stat : 7918 (java) S 7895 7898 7239 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83178270 28656443392 138460 33554432000 4194304 4196468 140731643494160 140131996420912 140133009410690 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25710592 140731643495385 140731643495685 140731643495685 140731643498447 0
Current children cumulated CPU time: 10.49 s
Current children cumulated vsize: 27984808 KiB
Current children cumulated memory: 553840 KiB

Child status: 0
Real time (s): 3.27285
CPU time (s): 10.9421
CPU user time (s): 10.7111
CPU system time (s): 0.230967
CPU usage (%): 334.33
Max. virtual memory (cumulated for all children) (KiB): 27984808
Max. memory (cumulated for all children) (KiB): 553840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7111
system time used= 0.230967
maximum resident set size= 556452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6346
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 7898
#   total CPU time (s): 10.9421
#   total CPU user time (s): 10.7111
#   total CPU system time (s): 0.230967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054534 second user time and 0.067721 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 03:49:11
IDJOB=4297002
IDBENCH=141379
IDSOLVER=2758
FILE ID=node148/4297002-1532656151
RUNJOBID= node148-1532656086-7266
PBS_JOBID= 21022225
Free space on /tmp= 43264 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-6-cp_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -order -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297002-1532656151/watcher-4297002-1532656151 -o /tmp/evaluation-result-4297002-1532656151/solver-4297002-1532656151 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532656086-7266 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297002-1532656151.xml

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

MD5SUM BENCH= c46d03ece148f4d4d488319a25e0c2d7
RANDOM SEED=1926338129

node148.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.50
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.50
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.50
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.50
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:        23737268 kB
MemAvailable:   31930452 kB
Buffers:          190576 kB
Cached:          8137700 kB
SwapCached:          352 kB
Active:          1948768 kB
Inactive:        6430812 kB
Active(anon):       4076 kB
Inactive(anon):    74572 kB
Active(file):    1944692 kB
Inactive(file):  6356240 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              8272 kB
Writeback:             0 kB
AnonPages:        180212 kB
Mapped:            41028 kB
Shmem:             25016 kB
Slab:             348776 kB
SReclaimable:     320712 kB
SUnreclaim:        28064 kB
KernelStack:        3952 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43256 MiB
End job on node148 at 2018-07-27 03:49:14