Trace number 4265681

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.12? (TO) 2520.3401 2520.46

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-25-a3.xml
MD5SUM6f45dc36d2c69d93d2d76d2d98e801df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark643
Best CPU time to get the best result obtained on this benchmark19979.6
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints303
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":300},{"size":1001,"count":25}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":325},{"degree":2,"count":300},{"degree":25,"count":23},{"degree":26,"count":2}]
Minimum constraint arity1
Maximum constraint arity300
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":300},{"arity":25,"count":1},{"arity":300,"count":1}]
Number of extensional constraints0
Number of intensional constraints301
Distribution of constraint types[{"type":"intension","count":301},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

24.67/24.72	c SAT : Variables: 650025 -- Clauses: 324700650
24.67/24.73	c best=?? lower=0 upper=1000 
2519.88/2520.01	c
2519.88/2520.01	c This is cosoco 1.12 --  
2519.88/2520.01	c
2519.88/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265681-1502575939.xml 
2519.88/2520.01	c enable optimization
2519.88/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.88/2520.01	c |                                                                                                       
2519.88/2520.01	c |  Parse time        :        21.20 s 
2519.88/2520.01	c |
2519.88/2520.01	c |               Variables: 650
2519.88/2520.01	c |            Domain Sizes: 1000..1001
2519.88/2520.01	c |
2519.88/2520.01	c |             Constraints: 327
2519.88/2520.01	c |                   Arity: 1..300  -- Unary: 2  -- Binary: 24  -- Ternary: 300
2519.88/2520.01	c | 
2519.88/2520.01	c |                   Types: 
2519.88/2520.01	c |                          (X - Y < k): 24
2519.88/2520.01	c |                          All Different: 1
2519.88/2520.01	c |                          Intension: 302
2519.88/2520.01	c |                          
2519.88/2520.01	c =========================================================================================================
2519.88/2520.01	
2519.88/2520.01	c *** INTERRUPTED ***
2519.88/2520.01	c restarts              : 587         
2519.88/2520.01	c conflicts             : 4291106      (1706 /sec)
2519.88/2520.01	c decisions             : 4819922      (1916 /sec)
2519.88/2520.01	c propagations          : 14901677112 (5922914 /sec)
2519.88/2520.01	c root propagations     : 1576        
2519.88/2520.01	c filter calls          : 650139856      (258409 /sec)
2519.88/2520.01	c useless filter calls  : 608441909      (93 %)
2519.88/2520.01	c
2519.88/2520.01	c clauses               : 324751215
2519.88/2520.01	c SAT propagations      : 48054
2519.88/2520.01	c SAT conflicts         : 4 (0 learnts)
2519.88/2520.01	c Memory used           : 14957.46 MB
2519.88/2520.01	c CPU time              : 2515.94 s
2519.88/2520.01	
2519.88/2520.01	c No Bound found!
2519.88/2520.01	
2519.88/2520.01	s UNKNOWN

Verifier Data


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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25636, runsolver pid=25633

[startup+0.10011 s]*
/proc/loadavg: 1.89 1.98 2.03 3/188 25637
/proc/meminfo: memFree=31845304/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=37092 memory=13388 CPUtime=0.1 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 3550 0 0 0 10 0 0 0 20 0 1 0 90681641 37982208 3347 33554432000 4194304 5972588 140722049296672 140722049293320 139802139958245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 9273 3347 787 435 0 2636 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37092 KiB
Current children cumulated memory: 13388 KiB

[startup+0.209712 s]*
/proc/loadavg: 1.89 1.98 2.03 3/188 25637
/proc/meminfo: memFree=31839724/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=42456 memory=18740 CPUtime=0.21 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 4890 0 0 0 21 0 0 0 20 0 1 0 90681641 43474944 4685 33554432000 4194304 5972588 140722049296672 140722049293320 139802139958245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 10614 4685 787 435 0 3977 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42456 KiB
Current children cumulated memory: 18740 KiB

[startup+0.309457 s]*
/proc/loadavg: 1.89 1.98 2.03 3/188 25637
/proc/meminfo: memFree=31834708/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=47280 memory=23560 CPUtime=0.31 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 6110 0 0 0 31 0 0 0 20 0 1 0 90681641 48414720 5890 33554432000 4194304 5972588 140722049296672 140722049293320 139802139958245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 11820 5890 787 435 0 5183 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 47280 KiB
Current children cumulated memory: 23560 KiB

[startup+0.700338 s]
/proc/loadavg: 1.89 1.98 2.03 3/188 25637
/proc/meminfo: memFree=31730644/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=322844 memory=243344 CPUtime=0.69 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 42143 0 0 0 63 6 0 0 20 0 1 0 90681641 330592256 60836 33554432000 4194304 5972588 140722049296672 140722049293320 5280404 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 80711 60836 824 435 0 74074 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 322844 KiB
Current children cumulated memory: 243344 KiB

[startup+1.50033 s]
/proc/loadavg: 1.89 1.98 2.03 3/188 25637
/proc/meminfo: memFree=31431680/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=858052 memory=719072 CPUtime=1.49 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 108925 0 0 0 129 20 0 0 20 0 1 0 90681641 878645248 179768 33554432000 4194304 5972588 140722049296672 140722049293320 139802139958245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 214513 179768 824 435 0 207876 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 858052 KiB
Current children cumulated memory: 719072 KiB

[startup+3.10961 s]
/proc/loadavg: 1.89 1.98 2.03 3/187 25637
/proc/meminfo: memFree=30272856/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=2032068 memory=1639604 CPUtime=3.09 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 235891 0 0 0 265 44 0 0 20 0 1 0 90681641 2080837632 409901 33554432000 4194304 5972588 140722049296672 140722049293464 139802140027435 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 508017 409901 824 435 0 501380 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2032068 KiB
Current children cumulated memory: 1639604 KiB

[startup+6.30032 s]
/proc/loadavg: 1.90 1.98 2.03 3/187 25637
/proc/meminfo: memFree=28562860/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=3840576 memory=3455932 CPUtime=6.28 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 482216 0 0 0 539 89 0 0 20 0 1 0 90681641 3932749824 863983 33554432000 4194304 5972588 140722049296672 140722049293464 139802140027435 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 960144 863983 824 435 0 953507 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 3840576 KiB
Current children cumulated memory: 3455932 KiB

[startup+12.7004 s]
/proc/loadavg: 1.83 1.97 2.03 3/187 25637
/proc/meminfo: memFree=25211856/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=8420136 memory=7025392 CPUtime=12.69 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 963692 0 0 0 1084 185 0 0 20 0 1 0 90681641 8622219264 1756348 33554432000 4194304 5972588 140722049296672 140722049293464 139802140027435 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 2105034 1756348 824 435 0 2098397 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 8420136 KiB
Current children cumulated memory: 7025392 KiB

[startup+25.5004 s]
/proc/loadavg: 1.86 1.97 2.03 3/187 25637
/proc/meminfo: memFree=18145772/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15308104 memory=13685756 CPUtime=25.47 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1855787 0 0 0 2197 350 0 0 20 0 1 0 90681641 15675498496 3421439 33554432000 4194304 5972588 140722049296672 140722049293464 4978317 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827026 3421439 842 435 0 3820389 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 15308104 KiB
Current children cumulated memory: 13685756 KiB

[startup+51.1093 s]
/proc/loadavg: 1.91 1.97 2.03 3/187 25637
/proc/meminfo: memFree=18143468/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15308864 memory=13686940 CPUtime=51.08 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1866176 0 0 0 4756 352 0 0 20 0 1 0 90681641 15676276736 3421735 33554432000 4194304 5972588 140722049296672 140722049293384 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827216 3421735 842 435 0 3820579 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 15308864 KiB
Current children cumulated memory: 13686940 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.97 2.03 3/187 25638
/proc/meminfo: memFree=18140000/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15310092 memory=13689812 CPUtime=102.26 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1881676 0 0 0 9873 353 0 0 20 0 1 0 90681641 15677534208 3422453 33554432000 4194304 5972588 140722049296672 140722049293496 5053071 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827523 3422453 842 435 0 3820886 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 15310092 KiB
Current children cumulated memory: 13689812 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/187 25646
/proc/meminfo: memFree=18139292/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15310092 memory=13689812 CPUtime=162.26 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1890695 0 0 0 15873 353 0 0 20 0 1 0 90681641 15677534208 3422453 33554432000 4194304 5972588 140722049296672 140722049293496 4962247 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827523 3422453 842 435 0 3820886 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 15310092 KiB
Current children cumulated memory: 13689812 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.00 2.03 3/188 25673
/proc/meminfo: memFree=18138200/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15310252 memory=13689924 CPUtime=222.25 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1902122 0 0 0 21872 353 0 0 20 0 1 0 90681641 15677698048 3422481 33554432000 4194304 5972588 140722049296672 140722049293832 4909639 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827563 3422481 842 435 0 3820926 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 15310252 KiB
Current children cumulated memory: 13689924 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/188 25674
/proc/meminfo: memFree=18138084/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15311308 memory=13690860 CPUtime=282.25 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 1993617 0 0 0 27867 358 0 0 20 0 1 0 90681641 15678779392 3422715 33554432000 4194304 5972588 140722049296672 140722049293480 5320287 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827827 3422715 842 435 0 3821190 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 15311308 KiB
Current children cumulated memory: 13690860 KiB

[startup+342.3 s]
/proc/loadavg: 2.19 2.05 2.05 3/188 25736
/proc/meminfo: memFree=17243700/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15311440 memory=13690984 CPUtime=342.25 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2092841 0 0 0 33861 364 0 0 20 0 1 0 90681641 15678914560 3422746 33554432000 4194304 5972588 140722049296672 140722049293528 5273695 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827860 3422746 842 435 0 3821223 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 15311440 KiB
Current children cumulated memory: 13690984 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/188 25737
/proc/meminfo: memFree=14299728/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15311440 memory=13691100 CPUtime=402.24 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2137374 0 0 0 39857 367 0 0 20 0 1 0 90681641 15678914560 3422775 33554432000 4194304 5972588 140722049296672 140722049293528 4969200 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827860 3422775 842 435 0 3821223 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 15311440 KiB
Current children cumulated memory: 13691100 KiB

[startup+462.3 s]
/proc/loadavg: 2.42 2.13 2.08 3/188 25738
/proc/meminfo: memFree=14007028/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15311572 memory=13691220 CPUtime=462.24 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2144792 0 0 0 45857 367 0 0 20 0 1 0 90681641 15679049728 3422805 33554432000 4194304 5972588 140722049296672 140722049293240 5094189 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3827893 3422805 842 435 0 3821256 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 15311572 KiB
Current children cumulated memory: 13691220 KiB


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

/proc/meminfo: memFree=13365564/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13696904 CPUtime=1782.2 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2387912 0 0 0 177837 383 0 0 20 0 1 0 90681641 15682945024 3424226 33554432000 4194304 5972588 140722049296672 140722049293320 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424226 842 435 0 3822207 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13696904 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25779
/proc/meminfo: memFree=13362744/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13698996 CPUtime=1842.2 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2391056 0 0 0 183836 384 0 0 20 0 1 0 90681641 15682945024 3424749 33554432000 4194304 5972588 140722049296672 140722049293320 5328729 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424749 842 435 0 3822207 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13698996 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25780
/proc/meminfo: memFree=13361704/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13699008 CPUtime=1902.2 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2394207 0 0 0 189835 385 0 0 20 0 1 0 90681641 15682945024 3424752 33554432000 4194304 5972588 140722049296672 140722049293320 5071411 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424752 842 435 0 3822207 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13699008 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 25789
/proc/meminfo: memFree=13353904/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13699016 CPUtime=1962.19 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2398019 0 0 0 195833 386 0 0 20 0 1 0 90681641 15682945024 3424754 33554432000 4194304 5972588 140722049296672 140722049293320 4965453 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424754 842 435 0 3822207 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13699016 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 25790
/proc/meminfo: memFree=13353528/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13699024 CPUtime=2022.19 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2400785 0 0 0 201833 386 0 0 20 0 1 0 90681641 15682945024 3424756 33554432000 4194304 5972588 140722049296672 140722049293320 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424756 842 435 0 3822207 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13699024 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25791
/proc/meminfo: memFree=13348272/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315376 memory=13699044 CPUtime=2082.19 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2412585 0 0 0 207831 388 0 0 20 0 1 0 90681641 15682945024 3424761 33554432000 4194304 5972588 140722049296672 140722049293320 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828844 3424761 842 435 0 3822207 0
Current children cumulated CPU time: 2082.19 s
Current children cumulated vsize: 15315376 KiB
Current children cumulated memory: 13699044 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25792
/proc/meminfo: memFree=13344828/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315904 memory=13699460 CPUtime=2142.18 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2421237 0 0 0 213830 388 0 0 20 0 1 0 90681641 15683485696 3424865 33554432000 4194304 5972588 140722049296672 140722049293528 4968804 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828976 3424865 842 435 0 3822339 0
Current children cumulated CPU time: 2142.18 s
Current children cumulated vsize: 15315904 KiB
Current children cumulated memory: 13699460 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25793
/proc/meminfo: memFree=13341312/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15315904 memory=13699528 CPUtime=2202.19 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2426501 0 0 0 219830 389 0 0 20 0 1 0 90681641 15683485696 3424882 33554432000 4194304 5972588 140722049296672 140722049293528 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3828976 3424882 842 435 0 3822339 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 15315904 KiB
Current children cumulated memory: 13699528 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25794
/proc/meminfo: memFree=13340356/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316036 memory=13699700 CPUtime=2262.18 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2443080 0 0 0 225828 390 0 0 20 0 1 0 90681641 15683620864 3424925 33554432000 4194304 5972588 140722049296672 140722049293480 4969162 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829009 3424925 842 435 0 3822372 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 15316036 KiB
Current children cumulated memory: 13699700 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25795
/proc/meminfo: memFree=13335060/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316300 memory=13699848 CPUtime=2322.18 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2451711 0 0 0 231827 391 0 0 20 0 1 0 90681641 15683891200 3424962 33554432000 4194304 5972588 140722049296672 140722049293480 5094119 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829075 3424962 842 435 0 3822438 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 15316300 KiB
Current children cumulated memory: 13699848 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25796
/proc/meminfo: memFree=13334592/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316432 memory=13699992 CPUtime=2382.18 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2465491 0 0 0 237825 393 0 0 20 0 1 0 90681641 15684026368 3424998 33554432000 4194304 5972588 140722049296672 140722049293240 5320287 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829108 3424998 842 435 0 3822471 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 15316432 KiB
Current children cumulated memory: 13699992 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25797
/proc/meminfo: memFree=13333868/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316432 memory=13699992 CPUtime=2442.18 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2477703 0 0 0 243824 394 0 0 20 0 1 0 90681641 15684026368 3424998 33554432000 4194304 5972588 140722049296672 140722049293240 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829108 3424998 842 435 0 3822471 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 15316432 KiB
Current children cumulated memory: 13699992 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25798
/proc/meminfo: memFree=13332516/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316432 memory=13699996 CPUtime=2502.17 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2480542 0 0 0 249823 394 0 0 20 0 1 0 90681641 15684026368 3424999 33554432000 4194304 5972588 140722049296672 140722049293240 5070704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829108 3424999 842 435 0 3822471 0
Current children cumulated CPU time: 2502.17 s
Current children cumulated vsize: 15316432 KiB
Current children cumulated memory: 13699996 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25798
/proc/meminfo: memFree=13332732/32770624 swapFree=67108860/67108860
[pid=25636] ppid=25633 vsize=15316432 memory=13700020 CPUtime=2519.88 cores=0,2,4,6
/proc/25636/stat : 25636 (cosoco) R 25633 25636 23976 0 -1 4202496 2492796 0 0 0 251593 395 0 0 20 0 1 0 90681641 15684026368 3425005 33554432000 4194304 5972588 140722049296672 140722049293240 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 39211008 140722049303738 140722049303838 140722049303838 140722049306574 0
/proc/25636/statm: 3829108 3425005 842 435 0 3822471 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 15316432 KiB
Current children cumulated memory: 13700020 KiB

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

[startup+2520.46 s]
# the end of solver process 25636 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.94 s, system=4.40495 s

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

[startup+2520.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25805
/proc/meminfo: memFree=18940408/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.46
CPU time (s): 2520.34
CPU user time (s): 2515.94
CPU system time (s): 4.40495
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 15316432
Max. memory (cumulated for all children) (KiB): 13700020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.94
system time used= 4.40495
maximum resident set size= 13700088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2492841
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= 167
involuntary context switches= 938


# summary of solver processes directly reported to runsolver:
#   pid: 25636
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2515.94
#   total CPU system time (s): 4.40495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.46201 second user time and 17.732 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-12 23:58:01
IDJOB=4265681
IDBENCH=126214
IDSOLVER=2655
FILE ID=node115/4265681-1502575939
RUNJOBID= node115-1502567253-24060
PBS_JOBID= 20628280
Free space on /tmp= 61896 MiB

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

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

MD5SUM BENCH= 6f45dc36d2c69d93d2d76d2d98e801df
RANDOM SEED=996253726

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:        31854540 kB
MemAvailable:   31971524 kB
Buffers:           79100 kB
Cached:           333940 kB
SwapCached:            0 kB
Active:           370720 kB
Inactive:         123704 kB
Active(anon):      28140 kB
Inactive(anon):    81292 kB
Active(file):     342580 kB
Inactive(file):    42412 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:         87404 kB
Mapped:            44460 kB
Shmem:             25224 kB
Slab:             120764 kB
SReclaimable:      95656 kB
SUnreclaim:        25108 kB
KernelStack:        3376 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     376636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:40:01