Trace number 4265690

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)130 2519.8 2520.01

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"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

3.05/3.18	c SAT : Variables: 6513 -- Clauses: 1628263
3.05/3.18	c best=?? lower=0 upper=500 
24.53/24.64	c
24.53/24.64	c This is cosoco 1.12 --  
24.53/24.64	c
24.53/24.64	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265690-1502576129.xml 
24.53/24.64	c enable optimization
24.53/24.64	c ========================================[ Problem Statistics ]===========================================
24.53/24.64	c |                                                                                                       
24.53/24.64	c |  Parse time        :         3.08 s 
24.53/24.64	c |
24.53/24.64	c |               Variables: 13
24.53/24.64	c |            Domain Sizes: 501..501
24.53/24.64	c |
24.53/24.64	c |             Constraints: 2731
24.53/24.64	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 12  -- Ternary: 572
24.53/24.64	c | 
24.53/24.64	c |                   Types: 
24.53/24.64	c |                          (X - Y < k): 12
24.53/24.64	c |                          Intension: 2719
24.53/24.64	c |                          
24.53/24.64	c =========================================================================================================
24.53/24.64	o 158
24.53/24.64	c    1 calls to solver: best=158 lower=0 upper=157 
25.04/25.11	o 153
35.22/35.30	o 142
35.22/35.30	c    3 calls to solver: best=142 lower=0 upper=141 
45.72/45.82	o 135
193.59/193.79	o 134
193.59/193.79	c    5 calls to solver: best=134 lower=0 upper=133 
659.67/659.90	o 132
1320.04/1320.22	o 130
1320.04/1320.22	c    7 calls to solver: best=130 lower=0 upper=129 
2519.78/2520.01	
2519.78/2520.01	c *** INTERRUPTED ***
2519.78/2520.01	c restarts              : 550         
2519.78/2520.01	c conflicts             : 131947       (52 /sec)
2519.78/2520.01	c decisions             : 197575       (78 /sec)
2519.78/2520.01	c propagations          : 10315925    (4094 /sec)
2519.78/2520.01	c root propagations     : 644         
2519.78/2520.01	c filter calls          : 619622782      (245923 /sec)
2519.78/2520.01	c useless filter calls  : 611313490      (98 %)
2519.78/2520.01	c
2519.78/2520.01	c clauses               : 1631896
2519.78/2520.01	c SAT propagations      : 16381
2519.78/2520.01	c SAT conflicts         : 106 (0 learnts)
2519.78/2520.01	c Memory used           : 288.32 MB
2519.78/2520.01	c CPU time              : 2519.58 s
2519.78/2520.01	
2519.78/2520.01	c nb Solutions = 7
2519.78/2520.01	s SATISFIABLE
2519.78/2520.01	c Best value found: 130
2519.78/2520.01	
2519.78/2520.01	
2519.78/2520.01	v <instantiation type='solution' cost='130'>
2519.78/2520.01	v <list>x[0] x[10] x[11] x[12] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2519.78/2520.01	v <values>0 96 117 130 1 3 8 17 23 27 55 66 84 </values>
2519.78/2520.01	v </instantiation>
2519.78/2520.01	

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265690-1502576129/watcher-4265690-1502576129 -o /tmp/evaluation-result-4265690-1502576129/solver-4265690-1502576129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502565162-12624 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265690-1502576129.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
solver pid=16056, runsolver pid=16053
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31642964/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=27612 memory=3856 CPUtime=0.05 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 1177 0 0 0 5 0 0 0 20 0 1 0 59808373 28274688 964 18446744073709551615 4194304 5972588 140730509176432 140730509173080 4967517 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 6903 964 787 435 0 266 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 27612 KiB
Current children cumulated memory: 3856 KiB

