Trace number 4265692

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)197 2519.8501 2520.01

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"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

5.59/5.61	c SAT : Variables: 7515 -- Clauses: 1878765
5.59/5.62	c best=?? lower=0 upper=500 
34.09/34.14	c
34.09/34.14	c This is cosoco 1.12 --  
34.09/34.14	c
34.09/34.14	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265692-1502576233.xml 
34.09/34.14	c enable optimization
34.09/34.14	c ========================================[ Problem Statistics ]===========================================
34.09/34.14	c |                                                                                                       
34.09/34.14	c |  Parse time        :         5.54 s 
34.09/34.14	c |
34.09/34.14	c |               Variables: 15
34.09/34.14	c |            Domain Sizes: 501..501
34.09/34.14	c |
34.09/34.14	c |             Constraints: 5021
34.09/34.14	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 14  -- Ternary: 910
34.09/34.14	c | 
34.09/34.14	c |                   Types: 
34.09/34.14	c |                          (X - Y < k): 14
34.09/34.14	c |                          Intension: 5007
34.09/34.14	c |                          
34.09/34.14	c =========================================================================================================
34.09/34.14	o 203
34.09/34.14	c    1 calls to solver: best=203 lower=0 upper=202 
60.58/60.60	o 202
203.98/204.01	o 201
203.98/204.01	c    3 calls to solver: best=201 lower=0 upper=200 
703.44/703.52	o 197
2519.83/2520.01	
2519.83/2520.01	c *** INTERRUPTED ***
2519.83/2520.01	c restarts              : 543         
2519.83/2520.01	c conflicts             : 67526        (27 /sec)
2519.83/2520.01	c decisions             : 93565        (37 /sec)
2519.83/2520.01	c propagations          : 6647597     (2639 /sec)
2519.83/2520.01	c root propagations     : 696         
2519.83/2520.01	c filter calls          : 549822118      (218271 /sec)
2519.83/2520.01	c useless filter calls  : 545138506      (99 %)
2519.83/2520.01	c
2519.83/2520.01	c clauses               : 1882649
2519.83/2520.01	c SAT propagations      : 15769
2519.83/2520.01	c SAT conflicts         : 235 (0 learnts)
2519.83/2520.01	c Memory used           : 459.82 MB
2519.83/2520.01	c CPU time              : 2518.99 s
2519.83/2520.01	
2519.83/2520.01	c nb Solutions = 4
2519.83/2520.01	s SATISFIABLE
2519.83/2520.01	c Best value found: 197
2519.83/2520.01	
2519.83/2520.01	
2519.83/2520.01	v <instantiation type='solution' cost='197'>
2519.83/2520.01	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
2519.83/2520.01	v <values>0 118 133 156 176 197 3 5 9 16 17 35 45 72 94 </values>
2519.83/2520.01	v </instantiation>
2519.83/2520.01	

Verifier Data

OK	197

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265692-1502576233/watcher-4265692-1502576233 -o /tmp/evaluation-result-4265692-1502576233/solver-4265692-1502576233 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24899 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265692-1502576233.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=27049, runsolver pid=27046
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 2.00 2.01 2.05 4/189 27050
/proc/meminfo: memFree=25604900/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=28212 memory=4440 CPUtime=0.1 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1320 0 0 0 10 0 0 0 20 0 1 0 90710969 28889088 1110 33554432000 4194304 5972588 140735948272848 140735948269496 139701284301797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 7053 1110 787 435 0 416 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28212 KiB
Current children cumulated memory: 4440 KiB

[startup+0.209575 s]*
/proc/loadavg: 2.00 2.01 2.05 4/189 27050
/proc/meminfo: memFree=25601544/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=31424 memory=7608 CPUtime=0.21 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 2128 0 0 0 21 0 0 0 20 0 1 0 90710969 32178176 1902 33554432000 4194304 5972588 140735948272848 140735948266408 139701284301797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 7856 1902 787 435 0 1219 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31424 KiB
Current children cumulated memory: 7608 KiB

