Trace number 4405243

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
Fun-sCOP order+ManyGlucose (2019-09-22)? (MO) 652.304 532.707

General information on the benchmark

NameDomino/Domino-m1-s1/
Domino-9000-9000.xml
MD5SUM479d99eb162212229c70ebabb46032f2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.39194
Satisfiable
(Un)Satisfiability was proved
Number of variables9000
Number of constraints2
Number of domains1
Minimum domain size9000
Maximum domain size9000
Distribution of domain sizes[{"size":9000,"count":9000}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":8998},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity9000
Distribution of constraint arities[{"arity":2,"count":1},{"arity":9000,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-21191-serial-file.bin HOME/instance-4405243-1569358836.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Tue Sep 24 22:59:58 CEST 2019
0.65/0.56	c PID: 21194
0.65/0.56	c IP: 172.20.3.149
0.65/0.56	c HOST: node149.alineos.net
0.65/0.57	c (0,0) Parsing Begin
2.96/1.38	c (0,0) Parsing End
3.38/1.41	c (0,0) CSP: 9000 int (0 aux), 0 bool (0 aux), 2 ctr, max domain size 9000
3.38/1.41	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
3.38/1.41	c (0,0) Constraint Name Generate Begin
3.38/1.42	c (0,0) Ctr:HOME/instance-4405243-1569358836.xml,Add:AllEqual:Eq:Num:Or:Var
3.38/1.42	c (0,0) Constraint Name Generate End
3.38/1.42	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
3.38/1.42	c (0,0) CSP to CSPinCNF Begin
3.38/1.46	c (0,0) translated 1 (10%) constraints
13.04/6.24	c (5,5) translated 2 (20%) constraints
13.04/6.25	c (5,5) ===========================================
13.04/6.26	c (5,5) Order
13.04/6.26	c (5,5) ===========================================
13.27/6.32	c (5,5) translated 901 (10%) constraints
13.27/6.36	c (5,5) translated 1801 (20%) constraints
13.65/6.40	c (5,5) translated 2701 (30%) constraints
13.65/6.44	c (5,5) translated 3601 (40%) constraints
13.65/6.47	c (5,5) translated 4501 (50%) constraints
14.05/6.50	c (5,5) translated 5402 (60%) constraints
14.05/6.53	c (5,5) translated 6302 (70%) constraints
14.05/6.55	c (6,6) translated 7202 (80%) constraints
14.05/6.58	c (6,6) translated 8102 (90%) constraints
14.34/6.61	c (6,6) translated 9002 (100%) constraints
14.34/6.61	c (6,6) CSP to CSPinCNF End
14.34/6.62	c (6,6) CSP: 9000 int (0 aux), 4 bool (4 aux), 18007 ctr, max domain size 9000
14.34/6.62	c (6,6) Heap : 5294 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
14.34/6.62	c (6,6) CSPinCNF Propagation Begin
14.68/6.71	c (6,6) 0 values, 0 unsatisfiable literals, and 1 valid clauses are removed
14.68/6.71	c (6,6) CSPinCNF Propagation End
14.68/6.72	c (6,6) CSP: 9000 int (0 aux), 4 bool (4 aux), 18006 ctr, max domain size 9000
14.68/6.72	c (6,6) Heap : 5406 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
14.68/6.72	c (6,6) Simplify CSPinCNF Begin
14.68/6.76	c (6,6) Simplify CSPinCNF End
14.68/6.77	c (6,6) CSP: 9000 int (0 aux), 4 bool (4 aux), 18006 ctr, max domain size 9000
14.68/6.77	c (6,6) Heap : 5406 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
14.68/6.77	c (6,6) Calculate Precise Domain Begin
14.68/6.77	c (6,6) 0 values are removed by re-calculation
14.68/6.77	c (6,6) Calculate Precise Domain End
14.68/6.77	c (6,6) CSP: 9000 int (0 aux), 4 bool (4 aux), 18006 ctr, max domain size 9000
14.68/6.77	c (6,6) Heap : 5406 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
14.68/6.77	c (6,6) CSPinCNF to SatSolver Begin
309.74/184.70	c (184,154) 1801 (10 %) CSP clauses are encoded (0 SAT variables, 97180200 SAT clauses)
343.22/218.80	c (218,186) 3602 (20 %) CSP clauses are encoded (0 SAT variables, 113387399 SAT clauses)
376.60/252.70	c (252,219) 5402 (30 %) CSP clauses are encoded (0 SAT variables, 129585599 SAT clauses)
409.91/286.65	c (286,251) 7203 (40 %) CSP clauses are encoded (0 SAT variables, 145792798 SAT clauses)
443.04/320.66	c (320,284) 9003 (50 %) CSP clauses are encoded (0 SAT variables, 161990998 SAT clauses)
476.11/354.33	c (353,316) 10804 (60 %) CSP clauses are encoded (0 SAT variables, 178198197 SAT clauses)
509.22/388.26	c (387,349) 12605 (70 %) CSP clauses are encoded (0 SAT variables, 194405396 SAT clauses)
542.25/422.57	c (422,381) 14405 (80 %) CSP clauses are encoded (0 SAT variables, 210603596 SAT clauses)
575.37/456.50	c (455,414) 16206 (90 %) CSP clauses are encoded (0 SAT variables, 226810795 SAT clauses)
608.86/490.52	c (489,446) 18006 (100 %) CSP clauses are encoded (0 SAT variables, 242982001 SAT clauses)
608.86/490.52	c (489,446) CSPinCNF to SatSolver End
608.86/490.52	c (489,446) Heap : 13487 MiB used (max 22430 MiB), NonHeap : 26 MiB used (max 0 MiB)
608.86/490.52	c (489,446) 80991004 bool, 242982002 clause
608.86/490.52	c (489,446) Export Begin
609.57/490.98	c (490,447) Export to HOME/scop-21191-serial-file.bin
609.57/490.98	c (490,447) Export End
609.57/490.98	c (490,447) Export File Size: 1.45 MB
609.57/490.98	c (490,447) 0,0,6,6,6,6,489,STOP-AFTER(DIMACS)
609.57/490.98	c END-Prog: Tue Sep 24 23:08:09 CEST 2019
0.00/491.06	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-21191-serial-file.bin
609.79/491.53	c (0,0) Read Serial File Begin
609.79/491.53	c (0,0) HOME/scop-21191-serial-file.bin
611.31/492.05	c (0,0) Read Serial File End
611.31/492.06	
611.31/492.06	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
611.31/492.06	(Solving Process)
611.31/492.06	
611.31/492.08	c BEGIN-Prog: Tue Sep 24 23:08:10 CEST 2019
611.31/492.08	c PID: 21272
611.31/492.08	c IP: 172.20.3.149
611.31/492.08	c HOST: node149.alineos.net
611.31/492.09	c (0,0) SatSolver.solve Begin
611.31/492.09	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405243-1569358836.xml-scop-21194.cnf
611.51/492.11	c (0,0) c
611.51/492.11	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
611.51/492.11	c (0,0) c
611.51/492.11	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
611.51/492.11	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
611.51/492.11	c (0,0) c ========================================[ Problem Statistics ]===========================================
611.51/492.11	c (0,0) c |                                                                                                       |
650.65/531.11	c (39,0) receiving signal SIGTERM
650.65/531.11	s UNKNOWN
650.65/531.11	c (scop.sh) Receiving Signal. Removing all intermediate files.
650.65/531.11	c (scop.sh) Remove HOME/scop-21191-serial-file.bin.
650.65/531.12	c (scop.sh) Killing background jobs.
650.65/531.12	c (39,0) receiving signal SIGTERM

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405243-1569358836/watcher-4405243-1569358836 -o /var/tmp/evaluation-result-4405243-1569358836/solver-4405243-1569358836 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569356151-20636 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405243-1569358836.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=21191, runsolver pid=21188
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 8.04 8.31 8.29 2/212 21213
/proc/meminfo: memFree=27610332/32770624 swapFree=66957776/67108860
[pid=21191] ppid=21188 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21191/stat : 21191 (scop.sh) S 21188 21191 20609 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512122228 115843072 349 33554432000 4194304 5098028 140730296991248 140730296988504 139865629672060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11997184 140730296996605 140730296996952 140730296996952 140730296999881 0
/proc/21191/statm: 28282 349 296 221 0 87 0
[pid=21194] ppid=21191 vsize=27314120 memory=105824 CPUtime=0.11 cores=0-7
/proc/21194/stat : 21194 (java) S 21191 21191 20609 0 -1 1077944320 6051 0 0 0 8 3 0 0 20 0 20 0 512122229 27969658880 26456 33554432000 4194304 4196468 140725999936976 140725999919520 140108635897591 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
/proc/21194/statm: 6828530 26456 2798 1 0 6790935 0
[pid=21194/tid=21195] ppid=21191 vsize=27314120 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21194/task/21195/stat : 21195 (java) R 21191 21191 20609 0 -1 4202560 4132 0 0 0 7 2 0 0 20 0 20 0 512122229 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108607721888 140108635919517 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21196] ppid=21191 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21194/task/21196/stat : 21196 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108640140176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21197] ppid=21191 vsize=27314120 memory=140540111242880 CPUtime=0 cores=0-7
/proc/21194/task/21197/stat : 21197 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108423535376 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21198] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21198/stat : 21198 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108422483088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21199] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21199/stat : 21199 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108421430288 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21200] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21200/stat : 21200 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108420376976 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21201] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21201/stat : 21201 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108419324176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21202] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21202/stat : 21202 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108418271888 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21203] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21203/stat : 21203 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108417219088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21204] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21204/stat : 21204 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 26456 33554432000 4194304 4196468 140725999936976 140108008921712 140108635908738 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21205] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21205/stat : 21205 (java) S 21191 21191 20609 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 26456 33554432000 4194304 4196468 140725999936976 140106530809120 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21206] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21206/stat : 21206 (java) S 21191 21191 20609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122234 27969658880 26456 33554432000 4194304 4196468 140725999936976 140106396587632 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21207] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21207/stat : 21207 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140106022083152 140108635916187 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21208] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21208/stat : 21208 (java) S 21191 21191 20609 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140107759741040 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21209] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21209/stat : 21209 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140107758688240 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21210] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21210/stat : 21210 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140107757635952 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21211] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21211/stat : 21211 (java) S 21191 21191 20609 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140107756583152 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21212] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21212/stat : 21212 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 26968 33554432000 4194304 4196468 140725999936976 140105524177760 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21213] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21213/stat : 21213 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122237 27969658880 26968 33554432000 4194304 4196468 140725999936976 140107755531056 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 107220 KiB