[startup+0.209543 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31639988/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=30804 memory=7200 CPUtime=0.16 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 1978 0 0 0 16 0 0 0 20 0 1 0 59808373 31543296 1800 18446744073709551615 4194304 5972588 140730509176432 140730509173080 140135588121573 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 7701 1800 787 435 0 1064 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 30804 KiB
Current children cumulated memory: 7200 KiB

[startup+0.30937 s]*
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31637012/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=33704 memory=10108 CPUtime=0.25 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 2715 0 0 0 25 0 0 0 20 0 1 0 59808373 34512896 2527 18446744073709551615 4194304 5972588 140730509176432 140730509173080 4967517 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 8426 2527 787 435 0 1789 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 33704 KiB
Current children cumulated memory: 10108 KiB

[startup+0.700282 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31631060/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=44896 memory=21176 CPUtime=0.64 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 5496 0 0 0 64 0 0 0 20 0 1 0 59808373 45973504 5294 18446744073709551615 4194304 5972588 140730509176432 140730509169992 4967517 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 11224 5294 787 435 0 4587 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 44896 KiB
Current children cumulated memory: 21176 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31616924/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=68036 memory=44312 CPUtime=1.44 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 11297 0 0 0 143 1 0 0 20 0 1 0 59808373 69668864 11078 18446744073709551615 4194304 5972588 140730509176432 140730509169992 140135588121573 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 17009 11078 787 435 0 10372 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 68036 KiB
Current children cumulated memory: 44312 KiB

[startup+3.10957 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31559636/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=137444 memory=110260 CPUtime=3.05 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 28184 0 0 0 301 4 0 0 20 0 1 0 59808373 140742656 27499 18446744073709551615 4194304 5972588 140730509176432 140730509169992 5280335 0 0 1 0 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 34361 27565 821 435 0 27724 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 137444 KiB
Current children cumulated memory: 110260 KiB

[startup+6.30039 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31411864/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=270812 memory=241920 CPUtime=6.23 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 90621 0 0 0 613 10 0 0 20 0 1 0 59808373 277311488 60480 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965382 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 67703 60480 837 435 0 61066 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 270812 KiB
Current children cumulated memory: 241920 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31399008/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=275960 memory=247204 CPUtime=12.63 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 119289 0 0 0 1251 12 0 0 20 0 1 0 59808373 282583040 61801 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5053094 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 68990 61801 837 435 0 62353 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 275960 KiB
Current children cumulated memory: 247204 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31387224/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=287972 memory=259192 CPUtime=25.43 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 178011 0 0 0 2527 16 0 0 20 0 1 0 59808373 294883328 64798 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4962387 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 71993 64798 838 435 0 65356 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 287972 KiB
Current children cumulated memory: 259192 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16057
/proc/meminfo: memFree=31383828/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=291668 memory=262836 CPUtime=51.03 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 200516 0 0 0 5085 18 0 0 20 0 1 0 59808373 298668032 65709 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4962387 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 72917 65709 838 435 0 66280 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 291668 KiB
Current children cumulated memory: 262836 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16059
/proc/meminfo: memFree=31386184/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=292856 memory=264096 CPUtime=102.21 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 214122 0 0 0 10203 18 0 0 20 0 1 0 59808373 299884544 66024 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965342 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73214 66024 838 435 0 66577 0
Current children cumulated CPU time: 102.21 s
Current children cumulated vsize: 292856 KiB
Current children cumulated memory: 264096 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 16061
/proc/meminfo: memFree=31386104/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=292988 memory=264372 CPUtime=162.19 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 214856 0 0 0 16201 18 0 0 20 0 1 0 59808373 300019712 66093 18446744073709551615 4194304 5972588 140730509176432 140730509173080 4969215 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73247 66093 838 435 0 66610 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 292988 KiB
Current children cumulated memory: 264372 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 16063
/proc/meminfo: memFree=31386708/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=293120 memory=264552 CPUtime=222.2 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 215485 0 0 0 22201 19 0 0 20 0 1 0 59808373 300154880 66138 18446744073709551615 4194304 5972588 140730509176432 140730509163624 4965342 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73280 66138 838 435 0 66643 0
Current children cumulated CPU time: 222.2 s
Current children cumulated vsize: 293120 KiB
Current children cumulated memory: 264552 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 16065
/proc/meminfo: memFree=31386724/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=293252 memory=264596 CPUtime=282.2 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 215990 0 0 0 28201 19 0 0 20 0 1 0 59808373 300290048 66149 18446744073709551615 4194304 5972588 140730509176432 140730509173080 4965744 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73313 66149 838 435 0 66676 0
Current children cumulated CPU time: 282.2 s
Current children cumulated vsize: 293252 KiB
Current children cumulated memory: 264596 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 16067
/proc/meminfo: memFree=31385940/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=293648 memory=265088 CPUtime=342.19 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 216764 0 0 0 34200 19 0 0 20 0 1 0 59808373 300695552 66272 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5099648 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73412 66272 838 435 0 66775 0
Current children cumulated CPU time: 342.19 s
Current children cumulated vsize: 293648 KiB
Current children cumulated memory: 265088 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 16070
/proc/meminfo: memFree=31385636/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=294176 memory=265588 CPUtime=402.19 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 217240 0 0 0 40200 19 0 0 20 0 1 0 59808373 301236224 66397 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5071280 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73544 66397 838 435 0 66907 0
Current children cumulated CPU time: 402.19 s
Current children cumulated vsize: 294176 KiB
Current children cumulated memory: 265588 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16072
/proc/meminfo: memFree=31385092/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=294308 memory=265640 CPUtime=462.18 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 217574 0 0 0 46199 19 0 0 20 0 1 0 59808373 301371392 66410 18446744073709551615 4194304 5972588 140730509176432 140730509173080 5099648 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73577 66410 838 435 0 66940 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 294308 KiB
Current children cumulated memory: 265640 KiB


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

/proc/16056/statm: 73775 66607 838 435 0 67138 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 295100 KiB
Current children cumulated memory: 266428 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 16224
/proc/meminfo: memFree=31386208/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295100 memory=266432 CPUtime=1782.12 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 228316 0 0 0 178191 21 0 0 20 0 1 0 59808373 302182400 66608 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965744 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73775 66608 838 435 0 67138 0
Current children cumulated CPU time: 1782.12 s
Current children cumulated vsize: 295100 KiB
Current children cumulated memory: 266432 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 16226
/proc/meminfo: memFree=31389244/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295100 memory=266436 CPUtime=1842.11 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 229006 0 0 0 184190 21 0 0 20 0 1 0 59808373 302182400 66609 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4908983 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73775 66609 838 435 0 67138 0
Current children cumulated CPU time: 1842.11 s
Current children cumulated vsize: 295100 KiB
Current children cumulated memory: 266436 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16228
/proc/meminfo: memFree=31389616/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=1902.11 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 229639 0 0 0 190190 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5071058 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 1902.11 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16230
/proc/meminfo: memFree=31390484/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=1962.11 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 229928 0 0 0 196190 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965760 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 1962.11 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16232
/proc/meminfo: memFree=31390372/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2022.1 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 230421 0 0 0 202189 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4962352 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2022.1 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2082.3 s]
/proc/loadavg: 1.96 2.00 2.04 3/181 16294
/proc/meminfo: memFree=31391128/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2082.1 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 230938 0 0 0 208189 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965365 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2082.1 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2142.3 s]
/proc/loadavg: 2.33 2.08 2.07 3/181 16296
/proc/meminfo: memFree=31391136/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2142.1 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 231529 0 0 0 214189 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4909602 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2142.1 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2202.3 s]
/proc/loadavg: 2.27 2.12 2.08 3/181 16420
/proc/meminfo: memFree=31390392/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2202.09 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 231879 0 0 0 220188 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4969213 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2202.09 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2262.3 s]
/proc/loadavg: 2.10 2.10 2.08 3/181 16482
/proc/meminfo: memFree=31389500/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2262.09 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 232451 0 0 0 226188 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965342 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2262.09 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/185 16620
/proc/meminfo: memFree=29992176/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2322.09 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 233406 0 0 0 232188 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965648 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2322.09 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/185 16622
/proc/meminfo: memFree=27780120/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2382.08 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 234127 0 0 0 238187 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965365 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2382.08 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/182 16624
/proc/meminfo: memFree=25570996/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2442.08 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 234502 0 0 0 244187 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5053090 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2442.08 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 16626
/proc/meminfo: memFree=23360352/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2502.08 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 235260 0 0 0 250187 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 5053056 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2502.08 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.05 3/182 16627
/proc/meminfo: memFree=22697400/32770624 swapFree=67105588/67108860
[pid=16056] ppid=16053 vsize=295232 memory=266656 CPUtime=2519.78 cores=1,3,5,7
/proc/16056/stat : 16056 (cosoco) R 16053 16056 12560 0 -1 4202496 235623 0 0 0 251957 21 0 0 20 0 1 0 59808373 302317568 66664 18446744073709551615 4194304 5972588 140730509176432 140730509173288 4965365 0 0 1 8405026 0 0 0 17 3 0 0 5 0 0 8070896 8075904 16506880 140730509177284 140730509177384 140730509177384 140730509180878 0
/proc/16056/statm: 73808 66664 838 435 0 67171 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 295232 KiB
Current children cumulated memory: 266656 KiB

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

