Trace number 4290673

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
OscaR - Conflict Ordering with restarts 2018-07-02SAT 3.31592 2.06803

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
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 benchmark0.119659
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1321518370
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
3.04/1.60	c Parsing done, starting search...
3.21/1.64	s SATISFIABLE
3.21/1.64	v <instantiation>
3.21/1.64	v 	<list>
3.21/1.64	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5]
3.21/1.64	v 	</list>
3.21/1.64	v 	<values>
3.21/1.64	v 		0 3 0 15 19 0 6 9 24 17 4 25 20 0 19 14 13 14 3 8 0 18 8 17 8 13 6 4 17 4 
3.21/1.64	v 	</values>
3.21/1.64	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3740 MiB free)
  memory of node 1: 16384 MiB (11661 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290673-1532255685/watcher-4290673-1532255685 -o /tmp/evaluation-result-4290673-1532255685/solver-4290673-1532255685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1321518370 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290673-1532255685.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30317, runsolver pid=30314

[startup+0.100138 s]*
/proc/loadavg: 0.92 1.35 1.44 3/215 30332
/proc/meminfo: memFree=15752796/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14082740 memory=31236 CPUtime=0.12 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 6744 0 0 0 11 1 0 0 20 0 15 0 43131731 14420725760 7809 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3520685 7809 3154 1 0 3482761 0
[pid=30317/tid=30319] ppid=30314 vsize=14082740 memory=-8701690554792055425 CPUtime=0.09 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 4774 0 0 0 8 1 0 0 20 0 15 0 43131731 14420725760 7809 33554432000 4194304 4196468 140730804335680 140027197471168 140027193255069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 7809 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 7809 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 7809 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 7809 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43131733 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026667050656 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026665997552 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) S 30314 30317 26910 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 43131736 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026663893232 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) S 30314 30317 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43131736 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026662840688 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) S 30314 30317 26910 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 43131736 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026661787632 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 7809 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31236 KiB

[startup+0.210779 s]*
/proc/loadavg: 0.92 1.35 1.44 7/215 30332
/proc/meminfo: memFree=15737664/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14082740 memory=47028 CPUtime=0.31 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 10397 0 0 0 29 2 0 0 20 0 15 0 43131731 14420725760 11757 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3520685 11757 3369 1 0 3482761 0
[pid=30317/tid=30319] ppid=30314 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 8092 0 0 0 18 2 0 0 20 0 15 0 43131731 14420725760 11757 33554432000 4194304 4196468 140730804335680 140027197459040 140027193255069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 11757 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14082740 memory=140341199723154 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 11757 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 11757 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 11757 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43131733 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026667050656 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026665997552 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) R 30314 30317 26910 0 -1 4202560 520 0 0 0 2 0 0 0 20 0 15 0 43131736 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026663880080 140027193247047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) R 30314 30317 26910 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 43131736 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026662840784 140027193243349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0.06 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) R 30314 30317 26910 0 -1 4202560 309 0 0 0 6 0 0 0 20 0 15 0 43131736 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026661783360 140027193254490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 11757 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47028 KiB

[startup+0.310616 s]*
/proc/loadavg: 0.92 1.35 1.44 3/215 30332
/proc/meminfo: memFree=15733632/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14082740 memory=50452 CPUtime=0.44 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 10786 0 0 0 42 2 0 0 20 0 15 0 43131731 14420725760 12613 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3520685 12613 3372 1 0 3482761 0
[pid=30317/tid=30319] ppid=30314 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 8445 0 0 0 28 2 0 0 20 0 15 0 43131731 14420725760 12613 33554432000 4194304 4196468 140730804335680 140027197444656 140027173508879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 12613 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14082740 memory=140341199723152 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 12613 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 12613 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43131732 14420725760 12613 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43131733 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026667050656 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43131734 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026665997552 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) S 30314 30317 26910 0 -1 1077944384 526 0 0 0 2 0 0 0 20 0 15 0 43131736 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026663893232 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) S 30314 30317 26910 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 43131736 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026662840688 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0.08 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) S 30314 30317 26910 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 43131736 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026661787632 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14082740 memory=140341199505024 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131737 14420725760 12613 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50452 KiB