[startup+0.2105 s]*
/proc/loadavg: 8.04 8.31 8.29 3/212 21213
/proc/meminfo: memFree=27588372/32770624 swapFree=66957776/67108860
[pid=21191] ppid=21188 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21191/stat : 21191 (scop.sh) S 21188 21191 20609 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512122228 115843072 349 33554432000 4194304 5098028 140730296991248 140730296988504 139865629672060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11997184 140730296996605 140730296996952 140730296996952 140730296999881 0
/proc/21191/statm: 28282 349 296 221 0 87 0
[pid=21194] ppid=21191 vsize=27314120 memory=125244 CPUtime=0.24 cores=0-7
/proc/21194/stat : 21194 (java) S 21191 21191 20609 0 -1 1077944320 11668 0 0 0 20 4 0 0 20 0 20 0 512122229 27969658880 31311 33554432000 4194304 4196468 140725999936976 140725999919520 140108635897591 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
/proc/21194/statm: 6828530 31311 2971 1 0 6790935 0
[pid=21194/tid=21195] ppid=21191 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21194/task/21195/stat : 21195 (java) R 21191 21191 20609 0 -1 4202560 9365 0 0 0 16 3 0 0 20 0 20 0 512122229 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108607696976 140108621063173 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21196] ppid=21191 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/21194/task/21196/stat : 21196 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108640140176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21197] ppid=21191 vsize=27314120 memory=288370916262954624 CPUtime=0 cores=0-7
/proc/21194/task/21197/stat : 21197 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108423535376 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21198] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21198/stat : 21198 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108422483088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21199] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21199/stat : 21199 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108421430288 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21200] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21200/stat : 21200 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108420376976 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21201] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21201/stat : 21201 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108419324176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21202] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21202/stat : 21202 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108418271888 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21203] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21203/stat : 21203 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108417219088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21204] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21204/stat : 21204 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 31311 33554432000 4194304 4196468 140725999936976 140108008921712 140108635908738 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21205] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21205/stat : 21205 (java) S 21191 21191 20609 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 31311 33554432000 4194304 4196468 140725999936976 140106530809120 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21206] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21206/stat : 21206 (java) S 21191 21191 20609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122234 27969658880 31311 33554432000 4194304 4196468 140725999936976 140106396587632 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21207] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21207/stat : 21207 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140106022083152 140108635916187 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21208] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21208/stat : 21208 (java) S 21191 21191 20609 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140107759741040 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21209] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21209/stat : 21209 (java) S 21191 21191 20609 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140107758688240 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21210] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21210/stat : 21210 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140107757635952 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21211] ppid=21191 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/21194/task/21211/stat : 21211 (java) S 21191 21191 20609 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140107756583152 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21212] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21212/stat : 21212 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 31311 33554432000 4194304 4196468 140725999936976 140105524177760 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21213] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21213/stat : 21213 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122237 27969658880 31311 33554432000 4194304 4196468 140725999936976 140107755531056 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126640 KiB