[startup+2520.01 s]
# the end of solver process 16056 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.58 s, system=0.219988 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.8
CPU user time (s): 2519.58
CPU system time (s): 0.219988
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 295232
Max. memory (cumulated for all children) (KiB): 266656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.58
system time used= 0.219988
maximum resident set size= 266732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235674
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= 65
involuntary context switches= 844


# summary of solver processes directly reported to runsolver:
#   pid: 16056
#   total CPU time (s): 2519.8
#   total CPU user time (s): 2519.58
#   total CPU system time (s): 0.219988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95767 second user time and 18.9633 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 00:01:28
IDJOB=4265690
IDBENCH=126238
IDSOLVER=2655
FILE ID=node126/4265690-1502576129
RUNJOBID= node126-1502565162-12624
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-13-a4.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265690-1502576129/watcher-4265690-1502576129 -o /tmp/evaluation-result-4265690-1502576129/solver-4265690-1502576129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502565162-12624 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265690-1502576129.xml

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=2095213830

node126.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.81
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.81
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.81
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.81
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:        31643340 kB
MemAvailable:   31971736 kB
Buffers:          232016 kB
Cached:           367292 kB
SwapCached:          524 kB
Active:           547712 kB
Inactive:         117788 kB
Active(anon):      13008 kB
Inactive(anon):    78044 kB
Active(file):     534704 kB
Inactive(file):    39744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:        122376 kB
Mapped:            47248 kB
Shmem:             25248 kB
Slab:             165372 kB
SReclaimable:     139568 kB
SUnreclaim:        25804 kB
KernelStack:        3328 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     339664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61944 MiB
End job on node126 at 2017-08-13 00:43:28