Trace number 4312327

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17OPT10 1.66929 1.08109

General information on the benchmark

NameSumColoring/
SumColoring-myciel3_c18.xml
MD5SUM2a16ad2ecbd4987722397e2a286d7eb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.008955
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints20
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":11}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":5},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 370578805
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.59	c Parsing instance...
1.32/0.97	c Parsing done, starting search...
1.32/1.00	o 54
1.32/1.01	o 50
1.32/1.01	o 49
1.50/1.01	o 48
1.50/1.01	o 47
1.50/1.01	o 45
1.50/1.01	o 44
1.50/1.01	o 43
1.50/1.01	o 41
1.50/1.01	o 40
1.50/1.02	o 37
1.50/1.02	o 36
1.50/1.02	o 35
1.50/1.02	o 34
1.50/1.02	o 33
1.50/1.02	o 31
1.50/1.02	o 30
1.50/1.02	o 29
1.50/1.02	o 28
1.50/1.03	o 27
1.50/1.03	o 25
1.50/1.03	o 24
1.50/1.03	o 23
1.50/1.03	o 22
1.50/1.03	o 21
1.50/1.03	o 20
1.50/1.03	o 18
1.50/1.03	o 16
1.50/1.04	o 15
1.50/1.04	o 14
1.50/1.04	o 11
1.50/1.05	o 10
1.50/1.06	s OPTIMUM FOUND
1.50/1.06	v <instantiation>
1.50/1.06	v 	<list>
1.50/1.06	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10]
1.50/1.06	v 	</list>
1.50/1.06	v 	<values>
1.50/1.06	v 		2 1 2 1 3 0 0 0 0 0 1 
1.50/1.06	v 	</values>
1.50/1.06	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312327-1534569378/watcher-4312327-1534569378 -o /tmp/evaluation-result-4312327-1534569378/solver-4312327-1534569378 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534568406-29561 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 370578805 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312327-1534569378.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=30277, runsolver pid=30274

[startup+0.102983 s]*
/proc/loadavg: 1.39 1.49 1.40 3/218 30292
/proc/meminfo: memFree=24444904/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14082736 memory=31508 CPUtime=0.12 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 6748 0 0 0 11 1 0 0 20 0 15 0 274501024 14420721664 7877 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3520684 7877 3160 1 0 3482761 0
[pid=30277/tid=30279] ppid=30274 vsize=14082736 memory=-8701690554791925118 CPUtime=0.09 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 4797 0 0 0 8 1 0 0 20 0 15 0 274501024 14420721664 7877 33554432000 4194304 4196468 140734037068032 140165743009856 140165722858846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 7877 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 7877 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 7877 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 7877 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501026 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) S 30274 30277 25964 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 274501029 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164512868592 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0.01 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) S 30274 30277 25964 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 274501029 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164510762992 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 7877 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31508 KiB

[startup+0.210577 s]*
/proc/loadavg: 1.39 1.49 1.40 5/218 30292
/proc/meminfo: memFree=24430516/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14082736 memory=47060 CPUtime=0.3 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 10362 0 0 0 28 2 0 0 20 0 15 0 274501024 14420721664 11765 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3520684 11765 3368 1 0 3482761 0
[pid=30277/tid=30279] ppid=30274 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 8097 0 0 0 18 1 0 0 20 0 15 0 274501024 14420721664 11765 33554432000 4194304 4196468 140734037068032 140165743004336 140165335247529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 11765 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14082736 memory=3618278754136704672 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 11765 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 11765 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 11765 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274501026 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) R 30274 30277 25964 0 -1 4202560 495 0 0 0 1 0 0 0 20 0 15 0 274501029 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164512868592 140165731067808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 274501029 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0.05 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) R 30274 30277 25964 0 -1 1077944384 302 0 0 0 5 0 0 0 20 0 15 0 274501029 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164510762992 140165738789506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 11765 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47060 KiB

[startup+0.310658 s]*
/proc/loadavg: 1.39 1.49 1.40 4/218 30292
/proc/meminfo: memFree=24426856/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14082736 memory=50328 CPUtime=0.43 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 10772 0 0 0 41 2 0 0 20 0 15 0 274501024 14420721664 12582 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3520684 12582 3371 1 0 3482761 0
[pid=30277/tid=30279] ppid=30274 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 8461 0 0 0 28 2 0 0 20 0 15 0 274501024 14420721664 12582 33554432000 4194304 4196468 140734037068032 140165742989872 140165720341919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14082736 memory=4294980954 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 12582 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14082736 memory=3547068879268824736 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 12582 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 12582 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14420721664 12582 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274501026 14420721664 12582 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) S 30274 30277 25964 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 15 0 274501029 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164512868592 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 274501029 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0.07 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) S 30274 30277 25964 0 -1 1077944384 321 0 0 0 7 0 0 0 20 0 15 0 274501029 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164510762992 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14082736 memory=139797102675584 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14420721664 12634 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50328 KiB