[startup+0.310326 s]*
/proc/loadavg: 8.04 8.31 8.29 2/212 21213
/proc/meminfo: memFree=27585208/32770624 swapFree=66957776/67108860
[pid=21191] ppid=21188 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21191/stat : 21191 (scop.sh) S 21188 21191 20609 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512122228 115843072 349 33554432000 4194304 5098028 140730296991248 140730296988504 139865629672060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11997184 140730296996605 140730296996952 140730296996952 140730296999881 0
/proc/21191/statm: 28282 349 296 221 0 87 0
[pid=21194] ppid=21191 vsize=27314120 memory=129260 CPUtime=0.42 cores=0-7
/proc/21194/stat : 21194 (java) S 21191 21191 20609 0 -1 1077944320 12245 0 0 0 37 5 0 0 20 0 20 0 512122229 27969658880 32315 33554432000 4194304 4196468 140725999936976 140725999919520 140108635897591 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
/proc/21194/statm: 6828530 32315 3009 1 0 6790935 0
[pid=21194/tid=21195] ppid=21191 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/21194/task/21195/stat : 21195 (java) R 21191 21191 20609 0 -1 4202560 9721 0 0 0 26 4 0 0 20 0 20 0 512122229 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108607727664 140108617461143 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21196] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21196/stat : 21196 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108640140176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21197] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21197/stat : 21197 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108423535376 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21198] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21198/stat : 21198 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108422483088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21199] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21199/stat : 21199 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108421430288 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21200] ppid=21191 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/21194/task/21200/stat : 21200 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108420376976 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21201] ppid=21191 vsize=27314120 memory=140539987063727 CPUtime=0 cores=0-7
/proc/21194/task/21201/stat : 21201 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108419324176 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21202] ppid=21191 vsize=27314120 memory=140539987066032 CPUtime=0 cores=0-7
/proc/21194/task/21202/stat : 21202 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108418271888 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21203] ppid=21191 vsize=27314120 memory=140539987068336 CPUtime=0 cores=0-7
/proc/21194/task/21203/stat : 21203 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108417219088 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21204] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21204/stat : 21204 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 32315 33554432000 4194304 4196468 140725999936976 140108008921712 140108635908738 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21205] ppid=21191 vsize=27314120 memory=281079974143632 CPUtime=0 cores=0-7
/proc/21194/task/21205/stat : 21205 (java) S 21191 21191 20609 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512122233 27969658880 32315 33554432000 4194304 4196468 140725999936976 140106530809120 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21206] ppid=21191 vsize=27314120 memory=281079974150544 CPUtime=0 cores=0-7
/proc/21194/task/21206/stat : 21206 (java) S 21191 21191 20609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122234 27969658880 32315 33554432000 4194304 4196468 140725999936976 140106396587632 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21207] ppid=21191 vsize=27314120 memory=281079974091696 CPUtime=0 cores=0-7
/proc/21194/task/21207/stat : 21207 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140106022083152 140108635916187 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21208] ppid=21191 vsize=27314120 memory=281079974164368 CPUtime=0.01 cores=0-7
/proc/21194/task/21208/stat : 21208 (java) S 21191 21191 20609 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140107759741040 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21209] ppid=21191 vsize=27314120 memory=281079974171280 CPUtime=0.01 cores=0-7
/proc/21194/task/21209/stat : 21209 (java) S 21191 21191 20609 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140107758688240 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21210] ppid=21191 vsize=27314120 memory=281079974168976 CPUtime=0 cores=0-7
/proc/21194/task/21210/stat : 21210 (java) S 21191 21191 20609 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140107757635952 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21211] ppid=21191 vsize=27314120 memory=281079974185136 CPUtime=0.06 cores=0-7
/proc/21194/task/21211/stat : 21211 (java) S 21191 21191 20609 0 -1 1077944384 506 0 0 0 6 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140107756583152 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21212] ppid=21191 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21212/stat : 21212 (java) S 21191 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122236 27969658880 32315 33554432000 4194304 4196468 140725999936976 140105524177760 140108635907797 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21213] ppid=21191 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21194/task/21213/stat : 21213 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122237 27969658880 32315 33554432000 4194304 4196468 140725999936976 140107755531056 140108635908738 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 130656 KiB

