Trace number 4265697

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco-sat 1.12SAT (TO)584 2520.1299 2520.24

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

34.09/34.14	c SAT : Variables: 23023 -- Clauses: 11511523
34.09/34.14	c best=?? lower=0 upper=1000 
1298.34/1298.42	c
1298.34/1298.42	c This is cosoco 1.12 --  
1298.34/1298.42	c
1298.34/1298.42	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265697-1502576264.xml 
1298.34/1298.42	c enable optimization
1298.34/1298.42	c ========================================[ Problem Statistics ]===========================================
1298.34/1298.42	c |                                                                                                       
1298.34/1298.42	c |  Parse time        :        33.36 s 
1298.34/1298.42	c |
1298.34/1298.42	c |               Variables: 23
1298.34/1298.42	c |            Domain Sizes: 1001..1001
1298.34/1298.42	c |
1298.34/1298.42	c |             Constraints: 30131
1298.34/1298.42	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 22  -- Ternary: 3542
1298.34/1298.42	c | 
1298.34/1298.42	c |                   Types: 
1298.34/1298.42	c |                          (X - Y < k): 22
1298.34/1298.42	c |                          Intension: 30109
1298.34/1298.42	c |                          
1298.34/1298.42	c =========================================================================================================
1298.34/1298.42	o 636
1298.34/1298.42	c    1 calls to solver: best=636 lower=0 upper=635 
1313.95/1314.10	o 620
1669.54/1669.65	o 605
1669.54/1669.65	c    3 calls to solver: best=605 lower=0 upper=604 
1723.74/1723.81	o 584
2519.88/2520.00	
2519.88/2520.00	c *** INTERRUPTED ***
2519.88/2520.00	c restarts              : 430         
2519.88/2520.00	c conflicts             : 4132         (2 /sec)
2519.88/2520.00	c decisions             : 9104         (4 /sec)
2519.88/2520.00	c propagations          : 6838157     (2725 /sec)
2519.88/2520.00	c root propagations     : 1484        
2519.88/2520.00	c filter calls          : 380413698      (151575 /sec)
2519.88/2520.00	c useless filter calls  : 379374627      (99 %)
2519.88/2520.00	c
2519.88/2520.00	c clauses               : 11513487
2519.88/2520.00	c SAT propagations      : 23126
2519.88/2520.00	c SAT conflicts         : 13 (0 learnts)
2519.88/2520.00	c Memory used           : 4777.93 MB
2519.88/2520.00	c CPU time              : 2509.74 s
2519.88/2520.00	
2519.88/2520.00	c nb Solutions = 4
2519.88/2520.00	s SATISFIABLE
2519.88/2520.00	c Best value found: 584
2519.88/2520.00	
2519.88/2520.00	
2519.88/2520.00	v <instantiation type='solution' cost='584'>
2519.88/2520.00	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[1] x[20] x[21] x[22] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2519.88/2520.00	v <values>0 108 130 150 204 227 256 315 339 376 432 3 518 556 584 5 9 16 17 35 50 60 81 </values>
2519.88/2520.00	v </instantiation>
2519.88/2520.00	

Verifier Data

OK	584

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265697-1502576264/watcher-4265697-1502576264 -o /tmp/evaluation-result-4265697-1502576264/solver-4265697-1502576264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24061 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265697-1502576264.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=25735, runsolver pid=25732

[startup+0.100682 s]*
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18161400/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=27680 memory=3588 CPUtime=0.1 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1123 0 0 0 10 0 0 0 20 0 1 0 90714207 28344320 897 33554432000 4194304 5972588 140725432840368 140725432836936 5496960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 6920 897 716 435 0 283 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27680 KiB
Current children cumulated memory: 3588 KiB

[startup+0.209323 s]*
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18161400/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=28136 memory=4232 CPUtime=0.21 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1290 0 0 0 21 0 0 0 20 0 1 0 90714207 28811264 1058 33554432000 4194304 5972588 140725432840368 140725432836936 140576966757376 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 7034 1058 716 435 0 397 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28136 KiB
Current children cumulated memory: 4232 KiB

[startup+0.308801 s]*
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18160672/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=28916 memory=4548 CPUtime=0.31 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1495 0 0 0 31 0 0 0 20 0 1 0 90714207 29609984 1137 33554432000 4194304 5972588 140725432840368 140725432836936 5412896 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 7229 1137 716 435 0 592 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28916 KiB
Current children cumulated memory: 4548 KiB

[startup+0.700312 s]
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18158812/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=41364 memory=17744 CPUtime=0.68 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 4756 0 0 0 68 0 0 0 20 0 1 0 90714207 42356736 4436 33554432000 4194304 5972588 140725432840368 140725432836936 4967517 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 10341 4436 786 435 0 3704 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41364 KiB
Current children cumulated memory: 17744 KiB

