Trace number 4307656

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 2018-08-14SAT 2.8836 1.45993

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-4-cp_c18.xml
MD5SUM323265c27f21e70af41ff0037033f3ab
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.168527
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints726
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":64}]
Minimum variable degree47
Maximum variable degree48
Distribution of variable degrees[{"degree":47,"count":48},{"degree":48,"count":16}]
Minimum constraint arity4
Maximum constraint arity64
Distribution of constraint arities[{"arity":4,"count":720},{"arity":16,"count":5},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints720
Distribution of constraint types[{"type":"intension","count":720},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.56	c version: 2018-08-14
0.65/0.56	c seed: 1163733060
0.65/0.56	c timeout: 2520
0.65/0.56	c memlimit: 11000
0.65/0.56	c nbcore: 4
0.65/0.59	c Parsing instance...
2.51/1.35	c Parsing done, starting search...
2.75/1.45	s SATISFIABLE
2.75/1.45	v <instantiation>
2.75/1.45	v 	<list>
2.75/1.45	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15]
2.75/1.45	v 	</list>
2.75/1.45	v 	<values>
2.75/1.45	v 		0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 3 2 0 1 0 1 3 2 2 3 1 0 1 0 2 3 3 2 1 0 0 1 2 3 1 0 3 2 2 3 0 1 
2.75/1.45	v 	</values>
2.75/1.45	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 (9904 MiB free)
  memory of node 1: 16384 MiB (11839 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307656-1534260572/watcher-4307656-1534260572 -o /tmp/evaluation-result-4307656-1534260572/solver-4307656-1534260572 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534258056-13723 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1163733060 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307656-1534260572.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=14249, runsolver pid=14246
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.20 1.36 1.30 3/215 14264
/proc/meminfo: memFree=22247792/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14082736 memory=31332 CPUtime=0.11 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 6791 0 0 0 10 1 0 0 20 0 15 0 243620086 14420721664 7833 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3520684 7833 3134 1 0 3482761 0
[pid=14249/tid=14251] ppid=14246 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 4843 0 0 0 8 1 0 0 20 0 15 0 243620086 14420721664 7833 33554432000 4194304 4196468 140736345102464 140458501761760 140458481603934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14082736 memory=5793855183418227129 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 7833 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 7833 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 7833 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 7833 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0.01 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) R 14246 14249 13692 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457605016048 140458476153440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 7833 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31332 KiB

[startup+0.211043 s]*
/proc/loadavg: 1.20 1.36 1.30 6/215 14264
/proc/meminfo: memFree=22232412/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14082736 memory=47360 CPUtime=0.29 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 10444 0 0 0 27 2 0 0 20 0 15 0 243620086 14420721664 11840 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3520684 11840 3363 1 0 3482761 0
[pid=14249/tid=14251] ppid=14246 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 8159 0 0 0 18 1 0 0 20 0 15 0 243620086 14420721664 11840 33554432000 4194304 4196468 140736345102464 140458501747760 140458497535382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14082736 memory=4211973658613124490 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 11840 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 11840 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 11840 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 11840 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0.05 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) R 14246 14249 13692 0 -1 4202560 289 0 0 0 5 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457605010624 140458497535382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 11840 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47360 KiB

[startup+0.31017 s]*
/proc/loadavg: 1.20 1.36 1.30 3/215 14264
/proc/meminfo: memFree=22229000/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14082736 memory=50504 CPUtime=0.42 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 10805 0 0 0 40 2 0 0 20 0 15 0 243620086 14420721664 12626 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3520684 12626 3366 1 0 3482761 0
[pid=14249/tid=14251] ppid=14246 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 8495 0 0 0 27 2 0 0 20 0 15 0 243620086 14420721664 12626 33554432000 4194304 4196468 140736345102464 140458501705520 140458481603934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14082736 memory=4211973658613124490 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 12626 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14082736 memory=279864657541504 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 12626 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14082736 memory=279864498442752 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 12626 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14082736 memory=139932249207567 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14420721664 12626 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14082736 memory=279864657548416 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14082736 memory=139932249212175 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14082736 memory=139932249228203 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14082736 memory=139932249230508 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 243 0 0 0 2 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14082736 memory=139932408333952 CPUtime=0.08 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) S 14246 14249 13692 0 -1 1077944384 300 0 0 0 8 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457605016048 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14082736 memory=139932408365284 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620092 14420721664 12626 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50504 KiB