[startup+0.700928 s]
/proc/loadavg: 8.04 8.31 8.29 2/212 21213
/proc/meminfo: memFree=27564264/32770624 swapFree=66957776/67108860
[pid=21191] ppid=21188 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21191/stat : 21191 (scop.sh) S 21188 21191 20609 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512122228 115843072 349 33554432000 4194304 5098028 140730296991248 140730296988504 139865629672060 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11997184 140730296996605 140730296996952 140730296996952 140730296999881 0
/proc/21191/statm: 28282 349 296 221 0 87 0
[pid=21194] ppid=21191 vsize=27322516 memory=165832 CPUtime=0.98 cores=0-7
/proc/21194/stat : 21194 (java) S 21191 21191 20609 0 -1 1077944320 20171 0 0 0 91 7 0 0 20 0 20 0 512122229 27978256384 41458 33554432000 4194304 4196468 140725999936976 140725999919520 140108635897591 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
/proc/21194/statm: 6830629 41458 3206 1 0 6791959 0
[pid=21194/tid=21195] ppid=21191 vsize=27322516 memory=281079974543024 CPUtime=0.68 cores=0-7
/proc/21194/task/21195/stat : 21195 (java) R 21191 21191 20609 0 -1 4202560 17116 0 0 0 62 6 0 0 20 0 20 0 512122229 27978256384 41458 33554432000 4194304 4196468 140725999936976 140108607724176 140108619978078 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21196] ppid=21191 vsize=27322516 memory=140539987272560 CPUtime=0 cores=0-7
/proc/21194/task/21196/stat : 21196 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27978256384 41458 33554432000 4194304 4196468 140725999936976 140108640140176 140108635907797 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21197] ppid=21191 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/21194/task/21197/stat : 21197 (java) S 21191 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122231 27978256384 41458 33554432000 4194304 4196468 140725999936976 140108423535376 140108635907797 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0
[pid=21194/tid=21198] ppid=21191 vsize=27322516 memory=6160 CPUtime=0 cores=0-7
/proc/21194/task/21198/stat : 21198 (java) S 21191 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122231 27978256384 41458 33554432000 4194304 4196468 140725999936976 140108422483088 140108635907797 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140725999944391 140725999944838 140725999944838 140725999947727 0

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