[startup+1.50031 s]
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18130168/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=87632 memory=63944 CPUtime=1.49 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 16324 0 0 0 147 2 0 0 20 0 1 0 90714207 89735168 15986 33554432000 4194304 5972588 140725432840368 140725432836936 140576966319077 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 21908 15986 786 435 0 15271 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 87632 KiB
Current children cumulated memory: 63944 KiB

[startup+3.10941 s]
/proc/loadavg: 2.25 2.05 2.05 3/188 25736
/proc/meminfo: memFree=18014476/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=180688 memory=157064 CPUtime=3.09 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 39668 0 0 0 305 4 0 0 20 0 1 0 90714207 185024512 39266 33554432000 4194304 5972588 140725432840368 140725432833928 140576967062913 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 45172 39266 786 435 0 38535 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 180688 KiB
Current children cumulated memory: 157064 KiB

[startup+6.30028 s]
/proc/loadavg: 2.23 2.05 2.05 3/188 25736
/proc/meminfo: memFree=17840752/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=364924 memory=341108 CPUtime=6.29 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 85848 0 0 0 618 11 0 0 20 0 1 0 90714207 373682176 85277 33554432000 4194304 5972588 140725432840368 140725432833928 4967517 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 91231 85277 786 435 0 84594 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 364924 KiB
Current children cumulated memory: 341108 KiB

[startup+12.7003 s]
/proc/loadavg: 2.21 2.05 2.05 3/188 25736
/proc/meminfo: memFree=17494232/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=734312 memory=710624 CPUtime=12.69 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 178345 0 0 0 1244 25 0 0 20 0 1 0 90714207 751935488 177656 33554432000 4194304 5972588 140725432840368 140725432833928 4967517 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 183578 177656 786 435 0 176941 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 734312 KiB
Current children cumulated memory: 710624 KiB

[startup+25.5003 s]
/proc/loadavg: 2.16 2.04 2.05 3/188 25736
/proc/meminfo: memFree=16745080/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=1470536 memory=1446804 CPUtime=25.48 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 362702 0 0 0 2501 47 0 0 20 0 1 0 90714207 1505828864 361701 33554432000 4194304 5972588 140725432840368 140725432833928 4967517 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 367634 361701 786 435 0 360997 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 1470536 KiB
Current children cumulated memory: 1446804 KiB

[startup+51.1095 s]
/proc/loadavg: 2.11 2.04 2.05 3/188 25736
/proc/meminfo: memFree=14468544/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=3770860 memory=3700288 CPUtime=51.09 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1078300 0 0 0 4985 124 0 0 20 0 1 0 90714207 3861360640 925072 33554432000 4194304 5972588 140725432840368 140725432837224 4909584 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 942715 925072 838 435 0 936078 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 3770860 KiB
Current children cumulated memory: 3700288 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 25737
/proc/meminfo: memFree=14087972/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4140988 memory=4070360 CPUtime=102.27 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1495448 0 0 0 10077 150 0 0 20 0 1 0 90714207 4240371712 1017590 33554432000 4194304 5972588 140725432840368 140725432837224 4965744 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1035247 1017590 838 435 0 1028610 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 4140988 KiB
Current children cumulated memory: 4070360 KiB

[startup+162.3 s]
/proc/loadavg: 2.46 2.17 2.09 3/187 25738
/proc/meminfo: memFree=14004748/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4223884 memory=4153288 CPUtime=162.26 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 1889798 0 0 0 16053 173 0 0 20 0 1 0 90714207 4325257216 1038322 33554432000 4194304 5972588 140725432840368 140725432837224 5071280 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1055971 1038322 838 435 0 1049334 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 4223884 KiB
Current children cumulated memory: 4153288 KiB

[startup+222.3 s]
/proc/loadavg: 2.17 2.14 2.08 3/187 25739
/proc/meminfo: memFree=13899016/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4326448 memory=4255908 CPUtime=222.26 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 2350070 0 0 0 22028 198 0 0 20 0 1 0 90714207 4430282752 1063977 33554432000 4194304 5972588 140725432840368 140725432837224 4909639 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1081612 1063977 838 435 0 1074975 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 4326448 KiB
Current children cumulated memory: 4255908 KiB

