Trace number 4248045

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
R1: AbsCon-basic 2017-06-11SAT 3.13347 1.29513

DiagnosticValue
WRONG_DECISIONS15

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-SF/
Subisomorphism-A-15.xml
MD5SUM31fe6553e55375ea7453a010bd43cd35
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.061519001
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints549
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":180}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":7},{"degree":5,"count":33},{"degree":6,"count":70},{"degree":8,"count":38},{"degree":9,"count":23},{"degree":10,"count":8}]
Minimum constraint arity1
Maximum constraint arity180
Distribution of constraint arities[{"arity":1,"count":69},{"arity":2,"count":479},{"arity":180,"count":1}]
Number of extensional constraints548
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":548},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.27	
0.28/0.27	AbsCon 2 
0.28/0.27	
1.13/0.66	  Solving XCSP3-instance-4248045-1500728580 as a CSP
1.13/0.66	  Loading variables...
1.35/0.70	  Loading constraints...
1.63/0.88	  Solver SolverBacktrack being built...
1.63/0.88	
2.31/1.07	  Preprocessing : gac=true, ccks=14560, filters=421, revisions=1373 (useless=952), AC=11782, removals=11782, inconsistent=false
2.31/1.07	
2.92/1.27	
2.92/1.27	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 140 32 92 68 172 44 185 88 55 26 76 84 117 195 4 78 107 95 121 174 173 17 159 134 197 133 48 136 171 77 33 168 187 9 85 193 192 59 15 167 115 7 40 0 54 186 73 12 137 146 177 36 148 99 111 152 18 45 62 75 13 147 89 198 82 170 109 189 52 184 176 132 64 125 175 14 138 105 153 199 86 196 155 28 165 90 178 100 94 57 19 87 25 42 39 56 16 3 181 37 158 6 116 50 21 46 180 103 124 112 160 114 27 108 154 139 142 101 29 135 71 31 8 102 98 43 58 74 144 150 20 93 38 61 156 183 161 91 22 83 123 70 79 63 188 23 157 169 97 120 41 47 66 30 11 166 65 151 60 130 131 128 53 34 72 122 69 179 10 164 35 51 127 191 5 2 119 110 143 145 </values>  </instantiation>
2.92/1.27	s SATISFIABLE
2.92/1.27	
2.92/1.27	d WRONG_DECISIONS 15

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248045-1500728580/watcher-4248045-1500728580 -o /tmp/evaluation-result-4248045-1500728580/solver-4248045-1500728580 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500718396-18722 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4248045-1500728580.xml 

pid=20318
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 2093 0 0 0 0 0 0 0 20 0 2 0 8125629 8550137856 2310 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2087436 2376 1198 1 0 2076347 0
[pid=20321/tid=20322] ppid=20318 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) R 20318 20321 18691 0 -1 4202560 869 0 0 0 0 0 0 0 20 0 2 0 8125629 8550137856 2442 33554432000 4194304 4196468 140722544206400 139865678793120 139865666840480 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0

[startup+0.100062 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 4714 0 0 0 8 1 0 0 20 0 20 0 8125629 11162066944 5816 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2725114 5816 2634 1 0 2713552 0
[pid=20321/tid=20322] ppid=20318 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) R 20318 20321 18691 0 -1 4202560 2794 0 0 0 7 1 0 0 20 0 20 0 8125629 11162066944 5816 33554432000 4194304 4196468 140722544206400 139865678793312 139865667229045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200415 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=10900580 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 7709 0 0 0 25 3 0 0 20 0 20 0 8125629 11162193920 9098 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2725145 9098 2883 1 0 2713552 0
[pid=20321/tid=20322] ppid=20318 vsize=10900580 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) R 20318 20321 18691 0 -1 4202560 4828 0 0 0 16 1 0 0 20 0 20 0 8125629 11162193920 9098 33554432000 4194304 4196468 140722544206400 139865678783008 139865658631518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10900580

[startup+0.300364 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=10969228 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 8523 0 0 0 43 4 0 0 20 0 21 0 8125629 11232489472 13348 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2742307 13348 2989 1 0 2730193 0
[pid=20321/tid=20322] ppid=20318 vsize=10969228 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) S 20318 20321 18691 0 -1 1077944384 5152 0 0 0 23 2 0 0 20 0 21 0 8125629 11232489472 13348 33554432000 4194304 4196468 140722544206400 139865678793904 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.7002 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=10971352 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 11533 0 0 0 130 5 0 0 20 0 21 0 8125629 11234664448 19314 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2742838 19314 3095 1 0 2730705 0
[pid=20321/tid=20322] ppid=20318 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) S 20318 20321 18691 0 -1 1077944384 5152 0 0 0 23 2 0 0 20 0 21 0 8125629 11234664448 19314 33554432000 4194304 4196468 140722544206400 139865678793904 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10971352

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20321 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800395 s]
/proc/loadavg: 2.01 2.02 2.05 3/264 20321
/proc/meminfo: memFree=31255920/32770624 swapFree=5788/399592
[pid=20321] ppid=20318 vsize=10971352 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 12091 0 0 0 157 6 0 0 20 0 21 0 8125629 11234664448 20852 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2742838 20852 3101 1 0 2730705 0
[pid=20321/tid=20322] ppid=20318 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) S 20318 20321 18691 0 -1 1077944384 5152 0 0 0 23 2 0 0 20 0 21 0 8125629 11234664448 20852 33554432000 4194304 4196468 140722544206400 139865678793904 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10971352