[startup+0.700744 s]
/proc/loadavg: 1.20 1.36 1.30 3/215 14264
/proc/meminfo: memFree=22205808/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14084804 memory=88748 CPUtime=0.97 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 17605 0 0 0 93 4 0 0 20 0 15 0 243620086 14422839296 22187 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3521201 22187 3499 1 0 3483273 0
[pid=14249/tid=14251] ppid=14246 vsize=14084804 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 14908 0 0 0 63 3 0 0 20 0 15 0 243620086 14422839296 22187 33554432000 4194304 4196468 140736345102464 140458501746048 140458497535382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14422839296 22187 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14422839296 22187 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14422839296 22187 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14422839296 22187 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14084804 memory=748 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620089 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14084804 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14084804 memory=6592 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14084804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14084804 memory=4452 CPUtime=0.08 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 554 0 0 0 8 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14084804 memory=3732 CPUtime=0.05 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 382 0 0 0 5 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14084804 memory=12668 CPUtime=0.15 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) R 14246 14249 13692 0 -1 4202560 377 0 0 0 15 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457605016048 140458497544794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14084804 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14084804 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620092 14422839296 22187 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88748 KiB

[startup+1.45989 s]
# the end of solver process 14249 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.78339 s, system=0.10021 s

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

[startup+1.26208 s]
/proc/loadavg: 1.20 1.36 1.30 3/215 14264
/proc/meminfo: memFree=22205808/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14088900 memory=144028 CPUtime=2.45 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 23516 0 0 0 238 7 0 0 20 0 15 0 243620086 14427033600 36007 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3522225 36007 3543 1 0 3484297 0
[pid=14249/tid=14251] ppid=14246 vsize=14088900 memory=14888 CPUtime=1.22 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 17649 0 0 0 118 4 0 0 20 0 15 0 243620086 14427033600 36007 33554432000 4194304 4196468 140736345102464 140458501743664 140458481833961 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14088900 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14427033600 36007 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14088900 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14427033600 36007 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14088900 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14427033600 36007 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14427033600 36007 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243620089 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14088900 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 1449 0 0 0 35 1 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14088900 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 1019 0 0 0 34 0 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14088900 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) S 14246 14249 13692 0 -1 1077944384 1996 0 0 0 49 1 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457605016048 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14088900 memory=664970774370811547 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14427033600 36007 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 144028 KiB

