Trace number 4265633

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) 2519.8999 2520.01

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t2.xml
MD5SUM9e99b8f50ba877dbe58773e5c08a73e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3015
Number of constraints125
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3015}]
Minimum variable degree5
Maximum variable degree8
Distribution of variable degrees[{"degree":5,"count":17},{"degree":6,"count":1236},{"degree":7,"count":1323},{"degree":8,"count":439}]
Minimum constraint arity12
Maximum constraint arity261
Distribution of constraint arities[{"arity":12,"count":3},{"arity":14,"count":2},{"arity":15,"count":2},{"arity":17,"count":2},{"arity":18,"count":1},{"arity":25,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":41,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":58,"count":2},{"arity":63,"count":2},{"arity":70,"count":2},{"arity":77,"count":2},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":87,"count":2},{"arity":90,"count":1},{"arity":91,"count":2},{"arity":95,"count":3},{"arity":105,"count":2},{"arity":107,"count":1},{"arity":108,"count":2},"...",{"arity":196,"count":3}, {"arity":197,"count":1}, {"arity":198,"count":2}, {"arity":199,"count":2}, {"arity":201,"count":3}, {"arity":202,"count":2}, {"arity":204,"count":3}, {"arity":206,"count":1}, {"arity":207,"count":2}, {"arity":214,"count":2}, {"arity":218,"count":2}, {"arity":219,"count":4}, {"arity":221,"count":1}, {"arity":222,"count":1}, {"arity":230,"count":1}, {"arity":231,"count":1}, {"arity":233,"count":1}, {"arity":235,"count":1}, {"arity":237,"count":1}, {"arity":241,"count":1}, {"arity":245,"count":1}, {"arity":246,"count":1}, {"arity":249,"count":1}, {"arity":254,"count":1}, {"arity":261,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":125}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.10/0.14	c SAT : Variables: 6030 -- Clauses: 6030
0.10/0.14	c best=?? lower=-3015 upper=0 
70.76/70.88	c
70.76/70.88	c This is cosoco 1.12 --  
70.76/70.88	c
70.76/70.88	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265633-1502582635.xml 
70.76/70.88	c enable optimization
70.76/70.88	c ========================================[ Problem Statistics ]===========================================
70.76/70.88	c |                                                                                                       
70.76/70.88	c |  Parse time        :         0.13 s 
70.76/70.88	c |
70.76/70.88	c |               Variables: 3015
70.76/70.88	c |            Domain Sizes: 2..2
70.76/70.88	c |
70.76/70.88	c |             Constraints: 126
70.76/70.88	c |                   Arity: 12..3015
70.76/70.88	c | 
70.76/70.88	c |                   Types: 
70.76/70.88	c |                          Exactly K: 125
70.76/70.88	c |                          Sum: 1
70.76/70.88	c |                          
70.76/70.88	c =========================================================================================================
70.76/70.88	conflict 1626lvl : 1631 bt1629-2647:0(2863)X551451
2519.89/2520.00	
2519.89/2520.00	c *** INTERRUPTED ***
2519.89/2520.00	c restarts              : 552         
2519.89/2520.00	c conflicts             : 156225       (62 /sec)
2519.89/2520.00	c decisions             : 16948820     (6726 /sec)
2519.89/2520.00	c propagations          : 237724943   (94341 /sec)
2519.89/2520.00	c root propagations     : 0           
2519.89/2520.00	c filter calls          : 169723012      (67354 /sec)
2519.89/2520.00	c useless filter calls  : 162237263      (95 %)
2519.89/2520.00	c
2519.89/2520.00	c clauses               : 7388
2519.89/2520.00	c SAT propagations      : 2607
2519.89/2520.00	c SAT conflicts         : 1 (1 learnts)
2519.89/2520.00	c Memory used           : 70.96 MB
2519.89/2520.00	c CPU time              : 2519.85 s
2519.89/2520.00	
2519.89/2520.00	c No Bound found!
2519.89/2520.00	
2519.89/2520.00	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 (14096 MiB free)
  memory of node 1: 16384 MiB (14107 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265633-1502582635/watcher-4265633-1502582635 -o /tmp/evaluation-result-4265633-1502582635/solver-4265633-1502582635 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502567255-24380 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265633-1502582635.xml 

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

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

solver pid=26126, runsolver pid=26123

[startup+0.100324 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28876464/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=31088 memory=7348 CPUtime=0.1 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 2028 0 0 0 10 0 0 0 20 0 1 0 91351375 31834112 1837 33554432000 4194304 5972588 140735560427840 140735560422056 5473287 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 7772 1837 741 435 0 1135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31088 KiB
Current children cumulated memory: 7348 KiB

[startup+0.209435 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28873952/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=37952 memory=9792 CPUtime=0.2 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 2661 0 0 0 20 0 0 0 20 0 1 0 91351375 38862848 2448 33554432000 4194304 5972588 140735560427840 140735560422056 5139291 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 9488 2448 785 435 0 2851 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37952 KiB
Current children cumulated memory: 9792 KiB

[startup+0.309173 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28872464/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=39800 memory=11640 CPUtime=0.3 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 3131 0 0 0 30 0 0 0 20 0 1 0 91351375 40755200 2910 33554432000 4194304 5972588 140735560427840 140735560422056 5093063 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 9950 2910 785 435 0 3313 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39800 KiB
Current children cumulated memory: 11640 KiB

[startup+0.700333 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28858700/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=58800 memory=30408 CPUtime=0.69 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 7804 0 0 0 68 1 0 0 20 0 1 0 91351375 60211200 7602 33554432000 4194304 5972588 140735560427840 140735560422056 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 14700 7602 785 435 0 8063 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 58800 KiB
Current children cumulated memory: 30408 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28850364/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=63464 memory=35260 CPUtime=1.48 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 8977 0 0 0 147 1 0 0 20 0 1 0 91351375 64987136 8815 33554432000 4194304 5972588 140735560427840 140735560424504 5046613 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 15866 8815 785 435 0 9229 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 63464 KiB
Current children cumulated memory: 35260 KiB

[startup+3.10922 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28846564/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=65192 memory=37096 CPUtime=3.1 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 15250 0 0 0 308 2 0 0 20 0 1 0 91351375 66756608 9274 33554432000 4194304 5972588 140735560427840 140735560424600 5046284 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 16298 9274 785 435 0 9661 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 65192 KiB
Current children cumulated memory: 37096 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28845820/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=65976 memory=37896 CPUtime=6.29 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 21870 0 0 0 627 2 0 0 20 0 1 0 91351375 67559424 9474 33554432000 4194304 5972588 140735560427840 140735560424504 5139264 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 16494 9474 785 435 0 9857 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 65976 KiB
Current children cumulated memory: 37896 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26127
/proc/meminfo: memFree=28844456/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=67000 memory=39080 CPUtime=12.68 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 29165 0 0 0 1266 2 0 0 20 0 1 0 91351375 68608000 9770 33554432000 4194304 5972588 140735560427840 140735560425064 5139329 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 16750 9770 785 435 0 10113 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 67000 KiB
Current children cumulated memory: 39080 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26134
/proc/meminfo: memFree=28840940/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=67112 memory=39624 CPUtime=25.49 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 42904 0 0 0 2546 3 0 0 20 0 1 0 91351375 68722688 9906 33554432000 4194304 5972588 140735560427840 140735560425064 5032431 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 16778 9906 785 435 0 10141 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 67112 KiB
Current children cumulated memory: 39624 KiB

[startup+51.1091 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26134
/proc/meminfo: memFree=28839668/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=67232 memory=40436 CPUtime=51.08 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 50130 0 0 0 5105 3 0 0 20 0 1 0 91351375 68845568 10109 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 16808 10109 785 435 0 10171 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 67232 KiB
Current children cumulated memory: 40436 KiB

[startup+102.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 26135
/proc/meminfo: memFree=28835404/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=68928 memory=44744 CPUtime=102.26 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 53393 0 0 0 10223 3 0 0 20 0 1 0 91351375 70582272 11186 33554432000 4194304 5972588 140735560427840 140735560425064 5139281 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 17232 11186 791 435 0 10595 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 68928 KiB
Current children cumulated memory: 44744 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/187 26136
/proc/meminfo: memFree=28830580/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=71788 memory=47580 CPUtime=162.26 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 54503 0 0 0 16222 4 0 0 20 0 1 0 91351375 73510912 11895 33554432000 4194304 5972588 140735560427840 140735560424472 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 17947 11895 791 435 0 11310 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 71788 KiB
Current children cumulated memory: 47580 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 26137
/proc/meminfo: memFree=28829832/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72148 memory=47996 CPUtime=222.26 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 56061 0 0 0 22222 4 0 0 20 0 1 0 91351375 73879552 11999 33554432000 4194304 5972588 140735560427840 140735560424504 5032400 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18037 11999 791 435 0 11400 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 72148 KiB
Current children cumulated memory: 47996 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 26138
/proc/meminfo: memFree=28829212/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72416 memory=48444 CPUtime=282.26 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 56866 0 0 0 28222 4 0 0 20 0 1 0 91351375 74153984 12111 33554432000 4194304 5972588 140735560427840 140735560424504 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18104 12111 791 435 0 11467 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 72416 KiB
Current children cumulated memory: 48444 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 26140
/proc/meminfo: memFree=28829224/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72416 memory=48448 CPUtime=342.26 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 57587 0 0 0 34222 4 0 0 20 0 1 0 91351375 74153984 12112 33554432000 4194304 5972588 140735560427840 140735560424504 5046284 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18104 12112 791 435 0 11467 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 72416 KiB
Current children cumulated memory: 48448 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26141
/proc/meminfo: memFree=28828568/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72552 memory=48520 CPUtime=402.25 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 58261 0 0 0 40221 4 0 0 20 0 1 0 91351375 74293248 12130 33554432000 4194304 5972588 140735560427840 140735560424600 5046280 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18138 12130 791 435 0 11501 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 72552 KiB
Current children cumulated memory: 48520 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26142
/proc/meminfo: memFree=28828940/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72552 memory=48596 CPUtime=462.25 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 58661 0 0 0 46221 4 0 0 20 0 1 0 91351375 74293248 12149 33554432000 4194304 5972588 140735560427840 140735560424600 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18138 12149 791 435 0 11501 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 72552 KiB
Current children cumulated memory: 48596 KiB


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

/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+1782.3 s]
/proc/loadavg: 2.44 2.12 2.08 3/187 26205
/proc/meminfo: memFree=28826212/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=1782.21 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 66992 0 0 0 178217 4 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139291 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+1842.3 s]
/proc/loadavg: 2.12 2.11 2.08 3/188 26275
/proc/meminfo: memFree=28372524/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=1842.21 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 67283 0 0 0 184216 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/188 26276
/proc/meminfo: memFree=28369168/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=1902.21 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 67568 0 0 0 190216 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5338144 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 1902.21 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/188 26277
/proc/meminfo: memFree=28368552/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=1962.21 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 67983 0 0 0 196216 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 4908987 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.07 2.07 3/188 26278
/proc/meminfo: memFree=28368464/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2022.2 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 68274 0 0 0 202215 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5046440 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.06 2.06 3/188 26279
/proc/meminfo: memFree=28368352/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2082.2 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 68557 0 0 0 208215 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5032459 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/187 26281
/proc/meminfo: memFree=28368472/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2142.2 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 69001 0 0 0 214215 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5032400 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/187 26282
/proc/meminfo: memFree=28368336/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2202.2 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 69303 0 0 0 220215 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 26283
/proc/meminfo: memFree=28367716/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2262.19 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 69716 0 0 0 226214 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 26285
/proc/meminfo: memFree=28367608/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2322.19 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 70013 0 0 0 232214 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 26286
/proc/meminfo: memFree=28367732/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2382.19 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 70304 0 0 0 238214 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26295
/proc/meminfo: memFree=28368024/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2442.19 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 70594 0 0 0 244214 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 26296
/proc/meminfo: memFree=28368280/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2502.18 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 71009 0 0 0 250213 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139274 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.04 2.03 2.05 3/188 26296
/proc/meminfo: memFree=28368280/32770624 swapFree=67108860/67108860
[pid=26126] ppid=26123 vsize=72660 memory=48740 CPUtime=2519.89 cores=1,3,5,7
/proc/26126/stat : 26126 (cosoco) R 26123 26126 24296 0 -1 4202496 71293 0 0 0 251984 5 0 0 20 0 1 0 91351375 74403840 12185 33554432000 4194304 5972588 140735560427840 140735560425064 5139507 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 41091072 140735560430778 140735560430878 140735560430878 140735560433614 0
/proc/26126/statm: 18165 12185 791 435 0 11528 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 72660 KiB
Current children cumulated memory: 48740 KiB

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

[startup+2520.01 s]
# the end of solver process 26126 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.85 s, system=0.052997 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.9
CPU user time (s): 2519.85
CPU system time (s): 0.052997
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 72660
Max. memory (cumulated for all children) (KiB): 48740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.85
system time used= 0.052997
maximum resident set size= 48816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71344
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= 21
involuntary context switches= 807


# summary of solver processes directly reported to runsolver:
#   pid: 26126
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2519.85
#   total CPU system time (s): 0.052997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.46104 second user time and 18.5332 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 01:49:37
IDJOB=4265633
IDBENCH=133714
IDSOLVER=2655
FILE ID=node106/4265633-1502582635
RUNJOBID= node106-1502567255-24380
PBS_JOBID= 20628285
Free space on /tmp= 61772 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t2.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265633-1502582635/watcher-4265633-1502582635 -o /tmp/evaluation-result-4265633-1502582635/solver-4265633-1502582635 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502567255-24380 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265633-1502582635.xml

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

MD5SUM BENCH= 9e99b8f50ba877dbe58773e5c08a73e4
RANDOM SEED=1351367025

node106.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.86
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.86
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.86
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.86
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:        28881688 kB
MemAvailable:   31900396 kB
Buffers:          133148 kB
Cached:          3179696 kB
SwapCached:            0 kB
Active:           463048 kB
Inactive:        3002968 kB
Active(anon):     155776 kB
Inactive(anon):    25060 kB
Active(file):     307272 kB
Inactive(file):  2977908 kB
Unevictable:        6500 kB
Mlocked:            6500 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2332 kB
Writeback:             0 kB
AnonPages:        159448 kB
Mapped:            44404 kB
Shmem:             25228 kB
Slab:             123900 kB
SReclaimable:      98724 kB
SUnreclaim:        25176 kB
KernelStack:        3296 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     454984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 61768 MiB
End job on node106 at 2017-08-13 02:31:38