[startup+531.124 s]
# the end of solver process 21191 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=563.678 s, system=46.1258 s

[startup+532.707 s]
# the end of solver process 21272 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=599.344 s, system=52.9599 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+531.21 s]*
/proc/loadavg: 0.87 2.34 5.24 2/217 21303
/proc/meminfo: memFree=5994248/32770624 swapFree=66957784/67108860
[pid=21272] ppid=21188 vsize=8807348 memory=155568 CPUtime=1.89 cores=0-7
/proc/21272/stat : 21272 (java) S 21188 21191 20609 0 -1 1077944320 20805 0 0 0 164 25 0 0 20 0 26 0 512171335 9018724352 38892 33554432000 4194304 4196468 140721926259088 140721926241632 140179749564151 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
/proc/21272/statm: 2201837 38892 3215 1 0 2163181 0
[pid=21272/tid=21273] ppid=21188 vsize=8807348 memory=145328 CPUtime=1.06 cores=0-7
/proc/21272/task/21273/stat : 21273 (java) S 21188 21191 20609 0 -1 1077944384 16920 0 0 0 85 21 0 0 20 0 26 0 512171336 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179721404320 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21274] ppid=21188 vsize=8807348 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21272/task/21274/stat : 21274 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179753806992 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21275] ppid=21188 vsize=8807348 memory=16538472 CPUtime=0 cores=0-7
/proc/21272/task/21275/stat : 21275 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179553975312 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21276] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21276/stat : 21276 (java) S 21188 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179552922512 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21277] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21277/stat : 21277 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179551869712 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21278] ppid=21188 vsize=8807348 memory=5787477641288517003 CPUtime=0 cores=0-7
/proc/21272/task/21278/stat : 21278 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179550816912 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21279] ppid=21188 vsize=8807348 memory=-8961168018402230209 CPUtime=0 cores=0-7
/proc/21272/task/21279/stat : 21279 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179549764112 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21280] ppid=21188 vsize=8807348 memory=1476 CPUtime=0 cores=0-7
/proc/21272/task/21280/stat : 21280 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179548711312 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21281] ppid=21188 vsize=8807348 memory=1476 CPUtime=0 cores=0-7
/proc/21272/task/21281/stat : 21281 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179547658512 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21282] ppid=21188 vsize=8807348 memory=145328 CPUtime=0 cores=0-7
/proc/21272/task/21282/stat : 21282 (java) S 21188 21191 20609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178977348464 140179749575298 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21283] ppid=21188 vsize=8807348 memory=145328 CPUtime=0 cores=0-7
/proc/21272/task/21283/stat : 21283 (java) S 21188 21191 20609 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178203076128 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21284] ppid=21188 vsize=8807348 memory=145328 CPUtime=0 cores=0-7
/proc/21272/task/21284/stat : 21284 (java) S 21188 21191 20609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178068854128 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21285] ppid=21188 vsize=8807348 memory=18389272 CPUtime=0 cores=0-7
/proc/21272/task/21285/stat : 21285 (java) S 21188 21191 20609 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140177694349648 140179749582747 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21286] ppid=21188 vsize=8807348 memory=14012 CPUtime=0.16 cores=0-7
/proc/21272/task/21286/stat : 21286 (java) S 21188 21191 20609 0 -1 1077944384 874 0 0 0 16 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178976295280 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21287] ppid=21188 vsize=8807348 memory=2112 CPUtime=0.18 cores=0-7
/proc/21272/task/21287/stat : 21287 (java) S 21188 21191 20609 0 -1 1077944384 445 0 0 0 18 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178975242480 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21288] ppid=21188 vsize=8807348 memory=12040 CPUtime=0.19 cores=0-7
/proc/21272/task/21288/stat : 21288 (java) S 21188 21191 20609 0 -1 1077944384 520 0 0 0 19 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178974189680 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21289] ppid=21188 vsize=8807348 memory=37444 CPUtime=0.22 cores=0-7
/proc/21272/task/21289/stat : 21289 (java) S 21188 21191 20609 0 -1 1077944384 597 0 0 0 22 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178973136880 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21290] ppid=21188 vsize=8807348 memory=1556 CPUtime=0 cores=0-7
/proc/21272/task/21290/stat : 21290 (java) S 21188 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140177196444768 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21291] ppid=21188 vsize=8807348 memory=532 CPUtime=0.01 cores=0-7
/proc/21272/task/21291/stat : 21291 (java) S 21188 21191 20609 0 -1 1077944384 7 0 0 0 0 1 0 0 20 0 26 0 512171343 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178972085296 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21293] ppid=21188 vsize=8807348 memory=928 CPUtime=0 cores=0-7
/proc/21272/task/21293/stat : 21293 (java) S 21188 21191 20609 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178964051520 140179749588761 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21295] ppid=21188 vsize=8807348 memory=1720 CPUtime=0 cores=0-7
/proc/21272/task/21295/stat : 21295 (java) S 21188 21191 20609 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176525344432 140179749586077 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21296] ppid=21188 vsize=8807348 memory=1976 CPUtime=0 cores=0-7
/proc/21272/task/21296/stat : 21296 (java) S 21188 21191 20609 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176793779760 140179749586077 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21297] ppid=21188 vsize=8807348 memory=1976 CPUtime=0 cores=0-7
/proc/21272/task/21297/stat : 21297 (java) S 21188 21191 20609 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 26 0 512171442 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176256916528 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21300] ppid=21188 vsize=8807348 memory=2432 CPUtime=0 cores=0-7
/proc/21272/task/21300/stat : 21300 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512175340 9018724352 38892 33554432000 4194304 4196468 140721926259088 140175988482592 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21303] ppid=21188 vsize=8807348 memory=1436 CPUtime=0 cores=0-7
/proc/21272/task/21303/stat : 21303 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512175341 9018724352 38892 33554432000 4194304 4196468 140721926259088 140175720048032 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
Current cumulated CPU time of completed processes: 609.803 s
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 8807348 KiB
Current children cumulated memory: 155568 KiB