[startup+0.700774 s]
/proc/loadavg: 0.92 1.35 1.44 4/215 30332
/proc/meminfo: memFree=15709512/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14084808 memory=89124 CPUtime=0.99 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 17641 0 0 0 94 5 0 0 20 0 15 0 43131731 14422843392 22281 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3521202 22281 3501 1 0 3483273 0
[pid=30317/tid=30319] ppid=30314 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 14909 0 0 0 63 4 0 0 20 0 15 0 43131731 14422843392 22281 33554432000 4194304 4196468 140730804335680 140027197444016 140027177313630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14422843392 22281 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14084808 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14422843392 22281 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131732 14422843392 22281 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14084808 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43131732 14422843392 22281 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14084808 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43131733 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14084808 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43131734 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026667050656 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14084808 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43131734 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026665997552 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14084808 memory=6945208482816681536 CPUtime=0.06 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) S 30314 30317 26910 0 -1 1077944384 653 0 0 0 6 0 0 0 20 0 15 0 43131736 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026663893232 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14084808 memory=7811323491934034026 CPUtime=0.08 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) S 30314 30317 26910 0 -1 1077944384 281 0 0 0 8 0 0 0 20 0 15 0 43131736 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026662840688 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14084808 memory=5787213827113576551 CPUtime=0.15 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) S 30314 30317 26910 0 -1 1077944384 418 0 0 0 15 0 0 0 20 0 15 0 43131736 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026661787632 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43131737 14422843392 22281 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89124 KiB

[startup+1.50081 s]
/proc/loadavg: 0.92 1.35 1.44 5/215 30332
/proc/meminfo: memFree=15614012/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14088904 memory=222056 CPUtime=3.04 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 25944 0 0 0 297 7 0 0 20 0 15 0 43131731 14427037696 55514 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3522226 55514 3562 1 0 3484297 0
[pid=30317/tid=30319] ppid=30314 vsize=14088904 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 19911 0 0 0 141 5 0 0 20 0 15 0 43131731 14427037696 55514 33554432000 4194304 4196468 140730804335680 140027197465472 140026827014074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 43131732 14427037696 55514 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14088904 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 43131732 14427037696 55514 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 43131732 14427037696 55514 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 43131732 14427037696 55514 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 15 0 43131733 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14088904 memory=7666350800736251234 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43131734 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026667050656 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14088904 memory=7734198239776631394 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 43131734 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026665997568 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14088904 memory=7090988413152880236 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14088904 memory=8298058058747466103 CPUtime=0.54 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) S 30314 30317 26910 0 -1 1077944384 1423 0 0 0 54 0 0 0 20 0 15 0 43131736 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026663893232 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14088904 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) S 30314 30317 26910 0 -1 1077944384 1079 0 0 0 58 0 0 0 20 0 15 0 43131736 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026662840688 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14088904 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) S 30314 30317 26910 0 -1 1077944384 1571 0 0 0 39 0 0 0 20 0 15 0 43131736 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026661787632 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 43131737 14427037696 55514 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 222056 KiB

[startup+2.06798 s]
# the end of solver process 30317 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.19966 s, system=0.116263 s

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