[startup+1.4006 s]*
/proc/loadavg: 1.26 1.37 1.31 4/215 14264
/proc/meminfo: memFree=22126172/32770624 swapFree=67108688/67108860
[pid=14249] ppid=14246 vsize=14090948 memory=153768 CPUtime=2.75 cores=0,2,4,6
/proc/14249/stat : 14249 (java) S 14246 14249 13692 0 -1 1077944320 25100 0 0 0 267 8 0 0 20 0 15 0 243620086 14429130752 38442 33554432000 4194304 4196468 140736345102464 140736345085008 140458497523447 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
/proc/14249/statm: 3522737 38442 3543 1 0 3484809 0
[pid=14249/tid=14251] ppid=14246 vsize=14090948 memory=6735269665583770266 CPUtime=1.37 cores=0,2,4,6
/proc/14249/task/14251/stat : 14251 (java) R 14246 14249 13692 0 -1 4202560 18805 0 0 0 132 5 0 0 20 0 15 0 243620086 14429130752 38442 33554432000 4194304 4196468 140736345102464 140458501758912 140458131009282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14252] ppid=14246 vsize=14090948 memory=4211973658613124490 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14252/stat : 14252 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14429130752 38442 33554432000 4194304 4196468 140736345102464 140458093374480 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14253] ppid=14246 vsize=14090948 memory=139932408333952 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14253/stat : 14253 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14429130752 38442 33554432000 4194304 4196468 140736345102464 140458092321936 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14254] ppid=14246 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14254/stat : 14254 (java) S 14246 14249 13692 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620087 14429130752 38442 33554432000 4194304 4196468 140736345102464 140458091268880 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14255] ppid=14246 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14255/stat : 14255 (java) S 14246 14249 13692 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620087 14429130752 38442 33554432000 4194304 4196468 140736345102464 140458090216336 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14256] ppid=14246 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14256/stat : 14256 (java) S 14246 14249 13692 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 243620089 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457611331824 140458497534594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14257] ppid=14246 vsize=14090948 memory=61788159 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14257/stat : 14257 (java) S 14246 14249 13692 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620089 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457610278048 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14258] ppid=14246 vsize=14090948 memory=5864088403404219237 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14258/stat : 14258 (java) S 14246 14249 13692 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620089 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457609224944 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14259] ppid=14246 vsize=14090948 memory=7379822455664371810 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14259/stat : 14259 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457608173520 140458497542043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14260] ppid=14246 vsize=14090948 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/14249/task/14260/stat : 14260 (java) S 14246 14249 13692 0 -1 1077944384 1460 0 0 0 38 1 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457607121648 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14261] ppid=14246 vsize=14090948 memory=8386028100004557105 CPUtime=0.36 cores=0,2,4,6
/proc/14249/task/14261/stat : 14261 (java) S 14246 14249 13692 0 -1 1077944384 1029 0 0 0 36 0 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457606069104 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14262] ppid=14246 vsize=14090948 memory=665094230876092041 CPUtime=0.61 cores=0,2,4,6
/proc/14249/task/14262/stat : 14262 (java) R 14246 14249 13692 0 -1 4202560 2407 0 0 0 60 1 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457605010720 140458477759572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14263] ppid=14246 vsize=14090948 memory=3472566894545875208 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14263/stat : 14263 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457603963744 140458497533653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
[pid=14249/tid=14264] ppid=14246 vsize=14090948 memory=665068864671521930 CPUtime=0 cores=0,2,4,6
/proc/14249/task/14264/stat : 14264 (java) S 14246 14249 13692 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620092 14429130752 38442 33554432000 4194304 4196468 140736345102464 140457602910768 140458497534594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12976128 140736345109584 140736345109769 140736345109769 140736345112527 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 153768 KiB

Child status: 0
Real time (s): 1.45993
CPU time (s): 2.8836
CPU user time (s): 2.78339
CPU system time (s): 0.10021
CPU usage (%): 197.516
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 153768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.78339
system time used= 0.10021
maximum resident set size= 162184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26158
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= 2593
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 14249
#   total CPU time (s): 2.8836
#   total CPU user time (s): 2.78339
#   total CPU system time (s): 0.10021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032028 second user time and 0.052521 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-14 17:29:32
IDJOB=4307656
IDBENCH=141378
IDSOLVER=2790
FILE ID=node106/4307656-1534260572
RUNJOBID= node106-1534258056-13723
PBS_JOBID= 21038127
Free space on /tmp= 42448 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-4-cp_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307656-1534260572/watcher-4307656-1534260572 -o /tmp/evaluation-result-4307656-1534260572/solver-4307656-1534260572 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534258056-13723 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1163733060 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307656-1534260572.xml

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

MD5SUM BENCH= 323265c27f21e70af41ff0037033f3ab
RANDOM SEED=1163733060

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22266308 kB
MemAvailable:   30957956 kB
Buffers:          179424 kB
Cached:          8719632 kB
SwapCached:            0 kB
Active:          5407840 kB
Inactive:        4491848 kB
Active(anon):     947720 kB
Inactive(anon):   105468 kB
Active(file):    4460120 kB
Inactive(file):  4386380 kB
Unevictable:        6964 kB
Mlocked:            6964 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35860 kB
Writeback:             0 kB
AnonPages:       1007956 kB
Mapped:            67880 kB
Shmem:             49632 kB
Slab:             301404 kB
SReclaimable:     273608 kB
SUnreclaim:        27796 kB
KernelStack:        3488 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1857476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 42412 MiB
End job on node106 at 2018-08-14 17:29:34