[startup+532.001 s]*
/proc/loadavg: 0.88 2.31 5.21 2/217 21303
/proc/meminfo: memFree=21980876/32770624 swapFree=66957784/67108860
[pid=21272] ppid=21188 vsize=8807348 memory=155568 CPUtime=1.89 cores=0-7
/proc/21272/stat : 21272 (java) S 21188 21191 20609 0 -1 1077944320 20805 0 0 0 164 25 0 0 20 0 26 0 512171335 9018724352 38892 33554432000 4194304 4196468 140721926259088 140721926241632 140179749564151 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
/proc/21272/statm: 2201837 38892 3215 1 0 2163181 0
[pid=21272/tid=21273] ppid=21188 vsize=8807348 memory=6791534058613427641 CPUtime=1.06 cores=0-7
/proc/21272/task/21273/stat : 21273 (java) S 21188 21191 20609 0 -1 1077944384 16920 0 0 0 85 21 0 0 20 0 26 0 512171336 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179721404320 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21274] ppid=21188 vsize=8807348 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21272/task/21274/stat : 21274 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179753806992 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21275] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21275/stat : 21275 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179553975312 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21276] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21276/stat : 21276 (java) S 21188 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179552922512 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21277] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21277/stat : 21277 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179551869712 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21278] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21278/stat : 21278 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179550816912 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21279] ppid=21188 vsize=8807348 memory=0 CPUtime=0 cores=0-7
/proc/21272/task/21279/stat : 21279 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179549764112 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21280] ppid=21188 vsize=8807348 memory=188 CPUtime=0 cores=0-7
/proc/21272/task/21280/stat : 21280 (java) S 21188 21191 20609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179548711312 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21281] ppid=21188 vsize=8807348 memory=3068 CPUtime=0 cores=0-7
/proc/21272/task/21281/stat : 21281 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512171337 9018724352 38892 33554432000 4194304 4196468 140721926259088 140179547658512 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21282] ppid=21188 vsize=8807348 memory=106 CPUtime=0 cores=0-7
/proc/21272/task/21282/stat : 21282 (java) S 21188 21191 20609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178977348464 140179749575298 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21283] ppid=21188 vsize=8807348 memory=3620 CPUtime=0 cores=0-7
/proc/21272/task/21283/stat : 21283 (java) S 21188 21191 20609 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178203076128 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21284] ppid=21188 vsize=8807348 memory=64172 CPUtime=0 cores=0-7
/proc/21272/task/21284/stat : 21284 (java) S 21188 21191 20609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 26 0 512171339 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178068854128 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21285] ppid=21188 vsize=8807348 memory=1988 CPUtime=0 cores=0-7
/proc/21272/task/21285/stat : 21285 (java) S 21188 21191 20609 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140177694349648 140179749582747 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21286] ppid=21188 vsize=8807348 memory=988 CPUtime=0.16 cores=0-7
/proc/21272/task/21286/stat : 21286 (java) S 21188 21191 20609 0 -1 1077944384 874 0 0 0 16 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178976295280 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21287] ppid=21188 vsize=8807348 memory=1428 CPUtime=0.18 cores=0-7
/proc/21272/task/21287/stat : 21287 (java) S 21188 21191 20609 0 -1 1077944384 445 0 0 0 18 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178975242480 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21288] ppid=21188 vsize=8807348 memory=1728 CPUtime=0.19 cores=0-7
/proc/21272/task/21288/stat : 21288 (java) S 21188 21191 20609 0 -1 1077944384 520 0 0 0 19 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178974189680 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21289] ppid=21188 vsize=8807348 memory=1056 CPUtime=0.22 cores=0-7
/proc/21272/task/21289/stat : 21289 (java) S 21188 21191 20609 0 -1 1077944384 597 0 0 0 22 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178973136880 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21290] ppid=21188 vsize=8807348 memory=1556 CPUtime=0 cores=0-7
/proc/21272/task/21290/stat : 21290 (java) S 21188 21191 20609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 512171342 9018724352 38892 33554432000 4194304 4196468 140721926259088 140177196444768 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21291] ppid=21188 vsize=8807348 memory=11632 CPUtime=0.01 cores=0-7
/proc/21272/task/21291/stat : 21291 (java) S 21188 21191 20609 0 -1 1077944384 7 0 0 0 0 1 0 0 20 0 26 0 512171343 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178972085296 140179749575298 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21293] ppid=21188 vsize=8807348 memory=1732 CPUtime=0 cores=0-7
/proc/21272/task/21293/stat : 21293 (java) S 21188 21191 20609 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140178964051520 140179749588761 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21295] ppid=21188 vsize=8807348 memory=1224 CPUtime=0 cores=0-7
/proc/21272/task/21295/stat : 21295 (java) S 21188 21191 20609 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176525344432 140179749586077 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21296] ppid=21188 vsize=8807348 memory=988 CPUtime=0 cores=0-7
/proc/21272/task/21296/stat : 21296 (java) S 21188 21191 20609 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 26 0 512171440 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176793779760 140179749586077 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21297] ppid=21188 vsize=8807348 memory=780 CPUtime=0 cores=0-7
/proc/21272/task/21297/stat : 21297 (java) S 21188 21191 20609 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 26 0 512171442 9018724352 38892 33554432000 4194304 4196468 140721926259088 140176256916528 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21300] ppid=21188 vsize=8807348 memory=1476 CPUtime=0 cores=0-7
/proc/21272/task/21300/stat : 21300 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512175340 9018724352 38892 33554432000 4194304 4196468 140721926259088 140175988482592 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
[pid=21272/tid=21303] ppid=21188 vsize=8807348 memory=3620 CPUtime=0 cores=0-7
/proc/21272/task/21303/stat : 21303 (java) S 21188 21191 20609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 512175341 9018724352 38892 33554432000 4194304 4196468 140721926259088 140175720048032 140179749574357 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24117248 140721926267871 140721926268038 140721926268038 140721926270927 0
Current cumulated CPU time of completed processes: 609.803 s
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 8807348 KiB
Current children cumulated memory: 155568 KiB