[startup+1.60569 s]
/proc/loadavg: 0.92 1.35 1.44 5/215 30332
/proc/meminfo: memFree=15614012/32770624 swapFree=67108860/67108860
[pid=30317] ppid=30314 vsize=14088904 memory=242580 CPUtime=3.21 cores=1,3,5,7
/proc/30317/stat : 30317 (java) S 30314 30317 26910 0 -1 1077944320 26191 0 0 0 311 10 0 0 20 0 15 0 43131731 14427037696 60645 33554432000 4194304 4196468 140730804335680 140730804318224 140027193233143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
/proc/30317/statm: 3522226 60645 3567 1 0 3484297 0
[pid=30317/tid=30319] ppid=30314 vsize=14088904 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/30317/task/30319/stat : 30319 (java) R 30314 30317 26910 0 -1 4202560 19982 0 0 0 149 5 0 0 20 0 15 0 43131731 14427037696 60645 33554432000 4194304 4196468 140730804335680 140027197468400 140027177313630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30320] ppid=30314 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30320/stat : 30320 (java) S 30314 30317 26910 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 15 0 43131732 14427037696 60645 33554432000 4194304 4196468 140730804335680 140027145853456 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30321] ppid=30314 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30321/stat : 30321 (java) S 30314 30317 26910 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 43131732 14427037696 60645 33554432000 4194304 4196468 140730804335680 140027144800912 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30322] ppid=30314 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30322/stat : 30322 (java) S 30314 30317 26910 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 43131732 14427037696 60645 33554432000 4194304 4196468 140730804335680 140027143747856 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30323] ppid=30314 vsize=14088904 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30317/task/30323/stat : 30323 (java) S 30314 30317 26910 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 15 0 43131732 14427037696 60645 33554432000 4194304 4196468 140730804335680 140027142695312 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30324] ppid=30314 vsize=14088904 memory=140341199506737 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30324/stat : 30324 (java) S 30314 30317 26910 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 43131733 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026668104432 140027193244290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30325] ppid=30314 vsize=14088904 memory=7452445194316764258 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30325/stat : 30325 (java) S 30314 30317 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43131734 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026667050720 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30326] ppid=30314 vsize=14088904 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30326/stat : 30326 (java) S 30314 30317 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 43131734 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026665997568 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30327] ppid=30314 vsize=14088904 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30327/stat : 30327 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131736 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026664946128 140027193251739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30328] ppid=30314 vsize=14088904 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/30317/task/30328/stat : 30328 (java) S 30314 30317 26910 0 -1 1077944384 1423 0 0 0 54 0 0 0 20 0 15 0 43131736 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026663893232 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30329] ppid=30314 vsize=14088904 memory=270581664716211 CPUtime=0.58 cores=1,3,5,7
/proc/30317/task/30329/stat : 30329 (java) S 30314 30317 26910 0 -1 1077944384 1079 0 0 0 58 0 0 0 20 0 15 0 43131736 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026662840688 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30330] ppid=30314 vsize=14088904 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/30317/task/30330/stat : 30330 (java) S 30314 30317 26910 0 -1 1077944384 1600 0 0 0 40 0 0 0 20 0 15 0 43131736 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026661787632 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30331] ppid=30314 vsize=14088904 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30331/stat : 30331 (java) S 30314 30317 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43131737 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026660735328 140027193243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
[pid=30317/tid=30332] ppid=30314 vsize=14088904 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30317/task/30332/stat : 30332 (java) S 30314 30317 26910 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 43131737 14427037696 60645 33554432000 4194304 4196468 140730804335680 140026659683376 140027193244290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12775424 140730804343880 140730804344073 140730804344073 140730804346831 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 242580 KiB

[startup+2.00058 s]*
/proc/loadavg: 0.92 1.35 1.44 2/202 30333
/proc/meminfo: memFree=15770032/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.06803
CPU time (s): 3.31592
CPU user time (s): 3.19966
CPU system time (s): 0.116263
CPU usage (%): 160.342
Max. virtual memory (cumulated for all children) (KiB): 14157516
Max. memory (cumulated for all children) (KiB): 243876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.19966
system time used= 0.116263
maximum resident set size= 244416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2146
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 30317
#   total CPU time (s): 3.31592
#   total CPU user time (s): 3.19966
#   total CPU system time (s): 0.116263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027063 second user time and 0.064537 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 12:34:46
IDJOB=4290673
IDBENCH=141439
IDSOLVER=2743
FILE ID=node105/4290673-1532255685
RUNJOBID= node105-1532224841-26942
PBS_JOBID= 21018944
Free space on /tmp= 44888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-05-06_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290673-1532255685/watcher-4290673-1532255685 -o /tmp/evaluation-result-4290673-1532255685/solver-4290673-1532255685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1321518370 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290673-1532255685.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=1321518370

node105.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.32
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.32
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.32
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.32
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:        15771264 kB
MemAvailable:   31622752 kB
Buffers:          152884 kB
Cached:         15671744 kB
SwapCached:            0 kB
Active:          1613292 kB
Inactive:       14582124 kB
Active(anon):     325580 kB
Inactive(anon):    65196 kB
Active(file):    1287712 kB
Inactive(file): 14516928 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36568 kB
Writeback:             0 kB
AnonPages:        378376 kB
Mapped:            49144 kB
Shmem:             17036 kB
Slab:             502228 kB
SReclaimable:     475308 kB
SUnreclaim:        26920 kB
KernelStack:        3696 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1318380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44852 MiB
End job on node105 at 2018-07-22 12:34:48