[startup+282.3 s]
/proc/loadavg: 2.12 2.13 2.08 3/187 25741
/proc/meminfo: memFree=13801428/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4423600 memory=4353024 CPUtime=282.25 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 2840491 0 0 0 28003 222 0 0 20 0 1 0 90714207 4529766400 1088256 33554432000 4194304 5972588 140725432840368 140725432837224 4965347 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1105900 1088256 838 435 0 1099263 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 4423600 KiB
Current children cumulated memory: 4353024 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/187 25742
/proc/meminfo: memFree=13766376/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4458184 memory=4387672 CPUtime=342.26 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 3265237 0 0 0 33984 242 0 0 20 0 1 0 90714207 4565180416 1096918 33554432000 4194304 5972588 140725432840368 140725432837224 5070704 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1114546 1096918 838 435 0 1107909 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 4458184 KiB
Current children cumulated memory: 4387672 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.09 2.07 3/187 25751
/proc/meminfo: memFree=13758684/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4463596 memory=4393020 CPUtime=402.25 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 3654115 0 0 0 39966 259 0 0 20 0 1 0 90714207 4570722304 1098255 33554432000 4194304 5972588 140725432840368 140725432837224 4962387 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1115899 1098255 838 435 0 1109262 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 4463596 KiB
Current children cumulated memory: 4393020 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/187 25752
/proc/meminfo: memFree=13706500/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4517056 memory=4446472 CPUtime=462.25 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 4099020 0 0 0 45942 283 0 0 20 0 1 0 90714207 4625465344 1111618 33554432000 4194304 5972588 140725432840368 140725432837224 4965362 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1129264 1111618 838 435 0 1122627 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 4517056 KiB
Current children cumulated memory: 4446472 KiB


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

/proc/meminfo: memFree=13346860/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4871212 memory=4800704 CPUtime=1782.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 13629099 0 0 0 177477 747 0 0 20 0 1 0 90714207 4988121088 1200176 33554432000 4194304 5972588 140725432840368 140725432837224 4909624 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1217803 1200176 839 435 0 1211166 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 4871212 KiB
Current children cumulated memory: 4800704 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25792
/proc/meminfo: memFree=13341576/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4876228 memory=4805612 CPUtime=1842.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 14123455 0 0 0 183457 767 0 0 20 0 1 0 90714207 4993257472 1201403 33554432000 4194304 5972588 140725432840368 140725432837224 4968704 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1219057 1201403 839 435 0 1212420 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 4876228 KiB
Current children cumulated memory: 4805612 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25793
/proc/meminfo: memFree=13340784/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4876228 memory=4805672 CPUtime=1902.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 14265165 0 0 0 189450 774 0 0 20 0 1 0 90714207 4993257472 1201418 33554432000 4194304 5972588 140725432840368 140725432837224 4909639 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1219057 1201418 839 435 0 1212420 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 4876228 KiB
Current children cumulated memory: 4805672 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25794
/proc/meminfo: memFree=13339944/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4877020 memory=4806516 CPUtime=1962.25 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 14816142 0 0 0 195420 805 0 0 20 0 1 0 90714207 4994068480 1201629 33554432000 4194304 5972588 140725432840368 140725432837224 4965365 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1219255 1201629 839 435 0 1212618 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 4877020 KiB
Current children cumulated memory: 4806516 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25795
/proc/meminfo: memFree=13334776/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4881640 memory=4811132 CPUtime=2022.25 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 15299391 0 0 0 201395 830 0 0 20 0 1 0 90714207 4998799360 1202783 33554432000 4194304 5972588 140725432840368 140725432837224 4962170 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1220410 1202783 839 435 0 1213773 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 4881640 KiB
Current children cumulated memory: 4811132 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25796
/proc/meminfo: memFree=13334244/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4882300 memory=4811780 CPUtime=2082.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 15731601 0 0 0 207374 850 0 0 20 0 1 0 90714207 4999475200 1202945 33554432000 4194304 5972588 140725432840368 140725432837224 4909180 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1220575 1202945 839 435 0 1213938 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 4882300 KiB
Current children cumulated memory: 4811780 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25797
/proc/meminfo: memFree=13333660/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4882564 memory=4811984 CPUtime=2142.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 16294120 0 0 0 213345 879 0 0 20 0 1 0 90714207 4999745536 1202996 33554432000 4194304 5972588 140725432840368 140725432837224 5071056 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1220641 1202996 839 435 0 1214004 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 4882564 KiB
Current children cumulated memory: 4811984 KiB