[startup+532.401 s]*
/proc/loadavg: 0.88 2.31 5.21 3/192 21303
/proc/meminfo: memFree=25222944/32770624 swapFree=66957784/67108860
Current cumulated CPU time of completed processes: 609.803 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+532.6 s]
/proc/loadavg: 0.88 2.31 5.21 3/192 21303
/proc/meminfo: memFree=25222944/32770624 swapFree=66957784/67108860
Current cumulated CPU time of completed processes: 609.803 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+532.7 s]
/proc/loadavg: 0.88 2.31 5.21 3/192 21303
/proc/meminfo: memFree=25222944/32770624 swapFree=66957784/67108860
Current cumulated CPU time of completed processes: 609.803 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 532.707
CPU time (s): 652.304
CPU user time (s): 599.344
CPU system time (s): 52.9599
CPU usage (%): 122.451
Max. virtual memory (cumulated for all children) (KiB): 32477016
Max. memory (cumulated for all children) (KiB): 18739120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.344
system time used= 52.9599
maximum resident set size= 18592672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1905101
page faults= 0
swaps= 0
block input operations= 272
block output operations= 9840864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28080
involuntary context switches= 3136


# summary of solver processes directly reported to runsolver:
#   pid: 21191,21272
#   total CPU time (s): 652.304
#   total CPU user time (s): 599.344
#   total CPU system time (s): 52.9599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.52432 second user time and 5.09037 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-24 22:59:58
IDJOB=4405243
IDBENCH=138742
IDSOLVER=2867
FILE ID=node149/4405243-1569358836
RUNJOBID= node149-1569356151-20636
PBS_JOBID= 21705101
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-9000-9000.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405243-1569358836/watcher-4405243-1569358836 -o /var/tmp/evaluation-result-4405243-1569358836/solver-4405243-1569358836 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node149-1569356151-20636 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405243-1569358836.xml

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

MD5SUM BENCH= 479d99eb162212229c70ebabb46032f2
RANDOM SEED=57939499

node149.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.81
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.81
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.81
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.81
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:        27704852 kB
MemAvailable:   31806688 kB
Buffers:          109940 kB
Cached:          4084840 kB
SwapCached:        42388 kB
Active:          2918752 kB
Inactive:        1321872 kB
Active(anon):       4048 kB
Inactive(anon):    94788 kB
Active(file):    2914704 kB
Inactive(file):  1227084 kB
Unevictable:      109108 kB
Mlocked:          109108 kB
SwapTotal:      67108860 kB
SwapFree:       66957776 kB
Dirty:             20776 kB
Writeback:             0 kB
AnonPages:        121836 kB
Mapped:            57312 kB
Shmem:             44928 kB
Slab:             417424 kB
SReclaimable:     388508 kB
SUnreclaim:        28916 kB
KernelStack:        3728 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node149 at 2019-09-24 23:08:50