[startup+0.309173 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25598212/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=34456 memory=10824 CPUtime=0.31 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 2871 0 0 0 31 0 0 0 20 0 1 0 90710969 35282944 2706 33554432000 4194304 5972588 140735948272848 140735948266408 4967517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 8614 2706 787 435 0 1977 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34456 KiB
Current children cumulated memory: 10824 KiB

[startup+0.700287 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25592260/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=45864 memory=22100 CPUtime=0.69 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 5718 0 0 0 69 0 0 0 20 0 1 0 90710969 46964736 5525 33554432000 4194304 5972588 140735948272848 140735948266408 139701284301797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 11466 5525 787 435 0 4829 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45864 KiB
Current children cumulated memory: 22100 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25578000/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=69504 memory=45864 CPUtime=1.49 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 11635 0 0 0 148 1 0 0 20 0 1 0 90710969 71172096 11466 33554432000 4194304 5972588 140735948272848 140735948266408 4967517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 17376 11466 787 435 0 10739 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 69504 KiB
Current children cumulated memory: 45864 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25518892/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=117116 memory=93472 CPUtime=3.1 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 23611 0 0 0 307 3 0 0 20 0 1 0 90710969 119926784 23368 33554432000 4194304 5972588 140735948272848 140735948266408 139701284301797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 29279 23368 787 435 0 22642 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 117116 KiB
Current children cumulated memory: 93472 KiB

[startup+6.3004 s]
/proc/loadavg: 2.00 2.01 2.05 4/189 27050
/proc/meminfo: memFree=25300664/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=340300 memory=314940 CPUtime=6.29 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 93234 0 0 0 619 10 0 0 20 0 1 0 90710969 348467200 78735 33554432000 4194304 5972588 140735948272848 140735948269704 4965880 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 85075 78735 837 435 0 78438 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 340300 KiB
Current children cumulated memory: 314940 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 4/189 27050
/proc/meminfo: memFree=25212556/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=422008 memory=396764 CPUtime=12.68 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 176687 0 0 0 1253 15 0 0 20 0 1 0 90710969 432136192 99191 33554432000 4194304 5972588 140735948272848 140735948269704 4909657 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 105502 99191 837 435 0 98865 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 422008 KiB
Current children cumulated memory: 396764 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25196756/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=437980 memory=412680 CPUtime=25.49 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 222034 0 0 0 2531 18 0 0 20 0 1 0 90710969 448491520 103170 33554432000 4194304 5972588 140735948272848 140735948269704 4968760 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 109495 103170 837 435 0 102858 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 437980 KiB
Current children cumulated memory: 412680 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27050
/proc/meminfo: memFree=25178740/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=453688 memory=428400 CPUtime=51.1 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 298428 0 0 0 5087 23 0 0 20 0 1 0 90710969 464576512 107100 33554432000 4194304 5972588 140735948272848 140735948269704 139701284301797 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 113422 107100 838 435 0 106785 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 453688 KiB
Current children cumulated memory: 428400 KiB

[startup+102.301 s]
/proc/loadavg: 2.04 2.03 2.05 4/189 27051
/proc/meminfo: memFree=25174056/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=457516 memory=432244 CPUtime=102.28 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 360895 0 0 0 10202 26 0 0 20 0 1 0 90710969 468496384 108061 33554432000 4194304 5972588 140735948272848 140735948269704 5053069 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 114379 108061 838 435 0 107742 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 457516 KiB
Current children cumulated memory: 432244 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.05 4/188 27052
/proc/meminfo: memFree=25171768/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=460024 memory=434800 CPUtime=162.27 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 419589 0 0 0 16198 29 0 0 20 0 1 0 90710969 471064576 108700 33554432000 4194304 5972588 140735948272848 140735948269704 4965365 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115006 108700 838 435 0 108369 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 460024 KiB
Current children cumulated memory: 434800 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 27053
/proc/meminfo: memFree=25170676/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=460552 memory=435324 CPUtime=222.27 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 477364 0 0 0 22196 31 0 0 20 0 1 0 90710969 471605248 108831 33554432000 4194304 5972588 140735948272848 140735948269704 4965365 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115138 108831 838 435 0 108501 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 460552 KiB
Current children cumulated memory: 435324 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27054
/proc/meminfo: memFree=25166688/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=462268 memory=437080 CPUtime=282.26 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 536399 0 0 0 28192 34 0 0 20 0 1 0 90710969 473362432 109270 33554432000 4194304 5972588 140735948272848 140735948269704 4965681 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115567 109270 838 435 0 108930 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 462268 KiB
Current children cumulated memory: 437080 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27056
/proc/meminfo: memFree=25166812/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=462532 memory=437348 CPUtime=342.27 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 595210 0 0 0 34189 38 0 0 20 0 1 0 90710969 473632768 109337 33554432000 4194304 5972588 140735948272848 140735948269704 4965423 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115633 109337 838 435 0 108996 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 462532 KiB
Current children cumulated memory: 437348 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 27057
/proc/meminfo: memFree=25165956/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=462928 memory=437732 CPUtime=402.26 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 653610 0 0 0 40185 41 0 0 20 0 1 0 90710969 474038272 109433 33554432000 4194304 5972588 140735948272848 140735948269704 5071058 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115732 109433 838 435 0 109095 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 462928 KiB
Current children cumulated memory: 437732 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 27066
/proc/meminfo: memFree=25164368/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=463192 memory=438056 CPUtime=462.26 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 702737 0 0 0 46182 44 0 0 20 0 1 0 90710969 474308608 109514 33554432000 4194304 5972588 140735948272848 140735948269704 4965342 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 115798 109514 838 435 0 109161 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 463192 KiB
Current children cumulated memory: 438056 KiB


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

/proc/27049/statm: 117646 111400 838 435 0 111009 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 470584 KiB
Current children cumulated memory: 445600 KiB

[startup+1782.3 s]
/proc/loadavg: 2.04 2.11 2.09 4/188 27106
/proc/meminfo: memFree=25152208/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470584 memory=445604 CPUtime=1782.16 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1408424 0 0 0 178133 83 0 0 20 0 1 0 90710969 481878016 111401 33554432000 4194304 5972588 140735948272848 140735948269704 4965342 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117646 111401 838 435 0 111009 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 470584 KiB
Current children cumulated memory: 445604 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.09 2.08 4/188 27107
/proc/meminfo: memFree=25152624/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470584 memory=445616 CPUtime=1842.16 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1408977 0 0 0 184132 84 0 0 20 0 1 0 90710969 481878016 111404 33554432000 4194304 5972588 140735948272848 140735948269704 4965365 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117646 111404 838 435 0 111009 0
Current children cumulated CPU time: 1842.16 s
Current children cumulated vsize: 470584 KiB
Current children cumulated memory: 445616 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/188 27108
/proc/meminfo: memFree=25152828/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470584 memory=445616 CPUtime=1902.16 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1409334 0 0 0 190132 84 0 0 20 0 1 0 90710969 481878016 111404 33554432000 4194304 5972588 140735948272848 140735948269704 4909639 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117646 111404 838 435 0 111009 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 470584 KiB
Current children cumulated memory: 445616 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 27109
/proc/meminfo: memFree=25153004/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470584 memory=445624 CPUtime=1962.15 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1410072 0 0 0 196131 84 0 0 20 0 1 0 90710969 481878016 111406 33554432000 4194304 5972588 140735948272848 140735948269704 4965681 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117646 111406 838 435 0 111009 0
Current children cumulated CPU time: 1962.15 s
Current children cumulated vsize: 470584 KiB
Current children cumulated memory: 445624 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/187 27110
/proc/meminfo: memFree=25152836/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470716 memory=445700 CPUtime=2022.15 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1410644 0 0 0 202131 84 0 0 20 0 1 0 90710969 482013184 111425 33554432000 4194304 5972588 140735948272848 140735948269704 4965342 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117679 111425 838 435 0 111042 0
Current children cumulated CPU time: 2022.15 s
Current children cumulated vsize: 470716 KiB
Current children cumulated memory: 445700 KiB

[startup+2082.3 s]
/proc/loadavg: 2.34 2.12 2.09 3/187 27111
/proc/meminfo: memFree=25152800/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470716 memory=445728 CPUtime=2082.14 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1411086 0 0 0 208130 84 0 0 20 0 1 0 90710969 482013184 111432 33554432000 4194304 5972588 140735948272848 140735948269704 5071040 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117679 111432 838 435 0 111042 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 470716 KiB
Current children cumulated memory: 445728 KiB

[startup+2142.3 s]
/proc/loadavg: 2.31 2.17 2.11 3/187 27112
/proc/meminfo: memFree=25152780/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470716 memory=445732 CPUtime=2142.14 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1411454 0 0 0 214130 84 0 0 20 0 1 0 90710969 482013184 111433 33554432000 4194304 5972588 140735948272848 140735948269704 4909639 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117679 111433 838 435 0 111042 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 470716 KiB
Current children cumulated memory: 445732 KiB

[startup+2202.3 s]
/proc/loadavg: 2.11 2.14 2.10 3/187 27113
/proc/meminfo: memFree=25152912/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470716 memory=445732 CPUtime=2202.14 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1411807 0 0 0 220130 84 0 0 20 0 1 0 90710969 482013184 111433 33554432000 4194304 5972588 140735948272848 140735948269704 4965562 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117679 111433 838 435 0 111042 0
Current children cumulated CPU time: 2202.14 s
Current children cumulated vsize: 470716 KiB
Current children cumulated memory: 445732 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.11 2.10 4/188 27122
/proc/meminfo: memFree=25151548/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470716 memory=445736 CPUtime=2262.14 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1412614 0 0 0 226130 84 0 0 20 0 1 0 90710969 482013184 111434 33554432000 4194304 5972588 140735948272848 140735948269704 4909639 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117679 111434 838 435 0 111042 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 470716 KiB
Current children cumulated memory: 445736 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.09 2.09 3/188 27123
/proc/meminfo: memFree=25152216/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470848 memory=445808 CPUtime=2322.14 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1413168 0 0 0 232129 85 0 0 20 0 1 0 90710969 482148352 111452 33554432000 4194304 5972588 140735948272848 140735948269704 4965342 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117712 111452 838 435 0 111075 0
Current children cumulated CPU time: 2322.14 s
Current children cumulated vsize: 470848 KiB
Current children cumulated memory: 445808 KiB

[startup+2382.3 s]
/proc/loadavg: 1.91 2.05 2.07 3/188 27185
/proc/meminfo: memFree=26636880/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470848 memory=445828 CPUtime=2382.13 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1413641 0 0 0 238128 85 0 0 20 0 1 0 90710969 482148352 111457 33554432000 4194304 5972588 140735948272848 140735948269704 4909657 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117712 111457 838 435 0 111075 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 470848 KiB
Current children cumulated memory: 445828 KiB

[startup+2442.3 s]
/proc/loadavg: 1.97 2.04 2.07 3/188 27208
/proc/meminfo: memFree=26636184/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470848 memory=445828 CPUtime=2442.13 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1414041 0 0 0 244128 85 0 0 20 0 1 0 90710969 482148352 111457 33554432000 4194304 5972588 140735948272848 140735948269704 5070704 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117712 111457 838 435 0 111075 0
Current children cumulated CPU time: 2442.13 s
Current children cumulated vsize: 470848 KiB
Current children cumulated memory: 445828 KiB

[startup+2502.3 s]
/proc/loadavg: 1.99 2.03 2.06 3/188 27209
/proc/meminfo: memFree=26636932/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470848 memory=445828 CPUtime=2502.13 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1414458 0 0 0 250128 85 0 0 20 0 1 0 90710969 482148352 111457 33554432000 4194304 5972588 140735948272848 140735948269704 4965342 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117712 111457 838 435 0 111075 0
Current children cumulated CPU time: 2502.13 s
Current children cumulated vsize: 470848 KiB
Current children cumulated memory: 445828 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.99 2.03 2.06 4/188 27209
/proc/meminfo: memFree=26636932/32770624 swapFree=67108860/67108860
[pid=27049] ppid=27046 vsize=470848 memory=445828 CPUtime=2519.83 cores=1,3,5,7
/proc/27049/stat : 27049 (cosoco) R 27046 27049 24815 0 -1 4202496 1414657 0 0 0 251898 85 0 0 20 0 1 0 90710969 482148352 111457 33554432000 4194304 5972588 140735948272848 140735948269704 4965339 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 35188736 140735948276922 140735948277022 140735948277022 140735948279758 0
/proc/27049/statm: 117712 111457 838 435 0 111075 0
Current children cumulated CPU time: 2519.83 s
Current children cumulated vsize: 470848 KiB
Current children cumulated memory: 445828 KiB

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

[startup+2520.01 s]
# the end of solver process 27049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.99 s, system=0.857957 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.85
CPU user time (s): 2518.99
CPU system time (s): 0.857957
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 470848
Max. memory (cumulated for all children) (KiB): 445828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.99
system time used= 0.857957
maximum resident set size= 445900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1414707
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= 80
involuntary context switches= 1234


# summary of solver processes directly reported to runsolver:
#   pid: 27049
#   total CPU time (s): 2519.85
#   total CPU user time (s): 2518.99
#   total CPU system time (s): 0.857957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5944 second user time and 15.4935 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 00:02:55
IDJOB=4265692
IDBENCH=126245
IDSOLVER=2655
FILE ID=node113/4265692-1502576233
RUNJOBID= node113-1502567255-24899
PBS_JOBID= 20628282
Free space on /tmp= 61808 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-15-a4.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265692-1502576233/watcher-4265692-1502576233 -o /tmp/evaluation-result-4265692-1502576233/solver-4265692-1502576233 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24899 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265692-1502576233.xml

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=900822567

node113.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.89
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.89
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.89
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.89
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:        25606180 kB
MemAvailable:   30454748 kB
Buffers:          125300 kB
Cached:          5015868 kB
SwapCached:            0 kB
Active:          1999008 kB
Inactive:        4732300 kB
Active(anon):    1592940 kB
Inactive(anon):    24988 kB
Active(file):     406068 kB
Inactive(file):  4707312 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:       1430200 kB
Mapped:            44508 kB
Shmem:             25224 kB
Slab:             127596 kB
SReclaimable:     102048 kB
SUnreclaim:        25548 kB
KernelStack:        3600 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2262336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node113 at 2017-08-13 00:44:55