[startup+0.700726 s]
/proc/loadavg: 1.39 1.49 1.40 3/218 30292
/proc/meminfo: memFree=24402564/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14084804 memory=88920 CPUtime=0.99 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 17608 0 0 0 95 4 0 0 20 0 15 0 274501024 14422839296 22230 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3521201 22230 3505 1 0 3483273 0
[pid=30277/tid=30279] ppid=30274 vsize=14084804 memory=1172 CPUtime=0.67 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 14888 0 0 0 64 3 0 0 20 0 15 0 274501024 14422839296 22230 33554432000 4194304 4196468 140734037068032 140165742993632 140165738800285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14084804 memory=3876 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14422839296 22230 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14084804 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14422839296 22230 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14422839296 22230 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14422839296 22230 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274501026 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14084804 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) S 30274 30277 25964 0 -1 1077944384 670 0 0 0 7 0 0 0 20 0 15 0 274501029 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164512868592 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 258 0 0 0 7 0 0 0 20 0 15 0 274501029 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) S 30274 30277 25964 0 -1 1077944384 411 0 0 0 14 0 0 0 20 0 15 0 274501029 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164510762992 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14084804 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14422839296 22230 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88920 KiB

[startup+1.08103 s]
# the end of solver process 30277 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.59947 s, system=0.069814 s

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

[startup+0.801092 s]
/proc/loadavg: 1.39 1.49 1.40 3/218 30292
/proc/meminfo: memFree=24402564/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14086852 memory=93304 CPUtime=1.17 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 18186 0 0 0 113 4 0 0 20 0 15 0 274501024 14424936448 23326 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3521713 23326 3511 1 0 3483785 0
[pid=30277/tid=30279] ppid=30274 vsize=14086852 memory=15784 CPUtime=0.77 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 15335 0 0 0 74 3 0 0 20 0 15 0 274501024 14424936448 23326 33554432000 4194304 4196468 140734037068032 140165743015232 140165337216251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14086852 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14424936448 23326 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14086852 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14424936448 23326 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14424936448 23326 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14424936448 23326 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274501026 14424936448 23326 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14086852 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14424936448 23326 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14424936448 23326 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14086852 memory=2867565960586600 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14086852 memory=6944656592455359580 CPUtime=0.11 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) R 30274 30277 25964 0 -1 4202560 675 0 0 0 11 0 0 0 20 0 15 0 274501029 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164512855136 140165723902195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14086852 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 275 0 0 0 8 0 0 0 20 0 15 0 274501029 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14086852 memory=6944656592455097440 CPUtime=0.19 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) R 30274 30277 25964 0 -1 4202560 520 0 0 0 19 0 0 0 20 0 15 0 274501029 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164510762992 140165717381634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14086852 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14086852 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14424936448 23838 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93304 KiB