[startup+2202.3 s]
/proc/loadavg: 2.15 2.05 2.06 3/187 25866
/proc/meminfo: memFree=26992152/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4883620 memory=4813060 CPUtime=2202.24 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 16794857 0 0 0 219320 904 0 0 20 0 1 0 90714207 5000826880 1203265 33554432000 4194304 5972588 140725432840368 140725432837224 4969209 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1220905 1203265 839 435 0 1214268 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 4883620 KiB
Current children cumulated memory: 4813060 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 25867
/proc/meminfo: memFree=26875604/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4887580 memory=4816964 CPUtime=2262.22 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 17304074 0 0 0 225296 926 0 0 20 0 1 0 90714207 5004881920 1204241 33554432000 4194304 5972588 140725432840368 140725432837224 4962381 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1221895 1204241 839 435 0 1215258 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 4887580 KiB
Current children cumulated memory: 4816964 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 25868
/proc/meminfo: memFree=26869372/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4891408 memory=4820856 CPUtime=2322.2 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 17786333 0 0 0 231270 950 0 0 20 0 1 0 90714207 5008801792 1205214 33554432000 4194304 5972588 140725432840368 140725432837224 4965681 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1222852 1205214 839 435 0 1216215 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 4891408 KiB
Current children cumulated memory: 4820856 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 25869
/proc/meminfo: memFree=26867780/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4891936 memory=4821380 CPUtime=2382.19 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 18265550 0 0 0 237247 972 0 0 20 0 1 0 90714207 5009342464 1205345 33554432000 4194304 5972588 140725432840368 140725432837224 4969252 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1222984 1205345 839 435 0 1216347 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 4891936 KiB
Current children cumulated memory: 4821380 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25870
/proc/meminfo: memFree=26867628/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4892464 memory=4821964 CPUtime=2442.18 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 18689858 0 0 0 243225 993 0 0 20 0 1 0 90714207 5009883136 1205491 33554432000 4194304 5972588 140725432840368 140725432837224 4909624 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1223116 1205491 839 435 0 1216479 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 4892464 KiB
Current children cumulated memory: 4821964 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25871
/proc/meminfo: memFree=26866932/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4892596 memory=4822032 CPUtime=2502.17 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 19131225 0 0 0 249204 1013 0 0 20 0 1 0 90714207 5010018304 1205508 33554432000 4194304 5972588 140725432840368 140725432837224 4965365 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1223149 1205508 839 435 0 1216512 0
Current children cumulated CPU time: 2502.17 s
Current children cumulated vsize: 4892596 KiB
Current children cumulated memory: 4822032 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25871
/proc/meminfo: memFree=26866748/32770624 swapFree=67108860/67108860
[pid=25735] ppid=25732 vsize=4892596 memory=4822052 CPUtime=2519.88 cores=1,3,5,7
/proc/25735/stat : 25735 (cosoco) R 25732 25735 23976 0 -1 4202496 19153965 0 0 0 250973 1015 0 0 20 0 1 0 90714207 5010018304 1205513 33554432000 4194304 5972588 140725432840368 140725432837224 5053069 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 14106624 140725432841402 140725432841502 140725432841502 140725432844238 0
/proc/25735/statm: 1223149 1205513 839 435 0 1216512 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 4892596 KiB
Current children cumulated memory: 4822052 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.24 s]
# the end of solver process 25735 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.74 s, system=10.3858 s

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

[startup+2520.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25871
/proc/meminfo: memFree=29189932/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 2520.24
CPU time (s): 2520.13
CPU user time (s): 2509.74
CPU system time (s): 10.3858
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 4892596
Max. memory (cumulated for all children) (KiB): 4822052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.74
system time used= 10.3858
maximum resident set size= 4822120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19154011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86
involuntary context switches= 1394


# summary of solver processes directly reported to runsolver:
#   pid: 25735
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2509.74
#   total CPU system time (s): 10.3858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90176 second user time and 18.0814 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 00:03:26
IDJOB=4265697
IDBENCH=126248
IDSOLVER=2655
FILE ID=node115/4265697-1502576264
RUNJOBID= node115-1502567253-24061
PBS_JOBID= 20628280
Free space on /tmp= 61896 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265697-1502576264/watcher-4265697-1502576264 -o /tmp/evaluation-result-4265697-1502576264/solver-4265697-1502576264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24061 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265697-1502576264.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=729811168

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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:        18162964 kB
MemAvailable:   18281844 kB
Buffers:           79284 kB
Cached:           334968 kB
SwapCached:            0 kB
Active:         14034656 kB
Inactive:         123872 kB
Active(anon):   13690376 kB
Inactive(anon):    81292 kB
Active(file):     344280 kB
Inactive(file):    42580 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3496 kB
Writeback:             0 kB
AnonPages:      13735396 kB
Mapped:            43876 kB
Shmem:             25224 kB
Slab:             120808 kB
SReclaimable:      95712 kB
SUnreclaim:        25096 kB
KernelStack:        3376 kB
PageTables:        31676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   15635900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2680832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61892 MiB
End job on node115 at 2017-08-13 00:45:27