[startup+1.20929 s]
/proc/loadavg: 2.01 2.02 2.05 6/285 20342
/proc/meminfo: memFree=31166260/32770624 swapFree=5788/399684
[pid=20321] ppid=20318 vsize=10973400 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/20321/stat : 20321 (java) S 20318 20321 18691 0 -1 1077944320 13387 0 0 0 286 6 0 0 20 0 21 0 8125629 11236761600 26743 33554432000 4194304 4196468 140722544206400 140722544188944 139865674551031 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
/proc/20321/statm: 2743350 26743 3128 1 0 2731217 0
[pid=20321/tid=20322] ppid=20318 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20322/stat : 20322 (java) S 20318 20321 18691 0 -1 1077944384 5152 0 0 0 23 2 0 0 20 0 21 0 8125629 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865678793904 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20324] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20324/stat : 20324 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865611242512 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20325] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20325/stat : 20325 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865280605328 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20326] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20326/stat : 20326 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865279552272 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20327] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20327/stat : 20327 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865278499728 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20328] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20328/stat : 20328 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865277446672 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20329] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20329/stat : 20329 (java) S 20318 20321 18691 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865276394128 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20330] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20330/stat : 20330 (java) S 20318 20321 18691 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865275341072 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20331] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20331/stat : 20331 (java) S 20318 20321 18691 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 8125630 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865274288528 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20332] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20332/stat : 20332 (java) S 20318 20321 18691 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 8125633 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865217383152 139865674562178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20333] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20333/stat : 20333 (java) S 20318 20321 18691 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 8125633 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865216329376 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20334] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20334/stat : 20334 (java) S 20318 20321 18691 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 8125634 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865215276272 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20335] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20335/stat : 20335 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125637 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865214224848 139865674569627 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20336] ppid=20318 vsize=10973400 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20336/stat : 20336 (java) R 20318 20321 18691 0 -1 4202560 1078 0 0 0 42 0 0 0 20 0 21 0 8125637 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865213157976 139865653796946 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20337] ppid=20318 vsize=10973400 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20337/stat : 20337 (java) R 20318 20321 18691 0 -1 4202560 1147 0 0 0 48 0 0 0 20 0 21 0 8125637 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865212105288 139865656095484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20338] ppid=20318 vsize=10973400 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20338/stat : 20338 (java) S 20318 20321 18691 0 -1 1077944384 828 0 0 0 34 0 0 0 20 0 21 0 8125637 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865211066352 139865674562178 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20339] ppid=20318 vsize=10973400 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20339/stat : 20339 (java) S 20318 20321 18691 0 -1 1077944384 1724 0 0 0 46 0 0 0 20 0 21 0 8125637 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865210013808 139865674562178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20340] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20340/stat : 20340 (java) S 20318 20321 18691 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 8125638 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865208962016 139865674561237 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20341] ppid=20318 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20341/stat : 20341 (java) S 20318 20321 18691 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 8125638 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865140227248 139865674562178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
[pid=20321/tid=20342] ppid=20318 vsize=10973400 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/20321/task/20342/stat : 20342 (java) R 20318 20321 18691 0 -1 4202560 2075 0 0 0 91 1 0 0 20 0 21 0 8125656 11236761600 26743 33554432000 4194304 4196468 140722544206400 139865137034456 139865296322992 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7524352 140722544215235 140722544215364 140722544215364 140722544218063 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 10973400

Child status: 0
Real time (s): 1.29513
CPU time (s): 3.13347
CPU user time (s): 3.05845
CPU system time (s): 0.075016
CPU usage (%): 241.942
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.05845
system time used= 0.075016
maximum resident set size= 110700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13717
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= 2995
involuntary context switches= 259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.011492 second user time and 0.019154 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 15:03:00
IDJOB=4248045
IDBENCH=131302
IDSOLVER=2624
FILE ID=node125/4248045-1500728580
RUNJOBID= node125-1500718396-18722
PBS_JOBID= 20623368
Free space on /tmp= 61968 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-SF/Subisomorphism-A-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248045-1500728580/watcher-4248045-1500728580 -o /tmp/evaluation-result-4248045-1500728580/solver-4248045-1500728580 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500718396-18722 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4248045-1500728580.xml

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

MD5SUM BENCH= 31fe6553e55375ea7453a010bd43cd35
RANDOM SEED=1758977958

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31256292 kB
MemAvailable:   31736132 kB
Buffers:          191200 kB
Cached:           565148 kB
SwapCached:            0 kB
Active:           662620 kB
Inactive:         408348 kB
Active(anon):     317732 kB
Inactive(anon):     8756 kB
Active(file):     344888 kB
Inactive(file):   399592 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7572 kB
Writeback:             0 kB
AnonPages:        321436 kB
Mapped:            42708 kB
Shmem:              8840 kB
Slab:             135268 kB
SReclaimable:     102392 kB
SUnreclaim:        32876 kB
KernelStack:        4592 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 61960 MiB
End job on node125 at 2017-07-22 15:03:01