[startup+1.00074 s]*
/proc/loadavg: 1.39 1.49 1.40 3/218 30292
/proc/meminfo: memFree=24366644/32770624 swapFree=67108688/67108860
[pid=30277] ppid=30274 vsize=14088900 memory=111032 CPUtime=1.5 cores=1,3,5,7
/proc/30277/stat : 30277 (java) S 30274 30277 25964 0 -1 1077944320 19489 0 0 0 145 5 0 0 20 0 15 0 274501024 14427033600 27758 33554432000 4194304 4196468 140734037068032 140734037050576 140165738778359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
/proc/30277/statm: 3522225 27758 3516 1 0 3484297 0
[pid=30277/tid=30279] ppid=30274 vsize=14088900 memory=5450919713671312938 CPUtime=0.98 cores=1,3,5,7
/proc/30277/task/30279/stat : 30279 (java) R 30274 30277 25964 0 -1 4202560 16394 0 0 0 94 4 0 0 20 0 15 0 274501024 14427033600 27758 33554432000 4194304 4196468 140734037068032 140165743014992 140165738790294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30280] ppid=30274 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30280/stat : 30280 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14427033600 27758 33554432000 4194304 4196468 140734037068032 140165334952464 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30281] ppid=30274 vsize=14088900 memory=279594060303976 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30281/stat : 30281 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14427033600 27758 33554432000 4194304 4196468 140734037068032 140165333899920 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30282] ppid=30274 vsize=14088900 memory=279593916126852 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30282/stat : 30282 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501025 14427033600 27758 33554432000 4194304 4196468 140734037068032 140165332846864 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30283] ppid=30274 vsize=14088900 memory=2319389199166349361 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30283/stat : 30283 (java) S 30274 30277 25964 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274501025 14427033600 27758 33554432000 4194304 4196468 140734037068032 140165331794320 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30284] ppid=30274 vsize=14088900 memory=3690613420880132279 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30284/stat : 30284 (java) S 30274 30277 25964 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274501026 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164920470256 140165738789506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30285] ppid=30274 vsize=14088900 memory=3617855274531299375 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30285/stat : 30285 (java) S 30274 30277 25964 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274501027 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164919416480 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30286] ppid=30274 vsize=14088900 memory=4945942606747506740 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30286/stat : 30286 (java) S 30274 30277 25964 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274501027 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164918363376 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30287] ppid=30274 vsize=14088900 memory=-7450779821759504288 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30287/stat : 30287 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501029 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164917311952 140165738796955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30288] ppid=30274 vsize=14088900 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30277/task/30288/stat : 30288 (java) S 30274 30277 25964 0 -1 1077944384 698 0 0 0 13 0 0 0 20 0 15 0 274501029 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164512868592 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30289] ppid=30274 vsize=14088900 memory=4207599515515776096 CPUtime=0.1 cores=1,3,5,7
/proc/30277/task/30289/stat : 30289 (java) S 30274 30277 25964 0 -1 1077944384 291 0 0 0 10 0 0 0 20 0 15 0 274501029 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164511816048 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30290] ppid=30274 vsize=14088900 memory=3471342193423513264 CPUtime=0.26 cores=1,3,5,7
/proc/30277/task/30290/stat : 30290 (java) R 30274 30277 25964 0 -1 4202560 727 0 0 0 26 0 0 0 20 0 15 0 274501029 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164510762992 140165738790294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30291] ppid=30274 vsize=14088900 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30291/stat : 30291 (java) S 30274 30277 25964 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274501030 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164509710688 140165738788565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
[pid=30277/tid=30292] ppid=30274 vsize=14088900 memory=734557695677283059 CPUtime=0 cores=1,3,5,7
/proc/30277/task/30292/stat : 30292 (java) S 30274 30277 25964 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274501030 14427033600 27758 33554432000 4194304 4196468 140734037068032 140164508658736 140165738789506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140734037070927 140734037071118 140734037071118 140734037073871 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 111032 KiB

Child status: 0
Real time (s): 1.08109
CPU time (s): 1.66929
CPU user time (s): 1.59947
CPU system time (s): 0.069814
CPU usage (%): 154.408
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 111032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.59947
system time used= 0.069814
maximum resident set size= 116784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1792
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 30277
#   total CPU time (s): 1.66929
#   total CPU user time (s): 1.59947
#   total CPU system time (s): 0.069814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029009 second user time and 0.059251 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-18 07:16:18
IDJOB=4312327
IDBENCH=141220
IDSOLVER=2800
FILE ID=node134/4312327-1534569378
RUNJOBID= node134-1534568406-29561
PBS_JOBID= 21038637
Free space on /tmp= 52480 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312327-1534569378/watcher-4312327-1534569378 -o /tmp/evaluation-result-4312327-1534569378/solver-4312327-1534569378 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534568406-29561 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 370578805 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312327-1534569378.xml

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

MD5SUM BENCH= 2a16ad2ecbd4987722397e2a286d7eb3
RANDOM SEED=370578805

node134.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.68
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.68
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.68
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.68
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:        24463732 kB
MemAvailable:   31729076 kB
Buffers:          238836 kB
Cached:          7259472 kB
SwapCached:           32 kB
Active:          4194532 kB
Inactive:        3515480 kB
Active(anon):     178300 kB
Inactive(anon):   101968 kB
Active(file):    4016232 kB
Inactive(file):  3413512 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35756 kB
Writeback:             0 kB
AnonPages:        337068 kB
Mapped:            32764 kB
Shmem:             66036 kB
Slab:             294244 kB
SReclaimable:     264060 kB
SUnreclaim:        30184 kB
KernelStack:        3808 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1224084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52444 MiB
End job on node134 at 2018-08-18 07:16:19